Skip to content

Commit

Permalink
feat: move react to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amendezm committed Jan 17, 2023
1 parent 519591e commit 5a7f7de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-dom-outside-click",
"version": "1.0.6",
"version": "1.0.7",
"description": "react hook to handle outside click on elements",
"scripts": {
"rollup": "rollup -c"
Expand Down Expand Up @@ -28,13 +28,15 @@
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.26",
"react": "^18.2.0",
"rollup": "^3.10.0",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 5a7f7de

Please sign in to comment.