mirror of https://github.com/searxng/searxng.git
Merge pull request #429 from searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-eslint-24.0.0
Bump grunt-eslint from 23.0.0 to 24.0.0 in /searx/static/themes/simple
This commit is contained in:
commit
58871e10ff
|
@ -14,7 +14,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
eslint: {
|
eslint: {
|
||||||
options: {
|
options: {
|
||||||
configFile: '.eslintrc.json',
|
overrideConfigFile: '.eslintrc.json',
|
||||||
failOnError: false
|
failOnError: false
|
||||||
},
|
},
|
||||||
target: [
|
target: [
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"grunt-contrib-uglify": "~5.0.1",
|
"grunt-contrib-uglify": "~5.0.1",
|
||||||
"grunt-xmlmin": "~0.1.8",
|
"grunt-xmlmin": "~0.1.8",
|
||||||
"grunt-contrib-watch": "~1.1.0",
|
"grunt-contrib-watch": "~1.1.0",
|
||||||
"grunt-eslint": "^23.0.0",
|
"grunt-eslint": "^24.0.0",
|
||||||
"grunt-stylelint": "^0.16.0",
|
"grunt-stylelint": "^0.16.0",
|
||||||
"grunt-image": "^6.4.0",
|
"grunt-image": "^6.4.0",
|
||||||
"ionicons": "^5.5.4",
|
"ionicons": "^5.5.4",
|
||||||
|
|
Loading…
Reference in New Issue