Skip to content

Commit 92eb896

Browse files
Keen Yee Liauayazhafiz
authored andcommitted
build: upgrade typescript to 3.7.4 (#551)
angular/angular#33717 upgraded Angular monorepo to TypeScript 3.7.4, so we could now upgrade to ts 3.7 This would fix the error with "no config file found for *.html" if no TypeScript file is open. PR closes #546
1 parent 47d804c commit 92eb896

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
@@ -106,7 +106,7 @@
106106
"test:syntaxes": "yarn compile:syntaxes-test && jasmine syntaxes/test/driver.js"
107107
},
108108
"dependencies": {
109-
"typescript": "~3.6.4"
109+
"typescript": "~3.7.4"
110110
},
111111
"devDependencies": {
112112
"@types/jasmine": "3.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,10 @@ [email protected]:
11311131
tunnel "0.0.4"
11321132
underscore "1.8.3"
11331133

1134-
typescript@~3.6.4:
1135-
version "3.6.4"
1136-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
1137-
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
1134+
typescript@~3.7.4:
1135+
version "3.7.4"
1136+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
1137+
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
11381138

11391139
uc.micro@^1.0.1, uc.micro@^1.0.5:
11401140
version "1.0.6"

0 commit comments

Comments
 (0)