Skip to content

Commit e00951e

Browse files
committed
update TypeScript to 4.0.2
1 parent 73d1fac commit e00951e

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": "4.0.1-rc"
5+
"typescript": "4.0.2"
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@4.0.1-rc:
229-
version "4.0.1-rc"
230-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.1-rc.tgz#8adc78223eae56fe71d906a5fa90c3543b07a677"
228+
typescript@4.0.2:
229+
version "4.0.2"
230+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
231231

232232
wrappy@1:
233233
version "1.0.2"

0 commit comments

Comments
 (0)