Skip to content

Commit

Permalink
build: update angular dependencies to version 15.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Feb 22, 2023
1 parent 64ec0b1 commit be12c1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/angular/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "^15.0.0 || ^15.2.0-next"
"@angular/cli": "^15.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"esbuild": "0.17.8"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
"@angular/localize": "^15.0.0 || ^15.2.0-next",
"@angular/platform-server": "^15.0.0 || ^15.2.0-next",
"@angular/service-worker": "^15.0.0 || ^15.2.0-next",
"@angular/compiler-cli": "^15.0.0",
"@angular/localize": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"karma": "^6.3.0",
"ng-packagr": "^15.0.0",
"protractor": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
"@angular/compiler-cli": "^15.0.0",
"typescript": ">=4.8.2 <5.0",
"webpack": "^5.54.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...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.2.0-next.0',
Angular: '^15.2.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^15.1.0",
"ng-packagr": "^15.2.2",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit be12c1c

Please sign in to comment.