Downgrade react to 16.x & add github links for npm

pull/1/head
boazpoolman 2021-03-21 20:40:55 +01:00
parent 3a6d30303e
commit 4ba6ae7d69
1 changed files with 6 additions and 2 deletions

View File

@ -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"