Skip to content

Commit 76f9770

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 1c29fc5 commit 76f9770

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.3",
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:
@@ -2230,16 +2230,6 @@ __metadata:
22302230
languageName: node
22312231
linkType: hard
22322232

2233-
"@types/hoist-non-react-statics@npm:^3.3.1":
2234-
version: 3.3.1
2235-
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
2236-
dependencies:
2237-
"@types/react": "*"
2238-
hoist-non-react-statics: ^3.3.0
2239-
checksum: 2c0778570d9a01d05afabc781b32163f28409bb98f7245c38d5eaf082416fdb73034003f5825eb5e21313044e8d2d9e1f3fe2831e345d3d1b1d20bcd12270719
2240-
languageName: node
2241-
linkType: hard
2242-
22432233
"@types/html-minifier-terser@npm:^6.0.0":
22442234
version: 6.1.0
22452235
resolution: "@types/html-minifier-terser@npm:6.1.0"
@@ -4391,7 +4381,7 @@ __metadata:
43914381
react-dom: ^17.0.2
43924382
react-i18next: ^15.0.3
43934383
react-joyride: ^2.9.2
4394-
react-redux: ^8.0.5
4384+
react-redux: ^9.1.2
43954385
react-router-dom: ^6.26.2
43964386
react-test-renderer: ^17.0.2
43974387
regenerator-runtime: ^0.14.1
@@ -7423,7 +7413,7 @@ __metadata:
74237413
languageName: node
74247414
linkType: hard
74257415

7426-
"hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.2":
7416+
"hoist-non-react-statics@npm:^3.3.2":
74277417
version: 3.3.2
74287418
resolution: "hoist-non-react-statics@npm:3.3.2"
74297419
dependencies:
@@ -11453,7 +11443,7 @@ __metadata:
1145311443
languageName: node
1145411444
linkType: hard
1145511445

11456-
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.0.0":
11446+
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0":
1145711447
version: 18.2.0
1145811448
resolution: "react-is@npm:18.2.0"
1145911449
checksum: e72d0ba81b5922759e4aff17e0252bd29988f9642ed817f56b25a3e217e13eea8a7f2322af99a06edb779da12d5d636e9fda473d620df9a3da0df2a74141d53e
@@ -11511,35 +11501,22 @@ __metadata:
1151111501
languageName: node
1151211502
linkType: hard
1151311503

11514-
"react-redux@npm:^8.0.5":
11515-
version: 8.0.5
11516-
resolution: "react-redux@npm:8.0.5"
11504+
"react-redux@npm:^9.1.2":
11505+
version: 9.1.2
11506+
resolution: "react-redux@npm:9.1.2"
1151711507
dependencies:
11518-
"@babel/runtime": ^7.12.1
11519-
"@types/hoist-non-react-statics": ^3.3.1
1152011508
"@types/use-sync-external-store": ^0.0.3
11521-
hoist-non-react-statics: ^3.3.2
11522-
react-is: ^18.0.0
1152311509
use-sync-external-store: ^1.0.0
1152411510
peerDependencies:
11525-
"@types/react": ^16.8 || ^17.0 || ^18.0
11526-
"@types/react-dom": ^16.8 || ^17.0 || ^18.0
11527-
react: ^16.8 || ^17.0 || ^18.0
11528-
react-dom: ^16.8 || ^17.0 || ^18.0
11529-
react-native: ">=0.59"
11530-
redux: ^4
11511+
"@types/react": ^18.2.25
11512+
react: ^18.0
11513+
redux: ^5.0.0
1153111514
peerDependenciesMeta:
1153211515
"@types/react":
1153311516
optional: true
11534-
"@types/react-dom":
11535-
optional: true
11536-
react-dom:
11537-
optional: true
11538-
react-native:
11539-
optional: true
1154011517
redux:
1154111518
optional: true
11542-
checksum: a108f4f7ead6ac005e656d46051474a2bbdb31ede481bbbb3d8d779c1a35e1940b8655577cc5021313411864d305f67fc719aa48d6e5ed8288cf9cbe8b7042e4
11519+
checksum: 1ee9cf41f29f68267320b4fc3bcf6a76a3825c82441612582678ddd827a2b60834f687d2a8b755c905885dfce476a1eb41af42b36f4dd71f8ee9991296a1e515
1154311520
languageName: node
1154411521
linkType: hard
1154511522

0 commit comments

Comments
 (0)