Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72c0925

Browse files
committed
TS: Bump to TypeScript 3.5.1
1 parent d672a6e commit 72c0925

2 files changed

Lines changed: 4 additions & 4 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.4.5"
5+
"typescript": "3.5.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.4.5:
513-
version "3.4.5"
514-
resolved "typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
512+
typescript@3.5.1:
513+
version "3.5.1"
514+
resolved "typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
515515

516516
wrappy@1:
517517
version "1.0.2"

0 commit comments

Comments
 (0)