Skip to content

Commit 5a53d4c

Browse files
chore(deps): update all non-major dependencies (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent ead8808 commit 5a53d4c

File tree

3 files changed

+396
-258
lines changed

3 files changed

+396
-258
lines changed

package.json

Lines changed: 10 additions & 9 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.15",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -52,22 +52,22 @@
5252
"@babel/parser": "^7.27.0"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "4.13.0",
55+
"@antfu/eslint-config": "4.13.2",
5656
"@babel/types": "7.27.1",
57-
"@types/node": "22.15.17",
57+
"@types/node": "22.15.21",
5858
"@vitest/coverage-v8": "3.1.4",
59-
"@vue/compiler-core": "3.5.13",
60-
"@vue/compiler-dom": "3.5.13",
61-
"bumpp": "10.1.0",
62-
"changelogithub": "13.13.0",
59+
"@vue/compiler-core": "3.5.14",
60+
"@vue/compiler-dom": "3.5.14",
61+
"bumpp": "10.1.1",
62+
"changelogithub": "13.14.0",
6363
"esbuild": "0.25.4",
6464
"eslint": "9.27.0",
6565
"exsolve": "1.0.5",
6666
"installed-check": "9.3.0",
67-
"knip": "5.55.1",
67+
"knip": "5.57.0",
6868
"lint-staged": "16.0.0",
6969
"mkdist": "2.3.0",
70-
"pkg-pr-new": "0.0.44",
70+
"pkg-pr-new": "0.0.50",
7171
"simple-git-hooks": "2.13.0",
7272
"typescript": "5.8.3",
7373
"unbuild": "3.5.0",
@@ -76,6 +76,7 @@
7676
"vue-tsc": "2.2.10"
7777
},
7878
"resolutions": {
79+
"@vue/compiler-core": "3.5.14",
7980
"vue-sfc-transformer": "link:."
8081
},
8182
"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.13",
11+
"@vue/compiler-sfc": "3.5.14",
1212
"esbuild": "0.25.4"
1313
}
1414
}

0 commit comments

Comments
 (0)