Skip to content

Commit

Permalink
build: update Angular peer dependencies to ^16.0.0
Browse files Browse the repository at this point in the history
This is needed as the release check are failing due to incorrect peer deps.
  • Loading branch information
alan-agius4 committed Jun 28, 2023
1 parent f039ee9 commit da6ec6f
Show file tree
Hide file tree
Showing 4 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": "^16.1.0"
"@angular/cli": "^16.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"esbuild": "0.17.19"
},
"peerDependencies": {
"@angular/compiler-cli": "^16.1.0",
"@angular/localize": "^16.1.0",
"@angular/platform-server": "^16.1.0",
"@angular/service-worker": "^16.1.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/localize": "^16.0.0",
"@angular/platform-server": "^16.0.0",
"@angular/service-worker": "^16.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
"ng-packagr": "^16.1.0",
"ng-packagr": "^16.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.9.3 <5.2"
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": "^16.1.0",
"@angular/compiler-cli": "^16.0.0",
"typescript": ">=4.9.3 <5.2",
"webpack": "^5.54.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^16.1.0",
"ng-packagr": "^16.0.0",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit da6ec6f

Please sign in to comment.