Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update Angular peer dependencies …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
clydin committed Nov 4, 2021
1 parent 47fd128 commit e1bac5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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 @@ -75,11 +75,11 @@
"esbuild": "0.13.12"
},
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0 || ^13.0.0-next",
"@angular/localize": "^13.0.0 || ^13.0.0-next",
"@angular/service-worker": "^13.0.0 || ^13.0.0-next",
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",
"@angular/localize": "^13.0.0 || ^13.1.0-next",
"@angular/service-worker": "^13.0.0 || ^13.1.0-next",
"karma": "^6.3.0",
"ng-packagr": "^13.0.0 || ^13.0.0-next",
"ng-packagr": "^13.0.0 || ^13.1.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0",
"typescript": "~4.4.3"
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/master/packages/@ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0 || ^13.0.0-next",
"@angular/compiler-cli": "^13.0.0 || ^13.1.0-next",
"typescript": "~4.4.3",
"webpack": "^5.30.0"
},
Expand Down
16 changes: 8 additions & 8 deletions tests/legacy-cli/e2e/assets/webpack/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "test",
"license": "MIT",
"dependencies": {
"@angular/common": "^13.0.0-next",
"@angular/compiler": "^13.0.0-next",
"@angular/compiler-cli": "^13.0.0-next",
"@angular/core": "^13.0.0-next",
"@angular/platform-browser": "^13.0.0-next",
"@angular/platform-browser-dynamic": "^13.0.0-next",
"@angular/platform-server": "^13.0.0-next",
"@angular/router": "^13.0.0-next",
"@angular/common": "^13.1.0-next",
"@angular/compiler": "^13.1.0-next",
"@angular/compiler-cli": "^13.1.0-next",
"@angular/core": "^13.1.0-next",
"@angular/platform-browser": "^13.1.0-next",
"@angular/platform-browser-dynamic": "^13.1.0-next",
"@angular/platform-server": "^13.1.0-next",
"@angular/router": "^13.1.0-next",
"@ngtools/webpack": "0.0.0",
"core-js": "^3.10.0",
"rxjs": "^6.6.7",
Expand Down

0 comments on commit e1bac5b

Please sign in to comment.