chore: update dependencies

This commit is contained in:
DIYgod 2024-06-29 21:11:15 +08:00
parent 006079730e
commit 78d56671a7
No known key found for this signature in database
3 changed files with 365 additions and 587 deletions

View File

@ -34,7 +34,7 @@
"@iconify/tools": "4.0.4",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-context-menu": "2.2.1",
"@radix-ui/react-dialog": "1.1.1",
@ -49,11 +49,11 @@
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-tooltip": "1.1.1",
"@shikijs/transformers": "1.9.1",
"@tanstack/query-sync-storage-persister": "5.45.0",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-persist-client": "5.45.1",
"@radix-ui/react-tooltip": "1.1.2",
"@shikijs/transformers": "1.10.0",
"@tanstack/query-sync-storage-persister": "5.49.0",
"@tanstack/react-query": "5.49.0",
"@tanstack/react-query-persist-client": "5.49.0",
"@use-gesture/react": "10.3.1",
"class-variance-authority": "0.7.0",
"click-to-react-component": "1.1.0",
@ -66,19 +66,19 @@
"electron-updater": "^6.2.1",
"font-list": "1.5.1",
"foxact": "0.2.35",
"framer-motion": "11.2.11",
"framer-motion": "11.2.12",
"franc-min": "6.2.0",
"fuse.js": "7.0.0",
"hast-util-to-jsx-runtime": "2.3.0",
"idb-keyval": "6.2.1",
"immer": "10.1.1",
"jotai": "2.8.3",
"jotai": "2.8.4",
"jotai-dark": "0.4.0",
"jotai-effect": "1.0.0",
"lethargy": "1.0.9",
"lodash-es": "4.17.21",
"lowdb": "7.0.1",
"lucide-react": "0.396.0",
"lucide-react": "0.399.0",
"markdown-it": "14.1.0",
"markdown-it-container": "4.0.0",
"ofetch": "1.3.4",
@ -89,24 +89,24 @@
"react-hotkeys-hook": "4.5.0",
"react-intersection-observer": "9.10.3",
"react-resizable-layout": "0.7.2",
"react-router-dom": "6.23.1",
"react-router-dom": "6.24.0",
"react-virtuoso": "4.7.11",
"rehype-infer-description-meta": "2.0.0",
"rehype-parse": "9.0.0",
"rehype-sanitize": "6.0.0",
"rehype-stringify": "10.0.0",
"shiki": "1.9.1",
"shiki": "1.10.0",
"sonner": "^1.5.0",
"swiper": "11.1.4",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"tldts": "6.1.28",
"tldts": "6.1.30",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"usehooks-ts": "3.1.0",
"vfile": "6.0.1",
"zod": "3.23.8",
"zustand": "4.5.2"
"zustand": "4.5.4"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
@ -117,7 +117,7 @@
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.1",
"@types/markdown-it-container": "2.0.10",
"@types/node": "^20.14.7",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vercel/ncc": "0.38.1",
@ -125,8 +125,8 @@
"electron": "^30.1.2",
"electron-builder": "^24.9.1",
"electron-devtools-installer": "3.2.0",
"electron-vite": "^2.2.0",
"eslint": "^9.5.0",
"electron-vite": "^2.3.0",
"eslint": "^9.6.0",
"eslint-config-hyoban": "3.0.0-beta.24",
"hono": "4.4.7",
"lint-staged": "15.2.7",
@ -137,7 +137,7 @@
"simple-git-hooks": "2.11.1",
"tailwindcss": "3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "1.6.0"
},
"pnpm": {

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,18 @@ import * as hono from 'hono';
import * as hono_types from 'hono/types';
declare const routes: hono_hono_base.HonoBase<hono_types.BlankEnv, {
"/invitations/new": {
$post: {
input: {};
output: {
code: 0;
data: string;
};
outputFormat: "json";
status: 200;
};
};
} & {
"/wallets/transactions/tip": {
$post: {
input: {