Skip to content

Commit e680a4d

Browse files
committed
Update peerDependencies of toolkit to include React v19
1 parent 86a16ac commit e680a4d

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
@@ -129,7 +129,7 @@
129129
"reselect": "^5.1.0"
130130
},
131131
"peerDependencies": {
132-
"react": "^16.9.0 || ^17.0.0 || ^18",
132+
"react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
133133
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
134134
},
135135
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6726,7 +6726,7 @@ __metadata:
67266726
vitest: "npm:^1.6.0"
67276727
yargs: "npm:^15.3.1"
67286728
peerDependencies:
6729-
react: ^16.9.0 || ^17.0.0 || ^18
6729+
react: ^16.9.0 || ^17.0.0 || ^18 || ^19
67306730
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
67316731
peerDependenciesMeta:
67326732
react:

0 commit comments

Comments
 (0)