|
43 | 43 | "playground:develop": "cd playground && yarn develop" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@strapi/admin": "5.2.0", |
47 | | - "@strapi/design-system": "2.0.0-rc.11", |
48 | | - "@strapi/icons": "2.0.0-rc.11", |
49 | | - "@strapi/utils": "5.2.0", |
50 | 46 | "adm-zip": "^0.5.16", |
51 | 47 | "chalk": "^4.1.2", |
52 | 48 | "cli-table": "^0.3.6", |
|
82 | 78 | ], |
83 | 79 | "peerDependencies": { |
84 | 80 | "@strapi/strapi": "^5.0.0", |
| 81 | + "@strapi/admin": "^5.0.0", |
| 82 | + "@strapi/design-system": "^2.0.0-rc.14", |
| 83 | + "@strapi/icons": "^2.0.0-rc.14", |
| 84 | + "@strapi/utils": "^5.0.0", |
85 | 85 | "react": "^17.0.0 || ^18.0.0", |
86 | 86 | "react-dom": "^17.0.0 || ^18.0.0", |
87 | 87 | "react-router-dom": "^6.0.0", |
88 | 88 | "styled-components": "^6.0.0" |
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | | - "@strapi/sdk-plugin": "^5.2.7", |
92 | | - "@strapi/strapi": "5.2.0", |
| 91 | + "@strapi/sdk-plugin": "^5.0.0", |
| 92 | + "@strapi/strapi": "^5.0.0", |
| 93 | + "@strapi/admin": "^5.0.0", |
| 94 | + "@strapi/design-system": "^2.0.0-rc.14", |
| 95 | + "@strapi/icons": "^2.0.0-rc.14", |
| 96 | + "@strapi/utils": "^5.0.0", |
93 | 97 | "babel-eslint": "9.0.0", |
94 | 98 | "eslint": "^7.32.0", |
95 | 99 | "eslint-config-airbnb": "^18.2.1", |
|
106 | 110 | "jest-cli": "^29.3.1", |
107 | 111 | "jest-styled-components": "^7.0.2", |
108 | 112 | "nodemon": "^3.1.7", |
109 | | - "react": "^17.0.2", |
| 113 | + "react": "^17.0.0", |
110 | 114 | "styled-components": "^5.2.3", |
111 | 115 | "yalc": "^1.0.0-pre.53" |
112 | 116 | }, |
|
0 commit comments