Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: update qwik version
  • Loading branch information
literalpie committed Nov 16, 2024
commit b0e8a2942ae2b79fec4be6a7041096c75e747f5f
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
Loading