chore: update tauri

This commit is contained in:
2024-03-29 07:45:37 +07:00
parent cbbf5eaf50
commit a02e496b29
15 changed files with 1445 additions and 1168 deletions

View File

@@ -4,11 +4,11 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"@getalby/sdk": "^3.4.0",
"@getalby/sdk": "^3.4.3",
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.5.0",
"@nostr-dev-kit/ndk": "^2.6.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
@@ -18,11 +18,11 @@
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-router": "^1.20.0",
"framer-motion": "^11.0.14",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-router": "^1.24.0",
"framer-motion": "^11.0.23",
"get-urls": "^12.1.0",
"media-chrome": "^3.0.2",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
"nanoid": "^5.0.6",
"qrcode.react": "^3.1.0",
@@ -30,24 +30,24 @@
"react": "^18.2.0",
"react-currency-input-field": "^3.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.2",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-string-replace": "^1.1.1",
"slate": "^0.102.0",
"slate-react": "^0.102.0",
"sonner": "^1.4.3",
"sonner": "^1.4.41",
"string-strip-html": "^13.4.6",
"uqr": "^0.1.2",
"use-debounce": "^10.0.0",
"virtua": "^0.29.0"
"virtua": "^0.29.1"
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.66",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"@types/react": "^18.2.73",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}