Skip to content

Commit

Permalink
build: Allows zone.js v11(#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
fetis committed Feb 4, 2021
1 parent 136663f commit 830da18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@apollo/client": "^3.0.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0",
"rxjs": "^6.0.0",
"zone.js": "~0.8.20 || ~0.9.0 || ~0.10.0"
"zone.js": ">=0.8.0 <0.12.0"
},
"dependencies": {
"semver": "^7.0.0",
Expand Down Expand Up @@ -94,4 +94,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 830da18

Please sign in to comment.