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 88aa035 commit c1051b5Copy full SHA for c1051b5
packages/schematics/angular/utility/latest-versions.ts
@@ -15,10 +15,10 @@ 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.8',
19
- DevkitBuildNgPackagr: '~0.900.0-next.8',
20
- DevkitBuildWebpack: '~0.900.0-next.8',
21
- AngularPWA: '~0.900.0-next.8',
+ DevkitBuildAngular: '~0.900.0-next.9',
+ DevkitBuildNgPackagr: '~0.900.0-next.9',
+ DevkitBuildWebpack: '~0.900.0-next.9',
+ AngularPWA: '~0.900.0-next.9',
22
23
ngPackagr: '^5.5.1',
24
};
0 commit comments