chore: upgrade react-redux (#22596)

This commit is contained in:
Lily Kuang 2023-01-11 17:32:40 -06:00 committed by GitHub
parent 539936522f
commit 5d38992024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 30 deletions

View File

@ -114,7 +114,7 @@
"react-lines-ellipsis": "^0.15.0", "react-lines-ellipsis": "^0.15.0",
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-query": "^3.39.2", "react-query": "^3.39.2",
"react-redux": "^7.2.0", "react-redux": "^7.2.8",
"react-resize-detector": "^6.7.6", "react-resize-detector": "^6.7.6",
"react-reverse-portal": "^2.0.1", "react-reverse-portal": "^2.0.1",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",
@ -18407,10 +18407,9 @@
} }
}, },
"node_modules/@types/react-redux": { "node_modules/@types/react-redux": {
"version": "7.1.10", "version": "7.1.25",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.10.tgz", "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz",
"integrity": "sha512-lmt2BPf0fFuYrXg1JM4udUd4sCmqnTlNUIxC7B6RIBTzmMuv/MxOfumGNUx1UyzVZieEZ2ttCQvFfh/3eUHvrQ==", "integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==",
"dev": true,
"dependencies": { "dependencies": {
"@types/hoist-non-react-statics": "^3.3.0", "@types/hoist-non-react-statics": "^3.3.0",
"@types/react": "*", "@types/react": "*",
@ -45712,19 +45711,19 @@
} }
}, },
"node_modules/react-redux": { "node_modules/react-redux": {
"version": "7.2.0", "version": "7.2.8",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.8.tgz",
"integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==", "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.15.4",
"hoist-non-react-statics": "^3.3.0", "@types/react-redux": "^7.1.20",
"hoist-non-react-statics": "^3.3.2",
"loose-envify": "^1.4.0", "loose-envify": "^1.4.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-is": "^16.9.0" "react-is": "^17.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.8.3", "react": "^16.8.3 || ^17 || ^18"
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"react-dom": { "react-dom": {
@ -45736,9 +45735,9 @@
} }
}, },
"node_modules/react-redux/node_modules/react-is": { "node_modules/react-redux/node_modules/react-is": {
"version": "16.13.1", "version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
}, },
"node_modules/react-refresh": { "node_modules/react-refresh": {
"version": "0.11.0", "version": "0.11.0",
@ -72131,10 +72130,9 @@
} }
}, },
"@types/react-redux": { "@types/react-redux": {
"version": "7.1.10", "version": "7.1.25",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.10.tgz", "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz",
"integrity": "sha512-lmt2BPf0fFuYrXg1JM4udUd4sCmqnTlNUIxC7B6RIBTzmMuv/MxOfumGNUx1UyzVZieEZ2ttCQvFfh/3eUHvrQ==", "integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==",
"dev": true,
"requires": { "requires": {
"@types/hoist-non-react-statics": "^3.3.0", "@types/hoist-non-react-statics": "^3.3.0",
"@types/react": "*", "@types/react": "*",
@ -93229,21 +93227,22 @@
} }
}, },
"react-redux": { "react-redux": {
"version": "7.2.0", "version": "7.2.8",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.8.tgz",
"integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==", "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.15.4",
"hoist-non-react-statics": "^3.3.0", "@types/react-redux": "^7.1.20",
"hoist-non-react-statics": "^3.3.2",
"loose-envify": "^1.4.0", "loose-envify": "^1.4.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-is": "^16.9.0" "react-is": "^17.0.2"
}, },
"dependencies": { "dependencies": {
"react-is": { "react-is": {
"version": "16.13.1", "version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
} }
} }
}, },

View File

@ -178,7 +178,7 @@
"react-lines-ellipsis": "^0.15.0", "react-lines-ellipsis": "^0.15.0",
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-query": "^3.39.2", "react-query": "^3.39.2",
"react-redux": "^7.2.0", "react-redux": "^7.2.8",
"react-resize-detector": "^6.7.6", "react-resize-detector": "^6.7.6",
"react-reverse-portal": "^2.0.1", "react-reverse-portal": "^2.0.1",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",