Skip to content

Commit 31bd1e5

Browse files
alan-agius4mgechev
authored andcommittedMay 18, 2020
feat(@schematics/angular): generate new projects using TypeScript 3.9
1 parent fbc8f43 commit 31bd1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/schematics/angular/utility/latest-versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~10.0.0-next.7',
11+
Angular: '~10.0.0-next.8',
1212
RxJs: '~6.5.4',
1313
ZoneJs: '~0.10.2',
1414
TypeScript: '~3.8.3',

‎packages/schematics/schematics/blank/project-files/package.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~3.8.2"
18+
"typescript": "~3.9.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",

0 commit comments

Comments
 (0)
Please sign in to comment.