Skip to content

Commit 6a348db

Browse files
build(deps): bump react-redux from 8.0.5 to 9.1.2
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.5 to 9.1.2. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v8.0.5...v9.1.2) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64450b2 commit 6a348db

File tree

2 files changed

+12
-35
lines changed

2 files changed

+12
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"react-dom": "^17.0.2",
113113
"react-i18next": "^15.0.2",
114114
"react-joyride": "^2.9.2",
115-
"react-redux": "^8.0.5",
115+
"react-redux": "^9.1.2",
116116
"react-router-dom": "^6.26.2",
117117
"rxjs": "^7.8.1",
118118
"semver": "^7.6.0",

yarn.lock

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ __metadata:
430430
languageName: node
431431
linkType: hard
432432

433-
"@babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.9.2":
433+
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.9.2":
434434
version: 7.20.13
435435
resolution: "@babel/runtime@npm:7.20.13"
436436
dependencies:
@@ -2247,16 +2247,6 @@ __metadata:
22472247
languageName: node
22482248
linkType: hard
22492249

2250-
"@types/hoist-non-react-statics@npm:^3.3.1":
2251-
version: 3.3.1
2252-
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
2253-
dependencies:
2254-
"@types/react": "*"
2255-
hoist-non-react-statics: ^3.3.0
2256-
checksum: 2c0778570d9a01d05afabc781b32163f28409bb98f7245c38d5eaf082416fdb73034003f5825eb5e21313044e8d2d9e1f3fe2831e345d3d1b1d20bcd12270719
2257-
languageName: node
2258-
linkType: hard
2259-
22602250
"@types/html-minifier-terser@npm:^6.0.0":
22612251
version: 6.1.0
22622252
resolution: "@types/html-minifier-terser@npm:6.1.0"
@@ -4408,7 +4398,7 @@ __metadata:
44084398
react-dom: ^17.0.2
44094399
react-i18next: ^15.0.2
44104400
react-joyride: ^2.9.2
4411-
react-redux: ^8.0.5
4401+
react-redux: ^9.1.2
44124402
react-router-dom: ^6.26.2
44134403
react-test-renderer: ^17.0.2
44144404
regenerator-runtime: ^0.14.1
@@ -7439,7 +7429,7 @@ __metadata:
74397429
languageName: node
74407430
linkType: hard
74417431

7442-
"hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.2":
7432+
"hoist-non-react-statics@npm:^3.3.2":
74437433
version: 3.3.2
74447434
resolution: "hoist-non-react-statics@npm:3.3.2"
74457435
dependencies:
@@ -11469,7 +11459,7 @@ __metadata:
1146911459
languageName: node
1147011460
linkType: hard
1147111461

11472-
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.0.0":
11462+
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0":
1147311463
version: 18.2.0
1147411464
resolution: "react-is@npm:18.2.0"
1147511465
checksum: e72d0ba81b5922759e4aff17e0252bd29988f9642ed817f56b25a3e217e13eea8a7f2322af99a06edb779da12d5d636e9fda473d620df9a3da0df2a74141d53e
@@ -11527,35 +11517,22 @@ __metadata:
1152711517
languageName: node
1152811518
linkType: hard
1152911519

11530-
"react-redux@npm:^8.0.5":
11531-
version: 8.0.5
11532-
resolution: "react-redux@npm:8.0.5"
11520+
"react-redux@npm:^9.1.2":
11521+
version: 9.1.2
11522+
resolution: "react-redux@npm:9.1.2"
1153311523
dependencies:
11534-
"@babel/runtime": ^7.12.1
11535-
"@types/hoist-non-react-statics": ^3.3.1
1153611524
"@types/use-sync-external-store": ^0.0.3
11537-
hoist-non-react-statics: ^3.3.2
11538-
react-is: ^18.0.0
1153911525
use-sync-external-store: ^1.0.0
1154011526
peerDependencies:
11541-
"@types/react": ^16.8 || ^17.0 || ^18.0
11542-
"@types/react-dom": ^16.8 || ^17.0 || ^18.0
11543-
react: ^16.8 || ^17.0 || ^18.0
11544-
react-dom: ^16.8 || ^17.0 || ^18.0
11545-
react-native: ">=0.59"
11546-
redux: ^4
11527+
"@types/react": ^18.2.25
11528+
react: ^18.0
11529+
redux: ^5.0.0
1154711530
peerDependenciesMeta:
1154811531
"@types/react":
1154911532
optional: true
11550-
"@types/react-dom":
11551-
optional: true
11552-
react-dom:
11553-
optional: true
11554-
react-native:
11555-
optional: true
1155611533
redux:
1155711534
optional: true
11558-
checksum: a108f4f7ead6ac005e656d46051474a2bbdb31ede481bbbb3d8d779c1a35e1940b8655577cc5021313411864d305f67fc719aa48d6e5ed8288cf9cbe8b7042e4
11535+
checksum: 1ee9cf41f29f68267320b4fc3bcf6a76a3825c82441612582678ddd827a2b60834f687d2a8b755c905885dfce476a1eb41af42b36f4dd71f8ee9991296a1e515
1155911536
languageName: node
1156011537
linkType: hard
1156111538

0 commit comments

Comments
 (0)