update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-05 06:59:09 -06:00
parent 5fced6b4c2
commit c0084462eb
2 changed files with 627 additions and 622 deletions

1230
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,9 +12,9 @@
"dependencies": { "dependencies": {
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11", "@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-javascript": "^6.2.5",
"@vueuse/core": "^14.1.0", "@vueuse/core": "^14.3.0",
"axios": "^1.15.0", "axios": "^1.16.0",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.2", "copy-text-to-clipboard": "^3.2.2",
"github-markdown-css": "^5.9.0", "github-markdown-css": "^5.9.0",
@@ -23,19 +23,20 @@
"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.4", "marked-highlight": "^2.2.4",
"md-editor-v3": "^6.4.2", "md-editor-v3": "^6.5.0",
"naive-ui": "^2.44.1", "naive-ui": "^2.44.1",
"vue": "^3.5.32", "vue": "^3.5.33",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^5.0.4" "vue-router": "^5.0.6"
}, },
"devDependencies": { "devDependencies": {
"@iconify/vue": "^5.0.0", "@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.7.5", "@rsbuild/core": "^2.0.3",
"@rsbuild/plugin-vue": "^1.2.7", "@rsbuild/plugin-vue": "^1.2.7",
"@vue/tsconfig": "^0.9.1", "@vue/tsconfig": "^0.9.1",
"prettier": "^3.8.2", "core-js": "^3.49.0",
"typescript": "^6.0.2", "prettier": "^3.8.3",
"typescript": "^6.0.3",
"unplugin-vue-components": "^32.0.0" "unplugin-vue-components": "^32.0.0"
} }
} }