Skip to content

Commit

Permalink
main 🧊 delete react-dom from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Jun 6, 2024
1 parent bcce527 commit f15df35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@
"eslint --no-error-on-unmatched-pattern --fix"
]
},
"dependencies": {
"screenfull": "^6.0.2"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"react": "^17.0.2 || ^18.0.0"
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"screenfull": "^6.0.2"
},
"peerDependenciesMeta": {
"@types/react": {
Expand All @@ -82,6 +81,7 @@
"markdown-table": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"screenfull": "^6.0.2",
"shx": "^0.3.4",
"typescript": "^5.3.3",
"vite": "^5.1.3",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './hooks';
export * from './utils/helpers';

0 comments on commit f15df35

Please sign in to comment.