update packages and complete the setting UI

This commit is contained in:
Jiaxin Peng
2023-11-14 15:42:30 +00:00
parent eee349509a
commit 399a02187f
4 changed files with 307 additions and 248 deletions

View File

@@ -14,21 +14,21 @@
"license": "GNU GPLv3",
"devDependencies": {
"@types/node": "^20.5.7",
"@types/yaml-front-matter": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/yaml-front-matter": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"builtin-modules": "^3.2.0",
"esbuild": "0.19.2",
"esbuild": "0.19.5",
"obsidian": "latest",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"dependencies": {
"@tryfabric/martian": "^1.2.0",
"https-proxy-agent": "^7.0.1",
"@tryfabric/martian": "^1.2.4",
"https-proxy-agent": "^7.0.2",
"process": "^0.11.10",
"remark-math": "^6.0.0",
"yaml": "^2.2.2",
"yaml": "^2.3.4",
"yaml-front-matter": "^4.1.1"
}
}
}