Skip to content

Commit

Permalink
chore(deps): allow pre-releases in deps (#19938)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Mar 27, 2024
1 parent 9b94d7f commit ae77362
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/core/admin/package.json
Expand Up @@ -176,7 +176,7 @@
"vite-plugin-dts": "3.7.3"
},
"peerDependencies": {
"@strapi/data-transfer": "^5.0.0",
"@strapi/data-transfer": "^5.0.0 ||聽 ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/content-releases/package.json
Expand Up @@ -87,7 +87,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/content-type-builder/package.json
Expand Up @@ -89,7 +89,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/email/package.json
Expand Up @@ -78,7 +78,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"koa": "2.13.4",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/upload/package.json
Expand Up @@ -94,7 +94,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/cloud/package.json
Expand Up @@ -54,7 +54,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "6.21.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/color-picker/package.json
Expand Up @@ -70,7 +70,7 @@
"typescript": "5.3.2"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/documentation/package.json
Expand Up @@ -94,7 +94,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql/package.json
Expand Up @@ -83,7 +83,7 @@
"typescript": "5.3.2"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/i18n/package.json
Expand Up @@ -78,7 +78,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Expand Up @@ -63,7 +63,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/users-permissions/package.json
Expand Up @@ -79,7 +79,7 @@
"styled-components": "5.3.11"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -7080,7 +7080,7 @@ __metadata:
vite-plugin-dts: "npm:3.7.3"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/data-transfer": ^5.0.0
"@strapi/data-transfer": ^5.0.0 ||聽 ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7122,7 +7122,7 @@ __metadata:
typescript: "npm:5.2.2"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
"@strapi/admin": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7455,7 +7455,7 @@ __metadata:
tsconfig: "npm:5.0.0-beta.0"
typescript: "npm:5.2.2"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: 6.21.1
Expand All @@ -7481,7 +7481,7 @@ __metadata:
styled-components: "npm:5.3.11"
typescript: "npm:5.3.2"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7542,7 +7542,7 @@ __metadata:
styled-components: "npm:5.3.11"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
"@strapi/admin": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7593,7 +7593,7 @@ __metadata:
yaml: "npm:1.10.2"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7628,7 +7628,7 @@ __metadata:
styled-components: "npm:5.3.11"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
"@strapi/admin": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
koa: 2.13.4
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -7673,7 +7673,7 @@ __metadata:
tsconfig: "npm:5.0.0-beta.0"
typescript: "npm:5.3.2"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7708,7 +7708,7 @@ __metadata:
styled-components: "npm:5.3.11"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
"@strapi/admin": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand All @@ -7730,7 +7730,7 @@ __metadata:
react-router-dom: "npm:6.22.3"
styled-components: "npm:5.3.11"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7785,7 +7785,7 @@ __metadata:
styled-components: "npm:5.3.11"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
"@strapi/admin": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down Expand Up @@ -7827,7 +7827,7 @@ __metadata:
url-join: "npm:4.0.1"
yup: "npm:0.32.9"
peerDependencies:
"@strapi/strapi": ^5.0.0
"@strapi/strapi": ^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0
Expand Down

0 comments on commit ae77362

Please sign in to comment.