Skip to content

Commit

Permalink
feat(@ngtools/webpack): update peer dependency support
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and vikerman committed Oct 16, 2019
1 parent d5b3237 commit f7e9dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"webpack-sources": "1.4.3"
},
"peerDependencies": {
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",
"typescript": ">=3.4 < 3.7",
"@angular/compiler-cli": ">=9.0.0-beta < 10",
"typescript": ">=3.6 < 3.7",
"webpack": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f7e9dff

Please sign in to comment.