Skip to content

Commit 5fc4147

Browse files
committed
TS: bump TypeScript compiler dependency to 3.2.1
1 parent 05a52bf commit 5fc4147

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.0.1"
5+
"typescript": "3.2.1"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json && rollup -c",

javascript/extractor/lib/typescript/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ tsutils@^2.12.1:
509509
dependencies:
510510
tslib "^1.8.1"
511511

512-
typescript@3.0.1:
513-
version "3.0.1"
514-
resolved "typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
512+
typescript@3.2.1:
513+
version "3.2.1"
514+
resolved "typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
515515

516516
wrappy@1:
517517
version "1.0.2"

0 commit comments

Comments
 (0)