Skip to content

Commit 69e0f2a

Browse files
chore(deps): update all non-major dependencies (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30af5e4 commit 69e0f2a

File tree

3 files changed

+310
-83
lines changed

3 files changed

+310
-83
lines changed

package.json

Lines changed: 6 additions & 6 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.17",
5-
"packageManager": "pnpm@10.20.0",
5+
"packageManager": "pnpm@10.21.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -56,15 +56,15 @@
5656
"@babel/types": "7.28.5",
5757
"@types/node": "24.10.0",
5858
"@vitest/coverage-v8": "4.0.8",
59-
"@vue/compiler-core": "3.5.22",
60-
"@vue/compiler-dom": "3.5.22",
59+
"@vue/compiler-core": "3.5.24",
60+
"@vue/compiler-dom": "3.5.24",
6161
"bumpp": "10.3.1",
6262
"changelogithub": "13.16.1",
63-
"esbuild": "0.25.12",
63+
"esbuild": "0.27.0",
6464
"eslint": "9.39.1",
6565
"exsolve": "1.0.7",
6666
"installed-check": "9.3.0",
67-
"knip": "5.67.1",
67+
"knip": "5.68.0",
6868
"lint-staged": "16.2.6",
6969
"mkdist": "2.4.1",
7070
"pkg-pr-new": "0.0.60",
@@ -76,7 +76,7 @@
7676
"vue-tsc": "3.1.3"
7777
},
7878
"resolutions": {
79-
"@vue/compiler-core": "3.5.22",
79+
"@vue/compiler-core": "3.5.24",
8080
"vue-sfc-transformer": "link:."
8181
},
8282
"simple-git-hooks": {

playground/package.json

Lines changed: 2 additions & 2 deletions
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.22",
12-
"esbuild": "0.25.12"
11+
"@vue/compiler-sfc": "3.5.24",
12+
"esbuild": "0.27.0"
1313
}
1414
}

0 commit comments

Comments
 (0)