update packages and modify upload2notion

This commit is contained in:
Jiaxin Peng
2023-08-29 13:39:36 +01:00
parent fb7294d607
commit 722ca7bb56
11 changed files with 710 additions and 690 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "share-to-notionnext",
"version": "0.0.9",
"version": "0.1.0",
"type": "module",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, motivated by EasyChris/obsidian-to-notion.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
@@ -13,20 +13,21 @@
"author": "",
"license": "GNU GPLv3",
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^20.5.7",
"@types/yaml-front-matter": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"builtin-modules": "^3.2.0",
"esbuild": "0.13.12",
"esbuild": "0.19.2",
"obsidian": "latest",
"tslib": "2.3.1",
"typescript": "4.4.4"
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"dependencies": {
"@tryfabric/martian": "^1.2.0",
"https-proxy-agent": "^5.0.1",
"https-proxy-agent": "^7.0.1",
"process": "^0.11.10",
"yaml": "^2.2.2",
"yaml-front-matter": "^4.1.1"
}
}
}