Skip to content

Commit 5e99764

Browse files
committed
Update peerDependencies of toolkit to include React v19
1 parent 0ad0b20 commit 5e99764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"reselect": "^5.1.0"
126126
},
127127
"peerDependencies": {
128-
"react": "^16.9.0 || ^17.0.0 || ^18",
128+
"react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
129129
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
130130
},
131131
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7496,7 +7496,7 @@ __metadata:
74967496
vitest: "npm:^1.6.0"
74977497
yargs: "npm:^15.3.1"
74987498
peerDependencies:
7499-
react: ^16.9.0 || ^17.0.0 || ^18
7499+
react: ^16.9.0 || ^17.0.0 || ^18 || ^19
75007500
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
75017501
peerDependenciesMeta:
75027502
react:

0 commit comments

Comments
 (0)