feat: upgrade zone.js to v0.7.1

This commit is contained in:
Misko Hevery
2016-11-22 13:51:37 -08:00
committed by vsavkin
parent 2d6a003dba
commit c4bbafc291
4 changed files with 5 additions and 6 deletions

View File

@ -95,7 +95,7 @@ export function main() {
resolvedPromise.then((_) => { throw new Error('async'); }); resolvedPromise.then((_) => { throw new Error('async'); });
flushMicrotasks(); flushMicrotasks();
})(); })();
}).toThrowError('Uncaught (in promise): Error: async'); }).toThrowError(/Uncaught \(in promise\): Error: async/);
}); });
it('should complain if a test throws an exception', () => { it('should complain if a test throws an exception', () => {

View File

@ -4621,7 +4621,7 @@
} }
}, },
"zone.js": { "zone.js": {
"version": "0.6.25" "version": "0.7.2"
} }
} }
} }

5
npm-shrinkwrap.json generated
View File

@ -7377,9 +7377,8 @@
} }
}, },
"zone.js": { "zone.js": {
"version": "0.6.25", "version": "0.7.2",
"from": "zone.js@>=0.6.24 <0.7.0", "from": "zone.js@0.7.2"
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.25.tgz"
} }
} }
} }

View File

@ -21,7 +21,7 @@
"core-js": "^2.4.1", "core-js": "^2.4.1",
"reflect-metadata": "^0.1.3", "reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-rc.4", "rxjs": "5.0.0-rc.4",
"zone.js": "^0.6.25" "zone.js": "^0.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/angularjs": "^1.5.13-alpha", "@types/angularjs": "^1.5.13-alpha",