Skip to content

Commit

Permalink
chore: update qwik version
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed Nov 16, 2024
1 parent 0d237ce commit b0e8a29
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1,613 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"wait-on": "^8.0.1"
},
"dependencies": {
"@builder.io/qwik": "1.4.1",
"@builder.io/qwik-city": "1.4.1",
"@builder.io/qwik": "1.10.0",
"@builder.io/qwik-city": "1.10.0",
"undici": "6.20.1"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test-storybook": "test-storybook"
},
"devDependencies": {
"@builder.io/qwik": "1.4.1",
"@builder.io/qwik-city": "1.4.1",
"@builder.io/qwik": "1.10.0",
"@builder.io/qwik-city": "1.10.0",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@builder.io/qwik": "1.4.1",
"@builder.io/qwik-city": "1.4.1",
"@builder.io/qwik": "1.10.0",
"@builder.io/qwik-city": "1.10.0",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-framework-qwik/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Storybook for framework
# Storybook for Qwik

---

Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-framework-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"react-docgen-typescript": "^2.2.2"
},
"peerDependencies": {
"@builder.io/qwik": ">=0.15.2"
"@builder.io/qwik": ">=1.0.0"
},
"optionalDependencies": {
"@builder.io/qwik-city": ">=1.4.1"
"@builder.io/qwik-city": ">=1.0.0"
},
"devDependencies": {
"@storybook/types": "^8.4.1",
Expand Down
Loading

0 comments on commit b0e8a29

Please sign in to comment.