Skip to content

Commit 70b718c

Browse files
committed
chore: use tilde range for eslint-plugin-vue as suggested by new docs
1 parent 05c4b9d commit 70b718c

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

examples/allow-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^10.0.0",
24+
"eslint-plugin-vue": "~10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/api-before-14.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^10.0.0",
37+
"eslint-plugin-vue": "~10.0.0",
3838
"jsdom": "^26.0.0",
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",

examples/custom-type-checked-rules-on-and-off/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:^",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^10.0.0",
24+
"eslint-plugin-vue": "~10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/disable-ts-in-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^10.0.0",
24+
"eslint-plugin-vue": "~10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/disable-type-checked-for-yml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^10.0.0",
37+
"eslint-plugin-vue": "~10.0.0",
3838
"eslint-plugin-yml": "^1.17.0",
3939
"jsdom": "^26.0.0",
4040
"npm-run-all2": "^7.0.2",

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^10.0.0",
24+
"eslint-plugin-vue": "~10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/type-checked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^10.0.0",
37+
"eslint-plugin-vue": "~10.0.0",
3838
"jsdom": "^26.0.0",
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",

examples/with-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cypress": "^14.1.0",
2828
"eslint": "^9.21.0",
2929
"eslint-plugin-cypress": "^4.1.0",
30-
"eslint-plugin-vue": "^10.0.0",
30+
"eslint-plugin-vue": "~10.0.0",
3131
"npm-run-all2": "^7.0.2",
3232
"start-server-and-test": "^2.0.10",
3333
"typescript": "~5.8.2",

examples/with-jsx-in-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.21.0",
25-
"eslint-plugin-vue": "^10.0.0",
25+
"eslint-plugin-vue": "~10.0.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",

examples/with-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.21.0",
25-
"eslint-plugin-vue": "^10.0.0",
25+
"eslint-plugin-vue": "~10.0.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy