Skip to content

Commit 1ecece3

Browse files
committed
Add support for React 19
1 parent 5220dfe commit 1ecece3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/react-clock/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"vitest": "^1.0.2"
7575
},
7676
"peerDependencies": {
77-
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
78-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
79-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
77+
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
78+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
79+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8080
},
8181
"peerDependenciesMeta": {
8282
"@types/react": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4123,9 +4123,9 @@ __metadata:
41234123
typescript: "npm:^5.4.2"
41244124
vitest: "npm:^1.0.2"
41254125
peerDependencies:
4126-
"@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0
4127-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
4128-
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
4126+
"@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4127+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
4128+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
41294129
peerDependenciesMeta:
41304130
"@types/react":
41314131
optional: true

0 commit comments

Comments
 (0)