Skip to content

Commit

Permalink
chore: update deps and add manifest-beta.json to use BART test system
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed May 15, 2024
1 parent 7a00fbf commit 3ceed26
Show file tree
Hide file tree
Showing 3 changed files with 2,056 additions and 1,794 deletions.
10 changes: 10 additions & 0 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "ob2static-site",
"name": "Static Site MD Exporter",
"version": "1.3.4",
"minAppVersion": "0.15.0",
"description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.",
"author": "Yunfi",
"authorUrl": "https://yfi.moe",
"isDesktopOnly": false
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"builtin-modules": "4.0.0",
"esbuild": "0.21.2",
"eslint": "^8.56.0",
"obsidian": "latest",
"obsidian": "1.5.7-1",
"prettier": "^3.2.5",
"tslib": "2.4.0",
"typescript": "4.7.4"
"tslib": "2.6.2",
"typescript": "5.4.5"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.576.0",
"@aws-sdk/client-s3": "3.575.0",
"@isomorphic-git/lightning-fs": "^4.6.0",
"form-data": "^4.0.0",
"isomorphic-git": "^1.25.10"
Expand Down
Loading

0 comments on commit 3ceed26

Please sign in to comment.