This commit is contained in:
2024-03-06 21:39:41 +08:00
parent cac5a0412b
commit 99c45510e5
3 changed files with 248 additions and 190 deletions

View File

@@ -13,13 +13,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.2.4",
"vitepress": "1.0.0-rc.40"
"prettier": "^3.2.5",
"vitepress": "1.0.0-rc.44"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3",
"axios": "^1.6.5",
"@codemirror/lang-python": "^6.1.4",
"axios": "^1.6.7",
"codemirror": "^6.0.1",
"vue-codemirror6": "~1.1.32"
}