Skip to content

Commit

Permalink
fix: add react to peerDependencies (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Feb 28, 2024
1 parent 5f41df0 commit 0d70b14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
"svgo": "^3.0.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"nano-staged": {
"*.{scss}": [
"stylelint --fix --quiet"
Expand Down

0 comments on commit 0d70b14

Please sign in to comment.