Commit ec669d60 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 y grunt.
parent a90f8c4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,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);
	});
+4 −4
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
    "url": "https://gitlab.com/redmic-project/client/templates.git"
  },
  "devDependencies": {
    "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-handlebars": "3.0.0",
@@ -30,8 +30,8 @@
  },
  "files": ["dist"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"
    "node": ">=16.0",
    "npm": ">=8.19"
  },
  "license": "Apache-2.0"
}
+206 −65

File changed.

Preview size limit exceeded, changes collapsed.