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.0 prerelease
  • Loading branch information
clydin authored and alan-agius4 committed Aug 6, 2021
1 parent c0f1b5e commit 167eed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -76,11 +76,11 @@
"webpack-subresource-integrity": "1.5.2"
},
"peerDependencies": {
"@angular/compiler-cli": "^12.0.0 || ^12.2.0-next",
"@angular/localize": "^12.0.0 || ^12.2.0-next",
"@angular/service-worker": "^12.0.0 || ^12.2.0-next",
"@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",
"karma": "^6.3.0",
"ng-packagr": "^12.0.0 || ^12.1.0-next",
"ng-packagr": "^12.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0",
"typescript": "~4.2.3 || ~4.3.2"
Expand Down

0 comments on commit 167eed4

Please sign in to comment.