Skip to content

Commit

Permalink
build(deps): remove react-dom and @types/react-dom dependencies
Browse files Browse the repository at this point in the history
- Remove react-dom and @types/react-dom from dependencies
- Remove react-dom from peerDependencies
- Update pnpm-lock.yaml to reflect the changes
  • Loading branch information
nuintun committed Mar 3, 2025
1 parent 3607bb7 commit 951ed4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,15 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"dts-paths": "^1.1.4",
"magic-string": "^0.30.17",
"prettier": "^3.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"rollup": "^4.34.9",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"react": ">=17.0.0"
}
}
33 changes: 0 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 951ed4a

Please sign in to comment.