Merge pull request #163 from pluginpal/feature/strapi-range
refactor: move @strapi packages from dependencies to peerDependenciespull/165/head 3.1.0
commit
8990c9971a
18
package.json
18
package.json
|
@ -43,10 +43,6 @@
|
||||||
"playground:develop": "cd playground && yarn develop"
|
"playground:develop": "cd playground && yarn develop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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",
|
"adm-zip": "^0.5.16",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
"cli-table": "^0.3.6",
|
"cli-table": "^0.3.6",
|
||||||
|
@ -82,14 +78,22 @@
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@strapi/strapi": "^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",
|
||||||
"react": "^17.0.0 || ^18.0.0",
|
"react": "^17.0.0 || ^18.0.0",
|
||||||
"react-dom": "^17.0.0 || ^18.0.0",
|
"react-dom": "^17.0.0 || ^18.0.0",
|
||||||
"react-router-dom": "^6.0.0",
|
"react-router-dom": "^6.0.0",
|
||||||
"styled-components": "^6.0.0"
|
"styled-components": "^6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@strapi/sdk-plugin": "^5.2.7",
|
"@strapi/sdk-plugin": "^5.0.0",
|
||||||
"@strapi/strapi": "5.2.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",
|
"babel-eslint": "9.0.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
|
@ -106,7 +110,7 @@
|
||||||
"jest-cli": "^29.3.1",
|
"jest-cli": "^29.3.1",
|
||||||
"jest-styled-components": "^7.0.2",
|
"jest-styled-components": "^7.0.2",
|
||||||
"nodemon": "^3.1.7",
|
"nodemon": "^3.1.7",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.0",
|
||||||
"styled-components": "^5.2.3",
|
"styled-components": "^5.2.3",
|
||||||
"yalc": "^1.0.0-pre.53"
|
"yalc": "^1.0.0-pre.53"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue