|
2 | 2 | "name": "vue-sfc-transformer",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.1.16",
|
5 |
| - "packageManager": "pnpm@10.13.1", |
| 5 | + "packageManager": "pnpm@10.15.1", |
6 | 6 | "description": "Tools for minimal TypeScript transpilation of Vue SFCs",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "repository": "nuxt-contrib/vue-sfc-transformer",
|
|
52 | 52 | "@babel/parser": "^7.27.0"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@antfu/eslint-config": "4.16.2", |
56 |
| - "@babel/types": "7.28.1", |
57 |
| - "@types/node": "22.16.3", |
| 55 | + "@antfu/eslint-config": "5.3.0", |
| 56 | + "@babel/types": "7.28.4", |
| 57 | + "@types/node": "22.18.1", |
58 | 58 | "@vitest/coverage-v8": "3.2.4",
|
59 |
| - "@vue/compiler-core": "3.5.17", |
60 |
| - "@vue/compiler-dom": "3.5.17", |
61 |
| - "bumpp": "10.2.0", |
| 59 | + "@vue/compiler-core": "3.5.21", |
| 60 | + "@vue/compiler-dom": "3.5.21", |
| 61 | + "bumpp": "10.2.3", |
62 | 62 | "changelogithub": "13.16.0",
|
63 |
| - "esbuild": "0.25.6", |
64 |
| - "eslint": "9.31.0", |
| 63 | + "esbuild": "0.25.9", |
| 64 | + "eslint": "9.35.0", |
65 | 65 | "exsolve": "1.0.7",
|
66 | 66 | "installed-check": "9.3.0",
|
67 |
| - "knip": "5.61.3", |
68 |
| - "lint-staged": "16.1.2", |
| 67 | + "knip": "5.63.1", |
| 68 | + "lint-staged": "16.1.6", |
69 | 69 | "mkdist": "2.3.0",
|
70 |
| - "pkg-pr-new": "0.0.54", |
71 |
| - "simple-git-hooks": "2.13.0", |
72 |
| - "typescript": "5.8.3", |
73 |
| - "unbuild": "3.5.0", |
| 70 | + "pkg-pr-new": "0.0.59", |
| 71 | + "simple-git-hooks": "2.13.1", |
| 72 | + "typescript": "5.9.2", |
| 73 | + "unbuild": "3.6.1", |
74 | 74 | "vitest": "3.2.4",
|
75 |
| - "vue": "3.5.17", |
76 |
| - "vue-tsc": "3.0.1" |
| 75 | + "vue": "3.5.21", |
| 76 | + "vue-tsc": "3.0.6" |
77 | 77 | },
|
78 | 78 | "resolutions": {
|
79 |
| - "@vue/compiler-core": "3.5.17", |
| 79 | + "@vue/compiler-core": "3.5.21", |
80 | 80 | "vue-sfc-transformer": "link:."
|
81 | 81 | },
|
82 | 82 | "simple-git-hooks": {
|
|
0 commit comments