|
2 | 2 | "name": "vue-sfc-transformer",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.1.17",
|
5 |
| - "packageManager": "pnpm@10.17.1", |
| 5 | + "packageManager": "pnpm@10.18.0", |
6 | 6 | "description": "Tools for minimal TypeScript transpilation of Vue SFCs",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "repository": "nuxt-contrib/vue-sfc-transformer",
|
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@antfu/eslint-config": "5.4.1",
|
56 | 56 | "@babel/types": "7.28.4",
|
57 |
| - "@types/node": "22.18.6", |
| 57 | + "@types/node": "22.18.8", |
58 | 58 | "@vitest/coverage-v8": "3.2.4",
|
59 |
| - "@vue/compiler-core": "3.5.21", |
60 |
| - "@vue/compiler-dom": "3.5.21", |
61 |
| - "bumpp": "10.2.3", |
| 59 | + "@vue/compiler-core": "3.5.22", |
| 60 | + "@vue/compiler-dom": "3.5.22", |
| 61 | + "bumpp": "10.3.1", |
62 | 62 | "changelogithub": "13.16.0",
|
63 | 63 | "esbuild": "0.25.10",
|
64 | 64 | "eslint": "9.37.0",
|
65 | 65 | "exsolve": "1.0.7",
|
66 | 66 | "installed-check": "9.3.0",
|
67 |
| - "knip": "5.64.0", |
68 |
| - "lint-staged": "16.2.0", |
| 67 | + "knip": "5.64.2", |
| 68 | + "lint-staged": "16.2.3", |
69 | 69 | "mkdist": "2.4.1",
|
70 | 70 | "pkg-pr-new": "0.0.60",
|
71 | 71 | "simple-git-hooks": "2.13.1",
|
72 |
| - "typescript": "5.9.2", |
| 72 | + "typescript": "5.9.3", |
73 | 73 | "unbuild": "3.6.1",
|
74 | 74 | "vitest": "3.2.4",
|
75 | 75 | "vue": "3.5.22",
|
76 |
| - "vue-tsc": "3.0.8" |
| 76 | + "vue-tsc": "3.1.0" |
77 | 77 | },
|
78 | 78 | "resolutions": {
|
79 |
| - "@vue/compiler-core": "3.5.21", |
| 79 | + "@vue/compiler-core": "3.5.22", |
80 | 80 | "vue-sfc-transformer": "link:."
|
81 | 81 | },
|
82 | 82 | "simple-git-hooks": {
|
|
0 commit comments