Skip to content

Commit

Permalink
fix: remove unused react-dom from peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Feb 21, 2025
1 parent f566747 commit 5adab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"nano-staged": {
"*.{scss}": [
Expand Down

0 comments on commit 5adab77

Please sign in to comment.