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 325dcd0 commit bc89e67Copy full SHA for bc89e67
packages/schematics/angular/utility/latest-versions.ts
@@ -15,9 +15,9 @@ export const latestVersions = {
15
TsLib: '^1.10.0',
16
17
// The versions below must be manually updated when making a new devkit release.
18
- DevkitBuildAngular: '~0.900.0-next.17',
19
- DevkitBuildNgPackagr: '~0.900.0-next.17',
20
- DevkitBuildWebpack: '~0.900.0-next.17',
+ DevkitBuildAngular: '~0.900.0-next.18',
+ DevkitBuildNgPackagr: '~0.900.0-next.18',
+ DevkitBuildWebpack: '~0.900.0-next.18',
21
22
ngPackagr: '^9.0.0-rc.0',
23
};
0 commit comments