mirror of
https://github.com/strapi/strapi.git
synced 2025-12-16 17:53:53 +00:00
Fix: move msw to devDeps and change koa range (#22129)
--------- Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
This commit is contained in:
parent
20adc294cd
commit
fe41db9384
@ -113,7 +113,6 @@
|
|||||||
"koa-static": "5.0.0",
|
"koa-static": "5.0.0",
|
||||||
"koa2-ratelimit": "^1.1.3",
|
"koa2-ratelimit": "^1.1.3",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"msw": "1.3.0",
|
|
||||||
"node-schedule": "2.1.1",
|
"node-schedule": "2.1.1",
|
||||||
"ora": "5.4.1",
|
"ora": "5.4.1",
|
||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
@ -160,6 +159,7 @@
|
|||||||
"@types/sanitize-html": "2.13.0",
|
"@types/sanitize-html": "2.13.0",
|
||||||
"@vitejs/plugin-react-swc": "3.6.0",
|
"@vitejs/plugin-react-swc": "3.6.0",
|
||||||
"koa-body": "6.0.1",
|
"koa-body": "6.0.1",
|
||||||
|
"msw": "1.3.0",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router-dom": "6.22.3",
|
"react-router-dom": "6.22.3",
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@strapi/admin": "^5.0.0",
|
"@strapi/admin": "^5.0.0",
|
||||||
"koa": "2.13.4",
|
"koa": "^2.15.2",
|
||||||
"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",
|
||||||
|
|||||||
@ -9071,7 +9071,7 @@ __metadata:
|
|||||||
yup: "npm:0.32.9"
|
yup: "npm:0.32.9"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@strapi/admin": ^5.0.0
|
"@strapi/admin": ^5.0.0
|
||||||
koa: 2.13.4
|
koa: ^2.15.2
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user