Skip to content

Commit 91514fa

Browse files
committed
Pick up typescript@next for insiders
1 parent 55e72d8 commit 91514fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/package.json

+1-1
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.7.5"
6+
"typescript": "^3.8.0-dev.20200201"
77
},
88
"scripts": {
99
"postinstall": "node ./postinstall"

extensions/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
typescript@3.7.5:
6-
version "3.7.5"
7-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
8-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
5+
typescript@^3.8.0-dev.20200201:
6+
version "3.8.0-dev.20200201"
7+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.0-dev.20200201.tgz#e03210f5c7915f89cb77bd38793d12a69933a1a6"
8+
integrity sha512-KhaK6J3dIg6p9t24UVhBLcBIav4MpMExlD6nf18cVwp9LELuqhWu0NDmnLdSN0ovsrbcIJNmobQ1xC7vLN21eg==

0 commit comments

Comments
 (0)