Skip to content

Commit acecfe0

Browse files
committed
build: update latest-versions to 15.1.0-next
1 parent 9d43c6d commit acecfe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '^15.0.0-next.0',
18+
Angular: '^15.1.0-next.0',
1919

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

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine-html-reporter": "~2.0.0",
1313
"karma-jasmine": "~5.1.0",
1414
"karma": "~6.4.0",
15-
"ng-packagr": "^15.0.0-next.0",
15+
"ng-packagr": "^15.0.0",
1616
"protractor": "~7.0.0",
1717
"rxjs": "~7.5.0",
1818
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)