|
2 | 2 | "name": "eslint-processor-vue-blocks",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.1.2",
|
5 |
| - "packageManager": "pnpm@9.0.2", |
| 5 | + "packageManager": "pnpm@9.15.3", |
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 <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
46 | 46 | "lint": "eslint .",
|
47 | 47 | "prepublishOnly": "nr build",
|
48 | 48 | "release": "bumpp && npm publish",
|
49 |
| - "start": "esno src/index.ts", |
| 49 | + "start": "tsx src/index.ts", |
50 | 50 | "test": "vitest",
|
51 | 51 | "typecheck": "tsc --noEmit",
|
52 | 52 | "prepare": "simple-git-hooks"
|
|
56 | 56 | "eslint": "^8.50.0 || ^9.0.0"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@antfu/eslint-config": "^2.14.0", |
60 |
| - "@antfu/ni": "^0.21.12", |
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", |
| 59 | + "@antfu/eslint-config": "^3.12.2", |
| 60 | + "@antfu/ni": "^23.2.0", |
| 61 | + "@antfu/utils": "^8.0.0", |
| 62 | + "@types/eslint": "^9.6.1", |
| 63 | + "@types/node": "^22.10.5", |
| 64 | + "@vue/compiler-sfc": "^3.5.13", |
| 65 | + "bumpp": "^9.10.0", |
| 66 | + "eslint": "^9.17.0", |
| 67 | + "eslint-merge-processors": "^1.0.0", |
| 68 | + "eslint-plugin-format": "^1.0.1", |
| 69 | + "eslint-plugin-vue": "^9.32.0", |
70 | 70 | "eslint-processor-vue-blocks": "workspace:*",
|
71 |
| - "esno": "^4.7.0", |
72 |
| - "lint-staged": "^15.2.2", |
73 |
| - "pnpm": "^9.0.2", |
74 |
| - "rimraf": "^5.0.5", |
| 71 | + "lint-staged": "^15.3.0", |
| 72 | + "pnpm": "^9.15.3", |
| 73 | + "rimraf": "^6.0.1", |
75 | 74 | "simple-git-hooks": "^2.11.1",
|
76 |
| - "typescript": "^5.4.5", |
77 |
| - "unbuild": "^2.0.0", |
78 |
| - "vite": "^5.2.9", |
79 |
| - "vitest": "^1.5.0", |
80 |
| - "vue": "^3.4.23" |
| 75 | + "tsx": "^4.19.2", |
| 76 | + "typescript": "^5.7.3", |
| 77 | + "unbuild": "^3.2.0", |
| 78 | + "vite": "^6.0.7", |
| 79 | + "vitest": "^2.1.8", |
| 80 | + "vue": "^3.5.13" |
81 | 81 | },
|
82 | 82 | "simple-git-hooks": {
|
83 | 83 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments