Skip to content

Commit

Permalink
fix: loosen the range deps on storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed May 20, 2024
1 parent f188a57 commit 203f113
Show file tree
Hide file tree
Showing 6 changed files with 952 additions and 231 deletions.
20 changes: 10 additions & 10 deletions packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"prep": "node --loader ../../scripts/node_modules/esbuild-register/loader.js -r ../../scripts/node_modules/esbuild-register/register.js ../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-docs": "8.0.10",
"@storybook/channels": "8.0.10",
"@storybook/client-logger": "8.0.10",
"@storybook/core-common": "8.0.10",
"@storybook/core-events": "8.0.10",
"@storybook/core-webpack": "8.0.10",
"@storybook/node-logger": "8.0.10",
"@storybook/preview": "8.0.10",
"@storybook/preview-api": "8.0.10",
"@storybook/react-dom-shim": "8.0.10",
"@storybook/addon-docs": "^8.0.10",
"@storybook/channels": "^8.0.10",
"@storybook/client-logger": "^8.0.10",
"@storybook/core-common": "^8.0.10",
"@storybook/core-events": "^8.0.10",
"@storybook/core-webpack": "^8.0.10",
"@storybook/node-logger": "^8.0.10",
"@storybook/preview": "^8.0.10",
"@storybook/preview-api": "^8.0.10",
"@storybook/react-dom-shim": "^8.0.10",
"@storybook/types": "^8.0.10",
"browser-assert": "^1.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
},
"dependencies": {
"@rsbuild/core": "0.6.15",
"@storybook/docs-tools": "8.0.10",
"@storybook/node-logger": "8.0.10",
"@storybook/react": "8.0.10",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@storybook/docs-tools": "^8.0.10",
"@storybook/node-logger": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-docgen-typescript-plugin": "^1.0.1",
"storybook-builder-rsbuild": "workspace:*",
"@types/node": "^18.0.0",
"find-up": "^5.0.0",
"magic-string": "^0.30.10",
"react-docgen": "^7.0.3",
"resolve": "^1.22.8",
"storybook-builder-rsbuild": "workspace:*",
"tsconfig-paths": "^4.2.0"
},
"peerDependencies": {
Expand Down Expand Up @@ -91,7 +91,7 @@
"platform": "node"
},
"devDependencies": {
"@storybook/types": "8.0.10",
"@storybook/types": "^8.0.10",
"add": "^2.0.6",
"typescript": "^5.3.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vue3-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@rsbuild/core": "0.6.15",
"@storybook/vue3": "8.0.10",
"@storybook/docs-tools": "8.0.10",
"@storybook/vue3": "^8.0.10",
"@storybook/docs-tools": "^8.0.10",
"@storybook/types": "^8.0.10",
"storybook-builder-rsbuild": "workspace:*",
"@storybook/types": "8.0.10",
"vue-docgen-loader": "^1.5.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 203f113

Please sign in to comment.