Skip to content

Commit

Permalink
fix: drop react as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Mar 4, 2023
1 parent 16ae173 commit 11f4cea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Expand Up @@ -13,7 +13,6 @@
"release": "yarn build && yarn test",
"lint": "lib-builder lint",
"format": "lib-builder format",
"analyze": "ts-react-toolbox analyze",
"size": "npx size-limit",
"size:report": "npx size-limit --json > .size.json",
"update": "lib-builder update",
Expand Down Expand Up @@ -52,15 +51,6 @@
"tslib": "^2.0.0"
},
"module:es2019": "dist/es2019/index.js",
"peerDependencies": {

This comment has been minimized.

Copy link
@theKashey

theKashey Mar 4, 2023

Author Owner

@web-padawan - thanks for pointing out :)

This comment has been minimized.

Copy link
@web-padawan

web-padawan Mar 4, 2023

Thanks 💗

"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
Expand Down

0 comments on commit 11f4cea

Please sign in to comment.