Skip to content

Commit 1f25904

Browse files
committed
chore: fix lint
1 parent 9548729 commit 1f25904

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pnpm-workspace.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ packages:
66
catalog:
77
'@babel/core': ^7.26.8
88
'@babel/parser': ^7.26.8
9-
'@babel/types': ^7.26.8
9+
'@babel/plugin-syntax-jsx': ^7.25.9
1010
'@babel/plugin-transform-typescript': ^7.26.8
1111
'@babel/traverse': ^7.26.8
12-
'@babel/plugin-syntax-jsx': "^7.25.9"
12+
'@babel/types': ^7.26.8
1313
'@types/babel__core': ^7.20.5
1414

1515
'@nuxt/kit': ^3.16.0
1616
'@nuxt/schema': ^3.16.0
1717

18-
vue: https://pkg.pr.new/vue@3e7464f
1918
'@vue/compiler-dom': https://pkg.pr.new/@vue/compiler-dom@3e7464f
2019
'@vue/compiler-sfc': https://pkg.pr.new/@vue/compiler-sfc@3e7464f
2120
'@vue/compiler-vapor': https://pkg.pr.new/@vue/compiler-vapor@3e7464f
2221
'@vue/shared': https://pkg.pr.new/@vue/shared@3e7464f
2322

2423
'@vue-macros/common': ^3.0.0-beta.6
24+
'@vue-macros/reactivity-transform': ^3.0.0-beta.6
2525
'@vue-macros/test-utils': ^3.0.0-beta.6
2626
'@vue-macros/volar': ^3.0.0-beta.6
27-
'@vue-macros/reactivity-transform': ^3.0.0-beta.6
2827

2928
ts-macro: ^0.1.25
3029
unplugin: ^1.16.1
31-
unplugin-utils: "^0.2.4"
30+
unplugin-utils: ^0.2.4
3231
vite: ^6.2.1
3332
vitest: ^3.0.8
33+
vue: https://pkg.pr.new/vue@3e7464f

0 commit comments

Comments
 (0)