Skip to content

Commit 56dbd3a

Browse files
committed
chore: update deps
1 parent 27add9e commit 56dbd3a

File tree

7 files changed

+722
-852
lines changed

7 files changed

+722
-852
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vue-jsx-vapor": "workspace:*"
1414
},
1515
"devDependencies": {
16-
"@shikijs/vitepress-twoslash": "^3.7.0",
16+
"@shikijs/vitepress-twoslash": "^3.8.1",
1717
"@ts-macro/twoslash": "^0.0.4",
1818
"vitepress": "2.0.0-alpha.5"
1919
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.5.4-beta.1",
3-
"packageManager": "pnpm@10.12.4",
3+
"packageManager": "pnpm@10.13.1",
44
"description": "Vue JSX Vapor",
55
"type": "module",
66
"keywords": [
@@ -38,12 +38,12 @@
3838
"docs:build": "pnpm run -C ./docs build"
3939
},
4040
"devDependencies": {
41-
"@sxzz/eslint-config": "^7.0.4",
41+
"@sxzz/eslint-config": "^7.1.1",
4242
"@ts-macro/tsc": "catalog:",
43-
"@types/node": "^22.16.0",
44-
"bumpp": "^10.2.0",
43+
"@types/node": "^22.17.0",
44+
"bumpp": "^10.2.1",
4545
"conventional-changelog-cli": "^5.0.0",
46-
"eslint": "^9.30.1",
46+
"eslint": "^9.32.0",
4747
"tsdown": "^0.12.9",
4848
"typescript": "^5.8.3",
4949
"unplugin-raw": "^0.5.0",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@prettier/sync": "^0.6.1"
4444
},
4545
"devDependencies": {
46-
"@typescript-eslint/utils": "^8.35.1",
46+
"@typescript-eslint/utils": "^8.38.0",
4747
"eslint-vitest-rule-tester": "^2.2.0"
4848
}
4949
}

packages/vue-jsx-vapor/src/volar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createPlugin, type PluginReturn } from 'ts-macro'
55
import type { Options } from './options'
66

77
const plugin: PluginReturn<Options | undefined, true> = createPlugin(
8-
(ctx, options = ctx.vueCompilerOptions['vue-jsx-vapor']) => {
8+
(ctx, options = ctx.vueCompilerOptions?.['vue-jsx-vapor']) => {
99
return [
1010
jsxDirective()(ctx),
1111
options?.ref === false

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"build": "node vite.js build"
99
},
1010
"devDependencies": {
11-
"@vitejs/plugin-vue": "^6.0.0",
11+
"@vitejs/plugin-vue": "^6.0.1",
1212
"@vue-macros/define-render": "catalog:",
1313
"vite": "catalog:",
14-
"vite-hyper-config": "^0.7.0",
14+
"vite-hyper-config": "^0.7.1",
1515
"vite-node": "^3.2.4",
16-
"vite-plugin-inspect": "^11.3.0",
16+
"vite-plugin-inspect": "^11.3.2",
1717
"vue": "catalog:",
1818
"vue-jsx-vapor": "workspace:*"
1919
}

0 commit comments

Comments
 (0)