Skip to content

Commit 5b22df0

Browse files
ErioldDaniel Montoya
andauthored
fix(): se agrega compatibilidad para react19 prueba1 (#698)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent d4a39c6 commit 5b22df0

File tree

2 files changed

+56
-55
lines changed

2 files changed

+56
-55
lines changed

package-lock.json

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"peerDependencies": {
52-
"react": "^16.8 || 17.x",
53-
"react-dom": "^16.8 || 17.x"
52+
"react": "^16.8 || 17.x || ^18.0.0 || ^19.0.0",
53+
"react-dom": "^16.8 || 17.x || ^18.0.0 || ^19.0.0"
5454
},
5555
"devDependencies": {
5656
"@commitlint/cli": "13.2.1",

0 commit comments

Comments
 (0)