This commit is contained in:
2025-08-22 21:47:33 +08:00
parent 71ca7e229a
commit 069b2755b1
3 changed files with 12 additions and 12 deletions

View File

@@ -13,14 +13,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.5.2",
"vitepress": "1.6.3"
"prettier": "^3.6.2",
"vitepress": "1.6.4"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.7",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"vue-codemirror6": "~1.3.11"
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"axios": "^1.11.0",
"codemirror": "^6.0.2",
"vue-codemirror6": "~1.3.22"
}
}