Skip to content

Commit

Permalink
fix: pnpm generates invalid peerDependencies version (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 31, 2024
1 parent 393c8d5 commit 18260d3
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.5.2",
"vitest": "^2.0.4"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.0.6",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"webpack": "^5.93.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-check-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-source-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yaml": "^2.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url-loader": "4.1.1"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"webpack": "^5.93.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue2-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"webpack": "^5.93.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-beta.0"
"@rsbuild/core": "workspace:^1.0.1-beta.7"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 18260d3

Please sign in to comment.