Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit b4074ed

Browse files
chore(deps): update devdependency eslint-plugin-vue to ^9.25.0
1 parent 2ff7e77 commit b4074ed

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-n": "^14.0.0",
6464
"eslint-plugin-promise": "^6.1.1",
6565
"eslint-plugin-standard": "^5.0.0",
66-
"eslint-plugin-vue": "^9.24.1",
66+
"eslint-plugin-vue": "^9.25.0",
6767
"jest": "29.7.0",
6868
"npm-run-all2": "^5.0.2",
6969
"nuxt": "2.17.3",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6058,7 +6058,21 @@ eslint-plugin-unicorn@^44.0.2:
60586058
semver "^7.3.7"
60596059
strip-indent "^3.0.0"
60606060

6061-
eslint-plugin-vue@^9.24.1, eslint-plugin-vue@^9.7.0:
6061+
eslint-plugin-vue@^9.25.0:
6062+
version "9.25.0"
6063+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz#615cb7bb6d0e2140d21840b9aa51dce69e803e7a"
6064+
integrity sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==
6065+
dependencies:
6066+
"@eslint-community/eslint-utils" "^4.4.0"
6067+
globals "^13.24.0"
6068+
natural-compare "^1.4.0"
6069+
nth-check "^2.1.1"
6070+
postcss-selector-parser "^6.0.15"
6071+
semver "^7.6.0"
6072+
vue-eslint-parser "^9.4.2"
6073+
xml-name-validator "^4.0.0"
6074+
6075+
eslint-plugin-vue@^9.7.0:
60626076
version "9.24.1"
60636077
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.24.1.tgz#0d90330c939f9dd2f4c759da5a2ad91dc1c8bac4"
60646078
integrity sha512-wk3SuwmS1pZdcuJlokGYEi/buDOwD6KltvhIZyOnpJ/378dcQ4zchu9PAMbbLAaydCz1iYc5AozszcOOgZIIOg==

0 commit comments

Comments
 (0)