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

This commit is contained in:
2025-09-24 19:22:25 +08:00
parent cba1c5adb9
commit ca96257bd5
2 changed files with 355 additions and 339 deletions

668
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,31 +11,31 @@
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9", "@codemirror/lang-html": "^6.4.10",
"@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-javascript": "^6.2.4",
"@vueuse/core": "^13.5.0", "@vueuse/core": "^13.9.0",
"axios": "^1.10.0", "axios": "^1.12.2",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.2",
"github-markdown-css": "^5.8.1", "github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"marked": "^16.0.0", "marked": "^16.3.0",
"marked-alert": "^2.1.2", "marked-alert": "^2.1.2",
"marked-code-preview": "^1.3.7", "marked-code-preview": "^1.3.7",
"marked-highlight": "^2.2.2", "marked-highlight": "^2.2.2",
"md-editor-v3": "^5.8.1", "md-editor-v3": "^6.0.1",
"naive-ui": "^2.42.0", "naive-ui": "^2.43.1",
"vue": "^3.5.17", "vue": "^3.5.21",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@iconify/vue": "^5.0.0", "@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.4.6", "@rsbuild/core": "^1.5.12",
"@rsbuild/plugin-vue": "^1.1.0", "@rsbuild/plugin-vue": "^1.1.2",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.8.1",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"typescript": "^5.8.3", "typescript": "^5.9.2",
"unplugin-vue-components": "^28.8.0" "unplugin-vue-components": "^29.1.0"
} }
} }