Skip to content

Commit

Permalink
Add typescript@>=3.8 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codynova committed May 17, 2020
1 parent 06291fd commit 8c64b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"peerDependencies": {
"react": ">=16.13",
"react-dom": ">=16.13",
"react-three-fiber": ">=4.0"
"react-three-fiber": ">=4.0",
"typescript": ">=3.8"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit 8c64b4b

Please sign in to comment.