Skip to content

Commit 5194366

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

File tree

3 files changed

+269
-382
lines changed

3 files changed

+269
-382
lines changed

package.json

Lines changed: 5 additions & 5 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.19.0",
5+
"packageManager": "pnpm@10.20.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -52,19 +52,19 @@
5252
"@babel/parser": "^7.27.0"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "6.1.0",
55+
"@antfu/eslint-config": "6.2.0",
5656
"@babel/types": "7.28.5",
57-
"@types/node": "22.18.12",
57+
"@types/node": "22.18.13",
5858
"@vitest/coverage-v8": "4.0.4",
5959
"@vue/compiler-core": "3.5.22",
6060
"@vue/compiler-dom": "3.5.22",
6161
"bumpp": "10.3.1",
6262
"changelogithub": "13.16.1",
63-
"esbuild": "0.25.11",
63+
"esbuild": "0.25.12",
6464
"eslint": "9.38.0",
6565
"exsolve": "1.0.7",
6666
"installed-check": "9.3.0",
67-
"knip": "5.66.3",
67+
"knip": "5.67.0",
6868
"lint-staged": "16.2.6",
6969
"mkdist": "2.4.1",
7070
"pkg-pr-new": "0.0.60",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@vue/compiler-sfc": "3.5.22",
12-
"esbuild": "0.25.11"
12+
"esbuild": "0.25.12"
1313
}
1414
}

0 commit comments

Comments
 (0)