Skip to content

Commit bac1b48

Browse files
committed
Update react and @types/react in peerDependencies
1 parent 48f1791 commit bac1b48

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
@@ -6203,8 +6203,8 @@ __metadata:
62036203
use-sync-external-store: "npm:^1.2.2"
62046204
vitest: "npm:^1.6.0"
62056205
peerDependencies:
6206-
"@types/react": ^18.2.25
6207-
react: ^18.0
6206+
"@types/react": ^18.2.25 || ^19
6207+
react: ^18.0 || ^19
62086208
redux: ^5.0.0
62096209
peerDependenciesMeta:
62106210
"@types/react":

0 commit comments

Comments
 (0)