We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775733e commit 1072afbCopy full SHA for 1072afb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-config-sync",
3
- "version": "2.1.0",
+ "version": "3.0.0",
4
"description": "Migrate your config data across environments using the CLI or Strapi admin panel.",
5
"strapi": {
6
"displayName": "Config Sync",
@@ -57,11 +57,11 @@
57
"lodash": "^4.17.11",
58
"react-diff-viewer-continued": "3.2.6",
59
"react-intl": "6.6.2",
60
+ "react-query": "^3.39.3",
61
"react-redux": "^7.2.2",
62
"redux": "^4.0.5",
63
"redux-immutable": "^4.0.0",
- "redux-thunk": "^2.3.0",
64
- "react-query": "^3.39.3"
+ "redux-thunk": "^2.3.0"
65
},
66
"author": {
67
"name": "Boaz Poolman",
0 commit comments