Skip to content

Commit dc018a7

Browse files
aryaemami59markerikson
authored andcommitted
Update react and @types/react in peerDependencies
1 parent 0b5c116 commit dc018a7

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
@@ -51,8 +51,8 @@
5151
"coverage": "codecov"
5252
},
5353
"peerDependencies": {
54-
"@types/react": "^18.2.25",
55-
"react": "^18.0",
54+
"@types/react": "^18.2.25 || ^19",
55+
"react": "^18.0 || ^19",
5656
"redux": "^5.0.0"
5757
},
5858
"peerDependenciesMeta": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6176,8 +6176,8 @@ __metadata:
61766176
use-sync-external-store: "npm:^1.2.2"
61776177
vitest: "npm:^1.6.0"
61786178
peerDependencies:
6179-
"@types/react": ^18.2.25
6180-
react: ^18.0
6179+
"@types/react": ^18.2.25 || ^19
6180+
react: ^18.0 || ^19
61816181
redux: ^5.0.0
61826182
peerDependenciesMeta:
61836183
"@types/react":

0 commit comments

Comments
 (0)