mirror of https://github.com/Chocobozzz/PeerTube
update angular
parent
a130f33c9c
commit
03ca23d4f7
|
@ -63,20 +63,20 @@
|
||||||
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
|
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^0.8.3",
|
"@angular-devkit/build-angular": "~0.10.0",
|
||||||
"@angular/animations": "~6.1.4",
|
"@angular/animations": "~7.0.1",
|
||||||
"@angular/cli": "~6.2.3",
|
"@angular/cli": "~7.0.3",
|
||||||
"@angular/common": "~6.1.4",
|
"@angular/common": "~7.0.1",
|
||||||
"@angular/compiler": "~6.1.4",
|
"@angular/compiler": "~7.0.1",
|
||||||
"@angular/compiler-cli": "~6.1.4",
|
"@angular/compiler-cli": "~7.0.1",
|
||||||
"@angular/core": "~6.1.4",
|
"@angular/core": "~7.0.1",
|
||||||
"@angular/forms": "~6.1.4",
|
"@angular/forms": "~7.0.1",
|
||||||
"@angular/http": "~6.1.4",
|
"@angular/http": "~7.0.1",
|
||||||
"@angular/language-service": "~6.1.4",
|
"@angular/language-service": "~7.0.1",
|
||||||
"@angular/platform-browser": "~6.1.4",
|
"@angular/platform-browser": "~7.0.1",
|
||||||
"@angular/platform-browser-dynamic": "~6.1.4",
|
"@angular/platform-browser-dynamic": "~7.0.1",
|
||||||
"@angular/router": "~6.1.4",
|
"@angular/router": "~7.0.1",
|
||||||
"@angular/service-worker": "~6.1.4",
|
"@angular/service-worker": "~7.0.1",
|
||||||
"@angularclass/hmr": "^2.1.3",
|
"@angularclass/hmr": "^2.1.3",
|
||||||
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^3.1.0",
|
"@ng-bootstrap/ng-bootstrap": "^3.1.0",
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
"ts-jest": "^23.1.4",
|
"ts-jest": "^23.1.4",
|
||||||
"tslint": "^5.7.0",
|
"tslint": "^5.7.0",
|
||||||
"tslint-config-standard": "^8.0.1",
|
"tslint-config-standard": "^8.0.1",
|
||||||
"typescript": "2.9",
|
"typescript": "3.1.3",
|
||||||
"video.js": "^7",
|
"video.js": "^7",
|
||||||
"videojs-contextmenu-ui": "^5.0.0",
|
"videojs-contextmenu-ui": "^5.0.0",
|
||||||
"videojs-dock": "^2.0.2",
|
"videojs-dock": "^2.0.2",
|
||||||
|
|
|
@ -47,12 +47,6 @@ import 'core-js/es7/object'
|
||||||
// For Google Bot
|
// For Google Bot
|
||||||
import 'core-js/es6/reflect'
|
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`.
|
* Required to support Web Animations `@angular/platform-browser/animations`.
|
||||||
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
|
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
|
||||||
|
|
Loading…
Reference in New Issue