We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a52bf commit 5fc4147Copy full SHA for 5fc4147
javascript/extractor/lib/typescript/package.json
@@ -2,7 +2,7 @@
2
"name": "typescript-parser-wrapper",
3
"private": true,
4
"dependencies": {
5
- "typescript": "3.0.1"
+ "typescript": "3.2.1"
6
},
7
"scripts": {
8
"build": "tsc --project tsconfig.json && rollup -c",
javascript/extractor/lib/typescript/yarn.lock
@@ -509,9 +509,9 @@ tsutils@^2.12.1:
509
dependencies:
510
tslib "^1.8.1"
511
512
-typescript@3.0.1:
513
- version "3.0.1"
514
- resolved "typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
+typescript@3.2.1:
+ version "3.2.1"
+ resolved "typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
515
516
wrappy@1:
517
version "1.0.2"
0 commit comments