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:
argiro.kokogiannaki 2016-09-29 13:22:54 +00:00
parent a3a3566dc3
commit 6699d7c5be
2 changed files with 4 additions and 4 deletions

View File

@ -2123,9 +2123,9 @@
} }
}, },
"zone.js": { "zone.js": {
"version": "0.6.21", "version": "0.6.23",
"from": "zone.js@0.6.21", "from": "zone.js@0.6.23",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.21.tgz" "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.23.tgz"
} }
} }
} }

View File

@ -46,7 +46,7 @@
"express": "^4.14.0", "express": "^4.14.0",
"methods": "~1.1.2", "methods": "~1.1.2",
"rxjs": "5.0.0-beta.12", "rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21" "zone.js": "0.6.23"
}, },
"devDependencies": { "devDependencies": {
"@angularclass/resolve-angular-routes": "^1.0.9", "@angularclass/resolve-angular-routes": "^1.0.9",