|
@@ -376,6 +376,16 @@
|
|
|
"resolved": "https://registry.npm.taobao.org/@types/history/download/@types/history-4.7.8.tgz",
|
|
|
"integrity": "sha1-STSDh5gwdXBf6PTgL7Z/farsSTQ="
|
|
|
},
|
|
|
+ "@types/hoist-non-react-statics": {
|
|
|
+ "version": "3.3.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz",
|
|
|
+ "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@types/react": "*",
|
|
|
+ "hoist-non-react-statics": "^3.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@types/node": {
|
|
|
"version": "14.14.31",
|
|
|
"resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.31.tgz?cache=0&sync_timestamp=1613757896289&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.14.31.tgz",
|
|
@@ -405,6 +415,29 @@
|
|
|
"@types/react": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/react-redux": {
|
|
|
+ "version": "7.1.33",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/react-redux/-/react-redux-7.1.33.tgz",
|
|
|
+ "integrity": "sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@types/hoist-non-react-statics": "^3.3.0",
|
|
|
+ "@types/react": "*",
|
|
|
+ "hoist-non-react-statics": "^3.3.0",
|
|
|
+ "redux": "^4.0.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "redux": {
|
|
|
+ "version": "4.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
|
|
+ "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.9.2"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"@types/react-router": {
|
|
|
"version": "5.1.11",
|
|
|
"resolved": "https://registry.npm.taobao.org/@types/react-router/download/@types/react-router-5.1.11.tgz",
|
|
@@ -834,6 +867,14 @@
|
|
|
"resolved": "https://registry.npm.taobao.org/insert-css/download/insert-css-2.0.0.tgz",
|
|
|
"integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ="
|
|
|
},
|
|
|
+ "invariant": {
|
|
|
+ "version": "2.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz",
|
|
|
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
|
|
+ "requires": {
|
|
|
+ "loose-envify": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"is-core-module": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/is-core-module/download/is-core-module-2.2.0.tgz?cache=0&sync_timestamp=1606411622542&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-core-module%2Fdownload%2Fis-core-module-2.2.0.tgz",
|
|
@@ -1529,6 +1570,19 @@
|
|
|
"resolved": "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz",
|
|
|
"integrity": "sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ="
|
|
|
},
|
|
|
+ "react-redux": {
|
|
|
+ "version": "7.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-7.1.3.tgz",
|
|
|
+ "integrity": "sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.5.5",
|
|
|
+ "hoist-non-react-statics": "^3.3.0",
|
|
|
+ "invariant": "^2.2.4",
|
|
|
+ "loose-envify": "^1.4.0",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^16.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"react-refresh": {
|
|
|
"version": "0.9.0",
|
|
|
"resolved": "https://registry.npm.taobao.org/react-refresh/download/react-refresh-0.9.0.tgz",
|
|
@@ -1649,6 +1703,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "redux": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w=="
|
|
|
+ },
|
|
|
"regenerator-runtime": {
|
|
|
"version": "0.13.7",
|
|
|
"resolved": "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz",
|