Skip to content

Commit

Permalink
build: bump Angular dependency to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 authored and alan-agius4 committed Jan 24, 2022
1 parent f2c6b2b commit 9407ee5
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...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.2.0-next.0',
Angular: '~13.2.0-rc.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down

0 comments on commit 9407ee5

Please sign in to comment.