Skip to content

Commit 52366f4

Browse files
committed
refactor: use vue-use-monaco
1 parent 666a342 commit 52366f4

File tree

3 files changed

+853
-399
lines changed

3 files changed

+853
-399
lines changed

playground/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
},
1414
"dependencies": {
1515
"ant-design-vue": "^4.2.6",
16-
"monaco-editor": "^0.36.1"
16+
"monaco-editor": "^0.36.1",
17+
"vue-use-monaco": "^0.0.7"
1718
},
1819
"devDependencies": {
1920
"@antfu/eslint-config": "^0.34.2",
2021
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
2122
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
22-
"@iconify-json/carbon": "^1.2.8",
23-
"@iconify/json": "^2.2.337",
23+
"@iconify-json/carbon": "^1.2.9",
24+
"@iconify/json": "^2.2.348",
2425
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.100",
26+
"@types/node": "^18.19.111",
2627
"@unocss/reset": "^0.47.6",
2728
"@vitejs/plugin-vue": "^3.2.0",
2829
"@vue/test-utils": "^2.4.6",
@@ -38,8 +39,8 @@
3839
"vite": "^6.3.5",
3940
"vite-plugin-pages": "^0.28.0",
4041
"vitest": "^0.7.13",
41-
"vivid-typing": "^1.1.46",
42-
"vue": "^3.5.13",
42+
"vivid-typing": "^1.1.47",
43+
"vue": "^3.5.16",
4344
"vue-i18n": "^9.14.4",
4445
"vue-router": "^4.5.1",
4546
"vue-tsc": "^1.8.27"

0 commit comments

Comments
 (0)