Skip to content

Commit

Permalink
fix(@ngtools/webpack): update Angular peer dependencies to 11 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alan-agius4 committed Feb 3, 2021
1 parent 807559c commit d83e722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ngtools/webpack/package.json
Expand Up @@ -26,13 +26,13 @@
"webpack-sources": "2.2.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^11.0.0 || ^11.1.0-next",
"@angular/compiler-cli": "^11.0.0",
"typescript": "~4.0.0 || ~4.1.0",
"webpack": "^4.0.0"
},
"devDependencies": {
"@angular/compiler": "11.1.0-rc.0",
"@angular/compiler-cli": "11.1.0-rc.0",
"@angular/compiler": "11.1.0",
"@angular/compiler-cli": "11.1.0",
"typescript": "4.1.3",
"webpack": "4.44.2"
}
Expand Down

0 comments on commit d83e722

Please sign in to comment.