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
Prev Previous commit
Next Next commit
update storybook
  • Loading branch information
literalpie committed Mar 16, 2025
commit f5ef8fecf3f1fe98a0dbca319ae65265e4a9f787
14 changes: 7 additions & 7 deletions packages/qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"devDependencies": {
"@builder.io/qwik": "1.12.1",
"@builder.io/qwik-city": "1.12.1",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/builder-vite": "8.4.1",
"@storybook/addon-a11y": "8.6.6",
"@storybook/addon-essentials": "8.6.6",
"@storybook/addon-interactions": "8.6.6",
"@storybook/builder-vite": "8.6.6",
"@storybook/jest": "0.2.3",
"@storybook/test-runner": "0.19.1",
"@storybook/test-runner": "0.22.0",
"@types/eslint": "9.6.1",
"@types/node": "22.8.7",
"@types/node": "22.13.10",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "8.57.1",
Expand All @@ -44,7 +44,7 @@
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.4.1",
"storybook": "8.6.6",
"storybook-framework-qwik": "workspace:*",
"typescript": "5.6.3",
"undici": "6.20.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/qwik-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"devDependencies": {
"@builder.io/qwik": "1.12.1",
"@builder.io/qwik-city": "1.12.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/test": "8.4.1",
"@storybook/addon-essentials": "8.6.6",
"@storybook/addon-interactions": "8.6.6",
"@storybook/addon-links": "8.6.6",
"@storybook/blocks": "8.6.6",
"@storybook/test": "8.6.6",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.7",
"@types/node-fetch": "^2.6.11",
"@types/node": "^22.13.10",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^8.57.1",
Expand All @@ -56,7 +56,7 @@
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "8.4.1",
"storybook": "8.6.6",
"storybook-framework-qwik": "workspace:*",
"typescript": "^5.6.3",
"undici": "^6.20.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook-framework-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"fmt.check": "prettier --check ."
},
"dependencies": {
"@storybook/builder-vite": "^7.6.16 || ^8.0.0",
"@storybook/docs-tools": "^7.6.16 || ^8.0.0",
"@storybook/builder-vite": "^8.6.6",
"@storybook/docs-tools": "^8.6.6",
"magic-string": "^0.30.7",
"react-docgen-typescript": "^2.2.2"
},
Expand All @@ -95,9 +95,9 @@
"@builder.io/qwik-city": ">=1.0.0"
},
"devDependencies": {
"@storybook/types": "^8.4.1",
"@storybook/types": "^8.6.6",
"@suin/semantic-release-yarn": "1.1.0",
"@types/node": "^22.8.7",
"@types/node": "^22.13.10",
"semantic-release": "^24.2.0",
"typescript": "~5.6.3",
"vite": "^5.4.10"
Expand Down
Loading