Commit 2a667c9e7f51c9d0b30fc7749de74f2034df42bd
1 parent
52257f06
fix: Fix depends @vue/shared @vue/runtime-core
Showing
1 changed file
with
2 additions
and
0 deletions
package.json
... | ... | @@ -38,6 +38,8 @@ |
38 | 38 | "@iconify/iconify": "^2.1.0", |
39 | 39 | "@logicflow/core": "^0.7.10", |
40 | 40 | "@logicflow/extension": "^0.7.10", |
41 | + "@vue/runtime-core": "^3.2.23", | |
42 | + "@vue/shared": "^3.2.23", | |
41 | 43 | "@vueuse/core": "^7.1.2", |
42 | 44 | "@vueuse/shared": "^7.1.2", |
43 | 45 | "@zxcvbn-ts/core": "^1.0.0", | ... | ... |