Skip to content

Commit

Permalink
fix: peer dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 19, 2023
1 parent 06c46cf commit 1510d47
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"peerDependencies": {
"react": ">=17",
"react-router-dom": "^6.8.1",
"@rspress/core": "1.0.2"
"@rspress/core": "^1.0.2"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"rspress": "1.0.2"
"rspress": "^1.0.2"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dist/"
],
"peerDependencies": {
"rspress": "1.0.2"
"rspress": "^1.0.2"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
"rspress": "1.0.2"
"rspress": "^1.0.2"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
"rspress": "1.0.2"
"rspress": "^1.0.2"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"unist-util-visit": "^4.1.1"
},
"peerDependencies": {
"@rspress/core": "1.0.2",
"@rspress/core": "^1.0.2",
"react": ">=17",
"react-router-dom": "^6.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"peerDependencies": {
"react": ">=17",
"react-router-dom": "^6.8.1",
"@rspress/core": "1.0.2"
"@rspress/core": "^1.0.2"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
"rspress": "1.0.2"
"rspress": "^1.0.2"
},
"sideEffects": [
"*.css",
Expand Down

0 comments on commit 1510d47

Please sign in to comment.