Commit 9b402bf0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza exigencias y dependencias

Requiere node v16 y npm v8.19 (LTS aún soportada).

Actualiza a última versión glob, grunt, grunt-contrib-cssmin, leaflet y
stylus.
parent dd060cf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
	});

	// Lee los ficheros con configuraciones para las tareas a ejecutar (propias o de terceros)
	glob.sync('./grunt/config/*.js').forEach(function(file) {
	glob.globSync('./grunt/config/*.js').forEach(function(file) {

		require(path.resolve(file))(grunt);
	});
+7 −7
Original line number Diff line number Diff line
@@ -25,15 +25,15 @@
    "dojox": "1.17.3",
    "dropzone": "5.9.3",
    "font-awesome-stylus": "4.7.1",
    "glob": "8.0.3",
    "grunt": "1.5.3",
    "glob": "10.3.10",
    "grunt": "1.6.1",
    "grunt-contrib-clean": "2.0.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "4.0.0",
    "grunt-contrib-cssmin": "5.0.0",
    "grunt-contrib-stylus": "1.2.0",
    "grunt-git": "1.1.1",
    "grunt-shell": "4.0.0",
    "leaflet": "1.9.3",
    "leaflet": "1.9.4",
    "leaflet-awesome-markers": "https://github.com/lennardv2/Leaflet.awesome-markers.git#2.0/develop",
    "leaflet-draw": "1.0.4",
    "leaflet-measure": "3.1.0",
@@ -41,13 +41,13 @@
    "load-grunt-tasks": "5.1.0",
    "nib": "1.2.0",
    "prunecluster": "2.1.0",
    "stylus": "0.59.0",
    "stylus": "0.62.0",
    "webfont-dl": "0.2.0"
  },
  "files": ["dist"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"
    "node": ">=16.0",
    "npm": ">=8.19"
  },
  "license": "Apache-2.0"
}
+240 −99

File changed.

Preview size limit exceeded, changes collapsed.