Fix: move msw to devDeps and change koa range (#22129)

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
This commit is contained in:
Adrien Foulon 2024-11-28 13:55:31 +01:00 committed by GitHub
parent 20adc294cd
commit fe41db9384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,6 @@
"koa-static": "5.0.0",
"koa2-ratelimit": "^1.1.3",
"lodash": "4.17.21",
"msw": "1.3.0",
"node-schedule": "2.1.1",
"ora": "5.4.1",
"p-map": "4.0.0",
@ -160,6 +159,7 @@
"@types/sanitize-html": "2.13.0",
"@vitejs/plugin-react-swc": "3.6.0",
"koa-body": "6.0.1",
"msw": "1.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",

View File

@ -78,7 +78,7 @@
},
"peerDependencies": {
"@strapi/admin": "^5.0.0",
"koa": "2.13.4",
"koa": "^2.15.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",

View File

@ -9071,7 +9071,7 @@ __metadata:
yup: "npm:0.32.9"
peerDependencies:
"@strapi/admin": ^5.0.0
koa: 2.13.4
koa: ^2.15.2
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.0.0