Skip to content

Commit

Permalink
fix(TS): add tslib as a dependency (#1310)
Browse files Browse the repository at this point in the history
Co-authored-by: craman <[email protected]>
  • Loading branch information
chandrasekhar1996 and craman authored Aug 10, 2021
1 parent c268449 commit e9c3e10
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 @@ -69,7 +69,8 @@
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^1.0.17",
"prop-types": "^15.7.2",
"react-is": "^17.0.2"
"react-is": "^17.0.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/helpers": "^7.14.8",
Expand Down

0 comments on commit e9c3e10

Please sign in to comment.