fix: typings needed for ui package

This commit is contained in:
Thomas Osmonson
2020-05-01 11:34:16 -05:00
committed by kyranjamie
parent 4cbffc6303
commit 23567dff36

View File

@@ -14,6 +14,10 @@
"@reach/auto-id": "^0.10.0",
"@styled-system/css": "5.1.5",
"@styled-system/should-forward-prop": "^5.1.5",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.6",
"@types/styled-system__css": "^5.0.8",
"@types/styled-system__should-forward-prop": "^5.1.1",
"color": "3.1.2",
"flushable": "^1.0.0",
"prism-react-renderer": "^1.0.2",
@@ -40,10 +44,6 @@
"@types/color": "^3.0.1",
"@types/flushable": "^1.0.1",
"@types/prismjs": "^1.16.0",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.6",
"@types/styled-system__css": "^5.0.8",
"@types/styled-system__should-forward-prop": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-plugin-add-react-displayname": "^0.0.5",