We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca0b73 commit d44d374Copy full SHA for d44d374
packages/schematics/angular/utility/latest-versions.ts
@@ -18,9 +18,9 @@ export const latestVersions = {
18
// For our e2e tests, these versions must match the latest tag present on the branch.
19
// During RC periods they will not match the latest RC until there's a new git tag, and
20
// should not be updated.
21
- DevkitBuildAngular: '~0.1000.0-rc.1',
22
- DevkitBuildNgPackagr: '~0.1000.0-rc.1',
23
- DevkitBuildWebpack: '~0.1000.0-rc.1',
+ DevkitBuildAngular: '~0.1000.0-rc.2',
+ DevkitBuildNgPackagr: '~0.1000.0-rc.2',
+ DevkitBuildWebpack: '~0.1000.0-rc.2',
24
25
ngPackagr: '^10.0.0-rc.0',
26
};
0 commit comments