Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Sep 9, 2018
1 parent 86a00d4 commit 29710f5
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 516 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.1",
"@angular/cdk": "^6.4.2",
"@angular/common": "^6.1.1",
"@angular/compiler": "^6.1.1",
"@angular/core": "^6.1.1",
"@angular/forms": "^6.1.1",
"@angular/material": "^6.4.2",
"@angular/platform-browser": "^6.1.1",
"@angular/platform-browser-dynamic": "^6.1.1",
"@angular/router": "^6.1.1",
"@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/material": "^6.4.7",
"@angular/platform-browser": "^6.1.7",
"@angular/platform-browser-dynamic": "^6.1.7",
"@angular/router": "^6.1.7",
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@ngrx/effects": "^6.1.0",
"@ngrx/router-store": "^6.1.0",
Expand All @@ -40,37 +40,37 @@
"lodash-es": "^4.17.10",
"mapbox-gl": "0.47.0",
"ngx-md": "^6.0.0",
"rxjs": "^6.2.2",
"scroll-into-view-if-needed": "^2.2.8",
"rxjs": "^6.3.2",
"scroll-into-view-if-needed": "^2.2.16",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.2",
"@angular-devkit/build-ng-packagr": "^0.7.2",
"@angular/cli": "6.1.2",
"@angular/compiler-cli": "^6.1.1",
"@angular-devkit/build-angular": "^0.8.1",
"@angular-devkit/build-ng-packagr": "^0.8.1",
"@angular/cli": "6.2.1",
"@angular/compiler-cli": "^6.1.7",
"@ngrx/schematics": "^6.1.0",
"@turf/bbox": "^6.0.1",
"@types/jasminewd2": "^2.0.3",
"@types/lodash-es": "^4.17.1",
"@types/mapbox-gl": "^0.47.0",
"@types/node": "^10.5.6",
"@types/supercluster": "^3.0.2",
"codelyzer": "^4.4.2",
"jasmine-core": "^3.1.0",
"codelyzer": "^4.4.4",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^3.0.6",
"ng-packagr": "^4.1.1",
"pixel-diff": "^1.0.1",
"protractor": "^5.4.0",
"protractor-browser-logs": "^1.0.351",
"standard-version": "^4.4.0",
"ts-node": "^7.0.0",
"ts-node": "^7.0.1",
"tsickle": "^0.32.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
Expand Down
Loading

0 comments on commit 29710f5

Please sign in to comment.