Skip to content

Commit

Permalink
feat(@schematics/angular): generate new projects using TypeScript 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and mgechev committed May 18, 2020
1 parent fbc8f43 commit 31bd1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -8,7 +8,7 @@

export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~10.0.0-next.7',
Angular: '~10.0.0-next.8',
RxJs: '~6.5.4',
ZoneJs: '~0.10.2',
TypeScript: '~3.8.3',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~3.8.2"
"typescript": "~3.9.2"
},
"devDependencies": {
"@types/node": "^12.11.1",
Expand Down

0 comments on commit 31bd1e5

Please sign in to comment.