Skip to content

Commit e1bac5b

Browse files
committed
fix(@angular-devkit/build-angular): update Angular peer dependencies to v13.1 prerelease
This change allows framework v13.1 prelease versions to be used with the Angular CLI 13.1 preleases without peer dependency warnings.
1 parent 47fd128 commit e1bac5b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.13.12"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler-cli": "^13.0.0 || ^13.0.0-next",
79-
"@angular/localize": "^13.0.0 || ^13.0.0-next",
80-
"@angular/service-worker": "^13.0.0 || ^13.0.0-next",
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",
8181
"karma": "^6.3.0",
82-
"ng-packagr": "^13.0.0 || ^13.0.0-next",
82+
"ng-packagr": "^13.0.0 || ^13.1.0-next",
8383
"protractor": "^7.0.0",
8484
"tailwindcss": "^2.0.0",
8585
"typescript": "~4.4.3"

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.0.0-next",
25+
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",
2626
"typescript": "~4.4.3",
2727
"webpack": "^5.30.0"
2828
},

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^13.0.0-next",
6-
"@angular/compiler": "^13.0.0-next",
7-
"@angular/compiler-cli": "^13.0.0-next",
8-
"@angular/core": "^13.0.0-next",
9-
"@angular/platform-browser": "^13.0.0-next",
10-
"@angular/platform-browser-dynamic": "^13.0.0-next",
11-
"@angular/platform-server": "^13.0.0-next",
12-
"@angular/router": "^13.0.0-next",
5+
"@angular/common": "^13.1.0-next",
6+
"@angular/compiler": "^13.1.0-next",
7+
"@angular/compiler-cli": "^13.1.0-next",
8+
"@angular/core": "^13.1.0-next",
9+
"@angular/platform-browser": "^13.1.0-next",
10+
"@angular/platform-browser-dynamic": "^13.1.0-next",
11+
"@angular/platform-server": "^13.1.0-next",
12+
"@angular/router": "^13.1.0-next",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.10.0",
1515
"rxjs": "^6.6.7",

0 commit comments

Comments
 (0)