From 48d690d33a8375918adff1d54a7d32ef0be3c5c7 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 14 May 2023 15:51:56 +0700 Subject: [PATCH] clean up & update dependencies --- package.json | 14 +- pnpm-lock.yaml | 481 +++++++++--------- src/app/channel/components/createModal.tsx | 4 +- .../components/messages/hideButton.tsx | 2 +- .../components/messages/muteButton.tsx | 2 +- src/app/channel/components/updateModal.tsx | 4 +- src/app/note/components/mentions/user.tsx | 4 +- src/app/note/components/metadata/reply.tsx | 2 +- .../today/components/views/createModal.tsx | 2 +- src/renderer/index.css | 8 + src/shared/avatarUploader.tsx | 2 +- src/shared/composer/imageUploader.tsx | 2 +- src/shared/composer/modal.tsx | 4 +- src/shared/form/imagePicker.tsx | 2 +- src/shared/multiAccounts.tsx | 8 +- src/shared/navigation.tsx | 4 +- tailwind.config.js | 48 -- 17 files changed, 276 insertions(+), 317 deletions(-) diff --git a/package.json b/package.json index 7c7a7053..2816186f 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-markdown": "^8.0.7", - "react-virtuoso": "^4.3.5", + "react-virtuoso": "^4.3.6", "remark-gfm": "^3.0.1", "slate": "^0.94.1", "slate-history": "^0.93.0", - "slate-react": "^0.94.0", + "slate-react": "^0.94.2", "swr": "^2.1.5", "tailwind-merge": "^1.12.0", "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql", @@ -41,15 +41,15 @@ }, "devDependencies": { "@tailwindcss/typography": "^0.5.9", - "@tauri-apps/cli": "^1.3.0", + "@tauri-apps/cli": "^1.3.1", "@trivago/prettier-plugin-sort-imports": "^4.1.1", - "@types/node": "^18.16.5", + "@types/node": "^18.16.9", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", "@types/youtube-player": "^5.5.7", - "@typescript-eslint/eslint-plugin": "^5.59.2", - "@typescript-eslint/parser": "^5.59.2", - "@vitejs/plugin-react-swc": "^3.3.0", + "@typescript-eslint/eslint-plugin": "^5.59.5", + "@typescript-eslint/parser": "^5.59.5", + "@vitejs/plugin-react-swc": "^3.3.1", "autoprefixer": "^10.4.14", "cross-env": "^7.0.3", "csstype": "^3.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 668ef803..60c3b60e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ dependencies: specifier: ^8.0.7 version: 8.0.7(@types/react@18.2.6)(react@18.2.0) react-virtuoso: - specifier: ^4.3.5 - version: 4.3.5(react-dom@18.2.0)(react@18.2.0) + specifier: ^4.3.6 + version: 4.3.6(react-dom@18.2.0)(react@18.2.0) remark-gfm: specifier: ^3.0.1 version: 3.0.1 @@ -59,8 +59,8 @@ dependencies: specifier: ^0.93.0 version: 0.93.0(slate@0.94.1) slate-react: - specifier: ^0.94.0 - version: 0.94.0(react-dom@18.2.0)(react@18.2.0)(slate@0.94.1) + specifier: ^0.94.2 + version: 0.94.2(react-dom@18.2.0)(react@18.2.0)(slate@0.94.1) swr: specifier: ^2.1.5 version: 2.1.5(react@18.2.0) @@ -79,14 +79,14 @@ devDependencies: specifier: ^0.5.9 version: 0.5.9(tailwindcss@3.3.2) '@tauri-apps/cli': - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.1 + version: 1.3.1 '@trivago/prettier-plugin-sort-imports': specifier: ^4.1.1 version: 4.1.1(prettier@2.8.8) '@types/node': - specifier: ^18.16.5 - version: 18.16.5 + specifier: ^18.16.9 + version: 18.16.9 '@types/react': specifier: ^18.2.6 version: 18.2.6 @@ -97,14 +97,14 @@ devDependencies: specifier: ^5.5.7 version: 5.5.7 '@typescript-eslint/eslint-plugin': - specifier: ^5.59.2 - version: 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5) + specifier: ^5.59.5 + version: 5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.59.2 - version: 5.59.2(eslint@8.40.0)(typescript@4.9.5) + specifier: ^5.59.5 + version: 5.59.5(eslint@8.40.0)(typescript@4.9.5) '@vitejs/plugin-react-swc': - specifier: ^3.3.0 - version: 3.3.0(vite@4.3.5) + specifier: ^3.3.1 + version: 3.3.1(vite@4.3.5) autoprefixer: specifier: ^10.4.14 version: 10.4.14(postcss@8.4.23) @@ -158,7 +158,7 @@ devDependencies: version: 4.9.5 vite: specifier: ^4.3.5 - version: 4.3.5(@types/node@18.16.5) + version: 4.3.5(@types/node@18.16.9) vite-plugin-ssr: specifier: ^0.4.123 version: 0.4.123(vite@4.3.5) @@ -329,9 +329,9 @@ packages: '@brillout/import': 0.2.3 dev: true - /@esbuild/android-arm64@0.17.18: + /@esbuild/android-arm64@0.17.19: resolution: - { integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw== } + { integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA== } engines: { node: '>=12' } cpu: [arm64] os: [android] @@ -339,9 +339,9 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.17.18: + /@esbuild/android-arm@0.17.19: resolution: - { integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw== } + { integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A== } engines: { node: '>=12' } cpu: [arm] os: [android] @@ -349,9 +349,9 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.17.18: + /@esbuild/android-x64@0.17.19: resolution: - { integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg== } + { integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww== } engines: { node: '>=12' } cpu: [x64] os: [android] @@ -359,9 +359,9 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.17.18: + /@esbuild/darwin-arm64@0.17.19: resolution: - { integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ== } + { integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg== } engines: { node: '>=12' } cpu: [arm64] os: [darwin] @@ -369,9 +369,9 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.17.18: + /@esbuild/darwin-x64@0.17.19: resolution: - { integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A== } + { integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw== } engines: { node: '>=12' } cpu: [x64] os: [darwin] @@ -379,9 +379,9 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.17.18: + /@esbuild/freebsd-arm64@0.17.19: resolution: - { integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA== } + { integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ== } engines: { node: '>=12' } cpu: [arm64] os: [freebsd] @@ -389,9 +389,9 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.17.18: + /@esbuild/freebsd-x64@0.17.19: resolution: - { integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew== } + { integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ== } engines: { node: '>=12' } cpu: [x64] os: [freebsd] @@ -399,9 +399,9 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.17.18: + /@esbuild/linux-arm64@0.17.19: resolution: - { integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ== } + { integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg== } engines: { node: '>=12' } cpu: [arm64] os: [linux] @@ -409,9 +409,9 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.17.18: + /@esbuild/linux-arm@0.17.19: resolution: - { integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg== } + { integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA== } engines: { node: '>=12' } cpu: [arm] os: [linux] @@ -419,9 +419,9 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.17.18: + /@esbuild/linux-ia32@0.17.19: resolution: - { integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ== } + { integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ== } engines: { node: '>=12' } cpu: [ia32] os: [linux] @@ -429,9 +429,9 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.17.18: + /@esbuild/linux-loong64@0.17.19: resolution: - { integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ== } + { integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ== } engines: { node: '>=12' } cpu: [loong64] os: [linux] @@ -439,9 +439,9 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.17.18: + /@esbuild/linux-mips64el@0.17.19: resolution: - { integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA== } + { integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A== } engines: { node: '>=12' } cpu: [mips64el] os: [linux] @@ -449,9 +449,9 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.17.18: + /@esbuild/linux-ppc64@0.17.19: resolution: - { integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ== } + { integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg== } engines: { node: '>=12' } cpu: [ppc64] os: [linux] @@ -459,9 +459,9 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.17.18: + /@esbuild/linux-riscv64@0.17.19: resolution: - { integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA== } + { integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA== } engines: { node: '>=12' } cpu: [riscv64] os: [linux] @@ -469,9 +469,9 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.17.18: + /@esbuild/linux-s390x@0.17.19: resolution: - { integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw== } + { integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q== } engines: { node: '>=12' } cpu: [s390x] os: [linux] @@ -479,9 +479,9 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.17.18: + /@esbuild/linux-x64@0.17.19: resolution: - { integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA== } + { integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw== } engines: { node: '>=12' } cpu: [x64] os: [linux] @@ -489,9 +489,9 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.17.18: + /@esbuild/netbsd-x64@0.17.19: resolution: - { integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg== } + { integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q== } engines: { node: '>=12' } cpu: [x64] os: [netbsd] @@ -499,9 +499,9 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.17.18: + /@esbuild/openbsd-x64@0.17.19: resolution: - { integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA== } + { integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g== } engines: { node: '>=12' } cpu: [x64] os: [openbsd] @@ -509,9 +509,9 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.17.18: + /@esbuild/sunos-x64@0.17.19: resolution: - { integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg== } + { integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg== } engines: { node: '>=12' } cpu: [x64] os: [sunos] @@ -519,9 +519,9 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.17.18: + /@esbuild/win32-arm64@0.17.19: resolution: - { integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg== } + { integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag== } engines: { node: '>=12' } cpu: [arm64] os: [win32] @@ -529,9 +529,9 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.17.18: + /@esbuild/win32-ia32@0.17.19: resolution: - { integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw== } + { integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw== } engines: { node: '>=12' } cpu: [ia32] os: [win32] @@ -539,9 +539,9 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.17.18: + /@esbuild/win32-x64@0.17.19: resolution: - { integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg== } + { integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA== } engines: { node: '>=12' } cpu: [x64] os: [win32] @@ -595,9 +595,9 @@ packages: { integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg== } dev: false - /@floating-ui/dom@1.2.7: + /@floating-ui/dom@1.2.8: resolution: - { integrity: sha512-DyqylONj1ZaBnzj+uBnVfzdjjCkFCL2aA9ESHLyUOGSqb03RpbLMImP1ekIQXYs4KLk9jAjJfZAU8hXfWSahEg== } + { integrity: sha512-XLwhYV90MxiHDq6S0rzFZj00fnDM+A1R9jhSioZoMsa7G0Q0i+Q4x40ajR8FHSdYDE1bgjG45mIWe6jtv9UPmg== } dependencies: '@floating-ui/core': 1.2.6 dev: false @@ -609,7 +609,7 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@floating-ui/dom': 1.2.7 + '@floating-ui/dom': 1.2.8 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -716,9 +716,9 @@ packages: { integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== } dev: false - /@maverick-js/signals@5.9.4: + /@maverick-js/signals@5.10.2: resolution: - { integrity: sha512-NJizvl2Pk0pWOjB+h0u2k+9pbdcF/zQf3Msohc79cldwhHXbWoPakIAQphrRdxtLUHBM1hm3ZJwVndI+on0+Zg== } + { integrity: sha512-JEoTAsctQwKyL3RIfhqi8a1rVXvBnK7HBEIhrcOICjZ5zb2ignh6FHSa9rmShyoF7rKYd58javxfhFjKC6WCwQ== } dev: false /@noble/hashes@1.2.0: @@ -793,9 +793,9 @@ packages: '@scure/base': 1.1.1 dev: false - /@swc/core-darwin-arm64@1.3.56: + /@swc/core-darwin-arm64@1.3.57: resolution: - { integrity: sha512-DZcu7BzDaLEdWHabz9DRTP0yEBLqkrWmskFcD5BX0lGAvoIvE4duMnAqi5F2B3X7630QioHRCYFoRw2WkeE3Cw== } + { integrity: sha512-lhAK9kF/ppZdNTdaxJl2gE0bXubzQXTgxB2Xojme/1sbOipaLTskBbJ3FLySChpmVOzD0QSCTiW8w/dmQxqNIQ== } engines: { node: '>=10' } cpu: [arm64] os: [darwin] @@ -803,9 +803,9 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.56: + /@swc/core-darwin-x64@1.3.57: resolution: - { integrity: sha512-VH5saqYFasdRXJy6RAT+MXm0+IjkMZvOkohJwUei+oA65cKJofQwrJ1jZro8yOJFYvUSI3jgNRGsdBkmo/4hMw== } + { integrity: sha512-jsTDH8Et/xdOM/ZCNvtrT6J8FT255OrMhEDvHZQZTgoky4oW/3FHUfji4J2FE97gitJqNJI8MuNuiGq81pIJRw== } engines: { node: '>=10' } cpu: [x64] os: [darwin] @@ -813,9 +813,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.56: + /@swc/core-linux-arm-gnueabihf@1.3.57: resolution: - { integrity: sha512-LWwPo6NnJkH01+ukqvkoNIOpMdw+Zundm4vBeicwyVrkP+mC3kwVfi03TUFpQUz3kRKdw/QEnxGTj+MouCPbtw== } + { integrity: sha512-MZv3fwcCmppbwfCWaE8cZvzbXOjX7n5SEC1hF2lgItTqp4S04dFk1iX50jKr6xS6xSLlRBPqDxwZH0sBpHaEuA== } engines: { node: '>=10' } cpu: [arm] os: [linux] @@ -823,9 +823,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.56: + /@swc/core-linux-arm64-gnu@1.3.57: resolution: - { integrity: sha512-GzsUy/4egJ4cMlxbM+Ub7AMi5CKAc+pxBxrh8MUPQbyStW8jGgnQsJouTnGy0LHawtdEnsCOl6PcO6OgvktXuQ== } + { integrity: sha512-wUeqa/qbkOEGl6TaDQZZL7txrQXs1vL7ERjPYhi9El+ywacFY/rTW2pK5DqaNk2eulVnLhbbNjsE1OMGSEWGkQ== } engines: { node: '>=10' } cpu: [arm64] os: [linux] @@ -833,9 +833,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.56: + /@swc/core-linux-arm64-musl@1.3.57: resolution: - { integrity: sha512-9gxL09BIiAv8zY0DjfnFf19bo8+P4T9tdhzPwcm+1yPJcY5yr1+YFWLNFzz01agtOj6VlZ2/wUJTaOfdjjtc+A== } + { integrity: sha512-pZfp1B9XfH7ZhDKFjr4qbyM093zU2Ri0IZq2M2A4W9q92+Ivy8oEIqw+gSRO3jwMDqRMEtFD49YuFhkJQakxdA== } engines: { node: '>=10' } cpu: [arm64] os: [linux] @@ -843,9 +843,9 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.56: + /@swc/core-linux-x64-gnu@1.3.57: resolution: - { integrity: sha512-n0ORNknl50vMRkll3BDO1E4WOqY6iISlPV1ZQCRLWQ6YQ2q8/WAryBxc2OAybcGHBUFkxyACpJukeU1QZ/9tNw== } + { integrity: sha512-dvtQnv07NikV+CJ+9PYJ3fqphSigzfvSUH6wRCmb5OzLDDLFnPLMrEO0pGeURvdIWCOhngcHF252C1Hl5uFSzA== } engines: { node: '>=10' } cpu: [x64] os: [linux] @@ -853,9 +853,9 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.56: + /@swc/core-linux-x64-musl@1.3.57: resolution: - { integrity: sha512-r+D34WLAOAlJtfw1gaVWpHRwCncU9nzW9i7w9kSw4HpWYnHJOz54jLGSEmNsrhdTCz1VK2ar+V2ktFUsrlGlDA== } + { integrity: sha512-1TKCSngyQxpzwBYDzF5MrEfYRDhlzt/GN1ZqlSnsJIPGkABOWZxYDvWJuMrkASdIztn3jSTPU2ih7rR7YQ8IIw== } engines: { node: '>=10' } cpu: [x64] os: [linux] @@ -863,9 +863,9 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.56: + /@swc/core-win32-arm64-msvc@1.3.57: resolution: - { integrity: sha512-29Yt75Is6X24z3x8h/xZC1HnDPkPpyLH9mDQiM6Cuc0I9mVr1XSriPEUB2N/awf5IE4SA8c+3IVq1DtKWbkJIw== } + { integrity: sha512-HvBYFyf4uBua/jyTrcFLKcq8SIbKVYfz2qWsbgSAZvuQPZvDC1XhN5EDH2tPZmT97F0CJx3fltH5nli6XY1/EQ== } engines: { node: '>=10' } cpu: [arm64] os: [win32] @@ -873,9 +873,9 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.56: + /@swc/core-win32-ia32-msvc@1.3.57: resolution: - { integrity: sha512-mplp0zbYDrcHtfvkniXlXdB04e2qIjz2Gq/XHKr4Rnc6xVORJjjXF91IemXKpavx2oZYJws+LNJL7UFQ8jyCdQ== } + { integrity: sha512-PS8AtK9e6Rp97S0ek9W5VCZNCbDaHBUasiJUmaYqRVCq/Mn6S7eQlhd0iUDnjsagigQtoCRgMUzkVknd1tarsQ== } engines: { node: '>=10' } cpu: [ia32] os: [win32] @@ -883,9 +883,9 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.56: + /@swc/core-win32-x64-msvc@1.3.57: resolution: - { integrity: sha512-zp8MBnrw/bjdLenO/ifYzHrImSjKunqL0C2IF4LXYNRfcbYFh2NwobsVQMZ20IT0474lKRdlP8Oxdt+bHuXrzA== } + { integrity: sha512-A6aX/Rpp0v3g7Spf3LSwR+ivviH8x+1xla612KLZmlc0yymWt9BMd3CmBkzyRBr2e41zGCrkf6tra6wgtCbAwA== } engines: { node: '>=10' } cpu: [x64] os: [win32] @@ -893,9 +893,9 @@ packages: dev: true optional: true - /@swc/core@1.3.56: + /@swc/core@1.3.57: resolution: - { integrity: sha512-yz/EeXT+PMZucUNrYceRUaTfuNS4IIu5EDZSOlvCEvm4jAmZi7CYH1B/kvzEzoAOzr7zkQiDPNJftcQXLkjbjA== } + { integrity: sha512-gAT80hOVeK5qoi+BRlgXWgJYI9cbQn2oi05A09Tvb6vjFgBsr9SlQGNZB9uMlcXRXspkZFf9l3yyWRtT4we3Yw== } engines: { node: '>=10' } requiresBuild: true peerDependencies: @@ -904,16 +904,16 @@ packages: '@swc/helpers': optional: true optionalDependencies: - '@swc/core-darwin-arm64': 1.3.56 - '@swc/core-darwin-x64': 1.3.56 - '@swc/core-linux-arm-gnueabihf': 1.3.56 - '@swc/core-linux-arm64-gnu': 1.3.56 - '@swc/core-linux-arm64-musl': 1.3.56 - '@swc/core-linux-x64-gnu': 1.3.56 - '@swc/core-linux-x64-musl': 1.3.56 - '@swc/core-win32-arm64-msvc': 1.3.56 - '@swc/core-win32-ia32-msvc': 1.3.56 - '@swc/core-win32-x64-msvc': 1.3.56 + '@swc/core-darwin-arm64': 1.3.57 + '@swc/core-darwin-x64': 1.3.57 + '@swc/core-linux-arm-gnueabihf': 1.3.57 + '@swc/core-linux-arm64-gnu': 1.3.57 + '@swc/core-linux-arm64-musl': 1.3.57 + '@swc/core-linux-x64-gnu': 1.3.57 + '@swc/core-linux-x64-musl': 1.3.57 + '@swc/core-win32-arm64-msvc': 1.3.57 + '@swc/core-win32-ia32-msvc': 1.3.57 + '@swc/core-win32-x64-msvc': 1.3.57 dev: true /@tailwindcss/typography@0.5.9(tailwindcss@3.3.2): @@ -974,9 +974,9 @@ packages: engines: { node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1' } dev: false - /@tauri-apps/cli-darwin-arm64@1.3.0: + /@tauri-apps/cli-darwin-arm64@1.3.1: resolution: - { integrity: sha512-uuhx3/LaqFyHkoGOnOltBLKWGOzC6WzdXu+/Qv3NmNnyQWkY7O34z5V0oP6ibfuiOBZufKjOuBR+8YAIR8Qh9Q== } + { integrity: sha512-QlepYVPgOgspcwA/u4kGG4ZUijlXfdRtno00zEy+LxinN/IRXtk+6ErVtsmoLi1ZC9WbuMwzAcsRvqsD+RtNAg== } engines: { node: '>= 10' } cpu: [arm64] os: [darwin] @@ -984,9 +984,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-darwin-x64@1.3.0: + /@tauri-apps/cli-darwin-x64@1.3.1: resolution: - { integrity: sha512-fj0VXHMDvb/H1CjaS/JoYd7xcourxndJn1IyM4afYbpXibT/fpmM6uZflDI6rRa220NfnBtQvy+asgwC9wuyLA== } + { integrity: sha512-fKcAUPVFO3jfDKXCSDGY0MhZFF/wDtx3rgFnogWYu4knk38o9RaqRkvMvqJhLYPuWaEM5h6/z1dRrr9KKCbrVg== } engines: { node: '>= 10' } cpu: [x64] os: [darwin] @@ -994,9 +994,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm-gnueabihf@1.3.0: + /@tauri-apps/cli-linux-arm-gnueabihf@1.3.1: resolution: - { integrity: sha512-f80DmFPnH5ZskG61KIlAyMVk9YkrTq0XM2uiQjOo5gToIdJidSwhPQVeBLv+7UxhqaRBx082Dg2fOkWlO3LiOQ== } + { integrity: sha512-+4H0dv8ltJHYu/Ma1h9ixUPUWka9EjaYa8nJfiMsdCI4LJLNE6cPveE7RmhZ59v9GW1XB108/k083JUC/OtGvA== } engines: { node: '>= 10' } cpu: [arm] os: [linux] @@ -1004,9 +1004,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm64-gnu@1.3.0: + /@tauri-apps/cli-linux-arm64-gnu@1.3.1: resolution: - { integrity: sha512-s6/OByuGoppoUSnOXv/b6Oe6cVFk2w/KHs19aJJpo9ov/dUAA1w9wXlXu2l6sOFGsu/plaVomF2cw3iAQmaUCQ== } + { integrity: sha512-Pj3odVO1JAxLjYmoXKxcrpj/tPxcA8UP8N06finhNtBtBaxAjrjjxKjO4968KB0BUH7AASIss9EL4Tr0FGnDuw== } engines: { node: '>= 10' } cpu: [arm64] os: [linux] @@ -1014,9 +1014,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm64-musl@1.3.0: + /@tauri-apps/cli-linux-arm64-musl@1.3.1: resolution: - { integrity: sha512-yZfZAW4BG92cynL/D4wdrwBAl2oekRwiZnU5CM8k5yncalVEL0tyzuxQjjqbqrtDcw0rdkoBWrhFd+EB89vQaQ== } + { integrity: sha512-tA0JdDLPFaj42UDIVcF2t8V0tSha40rppcmAR/MfQpTCxih6399iMjwihz9kZE1n4b5O4KTq9GliYo50a8zYlQ== } engines: { node: '>= 10' } cpu: [arm64] os: [linux] @@ -1024,9 +1024,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-x64-gnu@1.3.0: + /@tauri-apps/cli-linux-x64-gnu@1.3.1: resolution: - { integrity: sha512-K3KRWSGKh7DTBr/ZKgWzeNX1Vdgx1ZBlUJXsm72R0Hb+93fDEp3TWgiwVkxqecB4aNWJhJsDcvRHuxw1G8xPlA== } + { integrity: sha512-FDU+Mnvk6NLkqQimcNojdKpMN4Y3W51+SQl+NqG9AFCWprCcSg62yRb84751ujZuf2MGT8HQOfmd0i77F4Q3tQ== } engines: { node: '>= 10' } cpu: [x64] os: [linux] @@ -1034,9 +1034,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-x64-musl@1.3.0: + /@tauri-apps/cli-linux-x64-musl@1.3.1: resolution: - { integrity: sha512-99bVHqL1EtF7oESrlmEb5BWJsMNQ2ha70gesZhaVO2qI9Vg089XvrFZWC+aGiUsXNFrOw270+D9DKn03xO5+Zg== } + { integrity: sha512-MpO3akXFmK8lZYEbyQRDfhdxz1JkTBhonVuz5rRqxwA7gnGWHa1aF1+/2zsy7ahjB2tQ9x8DDFDMdVE20o9HrA== } engines: { node: '>= 10' } cpu: [x64] os: [linux] @@ -1044,9 +1044,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-win32-ia32-msvc@1.3.0: + /@tauri-apps/cli-win32-ia32-msvc@1.3.1: resolution: - { integrity: sha512-ckBUTqXXdnCiYyf2xvxiuqiKZurg7ET++f6yzfvYa+gofd5dagQJkGLlkIg2pJ2c8mhEG1Cfk1vxWPqqGfN2GQ== } + { integrity: sha512-9Boeo3K5sOrSBAZBuYyGkpV2RfnGQz3ZhGJt4hE6P+HxRd62lS6+qDKAiw1GmkZ0l1drc2INWrNeT50gwOKwIQ== } engines: { node: '>= 10' } cpu: [ia32] os: [win32] @@ -1054,9 +1054,9 @@ packages: dev: true optional: true - /@tauri-apps/cli-win32-x64-msvc@1.3.0: + /@tauri-apps/cli-win32-x64-msvc@1.3.1: resolution: - { integrity: sha512-vQ4wqRE0aziyRxgHIOLudGuxx4wETvFnmMvDBaNJRRrZQPlkOKnRxrvj1rNnI1845BdzSbDF4p7JDcFzToAfXA== } + { integrity: sha512-wMrTo91hUu5CdpbElrOmcZEoJR4aooTG+fbtcc87SMyPGQy1Ux62b+ZdwLvL1sVTxnIm//7v6QLRIWGiUjCPwA== } engines: { node: '>= 10' } cpu: [x64] os: [win32] @@ -1064,21 +1064,21 @@ packages: dev: true optional: true - /@tauri-apps/cli@1.3.0: + /@tauri-apps/cli@1.3.1: resolution: - { integrity: sha512-H65YQQkE6SBTQ+KlqTmzx7oCL/2p36v2jPFVNHBhZ5EN7g0VLYmImh9TFcB/QsO2aT+sVlRZSmTpL3R0Iiu8pA== } + { integrity: sha512-o4I0JujdITsVRm3/0spfJX7FcKYrYV1DXJqzlWIn6IY25/RltjU6qbC1TPgVww3RsRX63jyVUTcWpj5wwFl+EQ== } engines: { node: '>= 10' } hasBin: true optionalDependencies: - '@tauri-apps/cli-darwin-arm64': 1.3.0 - '@tauri-apps/cli-darwin-x64': 1.3.0 - '@tauri-apps/cli-linux-arm-gnueabihf': 1.3.0 - '@tauri-apps/cli-linux-arm64-gnu': 1.3.0 - '@tauri-apps/cli-linux-arm64-musl': 1.3.0 - '@tauri-apps/cli-linux-x64-gnu': 1.3.0 - '@tauri-apps/cli-linux-x64-musl': 1.3.0 - '@tauri-apps/cli-win32-ia32-msvc': 1.3.0 - '@tauri-apps/cli-win32-x64-msvc': 1.3.0 + '@tauri-apps/cli-darwin-arm64': 1.3.1 + '@tauri-apps/cli-darwin-x64': 1.3.1 + '@tauri-apps/cli-linux-arm-gnueabihf': 1.3.1 + '@tauri-apps/cli-linux-arm64-gnu': 1.3.1 + '@tauri-apps/cli-linux-arm64-musl': 1.3.1 + '@tauri-apps/cli-linux-x64-gnu': 1.3.1 + '@tauri-apps/cli-linux-x64-musl': 1.3.1 + '@tauri-apps/cli-win32-ia32-msvc': 1.3.1 + '@tauri-apps/cli-win32-x64-msvc': 1.3.1 dev: true /@trivago/prettier-plugin-sort-imports@4.1.1(prettier@2.8.8): @@ -1143,9 +1143,9 @@ packages: { integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== } dev: false - /@types/node@18.16.5: + /@types/node@18.16.9: resolution: - { integrity: sha512-seOA34WMo9KB+UA78qaJoCO20RJzZGVXQ5Sh6FWu0g/hfT44nKXnej3/tCQl7FL97idFpBhisLYCTB50S0EirA== } + { integrity: sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA== } dev: true /@types/prop-types@15.7.5: @@ -1171,9 +1171,9 @@ packages: resolution: { integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== } - /@types/semver@7.3.13: + /@types/semver@7.5.0: resolution: - { integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== } + { integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== } dev: true /@types/unist@2.0.6: @@ -1186,9 +1186,9 @@ packages: { integrity: sha512-W8F4eoTIvzXeNrT3JroQPimZLXnlJA8smYygHZUKFPVoYwgs/OhJkA1VBhL3iSs57OQkuINqHlY4SmMT5wtnJg== } dev: true - /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@4.9.5): resolution: - { integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A== } + { integrity: sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1199,25 +1199,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/type-utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.5(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.5 + '@typescript-eslint/type-utils': 5.59.5(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@4.9.5) debug: 4.3.4 eslint: 8.40.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.59.2(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/parser@5.59.5(eslint@8.40.0)(typescript@4.9.5): resolution: - { integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ== } + { integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1226,9 +1226,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.5 + '@typescript-eslint/types': 5.59.5 + '@typescript-eslint/typescript-estree': 5.59.5(typescript@4.9.5) debug: 4.3.4 eslint: 8.40.0 typescript: 4.9.5 @@ -1236,18 +1236,18 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@5.59.2: + /@typescript-eslint/scope-manager@5.59.5: resolution: - { integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA== } + { integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/visitor-keys': 5.59.2 + '@typescript-eslint/types': 5.59.5 + '@typescript-eslint/visitor-keys': 5.59.5 dev: true - /@typescript-eslint/type-utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/type-utils@5.59.5(eslint@8.40.0)(typescript@4.9.5): resolution: - { integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ== } + { integrity: sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: '*' @@ -1256,8 +1256,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.59.5(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@4.9.5) debug: 4.3.4 eslint: 8.40.0 tsutils: 3.21.0(typescript@4.9.5) @@ -1266,15 +1266,15 @@ packages: - supports-color dev: true - /@typescript-eslint/types@5.59.2: + /@typescript-eslint/types@5.59.5: resolution: - { integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w== } + { integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree@5.59.2(typescript@4.9.5): + /@typescript-eslint/typescript-estree@5.59.5(typescript@4.9.5): resolution: - { integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q== } + { integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: typescript: '*' @@ -1282,45 +1282,45 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/visitor-keys': 5.59.2 + '@typescript-eslint/types': 5.59.5 + '@typescript-eslint/visitor-keys': 5.59.5 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.59.5(eslint@8.40.0)(typescript@4.9.5): resolution: - { integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ== } + { integrity: sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.59.5 + '@typescript-eslint/types': 5.59.5 + '@typescript-eslint/typescript-estree': 5.59.5(typescript@4.9.5) eslint: 8.40.0 eslint-scope: 5.1.1 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@5.59.2: + /@typescript-eslint/visitor-keys@5.59.5: resolution: - { integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig== } + { integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/types': 5.59.5 eslint-visitor-keys: 3.4.1 dev: true @@ -1342,14 +1342,14 @@ packages: vidstack: 0.4.5(typescript@4.9.5) dev: false - /@vitejs/plugin-react-swc@3.3.0(vite@4.3.5): + /@vitejs/plugin-react-swc@3.3.1(vite@4.3.5): resolution: - { integrity: sha512-Ycg+n2eyCOTpn/wRy+evVo859+hw7qCj9iaX5CMny6x1fx1Uoq0xBG+a98lFtwLNGfGEnpI0F26YigRuxCRkwg== } + { integrity: sha512-ZoYjGxMniXP7X+5ry/W1tpY7w0OeLUEsBF5RHFPmAhpgwwNWie8OF4056MRXRi9QgvYYoZPDzdOXGK3wlCoTfQ== } peerDependencies: vite: ^4 dependencies: - '@swc/core': 1.3.56 - vite: 4.3.5(@types/node@18.16.5) + '@swc/core': 1.3.57 + vite: 4.3.5(@types/node@18.16.9) transitivePeerDependencies: - '@swc/helpers' dev: true @@ -1479,7 +1479,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true @@ -1508,7 +1508,7 @@ packages: define-properties: 1.2.0 es-abstract: 1.21.2 es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /astral-regex@2.0.0: @@ -1526,7 +1526,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001486 + caniuse-lite: 1.0.30001487 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -1578,8 +1578,8 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001486 - electron-to-chromium: 1.4.385 + caniuse-lite: 1.0.30001487 + electron-to-chromium: 1.4.394 node-releases: 2.0.10 update-browserslist-db: 1.0.11(browserslist@4.21.5) dev: true @@ -1595,7 +1595,7 @@ packages: { integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== } dependencies: function-bind: 1.1.1 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /callsites@3.1.0: @@ -1609,9 +1609,9 @@ packages: engines: { node: '>= 6' } dev: true - /caniuse-lite@1.0.30001486: + /caniuse-lite@1.0.30001487: resolution: - { integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg== } + { integrity: sha512-83564Z3yWGqXsh2vaH/mhXfEM0wX+NlBCm1jYHOb97TrTWJEmPTccZgeLTPBUUb0PNVo+oomb7wkimZBIERClA== } dev: true /ccount@2.0.1: @@ -1889,9 +1889,9 @@ packages: { integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== } dev: true - /electron-to-chromium@1.4.385: + /electron-to-chromium@1.4.394: resolution: - { integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg== } + { integrity: sha512-0IbC2cfr8w5LxTz+nmn2cJTGafsK9iauV2r5A5scfzyovqLrxuLoxOHE5OBobP3oVIggJT+0JfKnw9sm87c8Hw== } dev: true /emoji-regex@8.0.0: @@ -1922,7 +1922,7 @@ packages: es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 @@ -1962,7 +1962,7 @@ packages: { integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== } engines: { node: '>= 0.4' } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 has-tostringtag: 1.0.0 dev: true @@ -1984,35 +1984,35 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild@0.17.18: + /esbuild@0.17.19: resolution: - { integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w== } + { integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw== } engines: { node: '>=12' } hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.17.18 - '@esbuild/android-arm64': 0.17.18 - '@esbuild/android-x64': 0.17.18 - '@esbuild/darwin-arm64': 0.17.18 - '@esbuild/darwin-x64': 0.17.18 - '@esbuild/freebsd-arm64': 0.17.18 - '@esbuild/freebsd-x64': 0.17.18 - '@esbuild/linux-arm': 0.17.18 - '@esbuild/linux-arm64': 0.17.18 - '@esbuild/linux-ia32': 0.17.18 - '@esbuild/linux-loong64': 0.17.18 - '@esbuild/linux-mips64el': 0.17.18 - '@esbuild/linux-ppc64': 0.17.18 - '@esbuild/linux-riscv64': 0.17.18 - '@esbuild/linux-s390x': 0.17.18 - '@esbuild/linux-x64': 0.17.18 - '@esbuild/netbsd-x64': 0.17.18 - '@esbuild/openbsd-x64': 0.17.18 - '@esbuild/sunos-x64': 0.17.18 - '@esbuild/win32-arm64': 0.17.18 - '@esbuild/win32-ia32': 0.17.18 - '@esbuild/win32-x64': 0.17.18 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 dev: true /escalade@3.1.1: @@ -2352,12 +2352,13 @@ packages: { integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== } dev: true - /get-intrinsic@1.2.0: + /get-intrinsic@1.2.1: resolution: - { integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== } + { integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== } dependencies: function-bind: 1.1.1 has: 1.0.3 + has-proto: 1.0.1 has-symbols: 1.0.3 dev: true @@ -2373,7 +2374,7 @@ packages: engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /glob-parent@5.1.2: @@ -2460,7 +2461,7 @@ packages: resolution: { integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /graceful-fs@4.2.11: @@ -2494,7 +2495,7 @@ packages: resolution: { integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /has-proto@1.0.1: @@ -2606,7 +2607,7 @@ packages: { integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== } engines: { node: '>= 0.4' } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 dev: true @@ -2616,7 +2617,7 @@ packages: { integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-typed-array: 1.1.10 dev: true @@ -3016,7 +3017,7 @@ packages: { integrity: sha512-p8L5V62CV6TmHAngmRAopp231oJKeH77mJja5SsKOfvzrPRoThT/Jo9U0jMRB5iMykqkvyg2J5V5Agn6FPXDWQ== } engines: { node: '>=16' } dependencies: - '@maverick-js/signals': 5.9.4 + '@maverick-js/signals': 5.10.2 type-fest: 3.10.0(typescript@4.9.5) transitivePeerDependencies: - typescript @@ -3247,9 +3248,9 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm-table@1.0.5: + /micromark-extension-gfm-table@1.0.6: resolution: - { integrity: sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg== } + { integrity: sha512-92pq7Q+T+4kXH4M6kL+pc8WU23Z9iuhcqmtYFWdFWjm73ZscFpH2xE28+XFpGWlvgq3LUwcN0XC0PGCicYFpgA== } dependencies: micromark-factory-space: 1.0.0 micromark-util-character: 1.1.0 @@ -3276,14 +3277,14 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm@2.0.1: + /micromark-extension-gfm@2.0.2: resolution: - { integrity: sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA== } + { integrity: sha512-oMBh++llCWHYftkP1NmeoQDHHlj3nsRYL3HBhjwBqm+CjSQ4l/v05XiQMTWqmYh4MLEVbq473qEi6S1wonCxcA== } dependencies: micromark-extension-gfm-autolink-literal: 1.0.4 micromark-extension-gfm-footnote: 1.1.0 micromark-extension-gfm-strikethrough: 1.0.5 - micromark-extension-gfm-table: 1.0.5 + micromark-extension-gfm-table: 1.0.6 micromark-extension-gfm-tagfilter: 1.0.2 micromark-extension-gfm-task-list-item: 1.0.4 micromark-util-combine-extensions: 1.0.0 @@ -4022,9 +4023,9 @@ packages: - supports-color dev: false - /react-virtuoso@4.3.5(react-dom@18.2.0)(react@18.2.0): + /react-virtuoso@4.3.6(react-dom@18.2.0)(react@18.2.0): resolution: - { integrity: sha512-MdWzmM9d8Gt5YGPIgGzRoqnYygTsriWlZrq+SqxphJTiiHs9cffnjf2Beo3SA3wRYzQJD8FI2HXtN5ACWzPFbQ== } + { integrity: sha512-t2yzA9QKwMrcECLytVfZcBZMusuQ9Ahgt62SL8uC/sYm9Sk/h14sYTJC0MVO6CAtl3BzKiLKSC79Vp+W3KOXMg== } engines: { node: '>=10' } peerDependencies: react: '>=16 || >=17 || >= 18' @@ -4073,7 +4074,7 @@ packages: dependencies: '@types/mdast': 3.0.11 mdast-util-gfm: 2.0.2 - micromark-extension-gfm: 2.0.1 + micromark-extension-gfm: 2.0.2 unified: 10.1.2 transitivePeerDependencies: - supports-color @@ -4154,9 +4155,9 @@ packages: glob: 7.2.3 dev: true - /rollup@3.21.5: + /rollup@3.21.7: resolution: - { integrity: sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg== } + { integrity: sha512-KXPaEuR8FfUoK2uHwNjxTmJ18ApyvD6zJpYv9FOJSqLStmt6xOY84l1IjK2dSolQmoXknrhEFRaPRgOPdqCT5w== } engines: { node: '>=14.18.0', npm: '>=8.0.0' } hasBin: true optionalDependencies: @@ -4190,7 +4191,7 @@ packages: { integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-regex: 1.1.4 dev: true @@ -4225,9 +4226,9 @@ packages: hasBin: true dev: true - /semver@7.5.0: + /semver@7.5.1: resolution: - { integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== } + { integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== } engines: { node: '>=10' } hasBin: true dependencies: @@ -4253,7 +4254,7 @@ packages: { integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 object-inspect: 1.12.3 dev: true @@ -4288,9 +4289,9 @@ packages: slate: 0.94.1 dev: false - /slate-react@0.94.0(react-dom@18.2.0)(react@18.2.0)(slate@0.94.1): + /slate-react@0.94.2(react-dom@18.2.0)(react@18.2.0)(slate@0.94.1): resolution: - { integrity: sha512-8LW3HdC3Rya+3E1Gm5voyXdEfQrJGvm0QYl0bgtW2C06Dh82imxhGIPqRv2sj8j2Zf869oJGNp2bGUoCuNBJ6g== } + { integrity: sha512-4wDSuTuGBkdQ609CS55uc2Yhfa5but21usBgAtCVhPJQazL85kzN2vUUYTmGb7d/mpP9tdnJiVPopIyhqlRJ8Q== } peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -4398,7 +4399,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 regexp.prototype.flags: 1.5.0 @@ -4874,10 +4875,10 @@ packages: acorn: 8.8.2 cac: 6.7.14 es-module-lexer: 0.10.5 - esbuild: 0.17.18 + esbuild: 0.17.19 fast-glob: 3.2.12 sirv: 2.0.3 - vite: 4.3.5(@types/node@18.16.5) + vite: 4.3.5(@types/node@18.16.9) dev: true /vite-plugin-top-level-await@1.3.0(vite@4.3.5): @@ -4887,9 +4888,9 @@ packages: vite: '>=2.8' dependencies: '@rollup/plugin-virtual': 3.0.1 - '@swc/core': 1.3.56 + '@swc/core': 1.3.57 uuid: 9.0.0 - vite: 4.3.5(@types/node@18.16.5) + vite: 4.3.5(@types/node@18.16.9) transitivePeerDependencies: - '@swc/helpers' - rollup @@ -4907,13 +4908,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.1(typescript@4.9.5) - vite: 4.3.5(@types/node@18.16.5) + vite: 4.3.5(@types/node@18.16.9) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@4.3.5(@types/node@18.16.5): + /vite@4.3.5(@types/node@18.16.9): resolution: { integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA== } engines: { node: ^14.18.0 || >=16.0.0 } @@ -4939,10 +4940,10 @@ packages: terser: optional: true dependencies: - '@types/node': 18.16.5 - esbuild: 0.17.18 + '@types/node': 18.16.9 + esbuild: 0.17.19 postcss: 8.4.23 - rollup: 3.21.5 + rollup: 3.21.7 optionalDependencies: fsevents: 2.3.2 dev: true diff --git a/src/app/channel/components/createModal.tsx b/src/app/channel/components/createModal.tsx index 48491571..d0c84424 100644 --- a/src/app/channel/components/createModal.tsx +++ b/src/app/channel/components/createModal.tsx @@ -106,7 +106,7 @@ export default function ChannelCreateModal() { leaveFrom="opacity-100" leaveTo="opacity-0" > -
+
@@ -41,7 +41,7 @@ export default function MultiAccounts() {
<> {!accounts ? ( -
+
) : ( accounts.map((account: { is_active: number; pubkey: string }) => ( @@ -50,7 +50,7 @@ export default function MultiAccounts() { diff --git a/src/shared/navigation.tsx b/src/shared/navigation.tsx index fa20ed66..9619e026 100644 --- a/src/shared/navigation.tsx +++ b/src/shared/navigation.tsx @@ -61,7 +61,7 @@ export default function Navigation() { {({ open }) => (
- +
{({ open }) => (
- +