Skip to content

Commit d83e722

Browse files
clydinalan-agius4
authored andcommitted
fix(@ngtools/webpack): update Angular peer dependencies to 11 stable
1 parent 807559c commit d83e722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"webpack-sources": "2.2.0"
2727
},
2828
"peerDependencies": {
29-
"@angular/compiler-cli": "^11.0.0 || ^11.1.0-next",
29+
"@angular/compiler-cli": "^11.0.0",
3030
"typescript": "~4.0.0 || ~4.1.0",
3131
"webpack": "^4.0.0"
3232
},
3333
"devDependencies": {
34-
"@angular/compiler": "11.1.0-rc.0",
35-
"@angular/compiler-cli": "11.1.0-rc.0",
34+
"@angular/compiler": "11.1.0",
35+
"@angular/compiler-cli": "11.1.0",
3636
"typescript": "4.1.3",
3737
"webpack": "4.44.2"
3838
}

0 commit comments

Comments
 (0)