refactor: updated dependency management
parent
abfaaa8e5a
commit
5de1accc77
16
package.json
16
package.json
|
@ -43,6 +43,10 @@
|
||||||
"playground:develop": "cd playground && yarn develop"
|
"playground:develop": "cd playground && yarn develop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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",
|
"chalk": "^4.1.2",
|
||||||
"cli-table": "^0.3.6",
|
"cli-table": "^0.3.6",
|
||||||
"commander": "^8.3.0",
|
"commander": "^8.3.0",
|
||||||
|
@ -50,10 +54,13 @@
|
||||||
"git-diff": "^2.0.6",
|
"git-diff": "^2.0.6",
|
||||||
"immutable": "^3.8.2",
|
"immutable": "^3.8.2",
|
||||||
"inquirer": "^8.2.0",
|
"inquirer": "^8.2.0",
|
||||||
|
"lodash": "^4.17.11",
|
||||||
"react-diff-viewer-continued": "3.2.6",
|
"react-diff-viewer-continued": "3.2.6",
|
||||||
"react-intl": "6.6.2",
|
"react-intl": "6.6.2",
|
||||||
"redux-immutable": "^4.0.0",
|
"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": {
|
"author": {
|
||||||
"name": "Boaz Poolman",
|
"name": "Boaz Poolman",
|
||||||
|
@ -79,11 +86,7 @@
|
||||||
"styled-components": "^5.2.1"
|
"styled-components": "^5.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@strapi/design-system": "2.0.0-rc.11",
|
|
||||||
"@strapi/icons": "2.0.0-rc.11",
|
|
||||||
"@strapi/sdk-plugin": "^5.2.7",
|
"@strapi/sdk-plugin": "^5.2.7",
|
||||||
"@strapi/strapi": "5.2.0",
|
|
||||||
"@strapi/utils": "5.2.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",
|
||||||
|
@ -99,11 +102,8 @@
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jest-cli": "^29.3.1",
|
"jest-cli": "^29.3.1",
|
||||||
"jest-styled-components": "^7.0.2",
|
"jest-styled-components": "^7.0.2",
|
||||||
"lodash": "^4.17.11",
|
|
||||||
"nodemon": "^3.1.7",
|
"nodemon": "^3.1.7",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-redux": "^7.2.2",
|
|
||||||
"redux": "^4.0.5",
|
|
||||||
"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