Skip to content

Commit d89ed7f

Browse files
chore(deps): update all non-major dependencies (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Teages <[email protected]>
1 parent aac7b92 commit d89ed7f

File tree

4 files changed

+227
-219
lines changed

4 files changed

+227
-219
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-sfc-transformer",
33
"type": "module",
44
"version": "0.1.16",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.15.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -54,29 +54,29 @@
5454
"devDependencies": {
5555
"@antfu/eslint-config": "5.2.1",
5656
"@babel/types": "7.28.2",
57-
"@types/node": "22.17.2",
57+
"@types/node": "22.18.0",
5858
"@vitest/coverage-v8": "3.2.4",
59-
"@vue/compiler-core": "3.5.18",
60-
"@vue/compiler-dom": "3.5.18",
59+
"@vue/compiler-core": "3.5.20",
60+
"@vue/compiler-dom": "3.5.20",
6161
"bumpp": "10.2.3",
6262
"changelogithub": "13.16.0",
6363
"esbuild": "0.25.9",
6464
"eslint": "9.34.0",
6565
"exsolve": "1.0.7",
6666
"installed-check": "9.3.0",
67-
"knip": "5.62.0",
67+
"knip": "5.63.0",
6868
"lint-staged": "16.1.5",
6969
"mkdist": "2.3.0",
70-
"pkg-pr-new": "0.0.55",
70+
"pkg-pr-new": "0.0.57",
7171
"simple-git-hooks": "2.13.1",
7272
"typescript": "5.9.2",
7373
"unbuild": "3.6.1",
7474
"vitest": "3.2.4",
7575
"vue": "3.5.20",
76-
"vue-tsc": "3.0.5"
76+
"vue-tsc": "3.0.6"
7777
},
7878
"resolutions": {
79-
"@vue/compiler-core": "3.5.18",
79+
"@vue/compiler-core": "3.5.20",
8080
"vue-sfc-transformer": "link:."
8181
},
8282
"simple-git-hooks": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"vue-sfc-transformer": "latest"
99
},
1010
"devDependencies": {
11-
"@vue/compiler-sfc": "3.5.18",
11+
"@vue/compiler-sfc": "3.5.20",
1212
"esbuild": "0.25.9"
1313
}
1414
}

0 commit comments

Comments
 (0)