Skip to content

Commit cea8789

Browse files
committed
chore: allow reactr 19 peer dep
1 parent 400f215 commit cea8789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-laag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"tiny-warning": "^1.0.3"
7676
},
7777
"peerDependencies": {
78-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
79-
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
78+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
79+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)