fix some errors cause app crash

This commit is contained in:
Ren Amamiya
2023-08-19 08:56:19 +07:00
parent c85502e427
commit eda18f8c34
14 changed files with 265 additions and 253 deletions

View File

@@ -45,13 +45,13 @@
"@tauri-apps/plugin-stronghold": "github:tauri-apps/tauri-plugin-stronghold#v2",
"@tauri-apps/plugin-upload": "github:tauri-apps/tauri-plugin-upload#v2",
"@tauri-apps/plugin-window": "github:tauri-apps/tauri-plugin-window#v2",
"@tiptap/extension-image": "^2.1.2",
"@tiptap/extension-mention": "^2.1.2",
"@tiptap/extension-placeholder": "^2.1.2",
"@tiptap/pm": "^2.1.2",
"@tiptap/react": "^2.1.2",
"@tiptap/starter-kit": "^2.1.2",
"@tiptap/suggestion": "^2.1.2",
"@tiptap/extension-image": "^2.1.6",
"@tiptap/extension-mention": "^2.1.6",
"@tiptap/extension-placeholder": "^2.1.6",
"@tiptap/pm": "^2.1.6",
"@tiptap/react": "^2.1.6",
"@tiptap/starter-kit": "^2.1.6",
"@tiptap/suggestion": "^2.1.6",
"@void-cat/api": "^1.0.7",
"dayjs": "^1.11.9",
"destr": "^2.0.1",
@@ -78,7 +78,7 @@
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/html-to-text": "^9.0.1",
"@types/node": "^20.5.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/youtube-player": "^5.5.7",