refactor: move @strapi packages from dependencies to peerDependencies

pull/163/head
Boaz Poolman 2024-12-19 21:00:25 +00:00
parent f01398e80a
commit e0211d2164
2 changed files with 282 additions and 478 deletions

View File

@ -43,10 +43,6 @@
"playground:develop": "cd playground && yarn develop"
},
"dependencies": {
"@strapi/admin": "5.2.0",
"@strapi/design-system": "2.0.0-rc.11",
"@strapi/icons": "2.0.0-rc.11",
"@strapi/utils": "5.2.0",
"adm-zip": "^0.5.16",
"chalk": "^4.1.2",
"cli-table": "^0.3.6",
@ -82,14 +78,22 @@
],
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"@strapi/admin": "^5.0.0",
"@strapi/design-system": "^2.0.0",
"@strapi/icons": "^2.0.0",
"@strapi/utils": "^5.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.2.7",
"@strapi/strapi": "5.2.0",
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "^5.0.0",
"@strapi/admin": "^5.0.0",
"@strapi/design-system": "^2.0.0",
"@strapi/icons": "^2.0.0",
"@strapi/utils": "^5.0.0",
"babel-eslint": "9.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
@ -106,7 +110,7 @@
"jest-cli": "^29.3.1",
"jest-styled-components": "^7.0.2",
"nodemon": "^3.1.7",
"react": "^17.0.2",
"react": "^17.0.0",
"styled-components": "^5.2.3",
"yalc": "^1.0.0-pre.53"
},

742
yarn.lock

File diff suppressed because it is too large Load Diff