diff --git a/package.json b/package.json index c93a7c9..5c88e67 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nuxtjs/eslint-module": "^3.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.11.0", - "eslint-config-awzzm-vue": "^1.0.5", + "eslint-config-awzzm-vue": "^1.2.1", "eslint-plugin-nuxt": "^1.0.0", "fibers": "^5.0.0", "sass": "^1.27.0", diff --git a/yarn.lock b/yarn.lock index 310fab9..df17167 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3942,18 +3942,18 @@ eslint-ast-utils@^1.1.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-config-awzzm-vue@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/eslint-config-awzzm-vue/-/eslint-config-awzzm-vue-1.0.5.tgz#7fe11ac729e6bc24fefe63347e4ba86a4563c425" - integrity sha512-CdQ7WrvIGahCTIwoj+gG1tDYffJD0oaBfU40Dc48BXkHLS9VCurWVHPsjs7BrtF780DdIAmFWysA5e68RIdXxA== +eslint-config-awzzm-vue@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/eslint-config-awzzm-vue/-/eslint-config-awzzm-vue-1.2.1.tgz#624d203a01b3116c0b4eef0dc1bb4924f8fb9aa7" + integrity sha512-7CK4ifqhZbSwPYzdAVoinEbcxhmrXnnkFJlQHCUTPSh8JtCczth3o4L6JYO/PfA6ujd8y+NYz4hZR2gq9jr2SQ== dependencies: - eslint-config-awzzm "^1.0.3" - eslint-plugin-vue "^6.2.2" + eslint-config-awzzm "^1.1.0" + eslint-plugin-vue "^7.1.0" -eslint-config-awzzm@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/eslint-config-awzzm/-/eslint-config-awzzm-1.0.3.tgz#1bde7c1403fc3883b9e6610d4f41dfb48a197cf2" - integrity sha512-72cdO/FbV+r17xLPxu12d53ZV9eEUkes+pjS6zdpihCJbywrx75lmmcPdwKFBG+iez1hSSKJI6NtSlywkXLnbQ== +eslint-config-awzzm@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-awzzm/-/eslint-config-awzzm-1.1.0.tgz#ab2513e04f792e3ad8b043e4b84fd84a4195f4e6" + integrity sha512-Ux1WhtYbGXK1ObvxHBCgwQlJdkwB3xsYsUX0I7QqO6DXgAOnTcVjZS0wMyDuBdjYSnXN+AbUze23Zq0BHYl1Ig== dependencies: eslint-plugin-import "^2.22.0" eslint-plugin-unicorn "^21.0.0" @@ -4031,6 +4031,16 @@ eslint-plugin-vue@^6.2.2: semver "^5.6.0" vue-eslint-parser "^7.0.0" +eslint-plugin-vue@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz#832d83e4e1e480c7285b2bc3ff1076cd0dca7a5b" + integrity sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg== + dependencies: + eslint-utils "^2.1.0" + natural-compare "^1.4.0" + semver "^7.3.2" + vue-eslint-parser "^7.1.1" + eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -4142,6 +4152,15 @@ espree@^6.1.2: acorn-jsx "^5.1.0" eslint-visitor-keys "^1.1.0" +espree@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" + integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw== + dependencies: + acorn "^7.1.1" + acorn-jsx "^5.2.0" + eslint-visitor-keys "^1.1.0" + espree@^7.3.0: version "7.3.0" resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348" @@ -9328,6 +9347,18 @@ vue-eslint-parser@^7.0.0: esquery "^1.0.1" lodash "^4.17.15" +vue-eslint-parser@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3" + integrity sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA== + dependencies: + debug "^4.1.1" + eslint-scope "^5.0.0" + eslint-visitor-keys "^1.1.0" + espree "^6.2.1" + esquery "^1.0.1" + lodash "^4.17.15" + vue-hot-reload-api@^2.3.0: version "2.3.4" resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"