mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Updated the frontend packages (Using Angular 7 now)
This commit is contained in:
parent
c8d49faee5
commit
ba08d42b0d
2 changed files with 379 additions and 1326 deletions
|
@ -12,25 +12,25 @@
|
||||||
"cypress": "cypress open"
|
"cypress": "cypress open"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^6.0.7",
|
"@angular/animations": "^7.1.4",
|
||||||
"@angular/cdk": "^6.3.1",
|
"@angular/cdk": "^7.2.0",
|
||||||
"@angular/common": "^6.0.7",
|
"@angular/common": "^7.1.4",
|
||||||
"@angular/compiler": "^6.0.7",
|
"@angular/compiler":"^7.1.4",
|
||||||
"@angular/compiler-cli": "^6.0.7",
|
"@angular/compiler-cli": "^7.1.4",
|
||||||
"@angular/core": "^6.0.7",
|
"@angular/core": "^7.1.4",
|
||||||
"@angular/forms": "^6.0.7",
|
"@angular/forms":"^7.1.4",
|
||||||
"@angular/http": "^6.0.7",
|
"@angular/http": "^7.1.4",
|
||||||
"@angular/material": "^6.3.1",
|
"@angular/material":"^7.2.0",
|
||||||
"@angular/platform-browser": "^6.0.7",
|
"@angular/platform-browser": "^7.1.4",
|
||||||
"@angular/platform-browser-dynamic": "^6.0.7",
|
"@angular/platform-browser-dynamic": "^7.1.4",
|
||||||
"@angular/platform-server": "^6.0.7",
|
"@angular/platform-server":"^7.1.4",
|
||||||
"@angular/router": "^6.0.7",
|
"@angular/router":"^7.1.4",
|
||||||
"@auth0/angular-jwt": "^2.0.0",
|
"@auth0/angular-jwt": "^2.0.0",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
|
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
|
||||||
"@ngtools/webpack": "^6.1.0-beta.2",
|
"@ngtools/webpack":"^7.1.4",
|
||||||
"@ngu/carousel": "^1.4.9-beta-2",
|
"@ngu/carousel": "^1.4.9-beta-2",
|
||||||
"@ngx-translate/core": "^10.0.2",
|
"@ngx-translate/core": "^11.0.1",
|
||||||
"@ngx-translate/http-loader": "^3.0.1",
|
"@ngx-translate/http-loader": "^4.0.0",
|
||||||
"@types/core-js": "^2.5.0",
|
"@types/core-js": "^2.5.0",
|
||||||
"@types/mini-css-extract-plugin": "^0.2.0",
|
"@types/mini-css-extract-plugin": "^0.2.0",
|
||||||
"@types/node": "^10.5.1",
|
"@types/node": "^10.5.1",
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
"ngx-order-pipe": "^2.0.1",
|
"ngx-order-pipe": "^2.0.1",
|
||||||
"node-sass": "^4.9.0",
|
"node-sass": "^4.9.0",
|
||||||
"pace-progress": "^1.0.2",
|
"pace-progress": "^1.0.2",
|
||||||
"primeng": "^6.0.0",
|
"primeng": "^7.0.3",
|
||||||
"raw-loader": "^0.5.1",
|
"raw-loader": "^0.5.1",
|
||||||
"reflect-metadata": "^0.1.12",
|
"reflect-metadata": "^0.1.12",
|
||||||
"run-sequence": "^2.2.1",
|
"run-sequence": "^2.2.1",
|
||||||
|
|
1669
src/Ombi/yarn.lock
1669
src/Ombi/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue