From 043c1b12205cedf83f9abc89cd2f4d6908657aaa Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:25:31 +0700 Subject: [PATCH] wip: update color palette --- index.html | 2 +- package.json | 14 +- pnpm-lock.yaml | 666 +++++++++--------- src-tauri/Cargo.lock | 50 +- src/app.css | 2 +- src/app/auth/create/step-1.tsx | 2 +- src/app/auth/create/step-2.tsx | 2 +- src/app/auth/create/step-3.tsx | 2 +- src/app/auth/import/step-1.tsx | 2 +- src/app/auth/import/step-2.tsx | 2 +- src/app/auth/import/step-3.tsx | 2 +- src/app/auth/migrate.tsx | 2 +- src/app/auth/onboarding/step-1.tsx | 4 +- src/app/auth/onboarding/step-2.tsx | 4 +- src/app/auth/onboarding/step-3.tsx | 6 +- src/app/auth/reset.tsx | 2 +- src/app/auth/unlock.tsx | 4 +- src/app/auth/welcome.tsx | 2 +- src/app/chats/chat.tsx | 14 +- src/app/chats/components/chatForm.tsx | 6 +- src/app/chats/components/chatListItem.tsx | 8 +- src/app/chats/components/mediaUploader.tsx | 2 +- src/app/chats/components/message.tsx | 8 +- src/app/chats/index.tsx | 4 +- src/app/explore/components/groupTitle.tsx | 2 +- src/app/explore/components/userGroupNode.tsx | 8 +- src/app/explore/components/userWithDrawer.tsx | 6 +- src/app/notifications/components/mention.tsx | 2 +- src/app/notifications/components/reaction.tsx | 2 +- src/app/notifications/components/repost.tsx | 2 +- src/app/nwc/components/alby.tsx | 2 +- src/app/nwc/components/other.tsx | 2 +- src/app/nwc/index.tsx | 6 +- src/app/relays/components/relayForm.tsx | 6 +- src/app/relays/components/relayList.tsx | 24 +- src/app/relays/components/userRelay.tsx | 8 +- src/app/relays/index.tsx | 4 +- src/app/relays/relay.tsx | 8 +- src/app/settings/account.tsx | 4 +- src/app/settings/components/autoStart.tsx | 2 +- src/app/settings/components/cacheTime.tsx | 6 +- src/app/settings/components/dataPath.tsx | 4 +- src/app/settings/components/version.tsx | 4 +- src/app/space/components/toggle.tsx | 6 +- src/app/space/components/widgetList.tsx | 50 +- src/app/space/index.tsx | 4 +- src/app/splash.tsx | 6 +- src/app/users/components/modal.tsx | 34 +- src/app/users/components/profile.tsx | 20 +- src/app/users/components/stats.tsx | 18 +- src/app/users/index.tsx | 6 +- src/shared/accounts/active.tsx | 4 +- src/shared/button.tsx | 6 +- src/shared/composer/composer.tsx | 4 +- src/shared/composer/modal.tsx | 12 +- src/shared/layouts/app.tsx | 2 +- src/shared/layouts/auth.tsx | 4 +- src/shared/layouts/settings.tsx | 6 +- src/shared/logout.tsx | 2 +- src/shared/navigation.tsx | 2 +- src/shared/notes/actions.tsx | 4 +- src/shared/notes/actions/more.tsx | 4 +- src/shared/notes/actions/reaction.tsx | 2 +- src/shared/notes/actions/reply.tsx | 2 +- src/shared/notes/actions/repost.tsx | 4 +- src/shared/notes/actions/zap.tsx | 6 +- src/shared/notes/child.tsx | 2 +- src/shared/notes/index.ts | 1 + src/shared/notes/kinds/file.tsx | 2 +- src/shared/notes/kinds/repost.tsx | 8 +- src/shared/notes/kinds/text.tsx | 8 +- src/shared/notes/kinds/unknown.tsx | 8 +- src/shared/notes/mentions/boost.tsx | 4 +- src/shared/notes/mentions/hashtag.tsx | 2 +- src/shared/notes/mentions/invoice.tsx | 9 + src/shared/notes/mentions/note.tsx | 2 +- src/shared/notes/mentions/user.tsx | 2 +- src/shared/notes/preview/link.tsx | 8 +- src/shared/notes/replies/item.tsx | 2 +- src/shared/notes/stats.tsx | 18 +- src/shared/notes/wrapper.tsx | 2 +- src/shared/titleBar.tsx | 4 +- src/shared/user.tsx | 38 +- src/shared/userProfile.tsx | 6 +- src/shared/widgets/eventLoader.tsx | 12 +- src/shared/widgets/global/articles.tsx | 8 +- src/shared/widgets/global/files.tsx | 8 +- src/shared/widgets/global/hashtag.tsx | 8 +- src/shared/widgets/local/articles.tsx | 16 +- src/shared/widgets/local/feeds.tsx | 16 +- src/shared/widgets/local/files.tsx | 16 +- src/shared/widgets/local/follows.tsx | 16 +- src/shared/widgets/local/network.tsx | 12 +- src/shared/widgets/local/thread.tsx | 6 +- src/shared/widgets/local/user.tsx | 10 +- .../widgets/nostrBand/trendingAccounts.tsx | 6 +- .../widgets/nostrBand/trendingNotes.tsx | 6 +- src/shared/widgets/nostrBandUserProfile.tsx | 26 +- src/shared/widgets/other/learnNostr.tsx | 18 +- src/shared/widgets/tmp/feeds.tsx | 12 +- src/shared/widgets/tmp/hashtag.tsx | 6 +- src/shared/widgets/wrapper.tsx | 2 +- src/utils/parser.ts | 5 + tailwind.config.js | 43 -- 104 files changed, 747 insertions(+), 753 deletions(-) create mode 100644 src/shared/notes/mentions/invoice.tsx diff --git a/index.html b/index.html index f79e7e0b..7e1a22db 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Lume - +
diff --git a/package.json b/package.json index 51a8dfbd..58245109 100644 --- a/package.json +++ b/package.json @@ -73,12 +73,12 @@ "react-markdown": "^8.0.7", "react-router-dom": "^6.16.0", "react-string-replace": "^1.1.1", - "reactflow": "^11.9.2", + "reactflow": "^11.9.3", "remark-gfm": "^3.0.1", "tailwind-scrollbar": "^3.0.5", "tauri-controls": "^0.2.0", "tippy.js": "^6.3.7", - "virtua": "^0.9.1", + "virtua": "^0.12.0", "zustand": "^4.4.3" }, "devDependencies": { @@ -86,12 +86,12 @@ "@tauri-apps/cli": "2.0.0-alpha.14", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/html-to-text": "^9.0.2", - "@types/node": "^20.8.3", - "@types/react": "^18.2.25", - "@types/react-dom": "^18.2.11", + "@types/node": "^20.8.4", + "@types/react": "^18.2.27", + "@types/react-dom": "^18.2.12", "@types/youtube-player": "^5.5.8", - "@typescript-eslint/eslint-plugin": "^6.7.4", - "@typescript-eslint/parser": "^6.7.4", + "@typescript-eslint/eslint-plugin": "^6.7.5", + "@typescript-eslint/parser": "^6.7.5", "@vitejs/plugin-react-swc": "^3.4.0", "autoprefixer": "^10.4.16", "clsx": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 226aa148..6430a38f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,28 +25,28 @@ dependencies: version: 0.12.2(@nostr-dev-kit/ndk@1.3.2)(nostr-fetch@0.13.0) '@radix-ui/react-alert-dialog': specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-avatar': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-collapsible': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-dialog': specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-dropdown-menu': specifier: ^2.0.6 - version: 2.0.6(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.6(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-hover-card': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-popover': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-tooltip': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': specifier: ^4.36.1 version: 4.36.1(react-dom@18.2.0)(react@18.2.0) @@ -118,7 +118,7 @@ dependencies: version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@vidstack/react': specifier: ^1.1.9 - version: 1.1.9(@types/react@18.2.25)(react@18.2.0) + version: 1.1.9(@types/react@18.2.27)(react@18.2.0) dayjs: specifier: ^1.11.10 version: 1.11.10 @@ -163,7 +163,7 @@ dependencies: version: 7.47.0(react@18.2.0) react-markdown: specifier: ^8.0.7 - version: 8.0.7(@types/react@18.2.25)(react@18.2.0) + version: 8.0.7(@types/react@18.2.27)(react@18.2.0) react-router-dom: specifier: ^6.16.0 version: 6.16.0(react-dom@18.2.0)(react@18.2.0) @@ -171,8 +171,8 @@ dependencies: specifier: ^1.1.1 version: 1.1.1 reactflow: - specifier: ^11.9.2 - version: 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + specifier: ^11.9.3 + version: 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) remark-gfm: specifier: ^3.0.1 version: 3.0.1 @@ -186,11 +186,11 @@ dependencies: specifier: ^6.3.7 version: 6.3.7 virtua: - specifier: ^0.9.1 - version: 0.9.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^0.12.0 + version: 0.12.0(react-dom@18.2.0)(react@18.2.0) zustand: specifier: ^4.4.3 - version: 4.4.3(@types/react@18.2.25)(react@18.2.0) + version: 4.4.3(@types/react@18.2.27)(react@18.2.0) devDependencies: '@tailwindcss/typography': @@ -206,23 +206,23 @@ devDependencies: specifier: ^9.0.2 version: 9.0.2 '@types/node': - specifier: ^20.8.3 - version: 20.8.3 + specifier: ^20.8.4 + version: 20.8.4 '@types/react': - specifier: ^18.2.25 - version: 18.2.25 + specifier: ^18.2.27 + version: 18.2.27 '@types/react-dom': - specifier: ^18.2.11 - version: 18.2.11 + specifier: ^18.2.12 + version: 18.2.12 '@types/youtube-player': specifier: ^5.5.8 version: 5.5.8 '@typescript-eslint/eslint-plugin': - specifier: ^6.7.4 - version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) + specifier: ^6.7.5 + version: 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.7.4 - version: 6.7.4(eslint@8.51.0)(typescript@5.2.2) + specifier: ^6.7.5 + version: 6.7.5(eslint@8.51.0)(typescript@5.2.2) '@vitejs/plugin-react-swc': specifier: ^3.4.0 version: 3.4.0(vite@4.4.11) @@ -285,7 +285,7 @@ devDependencies: version: 5.2.2 vite: specifier: ^4.4.11 - version: 4.4.11(@types/node@20.8.3) + version: 4.4.11(@types/node@20.8.4) vite-tsconfig-paths: specifier: ^4.2.1 version: 4.2.1(typescript@5.2.2)(vite@4.4.11) @@ -862,7 +862,7 @@ packages: '@babel/runtime': 7.23.1 dev: false - /@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OrVIOcZL0tl6xibeuGt5/+UxoT2N27KCFOPjFyfXMnchxSHZ/OW7cCX2nGlIYJrbHK/fczPcFzAwvNBB6XBNMA==} peerDependencies: '@types/react': '*' @@ -877,18 +877,18 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: '@types/react': '*' @@ -902,14 +902,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-avatar@1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-avatar@1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-kVK2K7ZD3wwj3qhle0ElXhOjbezIgyl2hVvgwfIdexL3rN6zJmy5AqqIf+D31lxVppdzV8CjAfZ6PklkmInZLw==} peerDependencies: '@types/react': '*' @@ -923,17 +923,17 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} peerDependencies: '@types/react': '*' @@ -948,20 +948,20 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: '@types/react': '*' @@ -975,17 +975,17 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: '@types/react': '*' @@ -995,11 +995,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-context@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-context@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: '@types/react': '*' @@ -1009,11 +1009,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} peerDependencies: '@types/react': '*' @@ -1028,26 +1028,26 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.25)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.27)(react@18.2.0) dev: false - /@radix-ui/react-direction@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-direction@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: '@types/react': '*' @@ -1057,11 +1057,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} peerDependencies: '@types/react': '*' @@ -1076,17 +1076,17 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==} peerDependencies: '@types/react': '*' @@ -1101,19 +1101,19 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} peerDependencies: '@types/react': '*' @@ -1123,11 +1123,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} peerDependencies: '@types/react': '*' @@ -1141,16 +1141,16 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OcUN2FU0YpmajD/qkph3XzMcK/NmSk9hGWnjV68p6QiZMgILugusgQwnLSDs3oFSJYGKf3Y49zgFedhGh04k9A==} peerDependencies: '@types/react': '*' @@ -1165,21 +1165,21 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-id@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-id@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: '@types/react': '*' @@ -1189,12 +1189,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==} peerDependencies: '@types/react': '*' @@ -1209,30 +1209,30 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.25)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.27)(react@18.2.0) dev: false - /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} peerDependencies: '@types/react': '*' @@ -1247,27 +1247,27 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.25)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.27)(react@18.2.0) dev: false - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} peerDependencies: '@types/react': '*' @@ -1282,22 +1282,22 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.25)(react@18.2.0) + '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.27)(react@18.2.0) '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} peerDependencies: '@types/react': '*' @@ -1311,14 +1311,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} peerDependencies: '@types/react': '*' @@ -1332,15 +1332,15 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: '@types/react': '*' @@ -1354,14 +1354,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: '@types/react': '*' @@ -1376,21 +1376,21 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-slot@1.0.2(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-slot@1.0.2(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: '@types/react': '*' @@ -1400,12 +1400,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-lPh5iKNFVQ/jav/j6ZrWq3blfDJ0OH9R6FlNUHPMqdLuQ9vwDgFsRxvl8b7Asuy5c8xmoojHUxKHQSOAvMHxyw==} peerDependencies: '@types/react': '*' @@ -1420,24 +1420,24 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: '@types/react': '*' @@ -1447,11 +1447,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: '@types/react': '*' @@ -1461,12 +1461,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: '@types/react': '*' @@ -1476,12 +1476,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: '@types/react': '*' @@ -1491,11 +1491,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: '@types/react': '*' @@ -1506,11 +1506,11 @@ packages: dependencies: '@babel/runtime': 7.23.1 '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.25)(react@18.2.0): + /@radix-ui/react-use-size@1.0.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: '@types/react': '*' @@ -1520,12 +1520,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.25)(react@18.2.0) - '@types/react': 18.2.25 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.27)(react@18.2.0) + '@types/react': 18.2.27 react: 18.2.0 dev: false - /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} peerDependencies: '@types/react': '*' @@ -1539,9 +1539,9 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.11)(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.25 - '@types/react-dom': 18.2.11 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.12)(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.27 + '@types/react-dom': 18.2.12 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -1552,40 +1552,40 @@ packages: '@babel/runtime': 7.23.1 dev: false - /@reactflow/background@11.3.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-KOy24lz9HpaBlx5KGcpQRsbMRWWkZdFyRxFq5RfPy6BnxDx0GFZ2o2igKKVutuo2bgCQdhaqzipcOUHlEAvnbQ==} + /@reactflow/background@11.3.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-m3MR25ufbrDkZI2Yi7pHX5uewVpiaaVM5px35pk2v3qdG68adqHOgJjncUOpGiJpc3rDwt4mqmW1V7RjBqNv6Q==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.2.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-VuDxm9l0B4esXzRpzKRqH7Sc1Szj+KBV1bsswaOQWDbLlGKRtIZMXjdQ9BwBf+PMJD4ANrmnGEdHxFTL6NUpbg==} + /@reactflow/controls@11.2.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-UTsfHE+PhgWrCZN4GUOTRU/3l8dGSyR2KslmgqV7mVNsh6EuS2cxboRczjpcIc8lF0EH+7QxLGeXSH42GWCcOQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/core@11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-/tiE8sPShzeWFnshvi8hc1lbp1C5PLgAFl94JQdBstq94uOBTpdoI//1MN4a+fGp1xwAUP7P0IcLuWqIDZgrZg==} + /@reactflow/core@11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-45o8X1sjF48wSWALHybbLoWF6yo9SARgJpMKm96J8ZL8mrNhqSjll77sLRJg6zQ+VKdDwotEN30jp5eY6i28tw==} peerDependencies: react: '>=17' react-dom: '>=17' @@ -1600,19 +1600,19 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.7.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-GqhJ0AoNhYf/GXI7JlWOR4THvi1nEcyo6sL6pGupJu8Ve1b8rpcTKNh4mXIerl8x0oRF8ajGvpIvh4R6rEtLoQ==} + /@reactflow/minimap@11.7.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-u620uYwjmA5tJ/4p+F/0kyjNojvV0axTMSw87d/CCDij96m+2/drwqMW+BE8XHEqjG0c1HyplrkXQ3WhGu6ZaA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) '@types/d3-selection': 3.0.7 '@types/d3-zoom': 3.0.5 classcat: 5.0.4 @@ -1620,41 +1620,41 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.2.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-p8fqfEtMdXVAEdAT74GVpMeIm2v2t92LObKPFvIbOaA11vmcp+jSt45y2mPD6CxP6snzEVHXigYmGZNiujDtlQ==} + /@reactflow/node-resizer@2.2.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-x1TXN4YZhBI1LxNegVsE51emUg1rf4rBgvNL8Tzj0xsKkD/av4DOzRizQ3xAGgk0joPrsOTiGiP511m/PWjsew==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-toolbar@1.3.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-s8gP07HClKDidsBSrcljoK600cdVLLBK1gNK0bSVpCk3hBVKUkEGESwMf7VwpZ1oxhM3859R3pz++7lUrbmF3w==} + /@reactflow/node-toolbar@1.3.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-juNFBLZgC+KOYpVaQFTkSQTDf4hYK7WAagiQQ4Dw0IUcLaMY3TA31OLP6X6gMG73YGKFmkgrDwi0ZDB0jpMqdA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.4.3(@types/react@18.2.25)(react@18.2.0) + zustand: 4.4.3(@types/react@18.2.27)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -2603,8 +2603,10 @@ packages: resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} dev: false - /@types/node@20.8.3: - resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==} + /@types/node@20.8.4: + resolution: {integrity: sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==} + dependencies: + undici-types: 5.25.3 dev: true /@types/object.omit@3.0.1: @@ -2618,13 +2620,13 @@ packages: /@types/prop-types@15.7.8: resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==} - /@types/react-dom@18.2.11: - resolution: {integrity: sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==} + /@types/react-dom@18.2.12: + resolution: {integrity: sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==} dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 - /@types/react@18.2.25: - resolution: {integrity: sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==} + /@types/react@18.2.27: + resolution: {integrity: sha512-Wfv7B7FZiR2r3MIqbAlXoY1+tXm4bOqfz4oRr+nyXdBqapDBZ0l/IGcSlAfvxIHEEJjkPU0MYAc/BlFPOcrgLw==} dependencies: '@types/prop-types': 15.7.8 '@types/scheduler': 0.16.4 @@ -2649,8 +2651,8 @@ packages: resolution: {integrity: sha512-WU6l9UyIp1TKEK3xN8K5Y1nZpP4FTnrz4ArAPjQknReNNkN9UeLbmAuFu2F69YthLkLkOAMWi9O3a6kJCIWH5g==} dev: true - /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==} + /@typescript-eslint/eslint-plugin@6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -2661,11 +2663,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 6.7.4(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/type-utils': 6.7.4(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.4(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/type-utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 eslint: 8.51.0 graphemer: 1.4.0 @@ -2678,8 +2680,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.7.4(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==} + /@typescript-eslint/parser@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2688,10 +2690,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 eslint: 8.51.0 typescript: 5.2.2 @@ -2699,16 +2701,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@6.7.4: - resolution: {integrity: sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==} + /@typescript-eslint/scope-manager@6.7.5: + resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/visitor-keys': 6.7.5 dev: true - /@typescript-eslint/type-utils@6.7.4(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==} + /@typescript-eslint/type-utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2717,8 +2719,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.4(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) debug: 4.3.4 eslint: 8.51.0 ts-api-utils: 1.0.3(typescript@5.2.2) @@ -2727,13 +2729,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types@6.7.4: - resolution: {integrity: sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==} + /@typescript-eslint/types@6.7.5: + resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.7.4(typescript@5.2.2): - resolution: {integrity: sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==} + /@typescript-eslint/typescript-estree@6.7.5(typescript@5.2.2): + resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -2741,8 +2743,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2753,8 +2755,8 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.7.4(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==} + /@typescript-eslint/utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2762,9 +2764,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) eslint: 8.51.0 semver: 7.5.4 transitivePeerDependencies: @@ -2772,22 +2774,22 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@6.7.4: - resolution: {integrity: sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==} + /@typescript-eslint/visitor-keys@6.7.5: + resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/types': 6.7.5 eslint-visitor-keys: 3.4.3 dev: true - /@vidstack/react@1.1.9(@types/react@18.2.25)(react@18.2.0): + /@vidstack/react@1.1.9(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-CYXhr0Hk/xTcYDVKy39J6VUIcJMCLzbfNe9upBQ096lnCpk3yEncsAUl73jTE3GzJ8yOPEQcdloFoJXbA4ekeg==} engines: {node: '>=18'} peerDependencies: '@types/react': ^18.0.0 react: ^18.0.0 dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 media-captions: 1.0.0 react: 18.2.0 dev: false @@ -2798,7 +2800,7 @@ packages: vite: ^4 dependencies: '@swc/core': 1.3.92 - vite: 4.4.11(@types/node@20.8.3) + vite: 4.4.11(@types/node@20.8.4) transitivePeerDependencies: - '@swc/helpers' dev: true @@ -3028,7 +3030,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001546 - electron-to-chromium: 1.4.544 + electron-to-chromium: 1.4.546 node-releases: 2.0.13 update-browserslist-db: 1.0.13(browserslist@4.22.1) dev: true @@ -3431,8 +3433,8 @@ packages: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /electron-to-chromium@1.4.544: - resolution: {integrity: sha512-54z7squS1FyFRSUqq/knOFSptjjogLZXbKcYk3B0qkE1KZzvqASwRZnY2KzZQJqIYLVD38XZeoiMRflYSwyO4w==} + /electron-to-chromium@1.4.546: + resolution: {integrity: sha512-cz9bBM26ZqoEmGHkdHXU3LP7OofVyEzRoMqfALQ9Au9WlB4rogAHzqj/NkNvw2JJjy4xuxS1me+pP2lbCD5Mfw==} dev: true /emoji-regex@9.2.2: @@ -5651,7 +5653,7 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false - /react-markdown@8.0.7(@types/react@18.2.25)(react@18.2.0): + /react-markdown@8.0.7(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==} peerDependencies: '@types/react': '>=16' @@ -5659,7 +5661,7 @@ packages: dependencies: '@types/hast': 2.3.6 '@types/prop-types': 15.7.8 - '@types/react': 18.2.25 + '@types/react': 18.2.27 '@types/unist': 2.0.8 comma-separated-tokens: 2.0.3 hast-util-whitespace: 2.0.1 @@ -5678,7 +5680,7 @@ packages: - supports-color dev: false - /react-remove-scroll-bar@2.3.4(@types/react@18.2.25)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -5688,13 +5690,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.25)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.27)(react@18.2.0) tslib: 2.6.2 dev: false - /react-remove-scroll@2.5.5(@types/react@18.2.25)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -5704,13 +5706,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.25)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.25)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.2.27)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.27)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.25)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.25)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.2.27)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.27)(react@18.2.0) dev: false /react-router-dom@6.16.0(react-dom@18.2.0)(react@18.2.0): @@ -5741,7 +5743,7 @@ packages: engines: {node: '>=0.12.0'} dev: false - /react-style-singleton@2.2.1(@types/react@18.2.25)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -5751,7 +5753,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -5765,18 +5767,18 @@ packages: loose-envify: 1.4.0 dev: false - /reactflow@11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-hARhGVX9rcZhtRWsjBszDpF0EefsYhCzrRCk12CsB2oqWJZPLQD4OYh5eQygr9Yi3M/i+3+rcNyPs9IsFzU5iQ==} + /reactflow@11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-GiIo20Vgy1U4h1NlLyQChWYgsl2OQkEgKHjokyQsdmm1nidywTr0n94O6w97ixLljKzJynTMjDdWP0p8xkq6NQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.3.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/controls': 11.2.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/core': 11.9.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/minimap': 11.7.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-resizer': 2.2.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-toolbar': 1.3.2(@types/react@18.2.25)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/background': 11.3.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.2.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.9.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.7.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.2.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.3.3(@types/react@18.2.27)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -6373,6 +6375,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + dev: true + /unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: @@ -6439,7 +6445,7 @@ packages: punycode: 2.3.0 dev: true - /use-callback-ref@1.3.0(@types/react@18.2.25)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -6449,12 +6455,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 tslib: 2.6.2 dev: false - /use-sidecar@1.1.2(@types/react@18.2.25)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -6464,7 +6470,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 @@ -6521,8 +6527,8 @@ packages: vfile-message: 3.1.4 dev: false - /virtua@0.9.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-uaFvh+5zCDEenQDgxfIs67kpci7d/3XjdnWP/TdDYLcoXdWKr5ddwiP1g+wybHpXmLqbfJ0X0njmlAvP7GwMdw==} + /virtua@0.12.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-aJtKYp1WFFWtGfiH7WDRItde9hCD//c7wR3QybVIcmIPRx27Pbxu+p2ojquWMo3z104Vl/rjby39QNS7qhyM7g==} peerDependencies: react: '>=16.14.0' react-dom: '>=16.14.0' @@ -6542,13 +6548,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.2(typescript@5.2.2) - vite: 4.4.11(@types/node@20.8.3) + vite: 4.4.11(@types/node@20.8.4) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@4.4.11(@types/node@20.8.3): + /vite@4.4.11(@types/node@20.8.4): resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -6576,7 +6582,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.8.3 + '@types/node': 20.8.4 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -6707,7 +6713,7 @@ packages: engines: {node: '>=10'} dev: true - /zustand@4.4.3(@types/react@18.2.25)(react@18.2.0): + /zustand@4.4.3(@types/react@18.2.27)(react@18.2.0): resolution: {integrity: sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==} engines: {node: '>=12.7.0'} peerDependencies: @@ -6722,7 +6728,7 @@ packages: react: optional: true dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.27 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f0e089b7..153c775e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -88,9 +88,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" +checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" dependencies = [ "memchr", ] @@ -305,7 +305,7 @@ dependencies = [ "cfg-if", "event-listener 3.0.0", "futures-lite", - "rustix 0.38.17", + "rustix 0.38.18", "windows-sys 0.48.0", ] @@ -322,9 +322,9 @@ dependencies = [ [[package]] name = "async-signal" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1079d27511f6c038736279421774ef4ad4bdd2e300825f4a48c4cc463a57cedf" +checksum = "d2a5415b7abcdc9cd7d63d6badba5288b2ca017e3fbd4173b8f405449f1a2399" dependencies = [ "async-io", "async-lock", @@ -332,7 +332,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.17", + "rustix 0.38.18", "signal-hook-registry", "slab", "windows-sys 0.48.0", @@ -1130,9 +1130,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.66+curl-8.3.0" +version = "0.4.67+curl-8.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70c44a72e830f0e40ad90dda8a6ab6ed6314d39776599a58a2e5e37fbc6db5b9" +checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34" dependencies = [ "cc", "libc", @@ -1496,7 +1496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" dependencies = [ "cfg-if", - "rustix 0.38.17", + "rustix 0.38.18", "windows-sys 0.48.0", ] @@ -2544,9 +2544,9 @@ dependencies = [ [[package]] name = "json-patch" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" +checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6" dependencies = [ "serde", "serde_json", @@ -3878,14 +3878,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.6" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" +checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.3.9", - "regex-syntax 0.7.5", + "regex-automata 0.4.1", + "regex-syntax 0.8.0", ] [[package]] @@ -3899,13 +3899,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.9" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" +checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.5", + "regex-syntax 0.8.0", ] [[package]] @@ -3916,9 +3916,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" +checksum = "c3cbb081b9784b07cceb8824c8583f86db4814d172ab043f3c23f7dc600bf83d" [[package]] name = "reqwest" @@ -4065,9 +4065,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.17" +version = "0.38.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7" +checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" dependencies = [ "bitflags 2.4.0", "errno", @@ -4233,9 +4233,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" dependencies = [ "serde", ] @@ -5535,7 +5535,7 @@ dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall 0.3.5", - "rustix 0.38.17", + "rustix 0.38.18", "windows-sys 0.48.0", ] diff --git a/src/app.css b/src/app.css index 3f56c37c..503e330c 100644 --- a/src/app.css +++ b/src/app.css @@ -57,5 +57,5 @@ input::-ms-clear { } .ProseMirror img.ProseMirror-selectednode { - @apply outline-fuchsia-500; + @apply outline-blue-500; } diff --git a/src/app/auth/create/step-1.tsx b/src/app/auth/create/step-1.tsx index 6657a17f..4337e31d 100644 --- a/src/app/auth/create/step-1.tsx +++ b/src/app/auth/create/step-1.tsx @@ -132,7 +132,7 @@ export function CreateStep1Screen() { diff --git a/src/app/auth/create/step-2.tsx b/src/app/auth/create/step-2.tsx index 6cf4adbe..b5275b46 100644 --- a/src/app/auth/create/step-2.tsx +++ b/src/app/auth/create/step-2.tsx @@ -127,7 +127,7 @@ export function CreateStep2Screen() { @@ -105,14 +105,14 @@ export const UserWithDrawer = memo(function UserWithDrawer({ )} Message diff --git a/src/app/notifications/components/mention.tsx b/src/app/notifications/components/mention.tsx index 1f681e36..1da3f3b3 100644 --- a/src/app/notifications/components/mention.tsx +++ b/src/app/notifications/components/mention.tsx @@ -16,7 +16,7 @@ export function NotiMention({ event }: { event: NDKEvent }) {

has mention you · {createdAt}

- + View diff --git a/src/app/notifications/components/reaction.tsx b/src/app/notifications/components/reaction.tsx index ca757236..1e033c72 100644 --- a/src/app/notifications/components/reaction.tsx +++ b/src/app/notifications/components/reaction.tsx @@ -18,7 +18,7 @@ export function NotiReaction({ event }: { event: NDKEvent }) { reacted {event.content} · {createdAt}

- + View diff --git a/src/app/notifications/components/repost.tsx b/src/app/notifications/components/repost.tsx index aed68221..ee8d22be 100644 --- a/src/app/notifications/components/repost.tsx +++ b/src/app/notifications/components/repost.tsx @@ -24,7 +24,7 @@ export function NotiRepost({ event }: { event: NDKEvent }) { · {createdAt}

- + View diff --git a/src/app/nwc/components/alby.tsx b/src/app/nwc/components/alby.tsx index d6180d71..bf87c811 100644 --- a/src/app/nwc/components/alby.tsx +++ b/src/app/nwc/components/alby.tsx @@ -121,7 +121,7 @@ export function NWCAlby() { diff --git a/src/app/relays/components/relayList.tsx b/src/app/relays/components/relayList.tsx index 693df573..8cbcaf29 100644 --- a/src/app/relays/components/relayList.tsx +++ b/src/app/relays/components/relayList.tsx @@ -44,32 +44,32 @@ export function RelayList() { }; return ( -
+
{status === 'loading' ? (
- +

Loading relay...

) : ( - -
-

+ +
+

All relays used by your follows

{[...data].map(([key, value]) => (
-
+
- + Relay:{' '} - + {key}
@@ -96,7 +96,7 @@ export function RelayList() { ))} {value.length > 4 ? ( -
+
+{value.length}
) : null} diff --git a/src/app/relays/components/userRelay.tsx b/src/app/relays/components/userRelay.tsx index 0afb4910..b98fa946 100644 --- a/src/app/relays/components/userRelay.tsx +++ b/src/app/relays/components/userRelay.tsx @@ -34,7 +34,7 @@ export function UserRelay() { {data.map((item) => (
{relayUrls.includes(item) ? ( @@ -48,16 +48,16 @@ export function UserRelay() { )} -

+

{item}

))} diff --git a/src/app/relays/index.tsx b/src/app/relays/index.tsx index 8d1e7c79..73a88384 100644 --- a/src/app/relays/index.tsx +++ b/src/app/relays/index.tsx @@ -6,8 +6,8 @@ export function RelaysScreen() {
-
-

+
+

Connected relays

diff --git a/src/app/relays/relay.tsx b/src/app/relays/relay.tsx index 7705f44e..bb295028 100644 --- a/src/app/relays/relay.tsx +++ b/src/app/relays/relay.tsx @@ -79,7 +79,7 @@ export function RelayScreen() { mailto:{resolvedRelay.contact} @@ -92,7 +92,7 @@ export function RelayScreen() { href={resolvedRelay.software} target="_blank" rel="noreferrer" - className="underline after:content-['_↗'] hover:text-fuchsia-500" + className="underline after:content-['_↗'] hover:text-blue-500" > {getSoftwareName(resolvedRelay.software) + ' - ' + @@ -110,7 +110,7 @@ export function RelayScreen() { href={`https://nips.be/${item}`} target="_blank" rel="noreferrer" - className="inline-flex aspect-square h-full w-full items-center justify-center rounded-lg bg-white/10 text-sm font-medium hover:bg-interor-500" + className="inline-flex aspect-square h-full w-full items-center justify-center rounded-lg bg-white/10 text-sm font-medium hover:bg-blue-600" > {item} @@ -145,7 +145,7 @@ export function RelayScreen() { href={resolvedRelay.payments_url} target="_blank" rel="noreferrer" - className="inline-flex h-10 w-full items-center justify-center rounded-lg bg-interor-500 text-sm font-medium hover:bg-interor-600" + className="inline-flex h-10 w-full items-center justify-center rounded-lg bg-blue-500 text-sm font-medium hover:bg-blue-600" > Open payment website diff --git a/src/app/settings/account.tsx b/src/app/settings/account.tsx index c6e5df43..cd0ddaa0 100644 --- a/src/app/settings/account.tsx +++ b/src/app/settings/account.tsx @@ -71,7 +71,7 @@ export function AccountSettingsScreen() {

diff --git a/src/app/settings/components/cacheTime.tsx b/src/app/settings/components/cacheTime.tsx index 2b5cc6a1..cf468e38 100644 --- a/src/app/settings/components/cacheTime.tsx +++ b/src/app/settings/components/cacheTime.tsx @@ -12,7 +12,7 @@ export function CacheTimeSetting() { return (
- + Cache time (milliseconds) @@ -25,12 +25,12 @@ export function CacheTimeSetting() { onChange={(e) => setTime(e.currentTarget.value)} autoCapitalize="none" autoCorrect="none" - className="h-8 w-24 rounded-md bg-zinc-800 px-2 text-right font-medium text-zinc-300 focus:outline-none" + className="h-8 w-24 rounded-md bg-neutral-800 px-2 text-right font-medium text-neutral-300 focus:outline-none" /> diff --git a/src/app/settings/components/dataPath.tsx b/src/app/settings/components/dataPath.tsx index bf980d4b..91c86e51 100644 --- a/src/app/settings/components/dataPath.tsx +++ b/src/app/settings/components/dataPath.tsx @@ -15,13 +15,13 @@ export function DataPath() { return (
- App data path + App data path Where the local data is stored
- {path} + {path}
); diff --git a/src/app/settings/components/version.tsx b/src/app/settings/components/version.tsx index 3a6cddbd..4d893a5d 100644 --- a/src/app/settings/components/version.tsx +++ b/src/app/settings/components/version.tsx @@ -15,13 +15,13 @@ export function VersionSetting() { return (
- Version + Version You're using latest version
- {version} + {version}
); diff --git a/src/app/space/components/toggle.tsx b/src/app/space/components/toggle.tsx index 40ec8a19..7710ad3f 100644 --- a/src/app/space/components/toggle.tsx +++ b/src/app/space/components/toggle.tsx @@ -9,17 +9,17 @@ export function ToggleWidgetList() { const setWidget = useWidgets((state) => state.setWidget); return ( -
+
- +
@@ -146,13 +146,13 @@ export function EditProfileModal() { -
-
+
+
- + Edit profile - +
@@ -181,7 +181,7 @@ export function EditProfileModal() { user's avatar
@@ -193,7 +193,7 @@ export function EditProfileModal() {
@@ -204,13 +204,13 @@ export function EditProfileModal() { minLength: 4, })} spellCheck={false} - className="relative h-11 w-full rounded-lg bg-zinc-200 px-3 py-1 text-zinc-900 !outline-none backdrop-blur-xl placeholder:text-zinc-500 dark:bg-zinc-800 dark:text-zinc-100" + className="relative h-11 w-full rounded-lg bg-neutral-200 px-3 py-1 text-neutral-900 !outline-none backdrop-blur-xl placeholder:text-neutral-500 dark:bg-neutral-800 dark:text-neutral-100" />
@@ -221,7 +221,7 @@ export function EditProfileModal() { minLength: 4, })} spellCheck={false} - className="relative h-11 w-full rounded-lg bg-zinc-200 px-3 py-1 text-zinc-900 !outline-none backdrop-blur-xl placeholder:text-zinc-500 dark:bg-zinc-800 dark:text-zinc-100" + className="relative h-11 w-full rounded-lg bg-neutral-200 px-3 py-1 text-neutral-900 !outline-none backdrop-blur-xl placeholder:text-neutral-500 dark:bg-neutral-800 dark:text-neutral-100" />
{nip05.verified ? ( @@ -246,20 +246,20 @@ export function EditProfileModal() {