Skip to content

Commit acbc7f0

Browse files
committed
Update react and @types/react in peerDependencies
1 parent 1bf40af commit acbc7f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"coverage": "codecov"
5151
},
5252
"peerDependencies": {
53-
"@types/react": "^18.2.25",
54-
"react": "^18.0",
53+
"@types/react": "^18.2.25 || ^19",
54+
"react": "^18.0 || ^19",
5555
"redux": "^5.0.0"
5656
},
5757
"peerDependenciesMeta": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7075,8 +7075,8 @@ __metadata:
70757075
use-sync-external-store: "npm:^1.0.0"
70767076
vitest: "npm:^1.6.0"
70777077
peerDependencies:
7078-
"@types/react": ^18.2.25
7079-
react: ^18.0
7078+
"@types/react": ^18.2.25 || ^19
7079+
react: ^18.0 || ^19
70807080
redux: ^5.0.0
70817081
peerDependenciesMeta:
70827082
"@types/react":

0 commit comments

Comments
 (0)