Skip to content

Commit

Permalink
build: added react 19 support for peerDependencies (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvoronov authored Dec 17, 2024
1 parent dac5314 commit 4355519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
"lodash": "^4.17.20",
"lowlight": "^3.0.0",
"markdown-it": "^13.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"lint-staged": {
"*.{css,scss}": [
Expand Down

0 comments on commit 4355519

Please sign in to comment.