Skip to content

Commit

Permalink
Add @types/react as peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Dia committed Aug 19, 2023
1 parent f3b268f commit f0b4656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"hoist-non-react-statics": "^3.3.1"
},
"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.8.0",
"@types/react": ">=16.8.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
3 changes: 2 additions & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"peerDependencies": {
"@emotion/react": "^11.0.0-rc.0",
"react": ">=16.8.0"
"react": ">=16.8.0",
"@types/react": ">=16.8.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit f0b4656

Please sign in to comment.