chore(cm): fix peer-deps (#20049)

This commit is contained in:
Josh 2024-04-05 12:48:13 +01:00 committed by GitHub
parent 7c9a984c7b
commit b86306c946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,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",

View File

@ -67,7 +67,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",
"@strapi/plugin-content-manager": "^5.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",

View File

@ -7403,7 +7403,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
@ -7878,7 +7878,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
"@strapi/plugin-content-manager": ^5.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0