|
2 | 2 | "name": "eslint-processor-vue-blocks",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.1.1",
|
5 |
| - "packageManager": "pnpm@8.11.0", |
| 5 | + "packageManager": "pnpm@9.0.2", |
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",
|
|
53 | 53 | },
|
54 | 54 | "peerDependencies": {
|
55 | 55 | "@vue/compiler-sfc": "^3.3.0",
|
56 |
| - "eslint": "^8.50.0" |
| 56 | + "eslint": "^8.50.0 || ^9.0.0" |
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@antfu/eslint-config": "^2.3.4", |
| 59 | + "@antfu/eslint-config": "^2.14.0", |
60 | 60 | "@antfu/ni": "^0.21.12",
|
61 |
| - "@antfu/utils": "^0.7.6", |
62 |
| - "@types/eslint": "^8.44.8", |
63 |
| - "@types/node": "^20.10.4", |
64 |
| - "@vue/compiler-sfc": "^3.3.10", |
65 |
| - "bumpp": "^9.2.0", |
66 |
| - "eslint": "^8.55.0", |
67 |
| - "eslint-merge-processors": "^0.0.0", |
68 |
| - "eslint-plugin-format": "^0.1.0", |
69 |
| - "eslint-plugin-vue": "^9.19.2", |
| 61 | + "@antfu/utils": "^0.7.7", |
| 62 | + "@types/eslint": "^8.56.9", |
| 63 | + "@types/node": "^20.12.7", |
| 64 | + "@vue/compiler-sfc": "^3.4.23", |
| 65 | + "bumpp": "^9.4.0", |
| 66 | + "eslint": "^9.0.0", |
| 67 | + "eslint-merge-processors": "^0.1.0", |
| 68 | + "eslint-plugin-format": "^0.1.1", |
| 69 | + "eslint-plugin-vue": "^9.25.0", |
70 | 70 | "eslint-processor-vue-blocks": "workspace:*",
|
71 |
| - "esno": "^4.0.0", |
72 |
| - "lint-staged": "^15.2.0", |
73 |
| - "pnpm": "^8.11.0", |
| 71 | + "esno": "^4.7.0", |
| 72 | + "lint-staged": "^15.2.2", |
| 73 | + "pnpm": "^9.0.2", |
74 | 74 | "rimraf": "^5.0.5",
|
75 |
| - "simple-git-hooks": "^2.9.0", |
76 |
| - "typescript": "^5.3.3", |
| 75 | + "simple-git-hooks": "^2.11.1", |
| 76 | + "typescript": "^5.4.5", |
77 | 77 | "unbuild": "^2.0.0",
|
78 |
| - "vite": "^5.0.6", |
79 |
| - "vitest": "^1.0.2", |
80 |
| - "vue": "^3.3.10" |
| 78 | + "vite": "^5.2.9", |
| 79 | + "vitest": "^1.5.0", |
| 80 | + "vue": "^3.4.23" |
81 | 81 | },
|
82 | 82 | "simple-git-hooks": {
|
83 | 83 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments