Skip to content

Commit 995ac2e

Browse files
build(deps): bump react-redux from 7.2.1 to 7.2.4
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.1 to 7.2.4. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v7.2.1...v7.2.4) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7dce4e7 commit 995ac2e

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"react-native-url-polyfill": "1.2.0-rc.0",
7777
"react-native-vector-icons": "7.0.0",
7878
"react-native-webview": "^10.1.0",
79-
"react-redux": "^7.2.1",
79+
"react-redux": "^7.2.4",
8080
"redux": "^4.0.0",
8181
"redux-action-buffer": "^1.2.0",
8282
"redux-logger": "^3.0.1",

yarn.lock

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@
988988
core-js-pure "^3.0.0"
989989
regenerator-runtime "^0.13.4"
990990

991-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
992-
version "7.12.5"
993-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
994-
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
991+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
992+
version "7.14.0"
993+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
994+
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
995995
dependencies:
996996
regenerator-runtime "^0.13.4"
997997

@@ -2432,7 +2432,7 @@
24322432
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
24332433
integrity sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ==
24342434

2435-
"@types/hoist-non-react-statics@^3.3.1":
2435+
"@types/hoist-non-react-statics@^3.3.0", "@types/hoist-non-react-statics@^3.3.1":
24362436
version "3.3.1"
24372437
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
24382438
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
@@ -2502,6 +2502,16 @@
25022502
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
25032503
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
25042504

2505+
"@types/react-redux@^7.1.16":
2506+
version "7.1.16"
2507+
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.16.tgz#0fbd04c2500c12105494c83d4a3e45c084e3cb21"
2508+
integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw==
2509+
dependencies:
2510+
"@types/hoist-non-react-statics" "^3.3.0"
2511+
"@types/react" "*"
2512+
hoist-non-react-statics "^3.3.0"
2513+
redux "^4.0.0"
2514+
25052515
"@types/react@*":
25062516
version "16.9.16"
25072517
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.16.tgz#4f12515707148b1f53a8eaa4341dae5dfefb066d"
@@ -9683,7 +9693,7 @@ react-intl@5.8.6:
96839693
shallow-equal "^1.2.1"
96849694
tslib "^2.0.1"
96859695

9686-
react-is@^16.12.0, react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0:
9696+
react-is@^16.12.0, react-is@^16.13.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
96879697
version "16.13.1"
96889698
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
96899699
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -9881,16 +9891,17 @@ react-native@0.63.4:
98819891
use-subscription "^1.0.0"
98829892
whatwg-fetch "^3.0.0"
98839893

9884-
react-redux@^7.2.1:
9885-
version "7.2.1"
9886-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.1.tgz#8dedf784901014db2feca1ab633864dee68ad985"
9887-
integrity sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg==
9894+
react-redux@^7.2.4:
9895+
version "7.2.4"
9896+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225"
9897+
integrity sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==
98889898
dependencies:
9889-
"@babel/runtime" "^7.5.5"
9890-
hoist-non-react-statics "^3.3.0"
9899+
"@babel/runtime" "^7.12.1"
9900+
"@types/react-redux" "^7.1.16"
9901+
hoist-non-react-statics "^3.3.2"
98919902
loose-envify "^1.4.0"
98929903
prop-types "^15.7.2"
9893-
react-is "^16.9.0"
9904+
react-is "^16.13.1"
98949905

98959906
react-refresh@^0.4.0:
98969907
version "0.4.3"

0 commit comments

Comments
 (0)