mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: bump core zone.js version
this bumps the core dep on zone.js to 0.16.0.
This commit is contained in:
parent
c03883ec54
commit
11ea1a01ff
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"peerDependencies": {
|
||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||
"rxjs": "^6.5.3 || ^7.4.0",
|
||||
"zone.js": "~0.15.0"
|
||||
"zone.js": "~0.15.0 || ~0.16.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@angular/compiler": {
|
||||
|
|
|
|||
|
|
@ -1036,7 +1036,7 @@ importers:
|
|||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: ~0.15.0
|
||||
specifier: ~0.15.0 || ~0.16.0
|
||||
version: 0.15.1
|
||||
|
||||
packages/core/test/bundling:
|
||||
|
|
|
|||
Loading…
Reference in a new issue