mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: update angular and angular material rxjs etc
This commit is contained in:
parent
556cc2d329
commit
0dfcc44200
2 changed files with 890 additions and 570 deletions
32
package.json
32
package.json
|
|
@ -39,19 +39,19 @@
|
|||
},
|
||||
"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.10",
|
||||
"@angular/http": "^6.1.7",
|
||||
"@angular/material": "^6.4.7",
|
||||
"@angular/platform-browser": "^6.1.7",
|
||||
"@angular/platform-browser-dynamic": "^6.1.7",
|
||||
"@angular/animations": "^7.0.0",
|
||||
"@angular/cdk": "^7.0.0",
|
||||
"@angular/common": "^7.0.0",
|
||||
"@angular/compiler": "^7.0.0",
|
||||
"@angular/core": "^7.0.0",
|
||||
"@angular/forms": "^7.0.0",
|
||||
"@angular/http": "^7.0.0",
|
||||
"@angular/material": "^7.0.0",
|
||||
"@angular/platform-browser": "^7.0.0",
|
||||
"@angular/platform-browser-dynamic": "^7.0.0",
|
||||
"@angular/pwa": "^0.8.4",
|
||||
"@angular/router": "^6.1.7",
|
||||
"@angular/service-worker": "^6.1.7",
|
||||
"@angular/router": "^7.0.0",
|
||||
"@angular/service-worker": "^7.0.0",
|
||||
"@ngrx/effects": "^6.1.0",
|
||||
"@ngrx/entity": "^6.1.0",
|
||||
"@ngrx/store": "^6.1.0",
|
||||
|
|
@ -69,9 +69,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.7.0",
|
||||
"@angular/cli": "~6.1.5",
|
||||
"@angular/compiler-cli": "^6.1.7",
|
||||
"@angular/language-service": "^6.1.7",
|
||||
"@angular/cli": "~7.0.2",
|
||||
"@angular/compiler-cli": "^7.0.0",
|
||||
"@angular/language-service": "^7.0.0",
|
||||
"@ngrx/schematics": "^6.1.0",
|
||||
"@types/jasmine": "~2.8.6",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
"protractor": "~5.4.0",
|
||||
"ts-node": "~5.0.1",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "~2.9.2"
|
||||
"typescript": "~3.1.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/rxjs": "6.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue