diff --git a/packages/angular/pwa/package.json b/packages/angular/pwa/package.json index e4dcfc3d3a4d..f7aba779df58 100644 --- a/packages/angular/pwa/package.json +++ b/packages/angular/pwa/package.json @@ -17,7 +17,7 @@ "parse5-html-rewriting-stream": "6.0.1" }, "peerDependencies": { - "@angular/cli": "^15.0.0-next" + "@angular/cli": "^15.0.0 || ^15.1.0-next" }, "peerDependenciesMeta": { "@angular/cli": { diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 1aefed4bb313..958f2978b01f 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -70,12 +70,12 @@ "esbuild": "0.15.16" }, "peerDependencies": { - "@angular/compiler-cli": "^15.0.0-next", - "@angular/localize": "^15.0.0-next", - "@angular/platform-server": "^15.0.0-next", - "@angular/service-worker": "^15.0.0-next", + "@angular/compiler-cli": "^15.0.0 || ^15.1.0-next", + "@angular/localize": "^15.0.0 || ^15.1.0-next", + "@angular/platform-server": "^15.0.0 || ^15.1.0-next", + "@angular/service-worker": "^15.0.0 || ^15.1.0-next", "karma": "^6.3.0", - "ng-packagr": "^15.0.0-next", + "ng-packagr": "^15.0.0 || ^15.1.0-next", "protractor": "^7.0.0", "tailwindcss": "^2.0.0 || ^3.0.0", "typescript": "~4.8.2" diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 7b55207c68b1..843082528bcf 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack", "dependencies": {}, "peerDependencies": { - "@angular/compiler-cli": "^15.0.0-next", + "@angular/compiler-cli": "^15.0.0 || ^15.1.0-next", "typescript": "~4.8.2", "webpack": "^5.54.0" }, diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index c9ea681321fc..1ed5a20ade06 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -15,7 +15,7 @@ export const latestVersions: Record & { ...require('./latest-versions/package.json')['dependencies'], // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current - Angular: '^15.0.0-next.0', + Angular: '^15.1.0-next.0', // Since @angular-devkit/build-angular and @schematics/angular are always // published together from the same monorepo, and they are both diff --git a/packages/schematics/angular/utility/latest-versions/package.json b/packages/schematics/angular/utility/latest-versions/package.json index f428fbf1cd47..7c92621b3fa5 100644 --- a/packages/schematics/angular/utility/latest-versions/package.json +++ b/packages/schematics/angular/utility/latest-versions/package.json @@ -12,7 +12,7 @@ "karma-jasmine-html-reporter": "~2.0.0", "karma-jasmine": "~5.1.0", "karma": "~6.4.0", - "ng-packagr": "^15.0.0-next.0", + "ng-packagr": "^15.0.2", "protractor": "~7.0.0", "rxjs": "~7.5.0", "tslib": "^2.3.0",