[mod] oscar: upgrade npm dependencies

This commit is contained in:
Alexandre Flament 2021-03-10 14:17:07 +01:00
parent ccf5ac9801
commit 2f3d5ec2af
12 changed files with 205 additions and 207 deletions

View file

@ -1,18 +1,17 @@
{
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1"
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
},
"dependencies": {
"grunt-cli": "^1.3.2"
}
"dependencies": {}
}