Updating Angular to the new 7 beta
This enables us to use Drag n Drop and other components, without using any plugins.
This commit is contained in:
parent
781a2dcdf8
commit
e013aeea64
2753
client/package-lock.json
generated
2753
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,38 +15,38 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^6.1.7",
|
||||
"@angular/cdk": "^6.4.7",
|
||||
"@angular/common": "^6.1.7",
|
||||
"@angular/compiler": "^6.1.7",
|
||||
"@angular/core": "^6.1.7",
|
||||
"@angular/forms": "^6.1.7",
|
||||
"@angular/http": "^6.1.7",
|
||||
"@angular/material": "^6.4.7",
|
||||
"@angular/platform-browser": "^6.1.7",
|
||||
"@angular/platform-browser-dynamic": "^6.1.7",
|
||||
"@angular/router": "^6.1.7",
|
||||
"@angular/animations": "^7.0.0-rc.0",
|
||||
"@angular/cdk": "^7.0.0-beta.2",
|
||||
"@angular/common": "^7.0.0-rc.0",
|
||||
"@angular/compiler": "^7.0.0-rc.0",
|
||||
"@angular/core": "^7.0.0-rc.0",
|
||||
"@angular/forms": "^7.0.0-rc.0",
|
||||
"@angular/http": "^7.0.0-rc.0",
|
||||
"@angular/material": "^7.0.0-beta.2",
|
||||
"@angular/platform-browser": "^7.0.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^7.0.0-rc.0",
|
||||
"@angular/router": "^7.0.0-rc.0",
|
||||
"@fortawesome/angular-fontawesome": "0.1.0-10",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.4",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.3.1",
|
||||
"@ngx-pwa/local-storage": "^6.1.0",
|
||||
"@ngx-pwa/local-storage": "^6.1.1",
|
||||
"@ngx-translate/core": "^10.0.2",
|
||||
"@ngx-translate/http-loader": "^3.0.1",
|
||||
"core-js": "^2.5.4",
|
||||
"ngx-mat-select-search": "^1.3.1",
|
||||
"rxjs": "^6.2.2",
|
||||
"ngx-mat-select-search": "^1.4.0",
|
||||
"rxjs": "^6.3.3",
|
||||
"uuid": "^3.3.2",
|
||||
"zone.js": "^0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.6.8",
|
||||
"@angular/cli": "^6.2.1",
|
||||
"@angular/compiler-cli": "^6.1.7",
|
||||
"@angular/language-service": "^6.1.7",
|
||||
"@angular-devkit/build-angular": "^0.7.0",
|
||||
"@angular/cli": "^7.0.0-beta.4",
|
||||
"@angular/compiler-cli": "^7.0.0-rc.0",
|
||||
"@angular/language-service": "^7.0.0-rc.0",
|
||||
"@biesbjerg/ngx-translate-extract": "^2.3.4",
|
||||
"@compodoc/compodoc": "^1.1.5",
|
||||
"@types/jasmine": "~2.8.6",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/jasminewd2": "^2.0.4",
|
||||
"@types/node": "~8.9.4",
|
||||
"codelyzer": "~4.2.1",
|
||||
"husky": "^0.14.3",
|
||||
@ -58,11 +58,12 @@
|
||||
"karma-jasmine": "~1.1.1",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"prettier": "^1.14.2",
|
||||
"pretty-quick": "^1.6.0",
|
||||
"prettier": "^1.14.3",
|
||||
"pretty-quick": "^1.7.0",
|
||||
"protractor": "^5.4.1",
|
||||
"ts-node": "~5.0.1",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "~2.9.2"
|
||||
"tsutils": "^3.0.0",
|
||||
"typescript": "^3.1.1"
|
||||
}
|
||||
}
|
||||
|
@ -84,3 +84,7 @@ footer {
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
mat-expansion-panel {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user