Skip to content

Commit

Permalink
chore(deps): update storybook (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 4264ff8 commit 13a4702
Show file tree
Hide file tree
Showing 15 changed files with 520 additions and 527 deletions.
2 changes: 1 addition & 1 deletion packages/addon-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rsbuild/core": "^1.1.13",
"@rslib/core": "^0.2.2",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"storybook-builder-rsbuild": "workspace:*",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/pretty-hrtime": "^1.0.3",
"pretty-hrtime": "^1.0.3",
"slash": "^5.1.0",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@storybook/types": "8.5.0-alpha.22",
"@storybook/types": "8.5.0-beta.8",
"@types/resolve": "^1.20.6",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@storybook/types": "8.5.0-alpha.22",
"@storybook/types": "8.5.0-beta.8",
"@types/resolve": "^1.20.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@rsbuild/core": "^1.1.13",
"@types/node": "^18.0.0",
"lit": "^3.2.1",
"storybook": "8.5.0-alpha.22",
"storybook": "8.5.0-beta.8",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 13a4702

Please sign in to comment.