chore: bump martian dependency version to 1.3.0

This commit is contained in:
Jiaxin Peng
2025-10-27 13:40:42 +00:00
parent da72846903
commit f6d24daa52

View File

@@ -10,7 +10,7 @@
"version": "node version-bump.mjs && git add manifest.json versions.json" "version": "node version-bump.mjs && git add manifest.json versions.json"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "Jiaxin PENG",
"license": "GNU GPLv3", "license": "GNU GPLv3",
"devDependencies": { "devDependencies": {
"@types/node": "^20.5.7", "@types/node": "^20.5.7",
@@ -24,7 +24,7 @@
"typescript": "5.2.2" "typescript": "5.2.2"
}, },
"dependencies": { "dependencies": {
"@jxpeng98/martian": "^1.2.7", "@jxpeng98/martian": "^1.3.0",
"https-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.2",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"yaml": "^2.3.4", "yaml": "^2.3.4",