|
2 | 2 | "name": "vue-sfc-transformer", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.17", |
5 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.23.0", |
6 | 6 | "description": "Tools for minimal TypeScript transpilation of Vue SFCs", |
7 | 7 | "license": "MIT", |
8 | 8 | "repository": "nuxt-contrib/vue-sfc-transformer", |
|
56 | 56 | "@babel/types": "7.28.5", |
57 | 57 | "@types/node": "24.10.1", |
58 | 58 | "@vitest/coverage-v8": "4.0.9", |
59 | | - "@vue/compiler-core": "3.5.24", |
60 | | - "@vue/compiler-dom": "3.5.24", |
| 59 | + "@vue/compiler-core": "3.5.25", |
| 60 | + "@vue/compiler-dom": "3.5.25", |
61 | 61 | "bumpp": "10.3.1", |
62 | 62 | "changelogithub": "13.16.1", |
63 | 63 | "esbuild": "0.27.0", |
64 | 64 | "eslint": "9.39.1", |
65 | 65 | "exsolve": "1.0.8", |
66 | 66 | "installed-check": "9.3.0", |
67 | | - "knip": "5.69.1", |
68 | | - "lint-staged": "16.2.6", |
| 67 | + "knip": "5.70.2", |
| 68 | + "lint-staged": "16.2.7", |
69 | 69 | "mkdist": "2.4.1", |
70 | 70 | "pkg-pr-new": "0.0.60", |
71 | 71 | "simple-git-hooks": "2.13.1", |
72 | 72 | "typescript": "5.9.3", |
73 | 73 | "unbuild": "3.6.1", |
74 | 74 | "vitest": "4.0.9", |
75 | 75 | "vue": "3.5.24", |
76 | | - "vue-tsc": "3.1.4" |
| 76 | + "vue-tsc": "3.1.5" |
77 | 77 | }, |
78 | 78 | "resolutions": { |
79 | | - "@vue/compiler-core": "3.5.24", |
| 79 | + "@vue/compiler-core": "3.5.25", |
80 | 80 | "vue-sfc-transformer": "link:." |
81 | 81 | }, |
82 | 82 | "simple-git-hooks": { |
|
0 commit comments