diff options
author | BO41 <lukasw41@gmail.com> | 2018-10-28 13:49:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-15 09:25:30 +0100 |
commit | 03ca23d4f72c744f98bfff88d69461ba6e2ddf1f (patch) | |
tree | 752ce71d5c33a2f45f9f1a49953e976bdbf80630 | |
parent | a130f33c9c07ffaf2f11a5e629d686a158b9e1c7 (diff) | |
download | PeerTube-03ca23d4f72c744f98bfff88d69461ba6e2ddf1f.tar.gz PeerTube-03ca23d4f72c744f98bfff88d69461ba6e2ddf1f.tar.zst PeerTube-03ca23d4f72c744f98bfff88d69461ba6e2ddf1f.zip |
update angular
-rw-r--r-- | client/package.json | 30 | ||||
-rw-r--r-- | client/src/polyfills.ts | 6 |
2 files changed, 15 insertions, 21 deletions
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 @@ | |||
63 | "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts" | 63 | "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts" |
64 | }, | 64 | }, |
65 | "devDependencies": { | 65 | "devDependencies": { |
66 | "@angular-devkit/build-angular": "^0.8.3", | 66 | "@angular-devkit/build-angular": "~0.10.0", |
67 | "@angular/animations": "~6.1.4", | 67 | "@angular/animations": "~7.0.1", |
68 | "@angular/cli": "~6.2.3", | 68 | "@angular/cli": "~7.0.3", |
69 | "@angular/common": "~6.1.4", | 69 | "@angular/common": "~7.0.1", |
70 | "@angular/compiler": "~6.1.4", | 70 | "@angular/compiler": "~7.0.1", |
71 | "@angular/compiler-cli": "~6.1.4", | 71 | "@angular/compiler-cli": "~7.0.1", |
72 | "@angular/core": "~6.1.4", | 72 | "@angular/core": "~7.0.1", |
73 | "@angular/forms": "~6.1.4", | 73 | "@angular/forms": "~7.0.1", |
74 | "@angular/http": "~6.1.4", | 74 | "@angular/http": "~7.0.1", |
75 | "@angular/language-service": "~6.1.4", | 75 | "@angular/language-service": "~7.0.1", |
76 | "@angular/platform-browser": "~6.1.4", | 76 | "@angular/platform-browser": "~7.0.1", |
77 | "@angular/platform-browser-dynamic": "~6.1.4", | 77 | "@angular/platform-browser-dynamic": "~7.0.1", |
78 | "@angular/router": "~6.1.4", | 78 | "@angular/router": "~7.0.1", |
79 | "@angular/service-worker": "~6.1.4", | 79 | "@angular/service-worker": "~7.0.1", |
80 | "@angularclass/hmr": "^2.1.3", | 80 | "@angularclass/hmr": "^2.1.3", |
81 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 81 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
82 | "@ng-bootstrap/ng-bootstrap": "^3.1.0", | 82 | "@ng-bootstrap/ng-bootstrap": "^3.1.0", |
@@ -149,7 +149,7 @@ | |||
149 | "ts-jest": "^23.1.4", | 149 | "ts-jest": "^23.1.4", |
150 | "tslint": "^5.7.0", | 150 | "tslint": "^5.7.0", |
151 | "tslint-config-standard": "^8.0.1", | 151 | "tslint-config-standard": "^8.0.1", |
152 | "typescript": "2.9", | 152 | "typescript": "3.1.3", |
153 | "video.js": "^7", | 153 | "video.js": "^7", |
154 | "videojs-contextmenu-ui": "^5.0.0", | 154 | "videojs-contextmenu-ui": "^5.0.0", |
155 | "videojs-dock": "^2.0.2", | 155 | "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 | |||
@@ -48,12 +48,6 @@ import 'core-js/es7/object' | |||
48 | import 'core-js/es6/reflect' | 48 | import 'core-js/es6/reflect' |
49 | 49 | ||
50 | /** | 50 | /** |
51 | * Evergreen browsers require these. | ||
52 | */ | ||
53 | // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. | ||
54 | import 'core-js/es7/reflect' | ||
55 | |||
56 | /** | ||
57 | * Required to support Web Animations `@angular/platform-browser/animations`. | 51 | * Required to support Web Animations `@angular/platform-browser/animations`. |
58 | * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation | 52 | * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation |
59 | */ | 53 | */ |