Skip to content

Commit c4bbafc

Browse files
mheveryvsavkin
authored andcommitted
feat: upgrade zone.js to v0.7.1
1 parent 2d6a003 commit c4bbafc

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

modules/@angular/core/test/fake_async_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function main() {
9595
resolvedPromise.then((_) => { throw new Error('async'); });
9696
flushMicrotasks();
9797
})();
98-
}).toThrowError('Uncaught (in promise): Error: async');
98+
}).toThrowError(/Uncaught \(in promise\): Error: async/);
9999
});
100100

101101
it('should complain if a test throws an exception', () => {

npm-shrinkwrap.clean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4621,7 +4621,7 @@
46214621
}
46224622
},
46234623
"zone.js": {
4624-
"version": "0.6.25"
4624+
"version": "0.7.2"
46254625
}
46264626
}
46274627
}

npm-shrinkwrap.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"core-js": "^2.4.1",
2222
"reflect-metadata": "^0.1.3",
2323
"rxjs": "5.0.0-rc.4",
24-
"zone.js": "^0.6.25"
24+
"zone.js": "^0.7.2"
2525
},
2626
"devDependencies": {
2727
"@types/angularjs": "^1.5.13-alpha",

0 commit comments

Comments
 (0)