|
43 | 43 | "playground:develop": "cd playground && yarn develop" |
44 | 44 | }, |
45 | 45 | "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", |
46 | 50 | "chalk": "^4.1.2", |
47 | 51 | "cli-table": "^0.3.6", |
48 | 52 | "commander": "^8.3.0", |
49 | 53 | "file-saver": "^2.0.5", |
50 | 54 | "git-diff": "^2.0.6", |
51 | 55 | "immutable": "^3.8.2", |
52 | 56 | "inquirer": "^8.2.0", |
| 57 | + "lodash": "^4.17.11", |
53 | 58 | "react-diff-viewer-continued": "3.2.6", |
54 | 59 | "react-intl": "6.6.2", |
55 | 60 | "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" |
57 | 64 | }, |
58 | 65 | "author": { |
59 | 66 | "name": "Boaz Poolman", |
|
79 | 86 | "styled-components": "^5.2.1" |
80 | 87 | }, |
81 | 88 | "devDependencies": { |
82 | | - "@strapi/design-system": "2.0.0-rc.11", |
83 | | - "@strapi/icons": "2.0.0-rc.11", |
84 | 89 | "@strapi/sdk-plugin": "^5.2.7", |
85 | | - "@strapi/strapi": "5.2.0", |
86 | | - "@strapi/utils": "5.2.0", |
87 | 90 | "babel-eslint": "9.0.0", |
88 | 91 | "eslint": "^7.32.0", |
89 | 92 | "eslint-config-airbnb": "^18.2.1", |
|
99 | 102 | "jest": "^29.7.0", |
100 | 103 | "jest-cli": "^29.3.1", |
101 | 104 | "jest-styled-components": "^7.0.2", |
102 | | - "lodash": "^4.17.11", |
103 | 105 | "nodemon": "^3.1.7", |
104 | 106 | "react": "^17.0.2", |
105 | | - "react-redux": "^7.2.2", |
106 | | - "redux": "^4.0.5", |
107 | 107 | "styled-components": "^5.2.3", |
108 | 108 | "yalc": "^1.0.0-pre.53" |
109 | 109 | }, |
|
0 commit comments