Skip to content

Commit

Permalink
Upgrade and adjust to fcoo/fcoo-application ^17.0.0
Browse files Browse the repository at this point in the history
Using standard checkbox-button in map-settings
  • Loading branch information
NielsHolt committed Oct 26, 2023
1 parent 5ca0332 commit a9c9f92
Show file tree
Hide file tree
Showing 10 changed files with 1,102 additions and 604 deletions.
98 changes: 49 additions & 49 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "fcoo-maps",
"version": "1.31.13",
"homepage": "https://github.com/fcoo/fcoo-maps",
"authors": [
"Niels Holt"
],
"description": "",
"main": [
"dist/fcoo-maps.js",
"dist/fcoo-maps.css"
],
"repository": {
"type": "git",
"url": "git://github.com/fcoo/fcoo-maps.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
],
"dependencies": {
"fcoo-application": "fcoo/fcoo-application#^15.0.0",
"fcoo-maps-colors": "fcoo/fcoo-maps-colors#latest",
"leaflet-map-sync": "fcoo/leaflet-map-sync#^2.4.0",
"leaflet-multi-maps": "fcoo/leaflet-multi-maps#^2.0.0",
"leaflet-zoom-modernizr": "fcoo/leaflet-zoom-modernizr#^1.5.1",
"leaflet-control-topcenter": "fcoo/leaflet-control-topcenter#^2.0.0",
"leaflet-freeze": "fcoo/leaflet-freeze#^2.1.0",
"leaflet.edgebuffer": "TolonUK/Leaflet.EdgeBuffer#^1.0.3",
"leaflet-bootstrap": "fcoo/leaflet-bootstrap#^3.25.0",
"leaflet-bootstrap-marker": "fcoo/leaflet-bootstrap-marker#^3.0.0",
"leaflet-polyline": "fcoo/leaflet-polyline#^2.4.2",
"leaflet-bootstrap-draw": "fcoo/leaflet-bootstrap-draw#^4.0.0",
"leaflet-latlng-format": "fcoo/leaflet-latlng-format#^2.0.0",
"leaflet-latlng-graticule": "fcoo/leaflet-latlng-graticule#^1.2.0",
"jquery-mousewheel": "^3.1.13",
"clipboard": "zenorocha/clipboard.js#^2.0.6",
"canvas-utilities": "fcoo/canvas-utilities.js#^1.0.0"
},
"devDependencies": {
"modernizr-scss": "https://github.com/fcoo/modernizr-scss.git#latest"
}
}
"name": "fcoo-maps",
"version": "1.31.14",
"homepage": "https://github.com/fcoo/fcoo-maps",
"authors": [
"Niels Holt"
],
"description": "",
"main": [
"dist/fcoo-maps.js",
"dist/fcoo-maps.css"
],
"repository": {
"type": "git",
"url": "git://github.com/fcoo/fcoo-maps.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
],
"dependencies": {
"fcoo-application": "fcoo/fcoo-application#^17.0.0",
"fcoo-maps-colors": "fcoo/fcoo-maps-colors#latest",
"leaflet-map-sync": "fcoo/leaflet-map-sync#^2.4.0",
"leaflet-multi-maps": "fcoo/leaflet-multi-maps#^2.0.0",
"leaflet-zoom-modernizr": "fcoo/leaflet-zoom-modernizr#^1.5.1",
"leaflet-control-topcenter": "fcoo/leaflet-control-topcenter#^2.0.0",
"leaflet-freeze": "fcoo/leaflet-freeze#^2.1.0",
"leaflet.edgebuffer": "TolonUK/Leaflet.EdgeBuffer#^1.0.3",
"leaflet-bootstrap": "fcoo/leaflet-bootstrap#^3.25.0",
"leaflet-bootstrap-marker": "fcoo/leaflet-bootstrap-marker#^3.0.0",
"leaflet-polyline": "fcoo/leaflet-polyline#^2.4.2",
"leaflet-bootstrap-draw": "fcoo/leaflet-bootstrap-draw#^4.0.0",
"leaflet-latlng-format": "fcoo/leaflet-latlng-format#^2.0.0",
"leaflet-latlng-graticule": "fcoo/leaflet-latlng-graticule#^1.2.0",
"jquery-mousewheel": "^3.1.13",
"clipboard": "zenorocha/clipboard.js#^2.0.6",
"canvas-utilities": "fcoo/canvas-utilities.js#^1.0.0"
},
"devDependencies": {
"modernizr-scss": "https://github.com/fcoo/modernizr-scss.git#latest"
}
}
Loading

0 comments on commit a9c9f92

Please sign in to comment.