mirror of
https://github.com/strapi/strapi.git
synced 2025-12-01 17:41:49 +00:00
chore(cm): fix peer-deps (#20049)
This commit is contained in:
parent
7c9a984c7b
commit
b86306c946
@ -112,7 +112,7 @@
|
|||||||
"styled-components": "5.3.11"
|
"styled-components": "5.3.11"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"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": "^17.0.0 || ^18.0.0",
|
||||||
"react-dom": "^17.0.0 || ^18.0.0",
|
"react-dom": "^17.0.0 || ^18.0.0",
|
||||||
"react-router-dom": "^6.0.0",
|
"react-router-dom": "^6.0.0",
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
"styled-components": "5.3.11"
|
"styled-components": "5.3.11"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"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",
|
"@strapi/plugin-content-manager": "^5.0.0",
|
||||||
"react": "^17.0.0 || ^18.0.0",
|
"react": "^17.0.0 || ^18.0.0",
|
||||||
"react-dom": "^17.0.0 || ^18.0.0",
|
"react-dom": "^17.0.0 || ^18.0.0",
|
||||||
|
|||||||
@ -7403,7 +7403,7 @@ __metadata:
|
|||||||
styled-components: "npm:5.3.11"
|
styled-components: "npm:5.3.11"
|
||||||
yup: "npm:0.32.9"
|
yup: "npm:0.32.9"
|
||||||
peerDependencies:
|
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: ^17.0.0 || ^18.0.0
|
||||||
react-dom: ^17.0.0 || ^18.0.0
|
react-dom: ^17.0.0 || ^18.0.0
|
||||||
react-router-dom: ^6.0.0
|
react-router-dom: ^6.0.0
|
||||||
@ -7878,7 +7878,7 @@ __metadata:
|
|||||||
styled-components: "npm:5.3.11"
|
styled-components: "npm:5.3.11"
|
||||||
yup: "npm:0.32.9"
|
yup: "npm:0.32.9"
|
||||||
peerDependencies:
|
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
|
"@strapi/plugin-content-manager": ^5.0.0
|
||||||
react: ^17.0.0 || ^18.0.0
|
react: ^17.0.0 || ^18.0.0
|
||||||
react-dom: ^17.0.0 || ^18.0.0
|
react-dom: ^17.0.0 || ^18.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user