File tree Expand file tree Collapse file tree 2 files changed +66
-62
lines changed Expand file tree Collapse file tree 2 files changed +66
-62
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,17 @@ packages:
3
3
- playground
4
4
- docs
5
5
6
+ defines :
7
+ - &babel ^7.26.8
8
+ - &vue-macros ^3.0.0-beta.7
9
+
6
10
catalog :
7
- ' @babel/core ' : ^7.26.8
8
- ' @babel/parser ' : ^7.26.8
11
+ ' @babel/core ' : *babel
12
+ ' @babel/parser ' : *babel
9
13
' @babel/plugin-syntax-jsx ' : ^7.25.9
10
- ' @babel/plugin-transform-typescript ' : ^7.26.8
11
- ' @babel/traverse ' : ^7.26.8
12
- ' @babel/types ' : ^7.26.8
14
+ ' @babel/plugin-transform-typescript ' : *babel
15
+ ' @babel/traverse ' : *babel
16
+ ' @babel/types ' : *babel
13
17
' @types/babel__core ' : ^7.20.5
14
18
15
19
' @nuxt/kit ' : ^3.16.0
@@ -20,10 +24,10 @@ catalog:
20
24
' @vue/compiler-vapor ' : https://pkg.pr.new/@vue/compiler-vapor@3e7464f
21
25
' @vue/shared ' : https://pkg.pr.new/@vue/shared@3e7464f
22
26
23
- ' @vue-macros/common ' : ^3.0.0-beta.6
24
- ' @vue-macros/reactivity-transform ' : ^3.0.0-beta.6
25
- ' @vue-macros/test-utils ' : ^3.0.0-beta.6
26
- ' @vue-macros/volar ' : ^3.0.0-beta.6
27
+ ' @vue-macros/common ' : *vue-macros
28
+ ' @vue-macros/reactivity-transform ' : *vue-macros
29
+ ' @vue-macros/test-utils ' : *vue-macros
30
+ ' @vue-macros/volar ' : *vue-macros
27
31
28
32
ts-macro : ^0.1.25
29
33
unplugin : ^1.16.1
You can’t perform that action at this time.
0 commit comments