Fix server rendering issue by updating Zone.js from 0.6.21 to 0.6.23
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@43891 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
a3a3566dc3
commit
6699d7c5be
|
@ -2123,9 +2123,9 @@
|
|||
}
|
||||
},
|
||||
"zone.js": {
|
||||
"version": "0.6.21",
|
||||
"from": "zone.js@0.6.21",
|
||||
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.21.tgz"
|
||||
"version": "0.6.23",
|
||||
"from": "zone.js@0.6.23",
|
||||
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.23.tgz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"express": "^4.14.0",
|
||||
"methods": "~1.1.2",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
"zone.js": "0.6.21"
|
||||
"zone.js": "0.6.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angularclass/resolve-angular-routes": "^1.0.9",
|
||||
|
|
Loading…
Reference in New Issue