Skip to content

Commit 785ef43

Browse files
committed
Update to Angular 7
1 parent e4bf30c commit 785ef43

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

package-lock.json

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
"private": true,
1515
"dependencies": {
1616
"@angular/animations": "7.0.0",
17-
"@angular/cdk": "^6.0.0",
17+
"@angular/cdk": "^7.0.0",
1818
"@angular/common": "7.0.0",
1919
"@angular/compiler": "7.0.0",
2020
"@angular/core": "7.0.0",
2121
"@angular/forms": "7.0.0",
2222
"@angular/http": "7.0.0",
23-
"@angular/material": "^6.0.0",
24-
"@angular/material-moment-adapter": "6.0.0",
23+
"@angular/material": "^7.0.0",
24+
"@angular/material-moment-adapter": "7.0.0",
2525
"@angular/platform-browser": "7.0.0",
2626
"@angular/platform-browser-dynamic": "7.0.0",
2727
"@angular/router": "7.0.0",
2828
"body-parser": "^1.18.3",
2929
"core-js": "^2.4.1",
3030
"express": "^4.16.2",
3131
"hammerjs": "^2.0.8",
32-
"moment": "^2.20.1",
32+
"moment": "^2.22.2",
3333
"rxjs": "6.3.3",
3434
"zone.js": "^0.8.14"
3535
},

0 commit comments

Comments
 (0)