This commit is contained in:
2025-02-25 09:38:20 +08:00
parent 1e57b3a109
commit f6d77a2d0a
4 changed files with 682 additions and 720 deletions

View File

@@ -12,14 +12,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.4.2",
"vitepress": "1.5.0"
"prettier": "^3.5.2",
"vitepress": "1.6.3"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-python": "^6.1.7",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"vue-codemirror6": "~1.3.8"
"vue-codemirror6": "~1.3.11"
}
}