Skip to content

Commit 63ec670

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

File tree

4 files changed

+238
-469
lines changed

4 files changed

+238
-469
lines changed

package.json

Lines changed: 12 additions & 12 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.11.1",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -52,20 +52,20 @@
5252
"@babel/parser": "^7.27.0"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "4.13.2",
56-
"@babel/types": "7.27.3",
57-
"@types/node": "22.15.29",
55+
"@antfu/eslint-config": "4.14.1",
56+
"@babel/types": "7.27.6",
57+
"@types/node": "22.15.32",
5858
"@vitest/coverage-v8": "3.2.3",
59-
"@vue/compiler-core": "3.5.16",
60-
"@vue/compiler-dom": "3.5.16",
61-
"bumpp": "10.1.1",
62-
"changelogithub": "13.15.0",
59+
"@vue/compiler-core": "3.5.17",
60+
"@vue/compiler-dom": "3.5.17",
61+
"bumpp": "10.2.0",
62+
"changelogithub": "13.16.0",
6363
"esbuild": "0.25.5",
6464
"eslint": "9.29.0",
65-
"exsolve": "1.0.5",
65+
"exsolve": "1.0.6",
6666
"installed-check": "9.3.0",
67-
"knip": "5.59.1",
68-
"lint-staged": "16.1.0",
67+
"knip": "5.61.2",
68+
"lint-staged": "16.1.2",
6969
"mkdist": "2.3.0",
7070
"pkg-pr-new": "0.0.51",
7171
"simple-git-hooks": "2.13.0",
@@ -76,7 +76,7 @@
7676
"vue-tsc": "2.2.10"
7777
},
7878
"resolutions": {
79-
"@vue/compiler-core": "3.5.16",
79+
"@vue/compiler-core": "3.5.17",
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.16",
11+
"@vue/compiler-sfc": "3.5.17",
1212
"esbuild": "0.25.5"
1313
}
1414
}

0 commit comments

Comments
 (0)