Merge pull request #4250 from jsaalfeld/pin_typescript_version

pinning typescript to <3.3 - fixes #4249
This commit is contained in:
Jochen Saalfeld 2019-02-05 08:37:35 +01:00 committed by GitHub
commit 90e6af9ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
"ts-node": "~8.0.2",
"tslint": "~5.12.1",
"tsutils": "^3.7.0",
"typescript": "^3.2",
"typescript": "~3.2.0",
"webpack-bundle-analyzer": "^3.0.3",
"terser": "3.14.1"
}