|
2 | 2 | "name": "vue-sfc-transformer",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.1.14",
|
5 |
| - "packageManager": "pnpm@10.9.0", |
| 5 | + "packageManager": "pnpm@10.10.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": "4.12.0",
|
56 | 56 | "@babel/types": "7.27.0",
|
57 |
| - "@types/node": "22.14.1", |
| 57 | + "@types/node": "22.15.3", |
58 | 58 | "@vitest/coverage-v8": "3.1.2",
|
59 | 59 | "@vue/compiler-core": "3.5.13",
|
60 | 60 | "@vue/compiler-dom": "3.5.13",
|
61 | 61 | "bumpp": "10.1.0",
|
62 | 62 | "changelogithub": "13.13.0",
|
63 |
| - "esbuild": "0.25.2", |
| 63 | + "esbuild": "0.25.3", |
64 | 64 | "eslint": "9.25.1",
|
65 | 65 | "exsolve": "1.0.5",
|
66 | 66 | "installed-check": "9.3.0",
|
67 | 67 | "knip": "5.50.5",
|
68 | 68 | "lint-staged": "15.5.1",
|
69 | 69 | "mkdist": "2.3.0",
|
70 |
| - "pkg-pr-new": "0.0.42", |
71 |
| - "simple-git-hooks": "2.12.1", |
| 70 | + "pkg-pr-new": "0.0.43", |
| 71 | + "simple-git-hooks": "2.13.0", |
72 | 72 | "typescript": "5.8.3",
|
73 | 73 | "unbuild": "3.5.0",
|
74 | 74 | "vitest": "3.1.2",
|
75 | 75 | "vue": "3.5.13",
|
76 |
| - "vue-tsc": "2.2.8" |
| 76 | + "vue-tsc": "2.2.10" |
77 | 77 | },
|
78 | 78 | "resolutions": {
|
79 | 79 | "vue-sfc-transformer": "link:."
|
|
0 commit comments