Skip to content

Commit c23a3c5

Browse files
committed
chore: update deps
1 parent dac423a commit c23a3c5

File tree

2 files changed

+66
-62
lines changed

2 files changed

+66
-62
lines changed

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
610
catalog:
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

0 commit comments

Comments
 (0)