We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d1fac commit e00951eCopy full SHA for e00951e
javascript/extractor/lib/typescript/package.json
@@ -2,7 +2,7 @@
2
"name": "typescript-parser-wrapper",
3
"private": true,
4
"dependencies": {
5
- "typescript": "4.0.1-rc"
+ "typescript": "4.0.2"
6
},
7
"scripts": {
8
"build": "tsc --project tsconfig.json",
javascript/extractor/lib/typescript/yarn.lock
@@ -225,9 +225,9 @@ tsutils@^2.12.1:
225
dependencies:
226
tslib "^1.8.1"
227
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"
+typescript@4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
231
232
wrappy@1:
233
version "1.0.2"
0 commit comments