fix(38682): use stable typescript version (#38683)

This commit is contained in:
Alexander T 2020-05-20 19:32:51 +03:00 committed by GitHub
parent dbaeed5ad8
commit 2cea9d9d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@
"source-map-support": "latest", "source-map-support": "latest",
"through2": "latest", "through2": "latest",
"travis-fold": "latest", "travis-fold": "latest",
"typescript": "next", "typescript": "^3.9.3",
"vinyl": "latest", "vinyl": "latest",
"vinyl-sourcemaps-apply": "latest", "vinyl-sourcemaps-apply": "latest",
"xml2js": "^0.4.19" "xml2js": "^0.4.19"