Skip to content

Commit 8990c99

Browse files
authored
Merge pull request #163 from pluginpal/feature/strapi-range
refactor: move @strapi packages from dependencies to peerDependencies
2 parents 78acb05 + 750f2c3 commit 8990c99

File tree

2 files changed

+288
-484
lines changed

2 files changed

+288
-484
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
"playground:develop": "cd playground && yarn develop"
4444
},
4545
"dependencies": {
46-
"@strapi/admin": "5.2.0",
47-
"@strapi/design-system": "2.0.0-rc.11",
48-
"@strapi/icons": "2.0.0-rc.11",
49-
"@strapi/utils": "5.2.0",
5046
"adm-zip": "^0.5.16",
5147
"chalk": "^4.1.2",
5248
"cli-table": "^0.3.6",
@@ -82,14 +78,22 @@
8278
],
8379
"peerDependencies": {
8480
"@strapi/strapi": "^5.0.0",
81+
"@strapi/admin": "^5.0.0",
82+
"@strapi/design-system": "^2.0.0-rc.14",
83+
"@strapi/icons": "^2.0.0-rc.14",
84+
"@strapi/utils": "^5.0.0",
8585
"react": "^17.0.0 || ^18.0.0",
8686
"react-dom": "^17.0.0 || ^18.0.0",
8787
"react-router-dom": "^6.0.0",
8888
"styled-components": "^6.0.0"
8989
},
9090
"devDependencies": {
91-
"@strapi/sdk-plugin": "^5.2.7",
92-
"@strapi/strapi": "5.2.0",
91+
"@strapi/sdk-plugin": "^5.0.0",
92+
"@strapi/strapi": "^5.0.0",
93+
"@strapi/admin": "^5.0.0",
94+
"@strapi/design-system": "^2.0.0-rc.14",
95+
"@strapi/icons": "^2.0.0-rc.14",
96+
"@strapi/utils": "^5.0.0",
9397
"babel-eslint": "9.0.0",
9498
"eslint": "^7.32.0",
9599
"eslint-config-airbnb": "^18.2.1",
@@ -106,7 +110,7 @@
106110
"jest-cli": "^29.3.1",
107111
"jest-styled-components": "^7.0.2",
108112
"nodemon": "^3.1.7",
109-
"react": "^17.0.2",
113+
"react": "^17.0.0",
110114
"styled-components": "^5.2.3",
111115
"yalc": "^1.0.0-pre.53"
112116
},

0 commit comments

Comments
 (0)