v2.0.0-beta.2
parent
00bc2dde8a
commit
b2299346f8
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "strapi-plugin-config-sync",
|
||||
"version": "1.2.5",
|
||||
"version": "2.0.0-beta.2",
|
||||
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
|
||||
"strapi": {
|
||||
"displayName": "Config Sync",
|
||||
|
@ -31,8 +31,8 @@
|
|||
"immutable": "^3.8.2",
|
||||
"inquirer": "^8.2.0",
|
||||
"react-diff-viewer-continued": "3.2.6",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"react-intl": "6.6.2",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"author": {
|
||||
|
@ -60,8 +60,8 @@
|
|||
"devDependencies": {
|
||||
"@strapi/design-system": "2.0.0-beta.4",
|
||||
"@strapi/icons": "2.0.0-beta.4",
|
||||
"@strapi/utils": "5.0.0-beta.8",
|
||||
"@strapi/strapi": "5.0.0-beta.8",
|
||||
"@strapi/utils": "5.0.0-beta.8",
|
||||
"babel-eslint": "9.0.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
|
|
Loading…
Reference in New Issue