File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
angular_devkit/build_angular
schematics/angular/utility Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @angular-devkit/build-angular" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Angular Webpack Build Facade" ,
5
- "experimental" : true ,
6
5
"main" : " src/index.js" ,
7
6
"typings" : " src/index.d.ts" ,
8
7
"builders" : " builders.json" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const latestVersions = {
18
18
// For our e2e tests, these versions must match the latest tag present on the branch.
19
19
// During RC periods they will not match the latest RC until there's a new git tag, and
20
20
// should not be updated.
21
- DevkitBuildAngular : '~0.1200 .0-next.9' ,
21
+ DevkitBuildAngular : '~12.0 .0-next.9' ,
22
22
23
23
ngPackagr : '^12.0.0-next.8' ,
24
24
} ;
You can’t perform that action at this time.
0 commit comments