Skip to content

Commit 1e0348c

Browse files
author
Keen Yee Liau
committed
chore: upgrade typescript to 3.9.5
typescript 3.9.5 contains latest bug fixes. Upgrading to latest before investigating angular#824
1 parent 3f3fa70 commit 1e0348c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine syntaxes/test/driver.js"
111111
},
112112
"dependencies": {
113-
"typescript": "~3.9.0"
113+
"typescript": "^3.9.5"
114114
},
115115
"devDependencies": {
116116
"@types/jasmine": "3.5.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -880,10 +880,10 @@ [email protected]:
880880
tunnel "0.0.4"
881881
underscore "1.8.3"
882882

883-
typescript@~3.9.0:
884-
version "3.9.3"
885-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
886-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
883+
typescript@^3.9.5:
884+
version "3.9.5"
885+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
886+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
887887

888888
uc.micro@^1.0.1, uc.micro@^1.0.5:
889889
version "1.0.6"

0 commit comments

Comments
 (0)