Skip to content

Commit d7ae69e

Browse files
committed
Pick up TS 3.9.5
1 parent 9edf21f commit d7ae69e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "Dependencies shared by all extensions",
55
"dependencies": {
6-
"typescript": "3.9.4"
6+
"typescript": "3.9.5"
77
},
88
"scripts": {
99
"postinstall": "node ./postinstall"

extensions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ rimraf@^3.0.2:
7676
dependencies:
7777
glob "^7.1.3"
7878

79-
typescript@3.9.4:
80-
version "3.9.4"
81-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.4.tgz#5aa0a54904b51b96dfd67870ce2db70251802f10"
82-
integrity sha512-9OL+r0KVHqsYVH7K18IBR9hhC82YwLNlpSZfQDupGcfg8goB9p/s/9Okcy+ztnTeHR2U68xq21/igW9xpoGTgA==
79+
typescript@3.9.5:
80+
version "3.9.5"
81+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
82+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
8383

8484
wrappy@1:
8585
version "1.0.2"

0 commit comments

Comments
 (0)