Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Now require angular 5 (sorry !)
  • Loading branch information
Wykks committed Dec 14, 2017
1 parent 311cbb9 commit 9f42a60
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 171 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@
}
},
"peerDependencies": {
"@angular/common": ">=4.0.0 <6.0.0 || >=4.0.0-beta <6.0.0",
"@angular/core": ">=4.0.0 <6.0.0 || >=4.0.0-beta <6.0.0",
"@angular/common": ">=5.0.0 <6.0.0 || >=5.0.0-beta <6.0.0",
"@angular/core": ">=5.0.0 <6.0.0 || >=5.0.0-beta <6.0.0",
"mapbox-gl": "0.42.2",
"rxjs": "^5.4.3"
"rxjs": "^5.5.5"
},
"devDependencies": {
"@angular/animations": "^5.0.5",
"@angular/cdk": "^5.0.0-rc.2",
"@angular/cli": "1.5.5",
"@angular/common": "^5.0.5",
"@angular/compiler": "^5.0.5",
"@angular/compiler-cli": "^5.0.5",
"@angular/core": "^5.0.5",
"@angular/forms": "^5.0.5",
"@angular/http": "^5.0.5",
"@angular/language-service": "^5.0.5",
"@angular/material": "^5.0.0-rc.2",
"@angular/platform-browser": "^5.0.5",
"@angular/platform-browser-dynamic": "^5.0.5",
"@angular/router": "^5.0.5",
"@turf/random": "^5.0.4",
"@angular/animations": "^5.1.1",
"@angular/cdk": "^5.0.1",
"@angular/cli": "1.6.1",
"@angular/common": "^5.1.1",
"@angular/compiler": "^5.1.1",
"@angular/compiler-cli": "^5.1.1",
"@angular/core": "^5.1.1",
"@angular/forms": "^5.1.1",
"@angular/http": "^5.1.1",
"@angular/language-service": "^5.1.1",
"@angular/material": "^5.0.1",
"@angular/platform-browser": "^5.1.1",
"@angular/platform-browser-dynamic": "^5.1.1",
"@angular/router": "^5.1.1",
"@turf/random": "^5.1.5",
"@types/jasmine": "~2.8.2",
"@types/jasminewd2": "~2.0.3",
"@types/lodash-es": "^4.17.0",
"@types/mapbox-gl": "^0.42.0",
"@types/node": "~8.0.55",
"codelyzer": "~4.0.1",
"core-js": "^2.5.1",
"@types/node": "~8.5.1",
"codelyzer": "~4.0.2",
"core-js": "^2.5.3",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
Expand All @@ -76,11 +76,11 @@
"mapbox-gl": "0.42.2",
"ng-packagr": "^1.6.0",
"pixel-diff": "^1.0.1",
"protractor": "~5.2.0",
"protractor": "~5.2.2",
"protractor-browser-logs": "^1.0.351",
"rxjs": "^5.5.2",
"rxjs": "^5.5.5",
"standard-version": "^4.2.0",
"ts-node": "~3.3.0",
"ts-node": "~4.0.1",
"tslint": "~5.8.0",
"tslint-consistent-codestyle": "^1.11.0",
"typescript": "~2.6.2",
Expand Down
Loading

0 comments on commit 9f42a60

Please sign in to comment.