Merge pull request #163 from pluginpal/feature/strapi-range

refactor: move @strapi packages from dependencies to peerDependencies
pull/165/head 3.1.0
Boaz Poolman 2024-12-19 22:17:20 +01:00 committed by GitHub
commit 8990c9971a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 287 additions and 483 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-rc.14",
"@strapi/icons": "^2.0.0-rc.14",
"@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-rc.14",
"@strapi/icons": "^2.0.0-rc.14",
"@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"
},

752
yarn.lock

File diff suppressed because it is too large Load Diff