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

This commit is contained in:
2025-12-20 22:24:14 +08:00
parent 727dc0a8e8
commit ec46928689
2 changed files with 537 additions and 538 deletions

1055
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "code-next", "name": "code-next",
"private": true, "private": true,
"version": "1.3.0", "version": "1.3.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "rsbuild dev", "start": "rsbuild dev",
@@ -12,27 +12,27 @@
"dependencies": { "dependencies": {
"@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1", "@codemirror/lang-python": "^6.2.1",
"@vueuse/core": "^13.9.0", "@vueuse/core": "^14.1.0",
"axios": "^1.12.2", "axios": "^1.13.2",
"client-zip": "1.7.0", "client-zip": "2.5.0",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.2", "copy-text-to-clipboard": "^3.2.2",
"fflate": "^0.8.2", "fflate": "^0.8.2",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"marked": "^16.4.1", "marked": "^17.0.1",
"naive-ui": "^2.43.1", "naive-ui": "^2.43.2",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"query-string": "^9.3.1", "query-string": "^9.3.1",
"skulpt": "^1.2.0", "skulpt": "^1.2.0",
"vue": "^3.5.22", "vue": "^3.5.26",
"vue-codemirror": "^6.1.1" "vue-codemirror": "^6.1.1"
}, },
"devDependencies": { "devDependencies": {
"@iconify/vue": "^5.0.0", "@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.5.17", "@rsbuild/core": "^1.6.15",
"@rsbuild/plugin-vue": "^1.2.0", "@rsbuild/plugin-vue": "^1.2.2",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"prettier": "^3.6.2", "prettier": "^3.7.4",
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
} }