Skip to content

Commit

Permalink
chore(deps): bump material to 7.0.2 and various deps
Browse files Browse the repository at this point in the history
Also moves `@types` deps to devDeps.
  • Loading branch information
cexbrayat committed Nov 2, 2018
1 parent fc16a8b commit 47b17c9
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 225 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@
"private": true,
"dependencies": {
"@angular/animations": "7.0.2",
"@angular/cdk": "6.2.1",
"@angular/cdk": "7.0.2",
"@angular/common": "7.0.2",
"@angular/compiler": "7.0.2",
"@angular/core": "7.0.2",
"@angular/forms": "7.0.2",
"@angular/http": "7.0.2",
"@angular/material": "6.2.1",
"@angular/material": "7.0.2",
"@angular/platform-browser": "7.0.2",
"@angular/platform-browser-dynamic": "7.0.2",
"@angular/router": "7.0.2",
"@ng-bootstrap/ng-bootstrap": "4.0.0",
"@types/node": "8.10.30",
"@types/prismjs": "1.9.0",
"bootstrap": "4.1.3",
"core-js": "2.5.7",
"font-awesome": "4.7.0",
Expand All @@ -43,24 +41,26 @@
"@angular/cli": "7.0.4",
"@angular/compiler-cli": "7.0.2",
"@angular/language-service": "7.0.2",
"@compodoc/compodoc": "1.1.5",
"@compodoc/compodoc": "1.1.6",
"@types/jasmine": "2.8.9",
"@types/jasminewd2": "2.0.5",
"@types/node": "8.10.30",
"@types/prismjs": "1.9.0",
"codecov": "3.1.0",
"codelyzer": "4.5.0",
"jasmine-core": "3.2.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.0.0",
"karma": "3.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.3.1",
"ng-packagr": "4.2.0",
"ngx-speculoos": "0.2.3",
"ng-packagr": "4.4.0",
"ngx-speculoos": "1.0.0",
"protractor": "5.4.1",
"standard-version": "4.4.0",
"ts-node": "7.0.1",
"tsickle": "0.33.0",
"tsickle": "0.33.1",
"tslib": "1.9.3",
"tslint": "5.11.0",
"typescript": "3.1.6"
Expand Down

0 comments on commit 47b17c9

Please sign in to comment.