Skip to content

Commit

Permalink
fix(react): Add explicit dependency on csstype for v16 (#49717)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 21, 2020
1 parent ddc9991 commit 51511d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/react/v16/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"csstype": "^3.0.2"
}
}

0 comments on commit 51511d0

Please sign in to comment.