Skip to content

Commit

Permalink
build: update deps & allow angular 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Nov 20, 2017
1 parent b9edaac commit 28f58cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
}
},
"peerDependencies": {
"@angular/common": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/core": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"mapbox-gl": "^0.42.0",
"@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",
"mapbox-gl": "^0.42.1",
"rxjs": "^5.4.3"
},
"devDependencies": {
"@angular/animations": "^4.4.6",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/cli": "1.5.0",
"@angular/cli": "1.5.3",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
Expand All @@ -56,11 +56,11 @@
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@turf/random": "^5.0.4",
"@types/jasmine": "~2.8.1",
"@types/jasmine": "~2.8.2",
"@types/jasminewd2": "~2.0.3",
"@types/lodash-es": "^4.17.0",
"@types/mapbox-gl": "^0.40.1",
"@types/node": "~8.0.52",
"@types/node": "~8.0.53",
"codelyzer": "~4.0.1",
"core-js": "^2.5.1",
"jasmine-core": "~2.8.0",
Expand All @@ -73,7 +73,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.5",
"lodash-es": "^4.17.4",
"mapbox-gl": "^0.42.0",
"mapbox-gl": "^0.42.1",
"ng-packagr": "^1.6.0",
"pixel-diff": "^1.0.1",
"protractor": "~5.2.0",
Expand Down

0 comments on commit 28f58cd

Please sign in to comment.