TS: Depend on TypeScript 3.7.5

This commit is contained in:
Asger Feldthaus
2020-02-20 10:53:17 +00:00
parent 091c6c063c
commit 6448acfa88
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "^3.7.2"
"typescript": "3.7.5"
},
"scripts": {
"build": "tsc --project tsconfig.json",

View File

@@ -225,9 +225,9 @@ tsutils@^2.12.1:
dependencies:
tslib "^1.8.1"
typescript@^3.7.2:
version "3.7.2"
resolved "typescript-3.7.2.tgz"
typescript@3.7.5:
version "3.7.5"
resolved "typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
wrappy@1:
version "1.0.2"