Update dependency eslint-loader to v3 (#162)

This commit is contained in:
renovate[bot] 2019-08-24 09:49:30 -04:00 committed by Benjamin Boudreau
parent 256811bc39
commit 5fd43bb0ee
2 changed files with 20 additions and 9 deletions

27
package-lock.json generated
View File

@ -8068,16 +8068,27 @@
}
},
"eslint-loader": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-2.2.1.tgz",
"integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.0.tgz",
"integrity": "sha512-rdxyQ0i9VlhwVlR6oEzrIft8WNKYSD2/cOAJ1YVH/F76gAta7Zv1Dr5xJOUyx0fAsHB5cKNz9hwlUVLMFsQlPA==",
"dev": true,
"requires": {
"loader-fs-cache": "^1.0.0",
"loader-utils": "^1.0.2",
"object-assign": "^4.0.1",
"object-hash": "^1.1.4",
"rimraf": "^2.6.1"
"loader-fs-cache": "^1.0.2",
"loader-utils": "^1.2.3",
"object-hash": "^1.3.1",
"schema-utils": "^2.1.0"
},
"dependencies": {
"schema-utils": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.1.0.tgz",
"integrity": "sha512-g6SViEZAfGNrToD82ZPUjq52KUPDYc+fN5+g6Euo5mLokl/9Yx14z0Cu4RR1m55HtBXejO0sBt+qw79axN+Fiw==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0"
}
}
}
},
"eslint-module-utils": {

View File

@ -94,7 +94,7 @@
"eslint": "6.2.2",
"eslint-config-airbnb": "17.1.1",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-loader": "2.2.1",
"eslint-loader": "3.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",