Skip to content

Commit

Permalink
feat(@schematics/angular): update to TypeScript 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and vikerman committed Oct 21, 2019
1 parent 95776fe commit 0074abf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const latestVersions = {
Angular: '~9.0.0-next.11',
RxJs: '~6.5.3',
ZoneJs: '~0.10.2',
TypeScript: '~3.5.3',
TypeScript: '~3.6.4',
TsLib: '^1.10.0',

// The versions below must be manually updated when making a new devkit release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/cli": "<%= '~' + version %>",
"@angular/compiler-cli": "<%= latestVersions.Angular %>",
"@angular/language-service": "<%= latestVersions.Angular %>",
"@types/node": "~10.14.0",<% if (!minimal) { %>
"@types/node": "^12.11.1",<% if (!minimal) { %>
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "~3.6.4"
},
"devDependencies": {
"@types/node": "~10.14.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"jasmine": "^3.5.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "~3.6.4"
},
"devDependencies": {
"@types/node": "~10.14.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"jasmine": "^3.5.0"
}
Expand Down

0 comments on commit 0074abf

Please sign in to comment.