Skip to content

Commit 5d78778

Browse files
committed
Vue 3.5
1 parent d4841fb commit 5d78778

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.17.0

bun.lockb

7.19 KB
Binary file not shown.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"butterchurn": "^2.6.7",
1616
"butterchurn-presets": "^2.4.7",
1717
"lodash": "^4.17.21",
18-
"vue": "^3.4.29"
18+
"vue": "^3.5.3"
1919
},
2020
"devDependencies": {
2121
"@types/lodash": "^4.17.6",
2222
"@types/node": "^20.14.9",
23-
"@vitejs/plugin-vue": "^5.0.5",
23+
"@vitejs/plugin-vue": "^5.1.3",
2424
"adm-zip": "^0.5.14",
2525
"sass": "^1.77.6",
2626
"tsx": "^4.16.5",

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineCustomElement } from "./CustomElement/apiCustomElement";
1+
import { defineCustomElement } from "vue";
22
import { addImmersiveMenuEntry, addMainMenuEntry } from "./api/MenuEntry";
33
import { PluginAPI } from "./api/PluginAPI";
44
import { customElementName } from "./utils";

0 commit comments

Comments
 (0)