]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: shouldn't pin @vitest/eslint-plugin version
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 26 Feb 2025 16:41:25 +0000 (00:41 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 26 Feb 2025 16:41:25 +0000 (00:41 +0800)
It must be an oversight. There's no point in pinning this version.

template/eslint/package.json

index b73cedefb59b5521b3ff450127717a343d2f8950..8fa60c134426d51b79e053e76f0639ef5249e236 100644 (file)
@@ -1,6 +1,6 @@
 {
   "devDependencies": {
-    "@vitest/eslint-plugin": "1.1.31",
+    "@vitest/eslint-plugin": "^1.1.31",
     "eslint-plugin-cypress": "^4.1.0",
     "eslint-plugin-playwright": "^2.2.0"
   }