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:
33 - playground
44 - docs
55
6+ defines :
7+ - &babel ^7.26.8
8+ - &vue-macros ^3.0.0-beta.7
9+
610catalog :
7- ' @babel/core ' : ^7.26.8
8- ' @babel/parser ' : ^7.26.8
11+ ' @babel/core ' : *babel
12+ ' @babel/parser ' : *babel
913 ' @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
1317 ' @types/babel__core ' : ^7.20.5
1418
1519 ' @nuxt/kit ' : ^3.16.0
@@ -20,10 +24,10 @@ catalog:
2024 ' @vue/compiler-vapor ' : https://pkg.pr.new/@vue/compiler-vapor@3e7464f
2125 ' @vue/shared ' : https://pkg.pr.new/@vue/shared@3e7464f
2226
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
2731
2832 ts-macro : ^0.1.25
2933 unplugin : ^1.16.1
You can’t perform that action at this time.
0 commit comments