Skip to content

Commit f6815be

Browse files
Splaktarjamesdaniels
authored andcommitted
chore(): support zone.js ^0.9.0 for Angular version 8 (#2083)
1 parent 8e499e9 commit f6815be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rxjs": "^6.0.0",
5151
"ws": "^3.3.2",
5252
"xhr2": "^0.1.4",
53-
"zone.js": "^0.8.0"
53+
"zone.js": "^0.8.0 || ^0.9.0"
5454
},
5555
"optionalDependencies": {
5656
"bufferutil": "~3.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9117,7 +9117,7 @@ zip-stream@^1.2.0:
91179117
lodash "^4.8.0"
91189118
readable-stream "^2.0.0"
91199119

9120-
zone.js@^0.8.0:
9121-
version "0.8.29"
9122-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.29.tgz#8dce92aa0dd553b50bc5bfbb90af9986ad845a12"
9123-
integrity sha512-mla2acNCMkWXBD+c+yeUrBUrzOxYMNFdQ6FGfigGGtEVBPJx07BQeJekjt9DmH1FtZek4E9rE1eRR9qQpxACOQ==
9120+
"zone.js@^0.8.0 || ^0.9.0":
9121+
version "0.9.1"
9122+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
9123+
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==

0 commit comments

Comments
 (0)