Skip to content

Commit ff0d997

Browse files
chore(deps): update all non-major dependencies
1 parent dac9a2e commit ff0d997

File tree

3 files changed

+167
-229
lines changed

3 files changed

+167
-229
lines changed

package.json

Lines changed: 10 additions & 10 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.17.1",
5+
"packageManager": "pnpm@10.18.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.4.1",
5656
"@babel/types": "7.28.4",
57-
"@types/node": "22.18.6",
57+
"@types/node": "22.18.8",
5858
"@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",
6262
"changelogithub": "13.16.0",
6363
"esbuild": "0.25.10",
6464
"eslint": "9.36.0",
6565
"exsolve": "1.0.7",
6666
"installed-check": "9.3.0",
67-
"knip": "5.64.0",
68-
"lint-staged": "16.2.0",
67+
"knip": "5.64.1",
68+
"lint-staged": "16.2.3",
6969
"mkdist": "2.4.1",
7070
"pkg-pr-new": "0.0.60",
7171
"simple-git-hooks": "2.13.1",
72-
"typescript": "5.9.2",
72+
"typescript": "5.9.3",
7373
"unbuild": "3.6.1",
7474
"vitest": "3.2.4",
7575
"vue": "3.5.22",
76-
"vue-tsc": "3.0.8"
76+
"vue-tsc": "3.1.0"
7777
},
7878
"resolutions": {
79-
"@vue/compiler-core": "3.5.21",
79+
"@vue/compiler-core": "3.5.22",
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.21",
11+
"@vue/compiler-sfc": "3.5.22",
1212
"esbuild": "0.25.10"
1313
}
1414
}

0 commit comments

Comments
 (0)