refactor: updated dependency management

pull/157/head
Boaz Poolman 2024-11-06 12:29:16 +01:00
parent abfaaa8e5a
commit 5de1accc77
1 changed files with 8 additions and 8 deletions

View File

@ -43,6 +43,10 @@
"playground:develop": "cd playground && yarn develop"
},
"dependencies": {
"@strapi/design-system": "2.0.0-rc.11",
"@strapi/icons": "2.0.0-rc.11",
"@strapi/strapi": "5.2.0",
"@strapi/utils": "5.2.0",
"chalk": "^4.1.2",
"cli-table": "^0.3.6",
"commander": "^8.3.0",
@ -50,10 +54,13 @@
"git-diff": "^2.0.6",
"immutable": "^3.8.2",
"inquirer": "^8.2.0",
"lodash": "^4.17.11",
"react-diff-viewer-continued": "3.2.6",
"react-intl": "6.6.2",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5"
},
"author": {
"name": "Boaz Poolman",
@ -79,11 +86,7 @@
"styled-components": "^5.2.1"
},
"devDependencies": {
"@strapi/design-system": "2.0.0-rc.11",
"@strapi/icons": "2.0.0-rc.11",
"@strapi/sdk-plugin": "^5.2.7",
"@strapi/strapi": "5.2.0",
"@strapi/utils": "5.2.0",
"babel-eslint": "9.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
@ -99,11 +102,8 @@
"jest": "^29.7.0",
"jest-cli": "^29.3.1",
"jest-styled-components": "^7.0.2",
"lodash": "^4.17.11",
"nodemon": "^3.1.7",
"react": "^17.0.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"styled-components": "^5.2.3",
"yalc": "^1.0.0-pre.53"
},