Skip to content

Commit 801cc52

Browse files
authored
Merge pull request #93 from olafbuitelaar/patch-1
updated deps to react 19
2 parents 9f970c9 + 0b8b181 commit 801cc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"typescript": "^4.1.2"
8282
},
8383
"peerDependencies": {
84-
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
85-
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
84+
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0",
85+
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0"
8686
},
8787
"preconstruct": {
8888
"exports": {

0 commit comments

Comments
 (0)