fix(deps): revert to redux@3 and react-redux@4 (#6331)

This commit is contained in:
Tim Lai
2020-08-20 16:14:49 -07:00
committed by GitHub
parent 6742cbd38b
commit e82aaae4f8
2 changed files with 22 additions and 21 deletions

39
package-lock.json generated
View File

@@ -17781,6 +17781,11 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
}, },
"lodash-es": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz",
"integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ=="
},
"lodash-id": { "lodash-id": {
"version": "0.14.0", "version": "0.14.0",
"resolved": "https://registry.npmjs.org/lodash-id/-/lodash-id-0.14.0.tgz", "resolved": "https://registry.npmjs.org/lodash-id/-/lodash-id-0.14.0.tgz",
@@ -22531,11 +22536,6 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz",
"integrity": "sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==" "integrity": "sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA=="
}, },
"react-lifecycles-compat": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
},
"react-motion": { "react-motion": {
"version": "0.5.2", "version": "0.5.2",
"resolved": "https://registry.npmjs.org/react-motion/-/react-motion-0.5.2.tgz", "resolved": "https://registry.npmjs.org/react-motion/-/react-motion-0.5.2.tgz",
@@ -22547,17 +22547,16 @@
} }
}, },
"react-redux": { "react-redux": {
"version": "5.1.2", "version": "4.4.10",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.1.2.tgz", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-4.4.10.tgz",
"integrity": "sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==", "integrity": "sha512-tjL0Bmpkj75Td0k+lXlF8Fc8a9GuXFv/3ahUOCXExWs/jhsKiQeTffdH0j5byejCGCRL4tvGFYlrwBF1X/Aujg==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "create-react-class": "^15.5.1",
"hoist-non-react-statics": "^3.3.0", "hoist-non-react-statics": "^3.3.0",
"invariant": "^2.2.4", "invariant": "^2.0.0",
"loose-envify": "^1.1.0", "lodash": "^4.17.11",
"prop-types": "^15.6.1", "loose-envify": "^1.4.0",
"react-is": "^16.6.0", "prop-types": "^15.7.2"
"react-lifecycles-compat": "^3.0.0"
} }
}, },
"react-syntax-highlighter": { "react-syntax-highlighter": {
@@ -22689,12 +22688,14 @@
} }
}, },
"redux": { "redux": {
"version": "4.0.5", "version": "3.7.2",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz", "resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz",
"integrity": "sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==", "integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==",
"requires": { "requires": {
"loose-envify": "^1.4.0", "lodash": "^4.2.1",
"symbol-observable": "^1.2.0" "lodash-es": "^4.2.1",
"loose-envify": "^1.1.0",
"symbol-observable": "^1.0.3"
} }
}, },
"redux-immutable": { "redux-immutable": {

View File

@@ -83,9 +83,9 @@
"react-immutable-pure-component": "^1.1.1", "react-immutable-pure-component": "^1.1.1",
"react-inspector": "^2.3.0", "react-inspector": "^2.3.0",
"react-motion": "^0.5.2", "react-motion": "^0.5.2",
"react-redux": "^5.1.2", "react-redux": "=4.4.10",
"react-syntax-highlighter": "=13.5.0", "react-syntax-highlighter": "=13.5.0",
"redux": "^4.0.5", "redux": "=3.7.2",
"redux-immutable": "3.1.0", "redux-immutable": "3.1.0",
"remarkable": "^2.0.1", "remarkable": "^2.0.1",
"reselect": "^4.0.0", "reselect": "^4.0.0",