Skip to content

Commit e1060ed

Browse files
Update dependency react-redux to v9
1 parent 82a4bee commit e1060ed

File tree

2 files changed

+22
-35
lines changed

2 files changed

+22
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-dom": "18.3.1",
4141
"react-i18next": "14.1.3",
4242
"react-joyride": "2.9.3",
43-
"react-redux": "8.1.2",
43+
"react-redux": "9.2.0",
4444
"react-redux-toastr": "7.6.13",
4545
"react-router-dom": "5.3.0",
4646
"redux": "4.2.1",

yarn.lock

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ __metadata:
14301430
languageName: node
14311431
linkType: hard
14321432

1433-
"@types/hoist-non-react-statics@npm:^3.3.0, @types/hoist-non-react-statics@npm:^3.3.1":
1433+
"@types/hoist-non-react-statics@npm:^3.3.0":
14341434
version: 3.3.1
14351435
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
14361436
dependencies:
@@ -1631,10 +1631,10 @@ __metadata:
16311631
languageName: node
16321632
linkType: hard
16331633

1634-
"@types/use-sync-external-store@npm:^0.0.3":
1635-
version: 0.0.3
1636-
resolution: "@types/use-sync-external-store@npm:0.0.3"
1637-
checksum: 10/161ddb8eec5dbe7279ac971531217e9af6b99f7783213566d2b502e2e2378ea19cf5e5ea4595039d730aa79d3d35c6567d48599f69773a02ffcff1776ec2a44e
1634+
"@types/use-sync-external-store@npm:^0.0.6":
1635+
version: 0.0.6
1636+
resolution: "@types/use-sync-external-store@npm:0.0.6"
1637+
checksum: 10/a95ce330668501ad9b1c5b7f2b14872ad201e552a0e567787b8f1588b22c7040c7c3d80f142cbb9f92d13c4ea41c46af57a20f2af4edf27f224d352abcfe4049
16381638
languageName: node
16391639
linkType: hard
16401640

@@ -4918,7 +4918,7 @@ __metadata:
49184918
languageName: node
49194919
linkType: hard
49204920

4921-
"hoist-non-react-statics@npm:^3.1.0, hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
4921+
"hoist-non-react-statics@npm:^3.1.0, hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1":
49224922
version: 3.3.2
49234923
resolution: "hoist-non-react-statics@npm:3.3.2"
49244924
dependencies:
@@ -7416,35 +7416,22 @@ __metadata:
74167416
languageName: node
74177417
linkType: hard
74187418

7419-
"react-redux@npm:8.1.2":
7420-
version: 8.1.2
7421-
resolution: "react-redux@npm:8.1.2"
7419+
"react-redux@npm:9.2.0":
7420+
version: 9.2.0
7421+
resolution: "react-redux@npm:9.2.0"
74227422
dependencies:
7423-
"@babel/runtime": "npm:^7.12.1"
7424-
"@types/hoist-non-react-statics": "npm:^3.3.1"
7425-
"@types/use-sync-external-store": "npm:^0.0.3"
7426-
hoist-non-react-statics: "npm:^3.3.2"
7427-
react-is: "npm:^18.0.0"
7428-
use-sync-external-store: "npm:^1.0.0"
7423+
"@types/use-sync-external-store": "npm:^0.0.6"
7424+
use-sync-external-store: "npm:^1.4.0"
74297425
peerDependencies:
7430-
"@types/react": ^16.8 || ^17.0 || ^18.0
7431-
"@types/react-dom": ^16.8 || ^17.0 || ^18.0
7432-
react: ^16.8 || ^17.0 || ^18.0
7433-
react-dom: ^16.8 || ^17.0 || ^18.0
7434-
react-native: ">=0.59"
7435-
redux: ^4 || ^5.0.0-beta.0
7426+
"@types/react": ^18.2.25 || ^19
7427+
react: ^18.0 || ^19
7428+
redux: ^5.0.0
74367429
peerDependenciesMeta:
74377430
"@types/react":
74387431
optional: true
7439-
"@types/react-dom":
7440-
optional: true
7441-
react-dom:
7442-
optional: true
7443-
react-native:
7444-
optional: true
74457432
redux:
74467433
optional: true
7447-
checksum: 10/4aa354e402f832776b21ba7a720806d8d42e2efec0c6fc1036db68fdacc7a1c136515fbd2e9ca84371bb0cc35c53dd71313a9a4ae252e1b8ca0c07d8c3a250ff
7434+
checksum: 10/b3d2f89f469169475ab0a9f8914d54a336ac9bc6a31af6e8dcfe9901e6fe2cfd8c1a3f6ce7a2f7f3e0928a93fbab833b668804155715598b7f2ad89927d3ff50
74487435
languageName: node
74497436
linkType: hard
74507437

@@ -8006,7 +7993,7 @@ __metadata:
80067993
react-dom: "npm:18.3.1"
80077994
react-i18next: "npm:14.1.3"
80087995
react-joyride: "npm:2.9.3"
8009-
react-redux: "npm:8.1.2"
7996+
react-redux: "npm:9.2.0"
80107997
react-redux-toastr: "npm:7.6.13"
80117998
react-router-dom: "npm:5.3.0"
80127999
redux: "npm:4.2.1"
@@ -9216,12 +9203,12 @@ __metadata:
92169203
languageName: node
92179204
linkType: hard
92189205

9219-
"use-sync-external-store@npm:^1.0.0":
9220-
version: 1.2.0
9221-
resolution: "use-sync-external-store@npm:1.2.0"
9206+
"use-sync-external-store@npm:^1.4.0":
9207+
version: 1.5.0
9208+
resolution: "use-sync-external-store@npm:1.5.0"
92229209
peerDependencies:
9223-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
9224-
checksum: 10/a676216affc203876bd47981103f201f28c2731361bb186367e12d287a7566763213a8816910c6eb88265eccd4c230426eb783d64c373c4a180905be8820ed8e
9210+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
9211+
checksum: 10/ddae7c4572511f7f641d6977bd0725340aa7dbeda8250418b54c1a57ec285083d96cf50d1a1acbd6cf729f7a87071b2302c6fbd29310432bf1b21a961a313279
92259212
languageName: node
92269213
linkType: hard
92279214

0 commit comments

Comments
 (0)