chore: update dependencies

This commit is contained in:
reya 2024-01-01 08:19:43 +07:00
parent 56fab1dda6
commit 499765c10a
18 changed files with 313 additions and 306 deletions

View File

@ -31,7 +31,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-autostart": "2.0.0-alpha.5",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.5",
@ -57,7 +57,7 @@
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/suggestion": "^2.1.13",
"@vidstack/react": "^1.9.8",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",
"html-to-text": "^9.0.5",
@ -70,7 +70,7 @@
"nostr-tools": "^1.17.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.13",
"react-currency-input-field": "^3.6.14",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-hotkeys-hook": "^4.4.1",
@ -87,7 +87,7 @@
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",

View File

@ -9,7 +9,7 @@
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.2",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",
"sonner": "^1.3.1",

View File

@ -8,7 +8,7 @@
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.2",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"react": "^18.2.0",
"virtua": "^0.18.0"
},

View File

@ -9,7 +9,7 @@
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.2",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",
"sonner": "^1.3.1",

View File

@ -9,7 +9,7 @@
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.2",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",
"sonner": "^1.3.1",

View File

@ -9,7 +9,7 @@
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.2",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query": "^5.17.0",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",
"sonner": "^1.3.1",

View File

@ -18,7 +18,7 @@
"@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.15.0",
"@tanstack/react-query": "^5.17.0",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.5",
"@tauri-apps/plugin-dialog": "2.0.0-alpha.5",
@ -41,7 +41,7 @@
"qrcode.react": "^3.1.0",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.13",
"react-currency-input-field": "^3.6.14",
"react-router-dom": "^6.21.1",
"react-string-replace": "^1.1.1",
"sonner": "^1.3.1",

View File

@ -1,7 +1,7 @@
import {
ArrowLeftIcon,
ArrowRightIcon,
HorizontalDotsIcon,
MoveLeftIcon,
MoveRightIcon,
RefreshIcon,
ThreadIcon,
TrashIcon,
@ -78,7 +78,7 @@ export function ColumnHeader({
onClick={moveLeft}
className="inline-flex items-center gap-2 px-3 text-sm font-medium rounded-lg h-9 text-neutral-700 hover:bg-blue-100 hover:text-blue-500 focus:outline-none dark:text-neutral-300 dark:hover:bg-neutral-900 dark:hover:text-neutral-50"
>
<ArrowLeftIcon className="size-5" />
<MoveLeftIcon className="size-5" />
Move left
</button>
</DropdownMenu.Item>
@ -88,7 +88,7 @@ export function ColumnHeader({
onClick={moveRight}
className="inline-flex items-center gap-2 px-3 text-sm font-medium rounded-lg h-9 text-neutral-700 hover:bg-blue-100 hover:text-blue-500 focus:outline-none dark:text-neutral-300 dark:hover:bg-neutral-900 dark:hover:text-neutral-50"
>
<ArrowRightIcon className="size-5" />
<MoveRightIcon className="size-5" />
Move right
</button>
</DropdownMenu.Item>

View File

@ -96,3 +96,5 @@ export * from "./src/homeFilled";
export * from "./src/relayFilled";
export * from "./src/depotFilled";
export * from "./src/nwcFilled";
export * from "./src/moveLeft";
export * from "./src/moveRight";

View File

@ -0,0 +1,20 @@
export function MoveLeftIcon(props: JSX.IntrinsicElements["svg"]) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M12.03 7.917a20.76 20.76 0 00-3.885 3.678A.64.64 0 008 12m4.03 4.083a20.758 20.758 0 01-3.885-3.678A.64.64 0 018 12m0 0h12M4 5v14"
/>
</svg>
);
}

View File

@ -0,0 +1,20 @@
export function MoveRightIcon(props: JSX.IntrinsicElements["svg"]) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M11.97 16a20.757 20.757 0 003.885-3.679.639.639 0 00.145-.404m-4.03-4.084a20.758 20.758 0 013.885 3.68.64.64 0 01.145.404m0 0H4M20 19V5"
/>
</svg>
);
}

View File

@ -6,8 +6,8 @@ import {
NDKCacheUser,
NDKCacheUserProfile,
} from "@lume/types";
import { invoke } from "@tauri-apps/api/core";
import { appConfigDir, resolveResource } from "@tauri-apps/api/path";
import { invoke } from "@tauri-apps/api/primitives";
import { Platform } from "@tauri-apps/plugin-os";
import { Child, Command } from "@tauri-apps/plugin-shell";
import Database from "@tauri-apps/plugin-sql";

View File

@ -1,23 +1,23 @@
{
"name": "@lume/storage",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.11",
"@tauri-apps/plugin-os": "2.0.0-alpha.4",
"@tauri-apps/plugin-shell": "2.0.0-alpha.3",
"@tauri-apps/plugin-sql": "2.0.0-alpha.3",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@lume/types": "workspace:*",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}
"name": "@lume/storage",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-os": "2.0.0-alpha.6",
"@tauri-apps/plugin-shell": "2.0.0-alpha.5",
"@tauri-apps/plugin-sql": "2.0.0-alpha.5",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@lume/types": "workspace:*",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}

View File

@ -11,10 +11,10 @@
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@tanstack/react-query": "^5.15.0",
"@tauri-apps/api": "2.0.0-alpha.11",
"@tauri-apps/plugin-http": "2.0.0-alpha.3",
"@tauri-apps/plugin-os": "2.0.0-alpha.4",
"@tanstack/react-query": "^5.17.0",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-http": "2.0.0-alpha.6",
"@tauri-apps/plugin-os": "2.0.0-alpha.6",
"minidenticons": "^4.2.0",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",

View File

@ -1,26 +1,26 @@
{
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.15.0",
"@tauri-apps/api": "2.0.0-alpha.11",
"@tauri-apps/plugin-notification": "2.0.0-alpha.3",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.17.0",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-notification": "2.0.0-alpha.5",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}

View File

@ -1,6 +1,6 @@
import { type Opengraph } from "@lume/types";
import { useQuery } from "@tanstack/react-query";
import { invoke } from "@tauri-apps/api/primitives";
import { invoke } from "@tauri-apps/api/core";
export function useOpenGraph(url: string) {
const { status, data, error } = useQuery({

View File

@ -90,8 +90,8 @@ importers:
specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
'@tauri-apps/api':
specifier: 2.0.0-alpha.13
version: 2.0.0-alpha.13
@ -168,8 +168,8 @@ importers:
specifier: ^1.9.8
version: 1.9.8(@types/react@18.2.46)(react@18.2.0)
clsx:
specifier: ^2.0.0
version: 2.0.0
specifier: ^2.1.0
version: 2.1.0
dayjs:
specifier: ^1.11.10
version: 1.11.10
@ -207,8 +207,8 @@ importers:
specifier: ^18.2.0
version: 18.2.0
react-currency-input-field:
specifier: ^3.6.13
version: 3.6.13(react@18.2.0)
specifier: ^3.6.14
version: 3.6.14(react@18.2.0)
react-dom:
specifier: ^18.2.0
version: 18.2.0(react@18.2.0)
@ -253,8 +253,8 @@ importers:
specifier: ^9.0.4
version: 9.0.4
'@types/node':
specifier: ^20.10.5
version: 20.10.5
specifier: ^20.10.6
version: 20.10.6
'@types/react':
specifier: ^18.2.46
version: 18.2.46
@ -284,7 +284,7 @@ importers:
version: 5.3.3
vite:
specifier: ^4.5.1
version: 4.5.1(@types/node@20.10.5)
version: 4.5.1(@types/node@20.10.6)
vite-tsconfig-paths:
specifier: ^4.2.3
version: 4.2.3(typescript@5.3.3)(vite@4.5.1)
@ -307,8 +307,8 @@ importers:
specifier: ^2.3.2
version: 2.3.2(typescript@5.3.3)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@ -356,8 +356,8 @@ importers:
specifier: ^2.3.2
version: 2.3.2(typescript@5.3.3)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@ -399,8 +399,8 @@ importers:
specifier: ^2.3.2
version: 2.3.2(typescript@5.3.3)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@ -451,8 +451,8 @@ importers:
specifier: ^2.3.2
version: 2.3.2(typescript@5.3.3)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@ -503,8 +503,8 @@ importers:
specifier: ^2.3.2
version: 2.3.2(typescript@5.3.3)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@ -582,8 +582,8 @@ importers:
specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
'@tauri-apps/api':
specifier: 2.0.0-alpha.13
version: 2.0.0-alpha.13
@ -651,8 +651,8 @@ importers:
specifier: ^18.2.0
version: 18.2.0
react-currency-input-field:
specifier: ^3.6.13
version: 3.6.13(react@18.2.0)
specifier: ^3.6.14
version: 3.6.14(react@18.2.0)
react-router-dom:
specifier: ^6.21.1
version: 6.21.1(react-dom@18.2.0)(react@18.2.0)
@ -741,17 +741,17 @@ importers:
packages/storage:
dependencies:
'@tauri-apps/api':
specifier: 2.0.0-alpha.11
version: 2.0.0-alpha.11
specifier: 2.0.0-alpha.13
version: 2.0.0-alpha.13
'@tauri-apps/plugin-os':
specifier: 2.0.0-alpha.4
version: 2.0.0-alpha.4
specifier: 2.0.0-alpha.6
version: 2.0.0-alpha.6
'@tauri-apps/plugin-shell':
specifier: 2.0.0-alpha.3
version: 2.0.0-alpha.3
specifier: 2.0.0-alpha.5
version: 2.0.0-alpha.5
'@tauri-apps/plugin-sql':
specifier: 2.0.0-alpha.3
version: 2.0.0-alpha.3
specifier: 2.0.0-alpha.5
version: 2.0.0-alpha.5
react:
specifier: ^18.2.0
version: 18.2.0
@ -824,17 +824,17 @@ importers:
specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
'@tauri-apps/api':
specifier: 2.0.0-alpha.11
version: 2.0.0-alpha.11
specifier: 2.0.0-alpha.13
version: 2.0.0-alpha.13
'@tauri-apps/plugin-http':
specifier: 2.0.0-alpha.3
version: 2.0.0-alpha.3
specifier: 2.0.0-alpha.6
version: 2.0.0-alpha.6
'@tauri-apps/plugin-os':
specifier: 2.0.0-alpha.4
version: 2.0.0-alpha.4
specifier: 2.0.0-alpha.6
version: 2.0.0-alpha.6
minidenticons:
specifier: ^4.2.0
version: 4.2.0
@ -873,17 +873,17 @@ importers:
packages/utils:
dependencies:
'@tanstack/react-query':
specifier: ^5.15.0
version: 5.15.0(react@18.2.0)
specifier: ^5.17.0
version: 5.17.0(react@18.2.0)
'@tauri-apps/api':
specifier: 2.0.0-alpha.11
version: 2.0.0-alpha.11
specifier: 2.0.0-alpha.13
version: 2.0.0-alpha.13
'@tauri-apps/plugin-notification':
specifier: 2.0.0-alpha.3
version: 2.0.0-alpha.3
specifier: 2.0.0-alpha.5
version: 2.0.0-alpha.5
clsx:
specifier: ^2.0.0
version: 2.0.0
specifier: ^2.1.0
version: 2.1.0
dayjs:
specifier: ^1.11.10
version: 1.11.10
@ -929,8 +929,8 @@ packages:
regenerator-runtime: 0.12.1
dev: true
/@babel/runtime@7.23.6:
resolution: {integrity: sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==}
/@babel/runtime@7.23.7:
resolution: {integrity: sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.1
@ -1408,7 +1408,7 @@ packages:
/@radix-ui/primitive@1.0.1:
resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==}
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
dev: false
/@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
@ -1424,7 +1424,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
@ -1453,7 +1453,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1479,7 +1479,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@types/react': 18.2.46
'@types/react-dom': 18.2.18
@ -1500,7 +1500,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1524,7 +1524,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1552,7 +1552,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
@ -1572,7 +1572,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -1586,7 +1586,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -1604,7 +1604,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1634,7 +1634,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -1652,7 +1652,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
@ -1677,7 +1677,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1700,7 +1700,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -1718,7 +1718,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1741,7 +1741,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1766,7 +1766,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
react: 18.2.0
@ -1785,7 +1785,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1823,7 +1823,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1858,7 +1858,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1888,7 +1888,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@types/react': 18.2.46
'@types/react-dom': 18.2.18
@ -1909,7 +1909,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
@ -1931,7 +1931,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
'@types/react-dom': 18.2.18
@ -1952,7 +1952,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -1981,7 +1981,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@types/react': 18.2.46
'@types/react-dom': 18.2.18
@ -1998,7 +1998,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
react: 18.2.0
@ -2017,7 +2017,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -2044,7 +2044,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -2071,7 +2071,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -2094,7 +2094,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -2121,7 +2121,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
@ -2149,7 +2149,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -2163,7 +2163,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
react: 18.2.0
@ -2178,7 +2178,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
react: 18.2.0
@ -2193,7 +2193,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -2207,7 +2207,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@types/react': 18.2.46
react: 18.2.0
dev: false
@ -2221,7 +2221,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/rect': 1.0.1
'@types/react': 18.2.46
react: 18.2.0
@ -2236,7 +2236,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
'@types/react': 18.2.46
react: 18.2.0
@ -2255,7 +2255,7 @@ packages:
'@types/react-dom':
optional: true
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
'@types/react': 18.2.46
'@types/react-dom': 18.2.18
@ -2266,7 +2266,7 @@ packages:
/@radix-ui/rect@1.0.1:
resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==}
dependencies:
'@babel/runtime': 7.23.6
'@babel/runtime': 7.23.7
dev: false
/@remirror/core-constants@2.0.2:
@ -2332,8 +2332,8 @@ packages:
selderee: 0.11.0
dev: false
/@swc/core-darwin-arm64@1.3.101:
resolution: {integrity: sha512-mNFK+uHNPRXSnfTOG34zJOeMl2waM4hF4a2NY7dkMXrPqw9CoJn4MwTXJcyMiSz1/BnNjjTCHF3Yhj0jPxmkzQ==}
/@swc/core-darwin-arm64@1.3.102:
resolution: {integrity: sha512-CJDxA5Wd2cUMULj3bjx4GEoiYyyiyL8oIOu4Nhrs9X+tlg8DnkCm4nI57RJGP8Mf6BaXPIJkHX8yjcefK2RlDA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
@ -2341,8 +2341,8 @@ packages:
dev: true
optional: true
/@swc/core-darwin-x64@1.3.101:
resolution: {integrity: sha512-B085j8XOx73Fg15KsHvzYWG262bRweGr3JooO1aW5ec5pYbz5Ew9VS5JKYS03w2UBSxf2maWdbPz2UFAxg0whw==}
/@swc/core-darwin-x64@1.3.102:
resolution: {integrity: sha512-X5akDkHwk6oAer49oER0qZMjNMkLH3IOZaV1m98uXIasAGyjo5WH1MKPeMLY1sY6V6TrufzwiSwD4ds571ytcg==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
@ -2350,8 +2350,8 @@ packages:
dev: true
optional: true
/@swc/core-linux-arm-gnueabihf@1.3.101:
resolution: {integrity: sha512-9xLKRb6zSzRGPqdz52Hy5GuB1lSjmLqa0lST6MTFads3apmx4Vgs8Y5NuGhx/h2I8QM4jXdLbpqQlifpzTlSSw==}
/@swc/core-linux-arm-gnueabihf@1.3.102:
resolution: {integrity: sha512-kJH3XtZP9YQdjq/wYVBeFuiVQl4HaC4WwRrIxAHwe2OyvrwUI43dpW3LpxSggBnxXcVCXYWf36sTnv8S75o2Gw==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
@ -2359,8 +2359,8 @@ packages:
dev: true
optional: true
/@swc/core-linux-arm64-gnu@1.3.101:
resolution: {integrity: sha512-oE+r1lo7g/vs96Weh2R5l971dt+ZLuhaUX+n3BfDdPxNHfObXgKMjO7E+QS5RbGjv/AwiPCxQmbdCp/xN5ICJA==}
/@swc/core-linux-arm64-gnu@1.3.102:
resolution: {integrity: sha512-flQP2WDyCgO24WmKA1wjjTx+xfCmavUete2Kp6yrM+631IHLGnr17eu7rYJ/d4EnDBId/ytMyrnWbTVkaVrpbQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@ -2368,8 +2368,8 @@ packages:
dev: true
optional: true
/@swc/core-linux-arm64-musl@1.3.101:
resolution: {integrity: sha512-OGjYG3H4BMOTnJWJyBIovCez6KiHF30zMIu4+lGJTCrxRI2fAjGLml3PEXj8tC3FMcud7U2WUn6TdG0/te2k6g==}
/@swc/core-linux-arm64-musl@1.3.102:
resolution: {integrity: sha512-bQEQSnC44DyoIGLw1+fNXKVGoCHi7eJOHr8BdH0y1ooy9ArskMjwobBFae3GX4T1AfnrTaejyr0FvLYIb0Zkog==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@ -2377,8 +2377,8 @@ packages:
dev: true
optional: true
/@swc/core-linux-x64-gnu@1.3.101:
resolution: {integrity: sha512-/kBMcoF12PRO/lwa8Z7w4YyiKDcXQEiLvM+S3G9EvkoKYGgkkz4Q6PSNhF5rwg/E3+Hq5/9D2R+6nrkF287ihg==}
/@swc/core-linux-x64-gnu@1.3.102:
resolution: {integrity: sha512-dFvnhpI478svQSxqISMt00MKTDS0e4YtIr+ioZDG/uJ/q+RpcNy3QI2KMm05Fsc8Y0d4krVtvCKWgfUMsJZXAg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@ -2386,8 +2386,8 @@ packages:
dev: true
optional: true
/@swc/core-linux-x64-musl@1.3.101:
resolution: {integrity: sha512-kDN8lm4Eew0u1p+h1l3JzoeGgZPQ05qDE0czngnjmfpsH2sOZxVj1hdiCwS5lArpy7ktaLu5JdRnx70MkUzhXw==}
/@swc/core-linux-x64-musl@1.3.102:
resolution: {integrity: sha512-+a0M3CvjeIRNA/jTCzWEDh2V+mhKGvLreHOL7J97oULZy5yg4gf7h8lQX9J8t9QLbf6fsk+0F8bVH1Ie/PbXjA==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@ -2395,8 +2395,8 @@ packages:
dev: true
optional: true
/@swc/core-win32-arm64-msvc@1.3.101:
resolution: {integrity: sha512-9Wn8TTLWwJKw63K/S+jjrZb9yoJfJwCE2RV5vPCCWmlMf3U1AXj5XuWOLUX+Rp2sGKau7wZKsvywhheWm+qndQ==}
/@swc/core-win32-arm64-msvc@1.3.102:
resolution: {integrity: sha512-w76JWLjkZNOfkB25nqdWUNCbt0zJ41CnWrJPZ+LxEai3zAnb2YtgB/cCIrwxDebRuMgE9EJXRj7gDDaTEAMOOQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
@ -2404,8 +2404,8 @@ packages:
dev: true
optional: true
/@swc/core-win32-ia32-msvc@1.3.101:
resolution: {integrity: sha512-onO5KvICRVlu2xmr4//V2je9O2XgS1SGKpbX206KmmjcJhXN5EYLSxW9qgg+kgV5mip+sKTHTAu7IkzkAtElYA==}
/@swc/core-win32-ia32-msvc@1.3.102:
resolution: {integrity: sha512-vlDb09HiGqKwz+2cxDS9T5/461ipUQBplvuhW+cCbzzGuPq8lll2xeyZU0N1E4Sz3MVdSPx1tJREuRvlQjrwNg==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
@ -2413,8 +2413,8 @@ packages:
dev: true
optional: true
/@swc/core-win32-x64-msvc@1.3.101:
resolution: {integrity: sha512-T3GeJtNQV00YmiVw/88/nxJ/H43CJvFnpvBHCVn17xbahiVUOPOduh3rc9LgAkKiNt/aV8vU3OJR+6PhfMR7UQ==}
/@swc/core-win32-x64-msvc@1.3.102:
resolution: {integrity: sha512-E/jfSD7sShllxBwwgDPeXp1UxvIqehj/ShSUqq1pjR/IDRXngcRSXKJK92mJkNFY7suH6BcCWwzrxZgkO7sWmw==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
@ -2422,8 +2422,8 @@ packages:
dev: true
optional: true
/@swc/core@1.3.101:
resolution: {integrity: sha512-w5aQ9qYsd/IYmXADAnkXPGDMTqkQalIi+kfFf/MHRKTpaOL7DHjMXwPp/n8hJ0qNjRvchzmPtOqtPBiER50d8A==}
/@swc/core@1.3.102:
resolution: {integrity: sha512-OAjNLY/f6QWKSDzaM3bk31A+OYHu6cPa9P/rFIx8X5d24tHXUpRiiq6/PYI6SQRjUPlB72GjsjoEU8F+ALadHg==}
engines: {node: '>=10'}
requiresBuild: true
peerDependencies:
@ -2435,16 +2435,16 @@ packages:
'@swc/counter': 0.1.2
'@swc/types': 0.1.5
optionalDependencies:
'@swc/core-darwin-arm64': 1.3.101
'@swc/core-darwin-x64': 1.3.101
'@swc/core-linux-arm-gnueabihf': 1.3.101
'@swc/core-linux-arm64-gnu': 1.3.101
'@swc/core-linux-arm64-musl': 1.3.101
'@swc/core-linux-x64-gnu': 1.3.101
'@swc/core-linux-x64-musl': 1.3.101
'@swc/core-win32-arm64-msvc': 1.3.101
'@swc/core-win32-ia32-msvc': 1.3.101
'@swc/core-win32-x64-msvc': 1.3.101
'@swc/core-darwin-arm64': 1.3.102
'@swc/core-darwin-x64': 1.3.102
'@swc/core-linux-arm-gnueabihf': 1.3.102
'@swc/core-linux-arm64-gnu': 1.3.102
'@swc/core-linux-arm64-musl': 1.3.102
'@swc/core-linux-x64-gnu': 1.3.102
'@swc/core-linux-x64-musl': 1.3.102
'@swc/core-win32-arm64-msvc': 1.3.102
'@swc/core-win32-ia32-msvc': 1.3.102
'@swc/core-win32-x64-msvc': 1.3.102
dev: true
/@swc/counter@0.1.2:
@ -2476,24 +2476,19 @@ packages:
tailwindcss: 3.4.0
dev: true
/@tanstack/query-core@5.14.2:
resolution: {integrity: sha512-QmoJvC72sSWs3hgGis8JdmlDvqLfYGWUK4UG6OR9Q6t28JMN9m2FDwKPqoSJ9YVocELCSjMt/FGjEiLfk8000Q==}
/@tanstack/query-core@5.17.0:
resolution: {integrity: sha512-LoBaPtbMY26kRS+ohII4thTsWkJJsXKGitOLikTo2aqPA4yy7cfFJITs8DRnuERT7tLF5xfG9Lnm33Vp/38Vmw==}
dev: false
/@tanstack/react-query@5.15.0(react@18.2.0):
resolution: {integrity: sha512-hWLuZ2Hg9HzmHJ3VtWzhvK+sTxPz+rIIujYUxzapPoU9PPXe7NCm8k8EaKpm+Sc65FM7Dljfk/Ov9yYMhwg9vw==}
/@tanstack/react-query@5.17.0(react@18.2.0):
resolution: {integrity: sha512-iNSn6ZA7mHUjrT0a271eKoa1oR1HznlrGbb475awft1kuP3zrhyUCrI8tlGowOr7zRoAxJholjwxO+gfz1IObw==}
peerDependencies:
react: ^18.0.0
dependencies:
'@tanstack/query-core': 5.14.2
'@tanstack/query-core': 5.17.0
react: 18.2.0
dev: false
/@tauri-apps/api@2.0.0-alpha.11:
resolution: {integrity: sha512-aw7jic+MQAe/LH4fYhbd3bwx3YjXhDIwqKJIn5QO4yKmGdVURIhZSFcyeKkSe4P6Itdto0Pcz99vLfkgBwdQKw==}
engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
dev: false
/@tauri-apps/api@2.0.0-alpha.13:
resolution: {integrity: sha512-sGgCkFahF3OZAHoGN5Ozt9WK7wJlbVZSgWpPQKNag4nSOX1+Py6VDRTEWriiJHDiV+gg31CWHnNXRy6TFoZmdA==}
engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
@ -2630,36 +2625,18 @@ packages:
'@tauri-apps/api': 2.0.0-alpha.13
dev: false
/@tauri-apps/plugin-http@2.0.0-alpha.3:
resolution: {integrity: sha512-d2pgHdJKokuBvBYA6wmvYdmV+6F6/yPw4PdGNsqmYhSDvb7e3MPKV5xxK8AlYMQz/kJf9jL1VnDwmgn6x4ZSqA==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.11
dev: false
/@tauri-apps/plugin-http@2.0.0-alpha.6:
resolution: {integrity: sha512-d23Xem40/ox+UWaiCzfi+IeV/yMI57oHmy6bXaDwRqfC4KuHjZx22k9xnNV17tLGFWjcmgpuViWPiCuxFdy+Ow==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.13
dev: false
/@tauri-apps/plugin-notification@2.0.0-alpha.3:
resolution: {integrity: sha512-rIebUtje3/MTeA+D+6qTGrjS115G/ufc0r8Bp/Kc0C7HBpIM0m18HifrKNdmdxtqF0phmkm5Tv+iiz20Ylt+jA==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.11
dev: false
/@tauri-apps/plugin-notification@2.0.0-alpha.5:
resolution: {integrity: sha512-j0kgaYa1FtoBReN2lsSa7HL7qGalrVbgQogKfTywCuU0wBEPr7IL3ZKYui8LyAFgA3mBnie7WX4iN/8xmRwS1Q==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.13
dev: false
/@tauri-apps/plugin-os@2.0.0-alpha.4:
resolution: {integrity: sha512-21YH5ZYQ8deB11UZi/rntkLw8KySBDmaPJNjhJDV8rM/qirv+jF1PAw8RVJEkT3itkMUjy/1DC63VypdRLTx1A==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.11
dev: false
/@tauri-apps/plugin-os@2.0.0-alpha.6:
resolution: {integrity: sha512-ld5p56TiWxnGHCysEfHLmRH5+Lz7rzDRC5H5WzofVNPiqp4ra1O5y1lNOWklE01Rm5P1c0t1PbUVdNGpeYA3GQ==}
dependencies:
@ -2672,24 +2649,12 @@ packages:
'@tauri-apps/api': 2.0.0-alpha.13
dev: false
/@tauri-apps/plugin-shell@2.0.0-alpha.3:
resolution: {integrity: sha512-v4qLTE9DfzpYdcjZq3ASOC7gFtMtzIDWN5Bo2FheB+pHQvDRq8mrP8gTdkL4/9pQaOFlB0B+MKCwANYhD1jLEQ==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.11
dev: false
/@tauri-apps/plugin-shell@2.0.0-alpha.5:
resolution: {integrity: sha512-iAurwn0z16NLOLaiuk3ETLtoG6x/mgFZo75YYKYLiOg70PYMr4LpcjvNPoIPvokdqWWPa7C/6N3eE9jtcbQiLg==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.13
dev: false
/@tauri-apps/plugin-sql@2.0.0-alpha.3:
resolution: {integrity: sha512-FYghpxTodXVqN26kxkpjQD2BTZJTpY7Qm3Ox0zJSY9NH0XQKTogdIAsBlGdrJ2u7si29fS90Nz8FtLkY0wEGXg==}
dependencies:
'@tauri-apps/api': 2.0.0-alpha.11
dev: false
/@tauri-apps/plugin-sql@2.0.0-alpha.5:
resolution: {integrity: sha512-u4rJZM357zWP+WmE/W1t1iu0/INQ9uqO8+dOFWzLSGqg2zgYcohTeV66hZoeCTRTzsV3qrKI3suWueLu1YKT7A==}
dependencies:
@ -3026,8 +2991,8 @@ packages:
resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==}
dev: false
/@types/node@20.10.5:
resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==}
/@types/node@20.10.6:
resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==}
dependencies:
undici-types: 5.26.5
dev: true
@ -3079,8 +3044,8 @@ packages:
peerDependencies:
vite: ^4 || ^5
dependencies:
'@swc/core': 1.3.101
vite: 4.5.1(@types/node@20.10.5)
'@swc/core': 1.3.102
vite: 4.5.1(@types/node@20.10.6)
transitivePeerDependencies:
- '@swc/helpers'
dev: true
@ -3394,8 +3359,8 @@ packages:
is-regexp: 3.1.0
dev: false
/clsx@2.0.0:
resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==}
/clsx@2.1.0:
resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==}
engines: {node: '>=6'}
dev: false
@ -5048,7 +5013,7 @@ packages:
postcss: ^8.2.14
dependencies:
postcss: 8.4.32
postcss-selector-parser: 6.0.14
postcss-selector-parser: 6.0.15
dev: true
/postcss-selector-parser@6.0.10:
@ -5059,8 +5024,8 @@ packages:
util-deprecate: 1.0.2
dev: true
/postcss-selector-parser@6.0.14:
resolution: {integrity: sha512-65xXYsT40i9GyWzlHQ5ShZoK7JZdySeOozi/tz2EezDo6c04q6+ckYMeoY7idaie1qp2dT5KoYQ2yky6JuoHnA==}
/postcss-selector-parser@6.0.15:
resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==}
engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
@ -5289,8 +5254,8 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: false
/react-currency-input-field@3.6.13(react@18.2.0):
resolution: {integrity: sha512-52igMHFGf2HcpCm/rvNlw7U+VjeSFf+ImLF7l2ykv2I+bQ+nokgB8rTpHFdoAmpd8A1ZHmnd6UFIiy4aozoXQg==}
/react-currency-input-field@3.6.14(react@18.2.0):
resolution: {integrity: sha512-pUM4oK1KkUjjcFH7t6GksbuYwGpNhX3We2l41V9PIyJjm1HVlJGbKNksr0PNXGsQZqXDIKBJxL3TAbTS4cbKgg==}
peerDependencies:
react: ^16.9.0 || ^17.0.0 || ^18.0.0
dependencies:
@ -5863,7 +5828,7 @@ packages:
postcss-js: 4.0.1(postcss@8.4.32)
postcss-load-config: 4.0.2(postcss@8.4.32)
postcss-nested: 6.0.1(postcss@8.4.32)
postcss-selector-parser: 6.0.14
postcss-selector-parser: 6.0.15
resolve: 1.22.8
sucrase: 3.35.0
transitivePeerDependencies:
@ -6294,13 +6259,13 @@ packages:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 2.1.2(typescript@5.3.3)
vite: 4.5.1(@types/node@20.10.5)
vite: 4.5.1(@types/node@20.10.6)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/vite@4.5.1(@types/node@20.10.5):
/vite@4.5.1(@types/node@20.10.6):
resolution: {integrity: sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@ -6328,7 +6293,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.10.5
'@types/node': 20.10.6
esbuild: 0.18.20
postcss: 8.4.32
rollup: 3.29.4

124
src-tauri/Cargo.lock generated
View File

@ -42,9 +42,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.6"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [
"cfg-if",
"getrandom 0.2.11",
@ -148,9 +148,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.77"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051"
[[package]]
name = "arboard"
@ -333,9 +333,9 @@ checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46"
[[package]]
name = "async-trait"
version = "0.1.75"
version = "0.1.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98"
checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514"
dependencies = [
"proc-macro2",
"quote",
@ -349,7 +349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
dependencies = [
"atk-sys",
"glib 0.18.4",
"glib 0.18.5",
"libc",
]
@ -590,13 +590,13 @@ dependencies = [
[[package]]
name = "cairo-rs"
version = "0.18.3"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f33613627f0dea6a731b0605101fad59ba4f193a52c96c4687728d822605a8a1"
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
dependencies = [
"bitflags 2.4.1",
"cairo-sys-rs",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"once_cell",
"thiserror",
@ -1124,9 +1124,9 @@ dependencies = [
[[package]]
name = "deranged"
version = "0.3.10"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
@ -1685,20 +1685,20 @@ dependencies = [
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
version = "0.18.3"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446f32b74d22c33b7b258d4af4ffde53c2bf96ca2e29abdf1a785fe59bd6c82c"
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"once_cell",
]
@ -1756,7 +1756,7 @@ dependencies = [
"gdk",
"gdkx11-sys",
"gio",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"x11",
]
@ -1856,7 +1856,7 @@ dependencies = [
"futures-io",
"futures-util",
"gio-sys 0.18.1",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"once_cell",
"pin-project-lite",
@ -1914,9 +1914,9 @@ dependencies = [
[[package]]
name = "glib"
version = "0.18.4"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "951bbd7fdc5c044ede9f05170f05a3ae9479239c3afdfe2d22d537a3add15c4e"
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [
"bitflags 2.4.1",
"futures-channel",
@ -1925,7 +1925,7 @@ dependencies = [
"futures-task",
"futures-util",
"gio-sys 0.18.1",
"glib-macros 0.18.3",
"glib-macros 0.18.5",
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
"libc",
@ -1952,9 +1952,9 @@ dependencies = [
[[package]]
name = "glib-macros"
version = "0.18.3"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72793962ceece3863c2965d7f10c8786323b17c7adea75a515809fa20ab799a5"
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
dependencies = [
"heck",
"proc-macro-crate 2.0.1",
@ -2025,7 +2025,7 @@ dependencies = [
"gdk",
"gdk-pixbuf",
"gio",
"glib 0.18.4",
"glib 0.18.5",
"gtk-sys",
"gtk3-macros",
"libc",
@ -2249,16 +2249,16 @@ dependencies = [
[[package]]
name = "iana-time-zone"
version = "0.1.58"
version = "0.1.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core 0.51.1",
"windows-core 0.52.0",
]
[[package]]
@ -2424,7 +2424,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
dependencies = [
"bitflags 1.3.2",
"glib 0.18.4",
"glib 0.18.5",
"javascriptcore-rs-sys",
]
@ -2511,9 +2511,9 @@ dependencies = [
[[package]]
name = "keyring"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43454e972324c0259f00c874c40645f736ed8dd9454fe748022d8fc88b1c6ef7"
checksum = "b52a1d320b55eacc02d4561fed9714af4e98b7989cf4e696bee192b03fc99720"
dependencies = [
"byteorder",
"lazy_static",
@ -2551,7 +2551,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
dependencies = [
"glib 0.18.4",
"glib 0.18.5",
"gtk",
"gtk-sys",
"libappindicator-sys",
@ -3295,12 +3295,12 @@ dependencies = [
[[package]]
name = "os_pipe"
version = "1.1.4"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
dependencies = [
"libc",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]
@ -3316,7 +3316,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
dependencies = [
"gio",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"once_cell",
"pango-sys",
@ -3724,9 +3724,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
version = "1.0.71"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1"
dependencies = [
"unicode-ident",
]
@ -3760,9 +3760,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.33"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
checksum = "22a37c9326af5ed140c86a46655b5278de879853be5573c01df185b6f49a580a"
dependencies = [
"proc-macro2",
]
@ -4229,9 +4229,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.108"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [
"itoa 1.0.10",
"ryu",
@ -4446,7 +4446,7 @@ checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
dependencies = [
"futures-channel",
"gio",
"glib 0.18.4",
"glib 0.18.5",
"libc",
"soup3-sys",
]
@ -5059,7 +5059,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-autostart"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"auto-launch",
"log",
@ -5072,7 +5072,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-cli"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"clap",
"log",
@ -5085,7 +5085,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-clipboard-manager"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"arboard",
"log",
@ -5099,7 +5099,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-dialog"
version = "2.0.0-alpha.7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"glib 0.16.9",
"log",
@ -5116,7 +5116,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-fs"
version = "2.0.0-alpha.7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"anyhow",
"glob",
@ -5131,7 +5131,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-http"
version = "2.0.0-alpha.9"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"data-url",
"glob",
@ -5148,7 +5148,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-notification"
version = "2.0.0-alpha.7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"log",
"notify-rust",
@ -5166,7 +5166,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-os"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"gethostname 0.4.3",
"log",
@ -5182,7 +5182,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-process"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"tauri",
]
@ -5190,7 +5190,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-shell"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"encoding_rs",
"log",
@ -5207,7 +5207,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-sql"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"futures-core",
"log",
@ -5223,7 +5223,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-store"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"log",
"serde",
@ -5251,7 +5251,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-updater"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"base64",
"dirs-next",
@ -5277,7 +5277,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-upload"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"futures-util",
"log",
@ -5294,7 +5294,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-state"
version = "2.0.0-alpha.6"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#1a347203a54eccc954749d11c4ee81fdd9a0cde7"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#b9d29a015414981bec5285ab45f1e40031d56a99"
dependencies = [
"bincode",
"bitflags 2.4.1",
@ -5425,18 +5425,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thiserror"
version = "1.0.52"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.52"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19"
dependencies = [
"proc-macro2",
"quote",
@ -6020,7 +6020,7 @@ dependencies = [
"gdk-sys",
"gio",
"gio-sys 0.18.1",
"glib 0.18.4",
"glib 0.18.5",
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
"gtk",