File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ v20.17.0
Original file line number Diff line number Diff line change 15
15
"butterchurn" : " ^2.6.7" ,
16
16
"butterchurn-presets" : " ^2.4.7" ,
17
17
"lodash" : " ^4.17.21" ,
18
- "vue" : " ^3.4.29 "
18
+ "vue" : " ^3.5.3 "
19
19
},
20
20
"devDependencies" : {
21
21
"@types/lodash" : " ^4.17.6" ,
22
22
"@types/node" : " ^20.14.9" ,
23
- "@vitejs/plugin-vue" : " ^5.0.5 " ,
23
+ "@vitejs/plugin-vue" : " ^5.1.3 " ,
24
24
"adm-zip" : " ^0.5.14" ,
25
25
"sass" : " ^1.77.6" ,
26
26
"tsx" : " ^4.16.5" ,
Original file line number Diff line number Diff line change 1
- import { defineCustomElement } from "./CustomElement/apiCustomElement " ;
1
+ import { defineCustomElement } from "vue " ;
2
2
import { addImmersiveMenuEntry , addMainMenuEntry } from "./api/MenuEntry" ;
3
3
import { PluginAPI } from "./api/PluginAPI" ;
4
4
import { customElementName } from "./utils" ;
You can’t perform that action at this time.
0 commit comments