Don't depend on a specific version of node types

This commit is contained in:
Leonid Logvinov
2018-09-21 16:37:20 +02:00
parent ba59879e7f
commit 7dd28d6fab
18 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@
"@0xproject/utils": "^1.0.8",
"@types/lodash": "4.14.104",
"@types/material-ui": "^0.20.0",
"@types/node": "^8.0.53",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-scroll": "1.5.3",