Skip to content

Commit b6f4ce0

Browse files
committed
TS: Depend on typescript 3.7.2
1 parent 2d7443e commit b6f4ce0

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

javascript/extractor/lib/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-parser-wrapper",
33
"private": true,
44
"dependencies": {
5-
"typescript": "^3.7.1-rc"
5+
"typescript": "^3.7.2"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",

javascript/extractor/lib/typescript/yarn.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,9 @@ tsutils@^2.12.1:
225225
dependencies:
226226
tslib "^1.8.1"
227227

228-
typescript@^3.7.1-rc:
229-
version "3.7.1-rc"
230-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.1-rc.tgz#2054b872d67f8dc732e36c1df397f9327f37ada0"
231-
integrity sha512-2rMtWppLsaPvmpXsoIAXWDBQVnJMw1ITGGSnidMuayLj9iCmMRT69ncKZw/Mk5rXfJkilApKucWQZxproALoRw==
228+
typescript@^3.7.2:
229+
version "3.7.2"
230+
resolved "typescript-3.7.2.tgz"
232231

233232
wrappy@1:
234233
version "1.0.2"

0 commit comments

Comments
 (0)