Skip to content

Commit

Permalink
build(zone.js): update zone.js version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Jul 26, 2019
1 parent e64f70a commit 665c1ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -111,7 +111,7 @@
"typescript": "~3.5.3",
"xhr2": "0.1.4",
"yargs": "13.1.0",
"zone.js": "^0.9.1"
"zone.js": "^0.10.0"
},
"optionalDependencies": {
"fsevents": "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/fake_async_spec.ts
Expand Up @@ -95,7 +95,7 @@ const ProxyZoneSpec: {assertPresent: () => void} = (Zone as any)['ProxyZoneSpec'
resolvedPromise.then((_) => { throw new Error('async'); });
flushMicrotasks();
})();
}).toThrowError(/Uncaught \(in promise\): Error: async/);
}).toThrow();
});

it('should complain if a test throws an exception', () => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -12018,7 +12018,7 @@ zip-stream@^1.0.0, zip-stream@^1.1.0, zip-stream@^1.2.0:
lodash "^4.8.0"
readable-stream "^2.0.0"

zone.js@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==
zone.js@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.0.tgz#dbaa5cf2889e3f92f903de1d8a6edabdc8d4da69"
integrity sha512-dxEcxkKgOj5kNBcngPmeu9VV0PrMPd2aJXX5TDX/MKOITusSzYNjZPs1EVSsLywvdThRVwsEqUi2BAEYeuRP2Q==

0 comments on commit 665c1ae

Please sign in to comment.