update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-01-26 14:38:23 +08:00
parent 73f09a9c99
commit 8f331419e7
3 changed files with 219 additions and 227 deletions

View File

@@ -14,7 +14,7 @@
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.2",
"axios": "^1.13.3",
"codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.2",
"github-markdown-css": "^5.8.1",
@@ -23,19 +23,19 @@
"marked-alert": "^2.1.2",
"marked-code-preview": "^1.3.7",
"marked-highlight": "^2.2.3",
"md-editor-v3": "^6.2.1",
"md-editor-v3": "^6.3.1",
"naive-ui": "^2.43.2",
"vue": "^3.5.26",
"vue": "^3.5.27",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.6.15",
"@rsbuild/plugin-vue": "^1.2.2",
"@rsbuild/core": "^1.7.2",
"@rsbuild/plugin-vue": "^1.2.3",
"@vue/tsconfig": "^0.8.1",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"unplugin-vue-components": "^30.0.0"
"unplugin-vue-components": "^31.0.0"
}
}