chore: Bump version to 3.0.0
parent
775733eff8
commit
1072afb31a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "strapi-plugin-config-sync",
|
"name": "strapi-plugin-config-sync",
|
||||||
"version": "2.1.0",
|
"version": "3.0.0",
|
||||||
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
|
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"displayName": "Config Sync",
|
"displayName": "Config Sync",
|
||||||
|
@ -57,11 +57,11 @@
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"react-diff-viewer-continued": "3.2.6",
|
"react-diff-viewer-continued": "3.2.6",
|
||||||
"react-intl": "6.6.2",
|
"react-intl": "6.6.2",
|
||||||
|
"react-query": "^3.39.3",
|
||||||
"react-redux": "^7.2.2",
|
"react-redux": "^7.2.2",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.0.5",
|
||||||
"redux-immutable": "^4.0.0",
|
"redux-immutable": "^4.0.0",
|
||||||
"redux-thunk": "^2.3.0",
|
"redux-thunk": "^2.3.0"
|
||||||
"react-query": "^3.39.3"
|
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Boaz Poolman",
|
"name": "Boaz Poolman",
|
||||||
|
|
Loading…
Reference in New Issue