Skip to content

Commit 5de1acc

Browse files
committed
refactor: updated dependency management
1 parent abfaaa8 commit 5de1acc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,24 @@
4343
"playground:develop": "cd playground && yarn develop"
4444
},
4545
"dependencies": {
46+
"@strapi/design-system": "2.0.0-rc.11",
47+
"@strapi/icons": "2.0.0-rc.11",
48+
"@strapi/strapi": "5.2.0",
49+
"@strapi/utils": "5.2.0",
4650
"chalk": "^4.1.2",
4751
"cli-table": "^0.3.6",
4852
"commander": "^8.3.0",
4953
"file-saver": "^2.0.5",
5054
"git-diff": "^2.0.6",
5155
"immutable": "^3.8.2",
5256
"inquirer": "^8.2.0",
57+
"lodash": "^4.17.11",
5358
"react-diff-viewer-continued": "3.2.6",
5459
"react-intl": "6.6.2",
5560
"redux-immutable": "^4.0.0",
56-
"redux-thunk": "^2.3.0"
61+
"redux-thunk": "^2.3.0",
62+
"react-redux": "^7.2.2",
63+
"redux": "^4.0.5"
5764
},
5865
"author": {
5966
"name": "Boaz Poolman",
@@ -79,11 +86,7 @@
7986
"styled-components": "^5.2.1"
8087
},
8188
"devDependencies": {
82-
"@strapi/design-system": "2.0.0-rc.11",
83-
"@strapi/icons": "2.0.0-rc.11",
8489
"@strapi/sdk-plugin": "^5.2.7",
85-
"@strapi/strapi": "5.2.0",
86-
"@strapi/utils": "5.2.0",
8790
"babel-eslint": "9.0.0",
8891
"eslint": "^7.32.0",
8992
"eslint-config-airbnb": "^18.2.1",
@@ -99,11 +102,8 @@
99102
"jest": "^29.7.0",
100103
"jest-cli": "^29.3.1",
101104
"jest-styled-components": "^7.0.2",
102-
"lodash": "^4.17.11",
103105
"nodemon": "^3.1.7",
104106
"react": "^17.0.2",
105-
"react-redux": "^7.2.2",
106-
"redux": "^4.0.5",
107107
"styled-components": "^5.2.3",
108108
"yalc": "^1.0.0-pre.53"
109109
},

0 commit comments

Comments
 (0)