Skip to content

Commit 8a6c4eb

Browse files
committed
updated libraries
1 parent e043bda commit 8a6c4eb

File tree

2 files changed

+39
-38
lines changed

2 files changed

+39
-38
lines changed

bower.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"leaflet": "0.7.x"
1616
},
1717
"devDependencies": {
18-
"jquery": "2.1.x",
19-
"bootstrap": "3.1.x",
20-
"angular-route": "1.2.x",
21-
"angular-animate": "1.2.x",
22-
"angular-mocks": "1.2.x",
23-
"leaflet.markercluster": "0.4",
24-
"leaflet.draw": "0.2.2",
25-
"Leaflet.label": "0.2.1",
18+
"jquery": "~2.1.1",
19+
"bootstrap": "~3.1.1",
20+
"angular-route": "~1.2.18",
21+
"angular-animate": "~1.2.18",
22+
"angular-mocks": "~1.2.18",
23+
"leaflet.markercluster": "~0.4",
24+
"leaflet.draw": "~0.2.3",
25+
"Leaflet.label": "~0.2.1",
2626
"leaflet-tilelayer-geojson": "*",
27-
"Leaflet.awesome-markers": "*",
27+
"Leaflet.awesome-markers": "~2.0.2",
2828
"webgl-heatmap-leaflet": "*",
29-
"leaflet-plugins": "1.0.1",
30-
"esri-leaflet": "0.0.1-beta.4",
29+
"leaflet-plugins": "~1.1.2",
30+
"esri-leaflet": "~0.0.1-beta.5",
3131
"proj4": "~2.1.2",
3232
"proj4leaflet": "~0.7.0",
3333
"Leaflet.MakiMarkers": "~1.0.1",

package.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,35 @@
1616
"license": "MIT",
1717
"dependencies": {},
1818
"devDependencies": {
19-
"matchdep": "*",
20-
"grunt": "*",
21-
"grunt-contrib-connect": "*",
22-
"grunt-contrib-jshint": "*",
23-
"grunt-shell": "*",
24-
"grunt-karma": "*",
25-
"grunt-ngmin": "*",
26-
"grunt-contrib-watch": "*",
27-
"grunt-contrib-concat": "*",
28-
"grunt-contrib-uglify": "*",
29-
"grunt-open": "*",
30-
"grunt-bower-task": "*",
31-
"karma-script-launcher": "*",
32-
"karma-firefox-launcher": "*",
33-
"karma-chrome-launcher": "*",
34-
"karma-html2js-preprocessor": "*",
19+
"matchdep": "latest",
20+
"grunt": "latest",
21+
"grunt-config-dir": "latest",
22+
"grunt-contrib-connect": "latest",
23+
"grunt-contrib-jshint": "latest",
24+
"grunt-shell": "latest",
25+
"grunt-karma": "latest",
26+
"grunt-ngmin": "latest",
27+
"grunt-contrib-watch": "latest",
28+
"grunt-contrib-concat": "latest",
29+
"grunt-contrib-uglify": "latest",
30+
"grunt-open": "latest",
31+
"grunt-bower-task": "latest",
32+
"karma-script-launcher": "latest",
33+
"karma-firefox-launcher": "latest",
34+
"karma-chrome-launcher": "latest",
35+
"karma-html2js-preprocessor": "latest",
3536
"karma-jasmine": "~0.2.0",
36-
"karma-requirejs": "*",
37-
"karma-coffee-preprocessor": "*",
38-
"karma-phantomjs-launcher": "*",
39-
"karma-coverage": "*",
40-
"karma": "*",
41-
"protractor": "*",
42-
"grunt-protractor-runner": "*",
43-
"grunt-shell-spawn": "*",
44-
"grunt-conventional-changelog": "*",
45-
"grunt-bump": "*",
46-
"grunt-karma-coveralls": "*"
37+
"karma-requirejs": "latest",
38+
"karma-coffee-preprocessor": "latest",
39+
"karma-phantomjs-launcher": "latest",
40+
"karma-coverage": "latest",
41+
"karma": "latest",
42+
"protractor": "latest",
43+
"grunt-protractor-runner": "latest",
44+
"grunt-shell-spawn": "latest",
45+
"grunt-conventional-changelog": "latest",
46+
"grunt-bump": "latest",
47+
"grunt-karma-coveralls": "latest"
4748
},
4849
"scripts": {
4950
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)