Skip to content

Commit c10e48d

Browse files
committed
TS: Bump to TypeScript 3.6.3
1 parent 3726b79 commit c10e48d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.5.1"
5+
"typescript": "3.6.3"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",

javascript/extractor/lib/typescript/yarn.lock

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

228-
typescript@3.5.1:
229-
version "3.5.1"
230-
resolved "typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
228+
typescript@3.6.3:
229+
version "3.6.3"
230+
resolved "typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
231231

232232
wrappy@1:
233233
version "1.0.2"

0 commit comments

Comments
 (0)