Skip to content

Commit

Permalink
feat: react 19 to peerDependencies added
Browse files Browse the repository at this point in the history
  • Loading branch information
richvoronov committed Dec 16, 2024
1 parent dac5314 commit c37da9c
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 c37da9c

Please sign in to comment.