Skip to content

Commit

Permalink
Merge pull request #163 from pluginpal/feature/strapi-range
Browse files Browse the repository at this point in the history
refactor: move @strapi packages from dependencies to peerDependencies
  • Loading branch information
boazpoolman authored Dec 19, 2024
2 parents 78acb05 + 750f2c3 commit 8990c99
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 484 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit 8990c99

Please sign in to comment.