Skip to content

Commit 141aadf

Browse files
authored
chore: update peer dep on react 19 (#517)
1 parent 9a44ad8 commit 141aadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"uuid": "^8.3.1"
8585
},
8686
"peerDependencies": {
87-
"react": "16.x || 17.x || 18.x",
88-
"react-dom": "16.x || 17.x || 18.x"
87+
"react": "16.x || 17.x || 18.x || 19.x",
88+
"react-dom": "16.x || 17.x || 18.x || 19.x"
8989
},
9090
"devDependencies": {
9191
"@babel/core": "^7.8.3",
@@ -124,4 +124,4 @@
124124
"typedoc": "^0.27.6",
125125
"typescript": "^5.7.3"
126126
}
127-
}
127+
}

0 commit comments

Comments
 (0)