|
2 | 2 | "name": "eslint-processor-vue-blocks",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.0.0",
|
5 |
| - "packageManager": "pnpm@9.15.3", |
| 5 | + "packageManager": "pnpm@10.2.1", |
6 | 6 | "description": "Create virtual files in ESLint for each Vue SFC block, so that you can lint them individually.",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
56 | 56 | "eslint": ">=9.0.0"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@antfu/eslint-config": "^3.12.2", |
60 |
| - "@antfu/ni": "^23.2.0", |
61 |
| - "@antfu/utils": "^8.0.0", |
| 59 | + "@antfu/eslint-config": "^4.1.1", |
| 60 | + "@antfu/ni": "^23.3.1", |
| 61 | + "@antfu/utils": "^8.1.0", |
62 | 62 | "@types/eslint": "^9.6.1",
|
63 |
| - "@types/node": "^22.10.5", |
| 63 | + "@types/node": "^22.13.1", |
64 | 64 | "@vue/compiler-sfc": "^3.5.13",
|
65 |
| - "bumpp": "^9.10.0", |
66 |
| - "eslint": "^9.17.0", |
67 |
| - "eslint-merge-processors": "^1.0.0", |
| 65 | + "bumpp": "^10.0.2", |
| 66 | + "eslint": "^9.20.0", |
| 67 | + "eslint-merge-processors": "^2.0.0", |
68 | 68 | "eslint-plugin-format": "^1.0.1",
|
69 | 69 | "eslint-plugin-vue": "^9.32.0",
|
70 | 70 | "eslint-processor-vue-blocks": "workspace:*",
|
71 |
| - "lint-staged": "^15.3.0", |
72 |
| - "pnpm": "^9.15.3", |
| 71 | + "lint-staged": "^15.4.3", |
| 72 | + "pnpm": "^10.2.1", |
73 | 73 | "rimraf": "^6.0.1",
|
74 | 74 | "simple-git-hooks": "^2.11.1",
|
75 | 75 | "tsx": "^4.19.2",
|
76 | 76 | "typescript": "^5.7.3",
|
77 |
| - "unbuild": "^3.2.0", |
78 |
| - "vite": "^6.0.7", |
79 |
| - "vitest": "^2.1.8", |
| 77 | + "unbuild": "^3.3.1", |
| 78 | + "vite": "^6.1.0", |
| 79 | + "vitest": "^3.0.5", |
80 | 80 | "vue": "^3.5.13"
|
81 | 81 | },
|
82 | 82 | "simple-git-hooks": {
|
|
0 commit comments