From c1162039dcc2e9910d34a2c789e1beb87c19ab2d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 10 Dec 2021 08:45:59 +0100 Subject: [PATCH] fix(@schematics/angular): updated Angular new project version to v13.1.0 --- packages/schematics/angular/utility/latest-versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index efd6dd4dccea..f589685fb00a 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -15,7 +15,7 @@ export const latestVersions: Record & { ...require('./latest-versions/package.json')['dependencies'], // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current - Angular: '~13.0.0', + Angular: '~13.1.0', // Since @angular-devkit/build-angular and @schematics/angular are always // published together from the same monorepo, and they are both