From 03ca23d4f72c744f98bfff88d69461ba6e2ddf1f Mon Sep 17 00:00:00 2001 From: BO41 Date: Sun, 28 Oct 2018 13:49:11 +0100 Subject: update angular --- client/package.json | 30 +++++++++++++++--------------- client/src/polyfills.ts | 6 ------ 2 files changed, 15 insertions(+), 21 deletions(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index 6f8c62402..e57fb8ab8 100644 --- a/client/package.json +++ b/client/package.json @@ -63,20 +63,20 @@ "setupTestFrameworkScriptFile": "/src/setupJest.ts" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.8.3", - "@angular/animations": "~6.1.4", - "@angular/cli": "~6.2.3", - "@angular/common": "~6.1.4", - "@angular/compiler": "~6.1.4", - "@angular/compiler-cli": "~6.1.4", - "@angular/core": "~6.1.4", - "@angular/forms": "~6.1.4", - "@angular/http": "~6.1.4", - "@angular/language-service": "~6.1.4", - "@angular/platform-browser": "~6.1.4", - "@angular/platform-browser-dynamic": "~6.1.4", - "@angular/router": "~6.1.4", - "@angular/service-worker": "~6.1.4", + "@angular-devkit/build-angular": "~0.10.0", + "@angular/animations": "~7.0.1", + "@angular/cli": "~7.0.3", + "@angular/common": "~7.0.1", + "@angular/compiler": "~7.0.1", + "@angular/compiler-cli": "~7.0.1", + "@angular/core": "~7.0.1", + "@angular/forms": "~7.0.1", + "@angular/http": "~7.0.1", + "@angular/language-service": "~7.0.1", + "@angular/platform-browser": "~7.0.1", + "@angular/platform-browser-dynamic": "~7.0.1", + "@angular/router": "~7.0.1", + "@angular/service-worker": "~7.0.1", "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^3.1.0", @@ -149,7 +149,7 @@ "ts-jest": "^23.1.4", "tslint": "^5.7.0", "tslint-config-standard": "^8.0.1", - "typescript": "2.9", + "typescript": "3.1.3", "video.js": "^7", "videojs-contextmenu-ui": "^5.0.0", "videojs-dock": "^2.0.2", diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index dfe45b591..5dff18632 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts @@ -47,12 +47,6 @@ import 'core-js/es7/object' // For Google Bot import 'core-js/es6/reflect' -/** - * Evergreen browsers require these. - */ -// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. -import 'core-js/es7/reflect' - /** * Required to support Web Animations `@angular/platform-browser/animations`. * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation -- cgit v1.2.3