Skip to content

Commit 4de2eb5

Browse files
dgp1130alan-agius4
authored andcommitted
build: bump Angular peer deps to 13.2.0-next
`next` releases are currently for 13.2.0, so this is necessary to avoid peer dep warnings.
1 parent 52964b1 commit 4de2eb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"esbuild": "0.14.11"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",
79-
"@angular/localize": "^13.0.0 || ^13.1.0-next",
80-
"@angular/service-worker": "^13.0.0 || ^13.1.0-next",
78+
"@angular/compiler-cli": "^13.0.0 || ^13.2.0-next",
79+
"@angular/localize": "^13.0.0 || ^13.2.0-next",
80+
"@angular/service-worker": "^13.0.0 || ^13.2.0-next",
8181
"karma": "^6.3.0",
82-
"ng-packagr": "^13.0.0 || ^13.1.0-next",
82+
"ng-packagr": "^13.0.0 || ^13.2.0-next",
8383
"protractor": "^7.0.0",
8484
"tailwindcss": "^2.0.0 || ^3.0.0",
8585
"typescript": ">=4.4.3 <4.6"

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",
25+
"@angular/compiler-cli": "^13.0.0 || ^13.2.0-next",
2626
"typescript": ">=4.4.3 <4.6",
2727
"webpack": "^5.30.0"
2828
},

0 commit comments

Comments
 (0)