Skip to content

Commit 264cce6

Browse files
author
ryan.chu
committed
chore: update peer dependencies for React and React DOM to support version 19
1 parent 5890747 commit 264cce6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"vite-tsconfig-paths": "^3.6.0"
5050
},
5151
"peerDependencies": {
52-
"react": "^16.8.0 || ^17 || ^18",
53-
"react-dom": "^16.8.0 || ^17 || ^18"
52+
"react": "^16.8.0 || ^17 || ^18 || ^19",
53+
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
5454
},
5555
"repository": "https://github.com/jj811208/watching-you",
5656
"homepage": "https://github.com/jj811208/watching-you",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -13941,8 +13941,8 @@ __metadata:
1394113941
vite-plugin-dts: "npm:^1.6.6"
1394213942
vite-tsconfig-paths: "npm:^3.6.0"
1394313943
peerDependencies:
13944-
react: ^16.8.0 || ^17 || ^18
13945-
react-dom: ^16.8.0 || ^17 || ^18
13944+
react: ^16.8.0 || ^17 || ^18 || ^19
13945+
react-dom: ^16.8.0 || ^17 || ^18 || ^19
1394613946
languageName: unknown
1394713947
linkType: soft
1394813948

0 commit comments

Comments
 (0)