This commit is contained in:
2024-10-04 16:52:58 +08:00
parent 4d1dd01db7
commit da1c38c11c
109 changed files with 1471 additions and 567 deletions

View File

@@ -12,14 +12,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.2.5",
"vitepress": "1.1.0"
"prettier": "^3.3.3",
"vitepress": "1.3.4"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.5",
"axios": "^1.6.8",
"@codemirror/lang-python": "^6.1.6",
"axios": "^1.7.7",
"codemirror": "^6.0.1",
"vue-codemirror6": "~1.2.5"
"vue-codemirror6": "~1.3.4"
}
}