Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 4f5f23c

Browse files
chore(deps): update devdependency eslint-loader to v4 (#522)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c5db396 commit 4f5f23c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"conventional-changelog-cli": "2.0.31",
6262
"cross-env": "7.0.2",
6363
"eslint": "6.8.0",
64-
"eslint-loader": "3.0.4",
64+
"eslint-loader": "4.0.0",
6565
"eslint-plugin-jest": "23.8.2",
6666
"eslint-plugin-vue": "6.2.2",
6767
"glob-promise": "3.4.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -7149,14 +7149,14 @@ eslint-import-resolver-node@^0.3.2:
71497149
debug "^2.6.9"
71507150
resolve "^1.13.1"
71517151

7152-
eslint-loader@3.0.4:
7153-
version "3.0.4"
7154-
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.4.tgz#4329482877e381c91460a055bcd08d3855b9922d"
7155-
integrity sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==
7152+
eslint-loader@4.0.0:
7153+
version "4.0.0"
7154+
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-4.0.0.tgz#ab096ce9168fa167e4159afff66692c173fc7b79"
7155+
integrity sha512-QoaFRdh3oXt5i2uonSjO8dDnncsG05w7qvA7yYMvGDne8zAEk9R+R1rsfunp3OKVdO5mAJelf1x2Z1kYp664kA==
71567156
dependencies:
7157-
fs-extra "^8.1.0"
7157+
fs-extra "^9.0.0"
71587158
loader-fs-cache "^1.0.3"
7159-
loader-utils "^1.2.3"
7159+
loader-utils "^2.0.0"
71607160
object-hash "^2.0.3"
71617161
schema-utils "^2.6.5"
71627162

0 commit comments

Comments
 (0)