|
1 | 1 | { |
2 | 2 | "name": "strapi-plugin-config-sync", |
3 | | - "version": "3.0.4", |
| 3 | + "version": "3.1.0", |
4 | 4 | "description": "Migrate your config data across environments using the CLI or Strapi admin panel.", |
5 | 5 | "strapi": { |
6 | 6 | "displayName": "Config Sync", |
|
77 | 77 | "bin" |
78 | 78 | ], |
79 | 79 | "peerDependencies": { |
80 | | - "@strapi/strapi": "^5.0.0", |
81 | 80 | "@strapi/admin": "^5.0.0", |
82 | 81 | "@strapi/design-system": "^2.0.0-rc.14", |
83 | 82 | "@strapi/icons": "^2.0.0-rc.14", |
| 83 | + "@strapi/strapi": "^5.0.0", |
84 | 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.0.0", |
92 | | - "@strapi/strapi": "^5.0.0", |
93 | 91 | "@strapi/admin": "^5.0.0", |
94 | 92 | "@strapi/design-system": "^2.0.0-rc.14", |
95 | 93 | "@strapi/icons": "^2.0.0-rc.14", |
| 94 | + "@strapi/sdk-plugin": "^5.0.0", |
| 95 | + "@strapi/strapi": "^5.0.0", |
96 | 96 | "@strapi/utils": "^5.0.0", |
97 | 97 | "babel-eslint": "9.0.0", |
98 | 98 | "eslint": "^7.32.0", |
|
0 commit comments