Skip to content

Commit 4355519

Browse files
authored
build: added react 19 support for peerDependencies (#524)
1 parent dac5314 commit 4355519

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
@@ -300,8 +300,8 @@
300300
"lodash": "^4.17.20",
301301
"lowlight": "^3.0.0",
302302
"markdown-it": "^13.0.0",
303-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
304-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
303+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
304+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
305305
},
306306
"lint-staged": {
307307
"*.{css,scss}": [

0 commit comments

Comments
 (0)