Skip to content

Commit

Permalink
fix: peer dep semver compat with rsbuild beta version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 7, 2024
1 parent 06b61eb commit 2bee70c
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 117 deletions.
6 changes: 3 additions & 3 deletions packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prepare": "pnpm run build"
},
"dependencies": {
"@rsbuild/plugin-type-check": "1.0.1-beta.0",
"@rsbuild/plugin-type-check": "1.0.1-beta.10",
"@storybook/addon-docs": "^8.2.1",
"@storybook/core-webpack": "^8.2.1",
"browser-assert": "^1.2.1",
Expand All @@ -80,7 +80,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.0",
"@rsbuild/core": "1.0.1-beta.10",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.0.0",
Expand All @@ -92,7 +92,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"storybook": "^8.2.1"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.0",
"@rsbuild/core": "1.0.1-beta.10",
"@storybook/types": "^8.2.1",
"@types/resolve": "^1.20.6",
"add": "^2.0.6",
"storybook": "^8.2.1",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"storybook": "^8.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"vue-docgen-loader": "^1.5.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.0",
"@rsbuild/core": "1.0.1-beta.10",
"@types/node": "^18.0.0",
"storybook": "^8.2.1",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"storybook": "^8.2.1"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 2bee70c

Please sign in to comment.