Fixed typings

This commit is contained in:
Hugo Häggmark
2019-01-10 16:52:08 +01:00
parent 37dae043d7
commit 6f2bbb7378
5 changed files with 30 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
"react-popper": "^1.3.0",
"react-transition-group": "^2.2.1",
"react-virtualized": "^9.21.0",
"tether": "^1.4.0",
"tether-drop": "https://github.com/torkelo/drop/tarball/master",
"tinycolor2": "^1.4.1"
},
@@ -35,6 +36,8 @@
"@types/react": "^16.7.6",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-test-renderer": "^16.0.3",
"@types/tether-drop": "^1.4.8",
"@types/tinycolor2": "^1.4.1",
"react-test-renderer": "^16.7.0",
"typescript": "^3.2.2"
}