Downgrade react to 16.x & add github links for npm
parent
3a6d30303e
commit
4ba6ae7d69
|
@ -9,9 +9,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"immutable": "^4.0.0-rc.12",
|
"immutable": "^4.0.0-rc.12",
|
||||||
"react": "^17.0.1",
|
"react": "^16.13.1",
|
||||||
"react-diff-viewer": "^3.1.1",
|
"react-diff-viewer": "^3.1.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^16.9.0",
|
||||||
"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",
|
||||||
|
@ -30,6 +30,10 @@
|
||||||
"url": "https://github.com/boazpoolman"
|
"url": "https://github.com/boazpoolman"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/boazpoolman/strapi-plugin-config-sync/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.16.0 <=14.x.x",
|
"node": ">=10.16.0 <=14.x.x",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=6.0.0"
|
||||||
|
|
Loading…
Reference in New Issue