|
3 | 3 | "version": "4.0.0",
|
4 | 4 | "description": "eslint config for vue.js projects",
|
5 | 5 | "type": "module",
|
| 6 | + "bin": { |
| 7 | + "eslint-config-vuetify": "bin/cli.mjs" |
| 8 | + }, |
6 | 9 | "scripts": {
|
7 | 10 | "typegen": "tsx scripts/typegen.ts",
|
8 | 11 | "build": "node --run typegen && unbuild",
|
9 | 12 | "prepack": "node --run build",
|
10 | 13 | "stub": "unbuild --stub",
|
| 14 | + "lint": "eslint", |
| 15 | + "lint:fix": "eslint --fix", |
11 | 16 | "test": "vitest run",
|
12 | 17 | "dev": "vitest",
|
13 | 18 | "dev:prepare": "node --run typegen && node --run stub"
|
|
44 | 49 | "eslint-plugin-vuejs-accessibility": "^2.0.0"
|
45 | 50 | },
|
46 | 51 | "dependencies": {
|
47 |
| - "@clack/prompts": "^0.10.1", |
| 52 | + "@clack/prompts": "^0.11.0", |
48 | 53 | "@eslint/eslintrc": "^3.3.1",
|
49 |
| - "@eslint/js": "^9.25.1", |
50 |
| - "@stylistic/eslint-plugin": "^4.2.0", |
51 |
| - "@typescript-eslint/parser": "^8.31.0", |
| 54 | + "@eslint/js": "^9.28.0", |
| 55 | + "@stylistic/eslint-plugin": "^4.4.0", |
| 56 | + "@typescript-eslint/parser": "^8.33.0", |
52 | 57 | "eslint-config-flat-gitignore": "^2.1.0",
|
53 |
| - "eslint-flat-config-utils": "^2.0.1", |
| 58 | + "eslint-flat-config-utils": "^2.1.0", |
54 | 59 | "eslint-plugin-antfu": "^3.1.1",
|
55 |
| - "eslint-plugin-import-x": "^4.10.6", |
56 |
| - "eslint-plugin-jsonc": "^2.20.0", |
57 |
| - "eslint-plugin-perfectionist": "^4.12.1", |
| 60 | + "eslint-plugin-import-x": "^4.15.0", |
| 61 | + "eslint-plugin-jsonc": "^2.20.1", |
| 62 | + "eslint-plugin-perfectionist": "^4.13.0", |
58 | 63 | "eslint-plugin-pnpm": "^0.3.1",
|
59 | 64 | "eslint-plugin-regexp": "^2.7.0",
|
60 |
| - "eslint-plugin-unicorn": "^58.0.0", |
61 |
| - "eslint-plugin-vue": "^10.0.0", |
62 |
| - "eslint-typegen": "^2.1.0", |
| 65 | + "eslint-plugin-unicorn": "^59.0.1", |
| 66 | + "eslint-plugin-vue": "^10.1.0", |
| 67 | + "eslint-typegen": "^2.2.0", |
63 | 68 | "exsolve": "^1.0.5",
|
64 |
| - "globals": "^16.0.0", |
| 69 | + "globals": "^16.2.0", |
65 | 70 | "jsonc-eslint-parser": "^2.4.0",
|
66 | 71 | "kolorist": "^1.8.0",
|
67 | 72 | "local-pkg": "^1.1.1",
|
68 | 73 | "nypm": "^0.6.0",
|
69 |
| - "package-manager-detector": "^1.2.0", |
70 |
| - "typescript-eslint": "^8.31.0", |
| 74 | + "package-manager-detector": "^1.3.0", |
| 75 | + "tinyexec": "^1.0.1", |
| 76 | + "typescript-eslint": "^8.33.0", |
71 | 77 | "vue-eslint-parser": "^10.1.3",
|
72 | 78 | "yaml-eslint-parser": "^1.3.0"
|
73 | 79 | },
|
74 | 80 | "devDependencies": {
|
75 |
| - "@types/node": "^22.13.17", |
76 |
| - "eslint-config-vuetify": "file:../eslint-config-vuetify", |
77 |
| - "tsx": "^4.19.3", |
78 |
| - "typescript": "^5.8.2", |
| 81 | + "@types/node": "^22.15.29", |
| 82 | + "eslint": "^9.28.0", |
| 83 | + "eslint-config-vuetify": "file:", |
| 84 | + "tsx": "^4.19.4", |
| 85 | + "typescript": "^5.8.3", |
79 | 86 | "unbuild": "^3.5.0",
|
80 |
| - "valibot": "^1.0.0", |
81 |
| - "vitest": "^3.1.2", |
82 |
| - "vue": "^3.5.13" |
| 87 | + "valibot": "^1.1.0", |
| 88 | + "vitest": "^3.1.4", |
| 89 | + "vue": "^3.5.16" |
83 | 90 | },
|
84 |
| - "packageManager": "pnpm@10.7.1" |
| 91 | + "packageManager": "pnpm@10.11.0" |
85 | 92 | }
|
0 commit comments