Skip to content

Commit 8b2600f

Browse files
committed
fix: typecheck
1 parent 0c2232a commit 8b2600f

File tree

4 files changed

+33
-114
lines changed

4 files changed

+33
-114
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"@vue-macros/common": "^1.10.4",
129129
"@vue-vapor/compiler-dom": "3.2024.0-63dbc26",
130130
"@vue-vapor/compiler-vapor": "3.2024.0-63dbc26",
131+
"@vue-vapor/runtime-vapor": "3.2024.0-63dbc26",
131132
"@vue-vapor/shared": "3.2024.0-4c28469",
132133
"@vue-vapor/vue": "3.2024.0-63dbc26",
133134
"html-tags": "^4.0.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@vitejs/plugin-vue": "^5.0.5",
1515
"@vue-macros/volar": "^0.23.0",
1616
"unplugin-vue-jsx-vapor": "workspace:*",
17-
"vite": "^5.3.1",
17+
"vite": "^5.3.2",
1818
"vite-plugin-inspect": "^0.8.4"
1919
}
2020
}

pnpm-lock.yaml

Lines changed: 30 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/compiler/ir/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface BaseIRNode {
4242
type: IRNodeTypes
4343
}
4444

45-
export type VaporHelper = keyof typeof import('@vue/runtime-vapor')
45+
export type VaporHelper = keyof typeof import('@vue-vapor/runtime-vapor')
4646

4747
export interface RootNode {
4848
type: IRNodeTypes.ROOT

0 commit comments

Comments
 (0)