Skip to content

Commit

Permalink
fix(angular): update zone.js peerDependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Nov 29, 2019
1 parent 7600a7d commit 15cbddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/compiler": "^6.0.0 || ^7.0.0",
"@angular/core": "^6.0.0 || ^7.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.29"
"zone.js": "^0.8.29 || ^0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.8.9",
Expand Down

0 comments on commit 15cbddd

Please sign in to comment.