aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2022-02-02 08:51:01 +0000
committerGitHub <noreply@github.com>2022-02-02 08:51:01 +0000
commit1188b1fecb6ac88e0ea27296caad4a80fcf01ec3 (patch)
tree8df5f68b095c3e0423278d474bf42be79e677bc5
parent64cdec4df5c2dca84c7054c03bf1989c513d093f (diff)
parent5218eee7543c386c18c39cdb655a22beab3c00d5 (diff)
Merge pull request #1361 from ueokande/dependabot/npm_and_yarn/react-redux-7.2.6
Bump react-redux from 7.2.4 to 7.2.6
-rw-r--r--package.json2
-rw-r--r--yarn.lock32
2 files changed, 17 insertions, 17 deletions
diff --git a/package.json b/package.json
index 9318a37..ba40dbb 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"prettier-eslint": "13.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
- "react-redux": "^7.1.3",
+ "react-redux": "^7.2.6",
"react-test-renderer": "17.0.2",
"redux": "^4.0.5",
"redux-promise": "^0.6.0",
diff --git a/yarn.lock b/yarn.lock
index 43e9d3d..0a10c8c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -279,10 +279,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/runtime@^7.12.1", "@babel/runtime@^7.9.2":
- version "7.13.17"
- resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz"
- integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
+"@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2":
+ version "7.16.7"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
+ integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
dependencies:
regenerator-runtime "^0.13.4"
@@ -817,10 +817,10 @@
dependencies:
"@types/react" "*"
-"@types/react-redux@^7.1.16", "@types/react-redux@^7.1.7":
- version "7.1.16"
- resolved "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.16.tgz"
- integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw==
+"@types/react-redux@^7.1.20", "@types/react-redux@^7.1.7":
+ version "7.1.22"
+ resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.22.tgz#0eab76a37ef477cc4b53665aeaf29cb60631b72a"
+ integrity sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==
dependencies:
"@types/hoist-non-react-statics" "^3.3.0"
"@types/react" "*"
@@ -4690,22 +4690,22 @@ react-dom@17.0.2:
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
-react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
+react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
-react-redux@^7.1.3:
- version "7.2.4"
- resolved "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz"
- integrity sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==
+react-redux@^7.2.6:
+ version "7.2.6"
+ resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.6.tgz#49633a24fe552b5f9caf58feb8a138936ddfe9aa"
+ integrity sha512-10RPdsz0UUrRL1NZE0ejTkucnclYSgXp5q+tB5SWx2qeG2ZJQJyymgAhwKy73yiL/13btfB6fPr+rgbMAaZIAQ==
dependencies:
- "@babel/runtime" "^7.12.1"
- "@types/react-redux" "^7.1.16"
+ "@babel/runtime" "^7.15.4"
+ "@types/react-redux" "^7.1.20"
hoist-non-react-statics "^3.3.2"
loose-envify "^1.4.0"
prop-types "^15.7.2"
- react-is "^16.13.1"
+ react-is "^17.0.2"
react-shallow-renderer@^16.13.1:
version "16.14.1"