diff --git a/apps/admin/package.json b/apps/admin/package.json index 0d9a06a..37f6cc1 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -34,7 +34,7 @@ "react-dom": "^18", "react-icons": "^4.11.0", "react-query": "^3.39.3", - "server": "^1.0.0", + "server": "workspace:0.1.0", "superjson": "^2.2.1", "yup": "^1.3.2" }, diff --git a/apps/client/package.json b/apps/client/package.json index 3e802f4..507cdf1 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -15,6 +15,7 @@ "@nextui-org/react": "^2.1.13", "@nextui-org/system": "^2.0.10", "@nextui-org/theme": "^2.1.9", + "@prisma/nextjs-monorepo-workaround-plugin": "^5.13.0", "@tanstack/react-query": "^4.36.1", "@trpc/client": "^10.43.6", "@trpc/react": "^9.27.4", @@ -23,14 +24,14 @@ "clsx": "^2.0.0", "framer-motion": "^10.16.4", "i18next": "^23.7.7", - "next": "14.0.1", + "next": "14.2.3", "next-intl": "^3.2.5", "react": "^18", - "react-dom": "^18" + "react-dom": "^18", + "server": "workspace:0.1.0" }, "devDependencies": { "@next/eslint-plugin-next": "^14.0.3", - "@prisma/nextjs-monorepo-workaround-plugin": "^5.13.0", "@repo/eslint-config": "workspace:*", "@types/eslint": "^8.56.10", "@types/node": "^20", diff --git a/apps/server/package.json b/apps/server/package.json index 457eff4..3395c7f 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "0.0.1", + "version": "0.1.0", "description": "Server based on Nestjs, tRPC, Prisma, MongoDB", "private": true, "license": "UNLICENSED", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75e29c4..4b0a381 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,13 +39,13 @@ importers: dependencies: '@nextui-org/react': specifier: ^2.1.13 - version: 2.3.6(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1)(tailwindcss@3.4.3) + version: 2.4.0(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3) '@nextui-org/system': specifier: ^2.0.10 - version: 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + version: 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/theme': specifier: ^2.1.9 - version: 2.2.3(tailwindcss@3.4.3) + version: 2.2.4(tailwindcss@3.4.3) '@prisma/nextjs-monorepo-workaround-plugin': specifier: ^5.13.0 version: 5.14.0 @@ -104,8 +104,8 @@ importers: specifier: ^3.39.3 version: 3.39.3(react-dom@18.3.1)(react@18.3.1) server: - specifier: ^1.0.0 - version: 1.0.39 + specifier: workspace:0.1.0 + version: link:../server superjson: specifier: ^2.2.1 version: 2.2.1 @@ -154,13 +154,16 @@ importers: dependencies: '@nextui-org/react': specifier: ^2.1.13 - version: 2.3.6(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1)(tailwindcss@3.4.3) + version: 2.4.0(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3) '@nextui-org/system': specifier: ^2.0.10 - version: 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + version: 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/theme': specifier: ^2.1.9 - version: 2.2.3(tailwindcss@3.4.3) + version: 2.2.4(tailwindcss@3.4.3) + '@prisma/nextjs-monorepo-workaround-plugin': + specifier: ^5.13.0 + version: 5.14.0 '@tanstack/react-query': specifier: ^4.36.1 version: 4.36.1(react-dom@18.3.1)(react@18.3.1) @@ -186,24 +189,24 @@ importers: specifier: ^23.7.7 version: 23.11.5 next: - specifier: 14.0.1 - version: 14.0.1(react-dom@18.3.1)(react@18.3.1) + specifier: 14.2.3 + version: 14.2.3(react-dom@18.3.1)(react@18.3.1) next-intl: specifier: ^3.2.5 - version: 3.14.1(next@14.0.1)(react@18.3.1) + version: 3.14.1(next@14.2.3)(react@18.3.1) react: specifier: ^18 version: 18.3.1 react-dom: specifier: ^18 version: 18.3.1(react@18.3.1) + server: + specifier: workspace:0.1.0 + version: link:../server devDependencies: '@next/eslint-plugin-next': specifier: ^14.0.3 version: 14.2.3 - '@prisma/nextjs-monorepo-workaround-plugin': - specifier: ^5.13.0 - version: 5.14.0 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/eslint-config @@ -369,7 +372,7 @@ importers: version: 6.3.4 ts-jest: specifier: ^29.1.0 - version: 29.1.3(@babel/core@7.24.6)(jest@29.7.0)(typescript@5.4.5) + version: 29.1.4(@babel/core@7.24.6)(jest@29.7.0)(typescript@5.4.5) ts-loader: specifier: ^9.4.3 version: 9.5.1(typescript@5.4.5)(webpack@5.91.0) @@ -396,7 +399,7 @@ importers: version: 8.57.0 eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.34.1)(eslint@8.57.0) + version: 19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.34.2)(eslint@8.57.0) eslint-config-airbnb-typescript: specifier: ^17.1.0 version: 17.1.0(@typescript-eslint/eslint-plugin@6.21.0)(@typescript-eslint/parser@6.21.0)(eslint-plugin-import@2.29.1)(eslint@8.57.0) @@ -420,7 +423,7 @@ importers: version: 5.1.3(eslint-config-prettier@8.10.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-react: specifier: ^7.34.1 - version: 7.34.1(eslint@8.57.0) + version: 7.34.2(eslint@8.57.0) eslint-plugin-react-hooks: specifier: ^4.6.0 version: 4.6.2(eslint@8.57.0) @@ -441,7 +444,7 @@ importers: version: 5.4.5 typescript-eslint: specifier: ^7.8.0 - version: 7.10.0(eslint@8.57.0)(typescript@5.4.5) + version: 7.11.0(eslint@8.57.0)(typescript@5.4.5) packages: /@alloc/quick-lru@5.2.0: @@ -713,6 +716,7 @@ packages: integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==, } engines: { node: '>=6.9.0' } + dev: true /@babel/helper-validator-identifier@7.24.6: resolution: @@ -720,6 +724,7 @@ packages: integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==, } engines: { node: '>=6.9.0' } + dev: true /@babel/helper-validator-option@7.24.6: resolution: @@ -762,6 +767,7 @@ packages: hasBin: true dependencies: '@babel/types': 7.24.6 + dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.6): resolution: @@ -986,6 +992,7 @@ packages: '@babel/helper-string-parser': 7.24.6 '@babel/helper-validator-identifier': 7.24.6 to-fast-properties: 2.0.0 + dev: true /@bcoe/v8-coverage@0.2.3: resolution: @@ -1546,13 +1553,6 @@ packages: '@swc/helpers': 0.5.11 dev: false - /@ioredis/commands@1.2.0: - resolution: - { - integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==, - } - dev: false - /@isaacs/cliui@8.0.2: resolution: { @@ -2193,13 +2193,6 @@ packages: tslib: 2.6.2 dev: true - /@next/env@14.0.1: - resolution: - { - integrity: sha512-Ms8ZswqY65/YfcjrlcIwMPD7Rg/dVjdLapMcSHG26W6O67EJDF435ShW4H4LXi1xKO1oRc97tLXUpx8jpLe86A==, - } - dev: false - /@next/env@14.2.3: resolution: { @@ -2225,18 +2218,6 @@ packages: glob: 10.3.10 dev: true - /@next/swc-darwin-arm64@14.0.1: - resolution: - { - integrity: sha512-JyxnGCS4qT67hdOKQ0CkgFTp+PXub5W1wsGvIq98TNbF3YEIN7iDekYhYsZzc8Ov0pWEsghQt+tANdidITCLaw==, - } - engines: { node: '>= 10' } - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-arm64@14.2.3: resolution: { @@ -2249,18 +2230,6 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@14.0.1: - resolution: - { - integrity: sha512-625Z7bb5AyIzswF9hvfZWa+HTwFZw+Jn3lOBNZB87lUS0iuCYDHqk3ujuHCkiyPtSC0xFBtYDLcrZ11mF/ap3w==, - } - engines: { node: '>= 10' } - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-x64@14.2.3: resolution: { @@ -2273,18 +2242,6 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu@14.0.1: - resolution: - { - integrity: sha512-iVpn3KG3DprFXzVHM09kvb//4CNNXBQ9NB/pTm8LO+vnnnaObnzFdS5KM+w1okwa32xH0g8EvZIhoB3fI3mS1g==, - } - engines: { node: '>= 10' } - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-gnu@14.2.3: resolution: { @@ -2297,18 +2254,6 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl@14.0.1: - resolution: - { - integrity: sha512-mVsGyMxTLWZXyD5sen6kGOTYVOO67lZjLApIj/JsTEEohDDt1im2nkspzfV5MvhfS7diDw6Rp/xvAQaWZTv1Ww==, - } - engines: { node: '>= 10' } - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-musl@14.2.3: resolution: { @@ -2321,18 +2266,6 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@14.0.1: - resolution: - { - integrity: sha512-wMqf90uDWN001NqCM/auRl3+qVVeKfjJdT9XW+RMIOf+rhUzadmYJu++tp2y+hUbb6GTRhT+VjQzcgg/QTD9NQ==, - } - engines: { node: '>= 10' } - cpu: [x64] - os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-gnu@14.2.3: resolution: { @@ -2345,18 +2278,6 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl@14.0.1: - resolution: - { - integrity: sha512-ol1X1e24w4j4QwdeNjfX0f+Nza25n+ymY0T2frTyalVczUmzkVD7QGgPTZMHfR1aLrO69hBs0G3QBYaj22J5GQ==, - } - engines: { node: '>= 10' } - cpu: [x64] - os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-musl@14.2.3: resolution: { @@ -2369,18 +2290,6 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc@14.0.1: - resolution: - { - integrity: sha512-WEmTEeWs6yRUEnUlahTgvZteh5RJc4sEjCQIodJlZZ5/VJwVP8p2L7l6VhzQhT4h7KvLx/Ed4UViBdne6zpIsw==, - } - engines: { node: '>= 10' } - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-arm64-msvc@14.2.3: resolution: { @@ -2393,18 +2302,6 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc@14.0.1: - resolution: - { - integrity: sha512-oFpHphN4ygAgZUKjzga7SoH2VGbEJXZa/KL8bHCAwCjDWle6R1SpiGOdUdA8EJ9YsG1TYWpzY6FTbUA+iAJeww==, - } - engines: { node: '>= 10' } - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-ia32-msvc@14.2.3: resolution: { @@ -2417,18 +2314,6 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@14.0.1: - resolution: - { - integrity: sha512-FFp3nOJ/5qSpeWT0BZQ+YE1pSMk4IMpkME/1DwKBwhg4mJLB9L+6EXuJi4JEwaJdl5iN+UUlmUD3IsR1kx5fAg==, - } - engines: { node: '>= 10' } - cpu: [x64] - os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-x64-msvc@14.2.3: resolution: { @@ -2441,45 +2326,43 @@ packages: dev: false optional: true - /@nextui-org/accordion@2.0.32(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/accordion@2.0.33(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-iwvEd89SdOrtCxeX2Pq44wmgFm6a01sCq79BgCKuqMcsCFekZ5/yQu09R3kBB6Kne4ghZWF6MXgmzOgbS04atg==, + integrity: sha512-s7Pg0x0M2atK5xXcsa9+QN6OPF8yjVgLzs4Fr6nf3TPAicNyRooodJ61hmRloaBHcbPYy5+cO4rUuO0Xhst8sA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/divider': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/divider': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-accordion': 2.0.4(react-dom@18.3.1)(react@18.3.1) - '@react-aria/button': 3.9.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tree': 3.8.1(react@18.3.1) + '@react-aria/button': 3.9.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tree': 3.7.6(react@18.3.1) '@react-types/accordion': 3.0.0-alpha.19(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/aria-utils@2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/aria-utils@2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-9ZIZgWFU26csBnfAxsG5HEcz/nLmbeUusbi3kME3sm69iu5B0+A0WSABW+Ffk1Vhtyh73zJZRpA8baC673+5tQ==, + integrity: sha512-rDYVtr+159rLVH9WZLabZ6ctIXWSGKxGXlZo47QVL6CsEF+7N67+Bp+0dwWr5tdav2/hnmXL5/QuRR+Ulde04Q==, } peerDependencies: react: '>=18' @@ -2487,65 +2370,65 @@ packages: dependencies: '@nextui-org/react-rsc-utils': 2.0.12 '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/collections': 3.10.7(react@18.3.1) - '@react-types/overlays': 3.8.7(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/collections': 3.10.5(react@18.3.1) + '@react-stately/overlays': 3.6.5(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@nextui-org/theme' - - tailwind-variants + - framer-motion dev: false - /@nextui-org/autocomplete@2.0.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/autocomplete@2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-cVkFTiiM6Io7XPKMMdNZdTg9OpC/SVOsO48RrbxIv9Nl2HzvQYadhsiYett3skSMTy4u3Az8FJPUp+ql0GmxxA==, + integrity: sha512-NEb8JkwH+Cj4PDo8aJer3++GfwH8Krf3tSkZzwbBOZBSef1QxjGsOPnhETsyqD2QOG3Ig8vecwTrUyUtWNSZjQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/input': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/listbox': 2.1.19(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/popover': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/input': 2.2.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/listbox': 2.1.20(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/popover': 2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) - '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/spinner': 2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/spinner': 2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/combobox': 3.9.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/combobox': 3.8.4(react@18.3.1) - '@react-types/combobox': 3.11.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/combobox': 3.8.4(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/combobox': 3.8.2(react@18.3.1) + '@react-types/combobox': 3.10.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants dev: false - /@nextui-org/avatar@2.0.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/avatar@2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-rmEWhzg7bHOYWCvcFWBjex80aRtnLE7QyHWTHr9+KtOQRJRtv33Kxy5JfDcCQ6vKBz/ZPAWJ76ftUaba3yvXjQ==, + integrity: sha512-Rii8ptFJmt3ftcT9c5RP3AE99LHCikMLHl8La6I519s9f8fPkiPGdIwHnuBVC6gq5sI+O0ZbYcvBGrkuyJgDBw==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -2555,40 +2438,39 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-image': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/badge@2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/badge@2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-7JH8X7F4FvsPjygToTId87/syh0ZPS6GK8z3zCZHu7zgA10FrwbCyQGuTpznF2GAnmtW3DxTWpemOOJD0dMJbQ==, + integrity: sha512-W0Anc+4VL675fai9xBhTxBp08pfzhAHch7zmP4fsRvlGQZyKAzI16clzhTt9KdOaLBq3hCIQIdCs3cwl1NsSPg==, } peerDependencies: + '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/breadcrumbs@2.0.7(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/breadcrumbs@2.0.8(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-4xD3hUy5QFtYSZWxjY8Cprq4BpSPfqkR9RyVmG9q5MCeJ8zJQTZlEZ1VCZjnwx4Mtif4kDxAgEm/eBhn6dW7mA==, + integrity: sha512-ceRXich8DVrf468MwAIayoBmHB2dsQn3vcIt9ujCu9gLfcgkXqH3CNcU9W17lv0ZMDf4dLzb/qPUJncmNZrX0w==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -2599,80 +2481,78 @@ packages: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/breadcrumbs': 3.5.13(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/breadcrumbs': 3.7.5(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/breadcrumbs': 3.5.11(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/breadcrumbs': 3.7.3(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/button@2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/button@2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-EqrmTLhJaIFqDCK247XHuEE0c10A1mnRpIoMEgwP5GUjAFC/5itpdU80zRDi4zWXUaI6ppaVpZqWnDOCK5Qvwg==, + integrity: sha512-2F+Vk3Lt4CWXm/uqe04tYToO6cqJv8+o66lbPcR+/0EoxogrjkIwzUNuR2YPDQTK9DJ+pZffkqEZmZDuNyoRjA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) - '@nextui-org/ripple': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/ripple': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/spinner': 2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/spinner': 2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) - '@react-aria/button': 3.9.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/button': 3.9.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/button': 3.9.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/calendar@2.0.4(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/calendar@2.0.5(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-B1OqFBt9Z8jh42qPW6u5W0fsyf1iYs2d1hdhHfVEvFgK7E1KoNaVe03pwZsZV/tYTW/Mh5zSuNwWhhWxphzrHA==, + integrity: sha512-8/tSI7aUT9IsejKj6RbQwyPtBas7pePzVMXuYDq9gAWjA8ESDTx8ipxwlVmqli5dDKRebQfvgmxZnus0cytvVw==, } peerDependencies: - '@nextui-org/system': '>=2.0.0' - '@nextui-org/theme': '>=2.0.0' + '@nextui-org/system': '>=2.1.0' + '@nextui-org/theme': '>=2.2.0' react: '>=18' react-dom: '>=18' dependencies: '@internationalized/date': 3.5.4 - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) - '@react-aria/calendar': 3.5.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/calendar': 3.4.1(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/calendar': 3.4.1(react@18.3.1) - '@react-types/shared': 3.21.0(react@18.3.1) + '@react-aria/calendar': 3.5.6(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/calendar': 3.4.4(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + '@react-types/button': 3.9.2(react@18.3.1) + '@react-types/calendar': 3.4.4(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@types/lodash.debounce': 4.0.9 lodash.debounce: 4.0.8 react: 18.3.1 @@ -2680,41 +2560,40 @@ packages: scroll-into-view-if-needed: 3.0.10 transitivePeerDependencies: - framer-motion - - tailwind-variants dev: false - /@nextui-org/card@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/card@2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-Vwa7Poi1kxqjnTWQS9FAGlQw301RqkMlY5cnYQCGeKNbFX+y6u1MlqTSi8ed6RqmdjO23j1zG2+XlBieFyJ9Mg==, + integrity: sha512-0kPRI3PHmIQt+c2EPv9fysEP6G70n9vlxa8acz3ML7+eC7dbVXfH3Z8nGIt564pN3dN+Mvby3qlvzNLxbqNW5Q==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) - '@nextui-org/ripple': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/ripple': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) - '@react-aria/button': 3.9.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/button': 3.9.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/checkbox@2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/checkbox@2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-Ed1ahtrFoewt61TPi3aDFZAeA2+Dn+D4A798A2OPBPMHLe70xBPL84Vi35okeY3bzUdBwWQKLMGXbz9nM26sZA==, + integrity: sha512-du3wj8AAJ2vjnQHDrRsHmcp+Nn0xNVeq8iNeTnIfyvOyY1eHfH93gsjLzsBHEC19+LZxAnYgtZmEiB4aftPCdQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -2724,24 +2603,24 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-callback-ref': 2.0.5(react@18.3.1) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/checkbox': 3.14.3(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/checkbox': 3.6.5(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) - '@react-types/checkbox': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/checkbox': 3.14.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/checkbox': 3.6.3(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) + '@react-types/checkbox': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/chip@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/chip@2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { integrity: sha512-oD28KZx+PuaWkHlizvMgOAxIkL9cblwun0IhqEztKcR2DMRVdH/4r8/Zdo6QQFDhXlUU0Ub5+WUOyHndwNj0pg==, @@ -2755,8 +2634,8 @@ packages: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@react-aria/focus': 3.17.1(react@18.3.1) '@react-aria/interactions': 3.21.3(react@18.3.1) '@react-aria/utils': 3.24.1(react@18.3.1) @@ -2765,10 +2644,10 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/code@2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/code@2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-gDK48LMNSgQIeUs5WZ53s/hRqDfTMuDdDNgQcmt0bRWMlUC2BTuBfQGzK4y9wbJA9mlWocia7ZDWRWyJrB4vjQ==, + integrity: sha512-gSiTuhhNrud18NdfC5DGVLlI8vEFhYxxCwPA8bTMtlziZ0aD4NKPKx8wM+LhksI/ODhvOLHeOzPsY+/IcFnIMA==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' @@ -2777,81 +2656,79 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/date-input@2.0.3(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/date-input@2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-7WMJGptHHl+P0LpKk3a7e/Dj86Np66RGLVzWWlFipe7hrg+wJCdkuWCyj6V9mNgH/sdkVKhfkGYT2MogNbOhdA==, + integrity: sha512-u55jzNCwhd5DpPH0HKCNTaNUkV7SPoIdoRWaNt/KCnGh//HGcwAxo9hiwAyUQoDzJyMVbMU3JjiAWd/HcK6T2g==, } peerDependencies: - '@nextui-org/system': '>=2.0.0' - '@nextui-org/theme': '>=2.0.0' + '@nextui-org/system': '>=2.1.0' + '@nextui-org/theme': '>=2.2.0' react: '>=18' react-dom: '>=18' dependencies: '@internationalized/date': 3.5.4 '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/datepicker': 3.10.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/datepicker': 3.9.4(react@18.3.1) - '@react-types/datepicker': 3.7.4(react@18.3.1) - '@react-types/shared': 3.21.0(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/datepicker': 3.9.3(react-dom@18.3.1)(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/datepicker': 3.9.2(react@18.3.1) + '@react-types/datepicker': 3.7.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/date-picker@2.0.7(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/date-picker@2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-03Jys6JMthgX1BMW9R1MKPkHkoetXf4bYZRETAXU5Y9cY1TcosY0FiDEwAUCjlusYOq2UWMRYH4q83tCmir6ag==, + integrity: sha512-B12OUVn2tYweAZGN7kKnD/e/4QibZxiuLlsAKePCZe1aYyPlgSJH62v/fJRCGmovP9jTXJJqi7ySnDs26J3rcQ==, } peerDependencies: - '@nextui-org/system': '>=2.0.0' - '@nextui-org/theme': '>=2.0.0' + '@nextui-org/system': '>=2.1.0' + '@nextui-org/theme': '>=2.2.0' react: '>=18' react-dom: '>=18' dependencies: '@internationalized/date': 3.5.4 - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/calendar': 2.0.4(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/date-input': 2.0.3(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/popover': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/calendar': 2.0.5(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/date-input': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/popover': 2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/datepicker': 3.10.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/datepicker': 3.9.4(react@18.3.1) - '@react-stately/overlays': 3.6.7(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/datepicker': 3.7.4(react@18.3.1) - '@react-types/shared': 3.21.0(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/datepicker': 3.9.3(react-dom@18.3.1)(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/datepicker': 3.9.2(react@18.3.1) + '@react-stately/overlays': 3.6.5(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + '@react-types/datepicker': 3.7.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@types/react' - framer-motion - - tailwind-variants dev: false - /@nextui-org/divider@2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/divider@2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-530oEHonzaxKxspoaKnBFJ4InGqXv2FgOYzEPAMWoMmLb4/zp7e5lRipFKqRsN+zdwIkRNH6c0VJmHfyWI+bUg==, + integrity: sha512-IskKmDOO8qwmTO2WtDmrH8fZvnV2JebP3PFfwqpToAdDRbRUs78pls2e8/T9clbLLtNxjfCFAI/Yi9C+LPPEXw==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' @@ -2860,71 +2737,68 @@ packages: dependencies: '@nextui-org/react-rsc-utils': 2.0.12 '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/dropdown@2.1.23(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/dropdown@2.1.24(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-4wAzUbKztvuzzuJcLuDKhvnxB++EQ2aATbCdnfcBA5IyBxj6k4lbalgmSQxtx6D4dm5iJeiOWCJHRZgsIqkxRg==, + integrity: sha512-XK88aepdnY3nCBFEmNbaz7D5TNPFCD25gNw0Is6CI/Hgk4pInmE9jx2MROxtC6E7ceSmbJx6F5XvwPUuICovow==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/menu': 2.0.22(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/popover': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/menu': 2.0.23(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/popover': 2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/menu': 3.14.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/menu': 3.7.1(react@18.3.1) - '@react-types/menu': 3.9.9(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/menu': 3.13.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/menu': 3.6.1(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants dev: false - /@nextui-org/framer-utils@2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/framer-utils@2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-RNI5/wKjgLNjEaVdLrXH8J/mkC7HKZ6S99JNFmviU1JiVgWzwHKtuci5ZPDntUFGg6G8kX6P7OCDh+d/pMJQAA==, + integrity: sha512-Gs7AbqaLSsD4rHyeTJjY8TaS57Z2Hn+AwnvA4lKvuyBX0gqiFxW3Yw2J5Px+3XUD/HtRnoVHU6U2la2yy23fGA==, } peerDependencies: - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/use-measure': 2.0.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@nextui-org/theme' - - tailwind-variants dev: false - /@nextui-org/image@2.0.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/image@2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-EJa1bsZL8zsnTOVd+ZY04ldBz177CO/igz16rpRjo1KPMDX0fxlcjUbUopMfujIASytA68Yq4U1rxfO/xJthuQ==, + integrity: sha512-gnFTs0OTPtqlCzp1RPENjnXHL9dZFk/DoDsJZ1Hejtbwh/9K/71PEpEMTe4MrGQMsMdIXmI+RwbvVazy2eB5Pg==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -2934,17 +2808,17 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-image': 2.0.5(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/input@2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/input@2.2.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-jwTD4RnpTuieSuLOYqW7Dw2To6E9OVJtcyRBYNIT6GaejT3YG4qaST7BMKz0pJW6mgF9M+pDeKcdOvOqEbOoDg==, + integrity: sha512-Su2nB1jyXpCv2l+imSAiMVYrHMP2GtVIHb2p25tnZZWQFErhb7rg7TamurNoa2rU1pZ9ODvM82cP4J7stY8wYQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -2955,16 +2829,16 @@ packages: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/textfield': 3.14.5(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/textfield': 3.9.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/textfield': 3.14.3(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@react-types/textfield': 3.9.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-textarea-autosize: 8.5.3(@types/react@18.3.3)(react@18.3.1) @@ -2972,10 +2846,10 @@ packages: - '@types/react' dev: false - /@nextui-org/kbd@2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/kbd@2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-raH2Nw+wAHO54swTduLLs/Vdg2/mbMHEe0Y7ud6D13lPexWHVfxUzt7C39/9y8nKh0SpgOkcWV+EmQBydLAI7A==, + integrity: sha512-vApGKSFGJFenTowlyLNcOvK+D3UzvyPEQyDOuZryqTayWMkZiNdPzjg9TsqBJF7B1ELJn0ErYTQexFLEPkcXbg==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' @@ -2984,19 +2858,17 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/utils': 3.23.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/link@2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/link@2.0.30(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-OfOi7GLj3apimwAsAXTRZ8/B0tWvx/yXLZFtEe9676+tlLND1nfmWyBHdDIx5WMMiLc3Q1M3FkNrZvigeKQIbQ==, + integrity: sha512-cdGtJ1TuxTY/DloWCNf1vgTLCMA5j66/MJvyfySiseBwopY1OfT7OBmuVgwujytZJiAwBmgYKI76DSrLff6GSA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3007,21 +2879,21 @@ packages: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-link': 2.0.16(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/link': 3.7.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/link': 3.5.5(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/link': 3.6.5(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/link': 3.5.3(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/listbox@2.1.19(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/listbox@2.1.20(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-9qQs9KwdDHZ3VaSz4SkYcqn8onuSMCiZElta1vyqJGMWW6JYjJ4DtUOiyqwJdzZOQLIlxazT+GCWjjFUZwFZlQ==, + integrity: sha512-AcirjLbpeyPgbnlF+ga/hehqjZnhAu0qp2y04uLZWIPo4WrCTlmc2RKCltRr0f+qHkVtTrnx8Sh0IBG8Kf6b0w==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3029,30 +2901,30 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/divider': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/divider': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-is-mobile': 2.0.7(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/listbox': 3.12.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/list': 3.10.5(react@18.3.1) - '@react-types/menu': 3.9.9(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/listbox': 3.11.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/list': 3.10.3(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - - tailwind-variants + - framer-motion dev: false - /@nextui-org/menu@2.0.22(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/menu@2.0.23(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-zU1MbyDPk0QNAVZUSDJSMmdVxpFzWHyiLqOtS+b+kZLdn0va+QBR6LPj237PhyQueChNyz/y8eDDbJ0D6bWf/g==, + integrity: sha512-CO8QonfWS9h6uZ+8AK9bYYZpHPRtUt+r2QzSidYKVWUY+5Qu7KMDnWydzChKXX/DAkMOWb5t7OKIJCIUWG0wZQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3060,101 +2932,98 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/divider': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/divider': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@nextui-org/use-aria-menu': 2.0.2(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@nextui-org/use-aria-menu': 2.0.3(react-dom@18.3.1)(react@18.3.1) '@nextui-org/use-is-mobile': 2.0.7(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/menu': 3.14.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/menu': 3.7.1(react@18.3.1) - '@react-stately/tree': 3.8.1(react@18.3.1) - '@react-types/menu': 3.9.9(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/menu': 3.13.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/menu': 3.6.1(react@18.3.1) + '@react-stately/tree': 3.7.6(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - - tailwind-variants + - framer-motion dev: false - /@nextui-org/modal@2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/modal@2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-YCgWUMNiVMXAgd6SmU4yH7Ifrz+cmtlF2sK9DBL8kaIZtqAjuhPQj0uQnetvXpY649vomJWVdh9QYHNfD1Jv1Q==, + integrity: sha512-9MPD01/dCxnqbkfkaDJezzsOsXOEy6I6TM8AH7fa6LlF96QwDmWPyzfLCOx3qHD/p+DWT2IaK4CMc7q+k7uFVQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) '@nextui-org/use-aria-modal-overlay': 2.0.8(react-dom@18.3.1)(react@18.3.1) '@nextui-org/use-disclosure': 2.0.7(react@18.3.1) - '@react-aria/dialog': 3.5.14(react-dom@18.3.1)(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/overlays': 3.6.7(react@18.3.1) - '@react-types/overlays': 3.8.7(react@18.3.1) + '@react-aria/dialog': 3.5.12(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/overlays': 3.6.5(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/navbar@2.0.30(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/navbar@2.0.31(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-Iaw3BU0gdX14nBtZUUFRnsXodnCe1Sbsv9Xk7OI44p+KbOhySgfcjf4iFcXM0vfTOMlOkBSsUzR9bt+/69G5pw==, + integrity: sha512-wOMhiYJMkYoH6X92EHhv0rXtiGt3bd/QkS1pcUsFc2DQ37VW+lNeDghm6vagis8GBHjpBMW9HF0iLJatgjWVtA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-toggle-button': 2.0.7(react@18.3.1) - '@nextui-org/use-scroll-position': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) + '@nextui-org/use-scroll-position': 2.0.6(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-remove-scroll: 2.5.10(@types/react@18.3.3)(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants dev: false - /@nextui-org/pagination@2.0.30(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/pagination@2.0.31(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-tdlSbNTpqr+aww8h9+7d2Iu0ZX6GGtREeVAbf2+jr5j7VF/VVMVm2eaLJ4m1vw7VQIrEMwKNrcP8QCMMT0a+SQ==, + integrity: sha512-XnZQGtIXzcVJfjeF1ro0Yv+n5C21ms/jNP33xV5u9lizl479v3gt6SmDUnlVP8k09YQRvymYJv/LCVECVDIbZQ==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3165,60 +3034,59 @@ packages: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-pagination': 2.0.6(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 3.0.10 dev: false - /@nextui-org/popover@2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/popover@2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-Loa6eoAYW0DacDIW+/SC//0LhDDAMnUcd8R9axXtKd00N0Zgnj3YpUJoyLRYvwl5I/FWwV1nCOAvndzW6JJvpQ==, + integrity: sha512-dgCQTjUrhBFwkH7CiJY1SstnrnJ4DSIsrmJG3vM/UM10RQSdt9f6aS0tqhueHP7pKpNrTYKxZonn3DrsyFowFA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/dialog': 3.5.14(react-dom@18.3.1)(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/overlays': 3.6.7(react@18.3.1) - '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/overlays': 3.8.7(react@18.3.1) + '@react-aria/dialog': 3.5.12(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/overlays': 3.6.5(react@18.3.1) + '@react-types/button': 3.9.2(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-remove-scroll: 2.5.10(@types/react@18.3.3)(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants dev: false - /@nextui-org/progress@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/progress@2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-3Wp6mUeKzw0onLB7/JR1HI3+Y4zf0immVnQp3TYr2zvM5PLAy6RXKtACEGkJanBPfvx4tv3YAIF3419WMvmniw==, + integrity: sha512-BTihLBEabJZ6oGQNTlcV1Z6nuA0WEZnexCcRIuWArz3BGgOm4gz7th8zlug2jeI3IanOC1BaiJdVRpvCrtXIsA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3228,21 +3096,21 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-is-mounted': 2.0.5(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/progress': 3.4.13(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/progress': 3.5.4(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/progress': 3.4.11(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/progress': 3.5.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/radio@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/radio@2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-h8SSQTDj0NzB13r77RrcEDuWNSpE00ioO7GJKTROd09YQSmck/AID1+ktsDMRQYjoPMPJ7vgwJHuRoKIjXn1CQ==, + integrity: sha512-4Jt9HyIMf7i9TyH3j1tSFEDaZYmCAxDC25hHOtNpJ8nIftHEzaTV4KATE3BJxax5NSFpj9yA+A8SdBF+Vp3bpA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3252,16 +3120,16 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/radio': 3.10.4(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/radio': 3.10.4(react@18.3.1) - '@react-types/radio': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/radio': 3.10.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/radio': 3.10.2(react@18.3.1) + '@react-types/radio': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false @@ -3286,91 +3154,90 @@ packages: react: 18.3.1 dev: false - /@nextui-org/react@2.3.6(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1)(tailwindcss@3.4.3): + /@nextui-org/react@2.4.0(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3): resolution: { - integrity: sha512-mA3IgPBmVZLpwLxn1t97fpwjBL+dZdAt4x9+3TjJfEQjbH9j/FvUsOAIpaT53BMcDIWrqP3Co3yR+AbplgSiEg==, + integrity: sha512-ZSIdWMY3qzoQkpW9keEOq4YXwsp6lndw9j7z1phZQyvvTSPP6P0J8rKm6eGInWp5bMtRQkuUnUWab/kQT/9KnA==, } peerDependencies: - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/accordion': 2.0.32(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/autocomplete': 2.0.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/avatar': 2.0.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/badge': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/breadcrumbs': 2.0.7(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/calendar': 2.0.4(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/card': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/checkbox': 2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/chip': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/code': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/date-input': 2.0.3(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/date-picker': 2.0.7(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/divider': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/dropdown': 2.1.23(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/image': 2.0.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/input': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/kbd': 2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/link': 2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/listbox': 2.1.19(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/menu': 2.0.22(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/modal': 2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/navbar': 2.0.30(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/pagination': 2.0.30(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/popover': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/progress': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/radio': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/ripple': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/select': 2.1.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/skeleton': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/slider': 2.2.9(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/snippet': 2.0.35(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/spacer': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/spinner': 2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/switch': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/table': 2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/tabs': 2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@nextui-org/tooltip': 2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/user': 2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) + '@nextui-org/accordion': 2.0.33(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/autocomplete': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/avatar': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/badge': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/breadcrumbs': 2.0.8(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/calendar': 2.0.5(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/card': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/checkbox': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/chip': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/code': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/date-input': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/date-picker': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/divider': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/dropdown': 2.1.24(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/image': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/input': 2.2.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/kbd': 2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/link': 2.0.30(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/listbox': 2.1.20(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/menu': 2.0.23(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/modal': 2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/navbar': 2.0.31(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/pagination': 2.0.31(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/popover': 2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/progress': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/radio': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/ripple': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/select': 2.2.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/skeleton': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/slider': 2.2.10(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/snippet': 2.0.36(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/spacer': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/spinner': 2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/switch': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/table': 2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/tabs': 2.0.30(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@nextui-org/tooltip': 2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/user': 2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants - tailwindcss dev: false - /@nextui-org/ripple@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/ripple@2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-tAxuPjVncx6rSzdHqcFGiprlUo7p+tkTf0c9RMC47DtgIG1DLhFVr0z6QkggmLd1Tgwcj4a3Oyj/PAQMDRxswg==, + integrity: sha512-fnIpoMq6jixEN0/RFKQlHd1rw2HX+YQlJFzzqoJNhZx0CUlgAY3S6pJjlHI7yVyZ1+lskH16ZzW+BltJYSyf1Q==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/scroll-shadow@2.1.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/scroll-shadow@2.1.16(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { integrity: sha512-QkOHNFQqEdfSj6iAKd4SusZpmyaJcBFCvx4zLLrWCXGS0+0KWvuaq/dOE8PXSPo4vts4TGDQp6qQGhk0BFvttg==, @@ -3383,50 +3250,49 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-data-scroll-overflow': 2.1.4(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/select@2.1.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/select@2.2.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-SLEOir+I09y9wA1reIJRefovyR48Pn+L6oMIiZqYCA0ndGnz3K1g2gsSZ6fyCb9obwZvjzFGvIsrYkW0btUzlA==, + integrity: sha512-lyVV8TaMjOID06cbYhVg1D0iSo9aHbPNhLrmE7o8brCaypQ6ZD4qM6duxHVp6tctqjbAD5b5mMGsGag9LeRXxw==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/listbox': 2.1.19(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/popover': 2.1.21(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/listbox': 2.1.20(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/popover': 2.1.22(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(@types/react@18.3.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) - '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/scroll-shadow': 2.1.16(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/spinner': 2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/spinner': 2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) - '@nextui-org/use-aria-multiselect': 2.1.5(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/use-aria-multiselect': 2.2.0(react-dom@18.3.1)(react@18.3.1) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/form': 3.0.5(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/form': 3.0.3(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@types/react' - - tailwind-variants dev: false /@nextui-org/shared-icons@2.0.7(react@18.3.1): @@ -3447,30 +3313,29 @@ packages: } dev: false - /@nextui-org/skeleton@2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/skeleton@2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-AolxdzJ4xCyb7i2DwZ1iQGSaLGUBYh/rorO8llBqsXDpvhBANcFF3DbRO3kQ+EVGr5AEbEeurd3RabC2F6wVDA==, + integrity: sha512-Xt1m+Y1RPRDupSQ7BI2QVVNsZZO6f0N0/V9eEKurpuINkRYC/GyWrWr/yGFAjk6tMsSQrDlWLB6Mm/FH/0uNyg==, } peerDependencies: + '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' react: '>=18' react-dom: '>=18' dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/slider@2.2.9(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/slider@2.2.10(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-y/Oxhl1OkY7amgYpHZwCF4dF6Uop0Pb+k6m6CNCeXIBL3KFT1Hw9yd17NrV05BekA1llfJrVHEvzneBuTTbbbA==, + integrity: sha512-YimVH4mzbb328+OjLrZwXMNM3u1N4qFtneVlGR9ki7SdzfmXEBY/ydxhc+D+9qlEhSRRQlbWFnmdkxqh7zbfyw==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3480,56 +3345,53 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@nextui-org/tooltip': 2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/slider': 3.7.8(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/slider': 3.5.4(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@nextui-org/tooltip': 2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/slider': 3.7.6(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/slider': 3.5.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - framer-motion - - tailwind-variants dev: false - /@nextui-org/snippet@2.0.35(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/snippet@2.0.36(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-2GYxzt6ZBqgEn6XYgi+uU8YMPfMPCAORMXiw/Q+QTuoLQPgKFqsjnQKV7FI581Dax61mIMI5QL5WsQ0oG6PtFw==, + integrity: sha512-znCWGebZwGTDmgdopS00N1Vdjl5avTPExKwVvvuClrR3qa+Jydxz0ZYXA9lCTIjKzjV/8u6EwgyI8y4r0Ux10g==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/button': 2.0.31(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/button': 2.0.32(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@nextui-org/tooltip': 2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@nextui-org/tooltip': 2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/use-clipboard': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/spacer@2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/spacer@2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-2zYe6PR7Mk4xQpzEhAAkZ8fBp75h7XhgSB7u1aiqW2hJzcuD82hn1SLoUacrYJeO/FBO5UJKQmc8LT63JtuzWQ==, + integrity: sha512-2xw/HF6hiFfsrCoDEKtCOxr/sRahrCuZO0JwXNF1dNLD/Wt7PWI5Gtvb3o3zaWSgB1vF7lccQEMqgE9PdSo1EA==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' @@ -3538,18 +3400,16 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/spinner@2.0.28(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/spinner@2.0.29(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-hlixGubd91KFSHIjwE0/vLmkSOtUwl56uFrsHBred2pqq8/1CAVlN7aINwoUotZRc5W0T7lyEQGvf88t0Dd3CA==, + integrity: sha512-W9WXguTIQVbnCx5eus3DwJYX7mzDLK3xp6QRU/knmxm3HJjCvHlexw6TgXMEJfTcCl83Sh8CDYrUDSEhCivMWQ==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' @@ -3558,18 +3418,16 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/switch@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/switch@2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-cogzyB7Ng95WP/neMBWgOLRkw2GC/qLQoW0gTuuT53lTEnAtatFikNoL30CyA/EZzz7YsUjLH2W+9kBiZLtITQ==, + integrity: sha512-bb5dTpOHquWNyVSVNy4/BMsgNJkvXNu9ftavrAyDSeyrCEsgTclKJASZJ1O+eG19eNs7fWS5V06S1Fzqeu1F7w==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3579,62 +3437,62 @@ packages: dependencies: '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/switch': 3.6.4(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/switch': 3.6.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/system-rsc@2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/system-rsc@2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1): resolution: { - integrity: sha512-gkTKNAbTZVl81SVJsaLHp4iqyd956y40UIGUXPeq0pwOGLM0xGWSkLbkNT8WtdPUt3bSD9y0xuKbiV3tpSBGOA==, + integrity: sha512-3F7pG68Ikh1JsMtRQqmyXAojAV4lMPCKCy0n8RiIxJkEJg11RGTXhnABHF2jP6uxMH/0q5zVzuFubQJfW++ISQ==, } peerDependencies: '@nextui-org/theme': '>=2.1.0' react: '>=18' - tailwind-variants: '>=0.1.13' dependencies: - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) clsx: 1.2.1 react: 18.3.1 - tailwind-variants: 0.2.1(tailwindcss@3.4.3) dev: false - /@nextui-org/system@2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/system@2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-dkj2DAye6pjpVheoJKup+L8CyK774YORudkum+5zCuwyOe50IV2j6wbGqyWir9cI1fruFUsfzQ1NR4KljWNqFQ==, + integrity: sha512-6wGnpZETePkit/dLZTqnA5TEohCloYv80NTvBqyIXqgSJGT29luZaPy3Jds7FZTayAQqczdsSKKb9dsd5rKS8A==, } peerDependencies: + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: '@internationalized/date': 3.5.4 '@nextui-org/react-utils': 2.0.13(react@18.3.1) - '@nextui-org/system-rsc': 2.1.1(@nextui-org/theme@2.2.3)(react@18.3.1)(tailwind-variants@0.2.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) + '@nextui-org/system-rsc': 2.1.2(@nextui-org/theme@2.2.4)(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@nextui-org/theme' - - tailwind-variants dev: false - /@nextui-org/table@2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/table@2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-mUqGGWCoEo5z49s60IrVnBDcSgT8K2T5+x5qqmk30v09B6s5c8dqyL7NAC+pk7BayHqr5xEW42EqMbRKmVvtCw==, + integrity: sha512-b+R74Kf19BOCLh2OHqECYnGHORE4d4AIoYdgZ0f8fqD6qqUfDgKsDjUP9kZ6rYacB3hlgGjVp3FK1VLlSwYfrw==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -3642,71 +3500,68 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/checkbox': 2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/checkbox': 2.1.0(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-icons': 2.0.7(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/spacer': 2.0.27(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/table': 3.14.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) - '@react-stately/table': 3.11.8(react@18.3.1) - '@react-stately/virtualizer': 3.7.1(react@18.3.1) - '@react-types/grid': 3.2.6(react@18.3.1) - '@react-types/table': 3.9.5(react@18.3.1) + '@nextui-org/spacer': 2.0.28(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/table': 3.13.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) + '@react-stately/table': 3.11.6(react@18.3.1) + '@react-stately/virtualizer': 3.6.8(react@18.3.1) + '@react-types/grid': 3.2.4(react@18.3.1) + '@react-types/table': 3.9.3(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/tabs@2.0.29(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/tabs@2.0.30(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-RthZ+lNyXQ3CNXMRiQdQMGGsWJurS7ESrhowLRtTiDOPYhnJxAMqrqzI3k8ZgDIBirC/1zEoOdn89oqd2Pa5gw==, + integrity: sha512-ZbEk4xXJkKEMOIES/g7p1YrCaZa6GOi2kajTcBeu87nihZBeNkaH7SsPcH5BvcnC/Yz8cOgggWJHzBXBOFRXWw==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-is-mounted': 2.0.5(react@18.3.1) '@nextui-org/use-update-effect': 2.0.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/tabs': 3.9.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tabs': 3.6.6(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/tabs': 3.3.7(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/tabs': 3.8.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tabs': 3.6.4(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@react-types/tabs': 3.3.5(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 3.0.10 - transitivePeerDependencies: - - tailwind-variants dev: false - /@nextui-org/theme@2.2.3(tailwindcss@3.4.3): + /@nextui-org/theme@2.2.4(tailwindcss@3.4.3): resolution: { - integrity: sha512-p8gZ+4dQxA4ZO9RxVljAs37EYtQsw0n9DtXD6f395gpl0DLKRq/d4oCQ887oC6lHDyTibtaHHtOu+MKzK6j7Gw==, + integrity: sha512-xIGg/Ftsb51lbGp8QxrOnXsWsVVwFO8m5nxpWbwpKPoNWVzhrR42RUPRDc0EGTvOFjsoySXROkmwu4Iommqlvw==, } peerDependencies: tailwindcss: '>=3.4.0' dependencies: + clsx: 1.2.1 color: 4.2.3 color2k: 2.0.3 deepmerge: 4.3.1 @@ -3716,41 +3571,40 @@ packages: lodash.kebabcase: 4.1.1 lodash.mapkeys: 4.6.0 lodash.omit: 4.5.0 + tailwind-merge: 1.14.0 tailwind-variants: 0.1.20(tailwindcss@3.4.3) tailwindcss: 3.4.3 dev: false - /@nextui-org/tooltip@2.0.33(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1): + /@nextui-org/tooltip@2.0.34(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-WUpBuoZ1ya2iD9EI2d/E58BpPrRJQ2NDnpIU6RjwWe/MGqtxf3oJVQZd6kKpgaD8eB6P3OSiFTwTUK7+AoLmDQ==, + integrity: sha512-zSzW0P2Z20KMMLdKywEKKapoRhyAO8XwHeeHYqBtWYF+d/YMTEMOuNGMRhbEF1jg7g+RoJVwlSEloSEyESTlkA==, } peerDependencies: '@nextui-org/system': '>=2.0.0' '@nextui-org/theme': '>=2.1.0' - framer-motion: '>=4.0.0' + framer-motion: '>=10.17.0' react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/aria-utils': 2.0.18(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/framer-utils': 2.0.18(@nextui-org/theme@2.2.3)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) + '@nextui-org/aria-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/framer-utils': 2.0.19(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) '@nextui-org/use-safe-layout-effect': 2.0.5(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/tooltip': 3.7.4(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tooltip': 3.4.9(react@18.3.1) - '@react-types/overlays': 3.8.7(react@18.3.1) - '@react-types/tooltip': 3.4.9(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/tooltip': 3.7.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tooltip': 3.4.7(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) + '@react-types/tooltip': 3.4.7(react@18.3.1) framer-motion: 10.18.0(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - tailwind-variants dev: false /@nextui-org/use-aria-accordion@2.0.4(react-dom@18.3.1)(react@18.3.1): @@ -3761,13 +3615,13 @@ packages: peerDependencies: react: '>=18' dependencies: - '@react-aria/button': 3.9.5(react@18.3.1) - '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/button': 3.9.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tree': 3.8.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tree': 3.7.6(react@18.3.1) '@react-types/accordion': 3.0.0-alpha.19(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 transitivePeerDependencies: - react-dom @@ -3781,11 +3635,11 @@ packages: peerDependencies: react: '>=18' dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -3797,32 +3651,32 @@ packages: peerDependencies: react: '>=18' dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/link': 3.5.5(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/link': 3.5.3(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) react: 18.3.1 dev: false - /@nextui-org/use-aria-menu@2.0.2(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/use-aria-menu@2.0.3(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-YV/tp246bWTfZIa6eDnN19Z0VkOB5/SP9qlLtigY0a2lPuGQ/6o3LpcWZxQPOgLwBd6PQwUgNe/RakOO3rRrAQ==, + integrity: sha512-4oE+fXdnNAC5W4bV+vP+bDpsYHQjGLUaUiM0U09I7pBpjsYOc362P+YzAayIlc+ZK/bHdR6hDYdFNKmlS8a+dg==, } peerDependencies: react: '>=18' react-dom: '>=18' dependencies: - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/menu': 3.14.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/collections': 3.10.7(react@18.3.1) - '@react-stately/tree': 3.8.1(react@18.3.1) - '@react-types/menu': 3.9.9(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/menu': 3.13.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/selection': 3.17.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/collections': 3.10.5(react@18.3.1) + '@react-stately/tree': 3.7.6(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false @@ -3836,37 +3690,37 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/overlays': 3.6.7(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/overlays': 3.6.5(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@nextui-org/use-aria-multiselect@2.1.5(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/use-aria-multiselect@2.2.0(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-AIWVu6iW4EX8RrnNtt3mHxDFtbQ7Io/mr0dpaE/s5HbfPMjljktMdP22YLYUnRXHqOeAfqtRSa9Mq7Qpec2Vtw==, + integrity: sha512-Zuo7Tzsg4iZKEetrSD6cDXlD1rRe2vxwto40SfVy7Zq1APQu6BPmwTx/B5ROhu86e5ZaxRwfkDDTEl0xgprVDw==, } peerDependencies: react: '>=18' react-dom: '>=18' dependencies: - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/label': 3.7.8(react@18.3.1) - '@react-aria/listbox': 3.12.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/menu': 3.14.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/form': 3.0.3(react@18.3.1) - '@react-stately/list': 3.10.5(react@18.3.1) - '@react-stately/menu': 3.7.1(react@18.3.1) - '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/overlays': 3.8.7(react@18.3.1) - '@react-types/select': 3.9.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/label': 3.7.6(react@18.3.1) + '@react-aria/listbox': 3.11.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/menu': 3.13.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/selection': 3.17.5(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/form': 3.0.1(react@18.3.1) + '@react-stately/list': 3.10.3(react@18.3.1) + '@react-stately/menu': 3.6.1(react@18.3.1) + '@react-types/button': 3.9.2(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) + '@react-types/select': 3.9.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false @@ -3880,8 +3734,8 @@ packages: react: '>=18' dependencies: '@nextui-org/use-aria-button': 2.0.7(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) '@react-types/button': 3.9.4(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) react: 18.3.1 @@ -3931,7 +3785,7 @@ packages: react: '>=18' dependencies: '@nextui-org/use-callback-ref': 2.0.5(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) react: 18.3.1 dev: false @@ -3991,7 +3845,7 @@ packages: react: '>=18' dependencies: '@nextui-org/shared-utils': 2.0.5 - '@react-aria/i18n': 3.11.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) react: 18.3.1 dev: false @@ -4006,10 +3860,10 @@ packages: react: 18.3.1 dev: false - /@nextui-org/use-scroll-position@2.0.5(react@18.3.1): + /@nextui-org/use-scroll-position@2.0.6(react@18.3.1): resolution: { - integrity: sha512-SSHEmv51rXWF4pfQ3YjJuEmUmHFZBLRSM2jtVSfghR3pjckMykFtlyxGhTAcXKAwi5I7rTHcVL2HFOKWSZBdaQ==, + integrity: sha512-dRwew37XnJOh8d35BuyqzRfnrmKsOUHqi0Owhk0tIGyqifQ/jw65udWpBfa6rwXcd4cKOOqXXHuNGsYTclzc6w==, } peerDependencies: react: '>=18' @@ -4028,10 +3882,10 @@ packages: react: 18.3.1 dev: false - /@nextui-org/user@2.0.28(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1): + /@nextui-org/user@2.0.29(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-1WaAZSIzgRMaA+2+BACelxIE4YvPN6MFW+I3SvODwn98aju1yU485akxjenc7XM/5CC6TGZDAXiFz2VcEFIcZA==, + integrity: sha512-HG1PVs81KFkVScSDfvNpb/qQP2fo8YzhlvKuOX2RnnWElyNMps99ROK9JBwLs+h+aP01z6do1x0lDqHvajbBgg==, } peerDependencies: '@nextui-org/system': '>=2.0.0' @@ -4039,13 +3893,13 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@nextui-org/avatar': 2.0.27(@nextui-org/system@2.1.2)(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/avatar': 2.0.28(@nextui-org/system@2.2.0)(@nextui-org/theme@2.2.4)(react-dom@18.3.1)(react@18.3.1) '@nextui-org/react-utils': 2.0.13(react@18.3.1) '@nextui-org/shared-utils': 2.0.5 - '@nextui-org/system': 2.1.2(@nextui-org/theme@2.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwind-variants@0.2.1) - '@nextui-org/theme': 2.2.3(tailwindcss@3.4.3) - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@nextui-org/system': 2.2.0(@nextui-org/theme@2.2.4)(framer-motion@10.18.0)(react-dom@18.3.1)(react@18.3.1) + '@nextui-org/theme': 2.2.4(tailwindcss@3.4.3) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false @@ -4178,119 +4032,120 @@ packages: { integrity: sha512-g7uES5FqXVW3YhpaJdjbcwKuFoPqMRGPB3b3z3pBsy53muSy1AkW8ew1LDZWgpBnyJfASCExQcMfFJYEZMqnRw==, } + dev: false - /@react-aria/breadcrumbs@3.5.13(react@18.3.1): + /@react-aria/breadcrumbs@3.5.11(react@18.3.1): resolution: { - integrity: sha512-G1Gqf/P6kVdfs94ovwP18fTWuIxadIQgHsXS08JEVcFVYMjb9YjqnEBaohUxD1tq2WldMbYw53ahQblT4NTG+g==, + integrity: sha512-bQz4g2tKvcWxeqPGj9O0RQf++Ka8f2o/pJMJB+QQ27DVQWhxpQpND//oFku2aFYkxHB/fyD9qVoiqpQR25bidw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-aria/i18n': 3.11.1(react@18.3.1) '@react-aria/link': 3.7.1(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/breadcrumbs': 3.7.5(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/breadcrumbs': 3.7.3(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-aria/button@3.9.5(react@18.3.1): + /@react-aria/button@3.9.3(react@18.3.1): resolution: { - integrity: sha512-dgcYR6j8WDOMLKuVrtxzx4jIC05cVKDzc+HnPO8lNkBAOfjcuN5tkGRtIjLtqjMvpZHhQT5aDbgFpIaZzxgFIg==, + integrity: sha512-ZXo2VGTxfbaTEnfeIlm5ym4vYpGAy8sGrad8Scv+EyDAJWLMKokqctfaN6YSWbqUApC3FN63IvMqASflbmnYig==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) '@react-stately/toggle': 3.7.4(react@18.3.1) '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-aria/calendar@3.5.1(react-dom@18.3.1)(react@18.3.1): + /@react-aria/calendar@3.5.6(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-3gGiI2arrGQtlPD9633l00TR4y5dj9IMFapEiCDuwVwNSCsnH8aiz/emg+3hGFq86QoyvkFBvnKmezJIVKfPkA==, + integrity: sha512-PA0Ur5WcODMn7t2gCUvq61YktkB+WlSZjzDr5kcY3sdl53ZjiyqCa2hYgrb6R0J859LVJXAp+5Qaproz8g1oLA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@internationalized/date': 3.5.4 - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) '@react-aria/live-announcer': 3.3.4 - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/calendar': 3.4.1(react@18.3.1) - '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/calendar': 3.4.1(react@18.3.1) - '@react-types/shared': 3.21.0(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/calendar': 3.4.4(react@18.3.1) + '@react-types/button': 3.9.2(react@18.3.1) + '@react-types/calendar': 3.4.4(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/checkbox@3.14.3(react@18.3.1): + /@react-aria/checkbox@3.14.1(react@18.3.1): resolution: { - integrity: sha512-EtBJL6iu0gvrw3A4R7UeVLR6diaVk/mh4kFBc7c8hQjpEJweRr4hmJT3hrNg3MBcTWLxFiMEXPGgWEwXDBygtA==, + integrity: sha512-b4rtrg5SpRSa9jBOqzJMmprJ+jDi3KyVvUh+DsvISe5Ti7gVAhMBgnca1D0xBp22w2jhk/o4gyu1bYxGLum0GA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-aria/form': 3.0.5(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) '@react-aria/label': 3.7.8(react@18.3.1) '@react-aria/toggle': 3.10.4(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/checkbox': 3.6.5(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/checkbox': 3.6.3(react@18.3.1) '@react-stately/form': 3.0.3(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) - '@react-types/checkbox': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) + '@react-types/checkbox': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-aria/combobox@3.9.1(react-dom@18.3.1)(react@18.3.1): + /@react-aria/combobox@3.8.4(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-SpK92dCmT8qn8aEcUAihRQrBb5LZUhwIbDExFII8PvUvEFy/PoQHXIo3j1V29WkutDBDpMvBv/6XRCHGXPqrhQ==, + integrity: sha512-HyTWIo2B/0xq0Of+sDEZCfJyf4BvCvDYIWG4UhjqL1kHIHIGQyyr+SldbVUjXVYnk8pP1eGB3ttiREujjjALPQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.11.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) '@react-aria/listbox': 3.12.1(react-dom@18.3.1)(react@18.3.1) '@react-aria/live-announcer': 3.3.4 '@react-aria/menu': 3.14.1(react-dom@18.3.1)(react@18.3.1) '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) '@react-aria/textfield': 3.14.5(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) '@react-stately/collections': 3.10.7(react@18.3.1) - '@react-stately/combobox': 3.8.4(react@18.3.1) + '@react-stately/combobox': 3.8.2(react@18.3.1) '@react-stately/form': 3.0.3(react@18.3.1) '@react-types/button': 3.9.4(react@18.3.1) - '@react-types/combobox': 3.11.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/combobox': 3.10.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/datepicker@3.10.1(react-dom@18.3.1)(react@18.3.1): + /@react-aria/datepicker@3.9.3(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-4HZL593nrNMa1GjBmWEN/OTvNS6d3/16G1YJWlqiUlv11ADulSbqBIjMmkgwrJVFcjrgqtXFy+yyrTA/oq94Zw==, + integrity: sha512-1AjCAizd88ACKjVNhFazX4HZZFwWi2rsSlGCTm66Nx6wm5N/Cpbm466dpYEFyQUsKSOG4CC65G1zfYoMPe48MQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -4301,35 +4156,35 @@ packages: '@internationalized/string': 3.2.3 '@react-aria/focus': 3.17.1(react@18.3.1) '@react-aria/form': 3.0.5(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) '@react-aria/interactions': 3.21.3(react@18.3.1) '@react-aria/label': 3.7.8(react@18.3.1) '@react-aria/spinbutton': 3.6.5(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/datepicker': 3.9.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/datepicker': 3.9.2(react@18.3.1) '@react-stately/form': 3.0.3(react@18.3.1) '@react-types/button': 3.9.4(react@18.3.1) '@react-types/calendar': 3.4.6(react@18.3.1) - '@react-types/datepicker': 3.7.4(react@18.3.1) + '@react-types/datepicker': 3.7.2(react@18.3.1) '@react-types/dialog': 3.5.10(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/dialog@3.5.14(react-dom@18.3.1)(react@18.3.1): + /@react-aria/dialog@3.5.12(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-oqDCjQ8hxe3GStf48XWBf2CliEnxlR9GgSYPHJPUc69WBj68D9rVcCW3kogJnLAnwIyf3FnzbX4wSjvUa88sAQ==, + integrity: sha512-7UJR/h/Y364u6Ltpw0bT51B48FybTuIBacGpEJN5IxZlpxvQt0KQcBDiOWfAa/GQogw4B5hH6agaOO0nJcP49Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/overlays': 3.21.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) '@react-types/dialog': 3.5.10(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) '@swc/helpers': 0.5.11 @@ -4337,6 +4192,22 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false + /@react-aria/focus@3.16.2(react@18.3.1): + resolution: + { + integrity: sha512-Rqo9ummmgotESfypzFjI3uh58yMpL+E+lJBbQuXkBM0u0cU2YYzu0uOrFrq3zcHk997udZvq1pGK/R+2xk9B7g==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + clsx: 2.1.1 + react: 18.3.1 + dev: false + /@react-aria/focus@3.17.1(react@18.3.1): resolution: { @@ -4353,6 +4224,22 @@ packages: react: 18.3.1 dev: false + /@react-aria/form@3.0.3(react@18.3.1): + resolution: + { + integrity: sha512-5Q2BHE4TTPDzGY2npCzpRRYshwWUb3SMUA/Cbz7QfEtBk+NYuVaq3KjvqLqgUUdyKtqLZ9Far0kIAexloOC4jw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/form': 3.0.3(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/form@3.0.5(react@18.3.1): resolution: { @@ -4396,6 +4283,25 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false + /@react-aria/i18n@3.10.2(react@18.3.1): + resolution: + { + integrity: sha512-Z1ormoIvMOI4mEdcFLYsoJy9w/EzBdBmgfLP+S/Ah+1xwQOXpgwZxiKOhYHpWa0lf6hkKJL34N9MHJvCJ5Crvw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@internationalized/date': 3.5.4 + '@internationalized/message': 3.1.4 + '@internationalized/number': 3.5.3 + '@internationalized/string': 3.2.3 + '@react-aria/ssr': 3.9.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/i18n@3.11.1(react@18.3.1): resolution: { @@ -4415,6 +4321,21 @@ packages: react: 18.3.1 dev: false + /@react-aria/interactions@3.21.1(react@18.3.1): + resolution: + { + integrity: sha512-AlHf5SOzsShkHfV8GLLk3v9lEmYqYHURKcXWue0JdYbmquMRkUsf/+Tjl1+zHVAQ8lKqRnPYbTmc4AcZbqxltw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/ssr': 3.9.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/interactions@3.21.3(react@18.3.1): resolution: { @@ -4430,6 +4351,20 @@ packages: react: 18.3.1 dev: false + /@react-aria/label@3.7.6(react@18.3.1): + resolution: + { + integrity: sha512-ap9iFS+6RUOqeW/F2JoNpERqMn1PvVIo3tTMrJ1TY1tIwyJOxdCBRgx9yjnPBnr+Ywguep+fkPNNi/m74+tXVQ==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/label@3.7.8(react@18.3.1): resolution: { @@ -4444,6 +4379,23 @@ packages: react: 18.3.1 dev: false + /@react-aria/link@3.6.5(react@18.3.1): + resolution: + { + integrity: sha512-kg8CxKqkciQFzODvLAfxEs8gbqNXFZCW/ISOE2LHYKbh9pA144LVo71qO3SPeYVVzIjmZeW4vEMdZwqkNozecw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/link': 3.5.3(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/link@3.7.1(react@18.3.1): resolution: { @@ -4461,6 +4413,28 @@ packages: react: 18.3.1 dev: false + /@react-aria/listbox@3.11.5(react-dom@18.3.1)(react@18.3.1): + resolution: + { + integrity: sha512-y3a3zQYjT+JKgugCMMKS7K9sRoCoP1Z6Fiiyfd77OHXWzh9RlnvWGsseljynmbxLzSuPwFtCYkU1Jz4QwsPUIg==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/label': 3.7.8(react@18.3.1) + '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/collections': 3.10.7(react@18.3.1) + '@react-stately/list': 3.10.3(react@18.3.1) + '@react-types/listbox': 3.4.9(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + /@react-aria/listbox@3.12.1(react-dom@18.3.1)(react@18.3.1): resolution: { @@ -4492,6 +4466,32 @@ packages: '@swc/helpers': 0.5.11 dev: false + /@react-aria/menu@3.13.1(react-dom@18.3.1)(react@18.3.1): + resolution: + { + integrity: sha512-jF80YIcvD16Fgwm5pj7ViUE3Dj7z5iewQixLaFVdvpgfyE58SD/ZVU9/JkK5g/03DYM0sjpUKZGkdFxxw8eKnw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.11.1(react@18.3.1) + '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/overlays': 3.22.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/collections': 3.10.7(react@18.3.1) + '@react-stately/menu': 3.6.1(react@18.3.1) + '@react-stately/tree': 3.8.1(react@18.3.1) + '@react-types/button': 3.9.4(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + /@react-aria/menu@3.14.1(react-dom@18.3.1)(react@18.3.1): resolution: { @@ -4518,6 +4518,30 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false + /@react-aria/overlays@3.21.1(react-dom@18.3.1)(react@18.3.1): + resolution: + { + integrity: sha512-djEBDF+TbIIOHWWNpdm19+z8xtY8U+T+wKVQg/UZ6oWnclSqSWeGl70vu73Cg4HVBJ4hKf1SRx4Z/RN6VvH4Yw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/ssr': 3.9.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.12(react@18.3.1) + '@react-stately/overlays': 3.6.7(react@18.3.1) + '@react-types/button': 3.9.4(react@18.3.1) + '@react-types/overlays': 3.8.7(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + /@react-aria/overlays@3.22.1(react-dom@18.3.1)(react@18.3.1): resolution: { @@ -4542,44 +4566,64 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/progress@3.4.13(react@18.3.1): + /@react-aria/progress@3.4.11(react@18.3.1): resolution: { - integrity: sha512-YBV9bOO5JzKvG8QCI0IAA00o6FczMgIDiK8Q9p5gKorFMatFUdRayxlbIPoYHMi+PguLil0jHgC7eOyaUcrZ0g==, + integrity: sha512-RePHbS15/KYFiApYLdwazwvWKsB9q0Kn5DGCSb0hqCC+k2Eui8iVVOsegswiP+xqkk/TiUCIkBEw22W3Az4kTg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.11.1(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) '@react-aria/label': 3.7.8(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-types/progress': 3.5.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/progress': 3.5.2(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-aria/radio@3.10.4(react@18.3.1): + /@react-aria/radio@3.10.2(react@18.3.1): resolution: { - integrity: sha512-3fmoMcQtCpgjTwJReFjnvIE/C7zOZeCeWUn4JKDqz9s1ILYsC3Rk5zZ4q66tFn6v+IQnecrKT52wH6+hlVLwTA==, + integrity: sha512-CTUTR+qt3BLjmyQvKHZuVm+1kyvT72ZptOty++sowKXgJApTLdjq8so1IpaLAr8JIfzqD5I4tovsYwIQOX8log==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) '@react-aria/form': 3.0.5(react@18.3.1) '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) '@react-aria/label': 3.7.8(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/radio': 3.10.4(react@18.3.1) - '@react-types/radio': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/radio': 3.10.2(react@18.3.1) + '@react-types/radio': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false + /@react-aria/selection@3.17.5(react-dom@18.3.1)(react@18.3.1): + resolution: + { + integrity: sha512-gO5jBUkc7WdkiFMlWt3x9pTSuj3Yeegsxfo44qU5NPlKrnGtPRZDWrlACNgkDHu645RNNPhlyoX0C+G8mUg1xA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/selection': 3.15.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + /@react-aria/selection@3.18.1(react-dom@18.3.1)(react@18.3.1): resolution: { @@ -4600,20 +4644,20 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/slider@3.7.8(react@18.3.1): + /@react-aria/slider@3.7.6(react@18.3.1): resolution: { - integrity: sha512-MYvPcM0K8jxEJJicUK2+WxUkBIM/mquBxOTOSSIL3CszA80nXIGVnLlCUnQV3LOUzpWtabbWaZokSPtGgOgQOw==, + integrity: sha512-ZeZhyHzhk9gxGuThPKgX2K3RKsxPxsFig1iYoJvqP8485NtHYQIPht2YcpEKA9siLxGF0DR9VCfouVhSoW0AEA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/i18n': 3.10.2(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) '@react-aria/label': 3.7.8(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/slider': 3.5.4(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/slider': 3.5.2(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) '@react-types/slider': 3.7.3(react@18.3.1) '@swc/helpers': 0.5.11 @@ -4652,71 +4696,91 @@ packages: react: 18.3.1 dev: false - /@react-aria/switch@3.6.4(react@18.3.1): + /@react-aria/switch@3.6.2(react@18.3.1): resolution: { - integrity: sha512-2nVqz4ZuJyof47IpGSt3oZRmp+EdS8wzeDYgf42WHQXrx4uEOk1mdLJ20+NnsYhj/2NHZsvXVrjBeKMjlMs+0w==, + integrity: sha512-X5m/omyhXK+V/vhJFsHuRs2zmt9Asa/RuzlldbXnWohLdeuHMPgQnV8C9hg3f+sRi3sh9UUZ64H61pCtRoZNwg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-aria/toggle': 3.10.4(react@18.3.1) - '@react-stately/toggle': 3.7.4(react@18.3.1) + '@react-stately/toggle': 3.7.2(react@18.3.1) '@react-types/switch': 3.5.3(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-aria/table@3.14.1(react-dom@18.3.1)(react@18.3.1): + /@react-aria/table@3.13.5(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-WaPgQe4zQF5OaluO5rm+Y2nEoFR63vsLd4BT4yjK1uaFhKhDY2Zk+1SCVQvBLLKS4WK9dhP05nrNzT0vp/ZPOw==, + integrity: sha512-P2nHEDk2CCoEbMFKNCyBC9qvmv7F/IXARDt/7z/J4mKFgU2iNSK+/zw6yrb38q33Zlk8hDaqSYNxHlMrh+/1MQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) '@react-aria/grid': 3.9.1(react-dom@18.3.1)(react@18.3.1) '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) '@react-aria/live-announcer': 3.3.4 - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-aria/visually-hidden': 3.8.10(react@18.3.1) '@react-stately/collections': 3.10.7(react@18.3.1) '@react-stately/flags': 3.0.3 - '@react-stately/table': 3.11.8(react@18.3.1) - '@react-stately/virtualizer': 3.7.1(react@18.3.1) + '@react-stately/table': 3.11.6(react@18.3.1) + '@react-stately/virtualizer': 3.6.8(react@18.3.1) '@react-types/checkbox': 3.8.1(react@18.3.1) - '@react-types/grid': 3.2.6(react@18.3.1) + '@react-types/grid': 3.2.4(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/table': 3.9.5(react@18.3.1) + '@react-types/table': 3.9.3(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false - /@react-aria/tabs@3.9.1(react-dom@18.3.1)(react@18.3.1): + /@react-aria/tabs@3.8.5(react-dom@18.3.1)(react@18.3.1): resolution: { - integrity: sha512-S5v/0sRcOaSXaJYZuuy1ZVzYc7JD4sDyseG1133GjyuNjJOFHgoWMb+b4uxNIJbZxnLgynn/ZDBZSO+qU+fIxw==, + integrity: sha512-Jvt33/W+66n5oCxVwHAYarJ3Fit61vULiPcG7uTez0Mf11cq/C72wOrj+ZuNz6PTLTi2veBNQ7MauY72SnOjRg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.17.1(react@18.3.1) + '@react-aria/focus': 3.16.2(react@18.3.1) '@react-aria/i18n': 3.11.1(react@18.3.1) '@react-aria/selection': 3.18.1(react-dom@18.3.1)(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tabs': 3.6.6(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/tabs': 3.3.7(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tabs': 3.6.4(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@react-types/tabs': 3.3.5(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false + /@react-aria/textfield@3.14.3(react@18.3.1): + resolution: + { + integrity: sha512-wPSjj/mTABspYQdahg+l5YMtEQ3m5iPCTtb5g6nR1U1rzJkvS4i5Pug6PUXeLeMz2H3ToflPWGlNOqBioAFaOQ==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.16.2(react@18.3.1) + '@react-aria/form': 3.0.5(react@18.3.1) + '@react-aria/label': 3.7.8(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/form': 3.0.3(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@react-types/textfield': 3.9.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/textfield@3.14.5(react@18.3.1): resolution: { @@ -4754,21 +4818,37 @@ packages: react: 18.3.1 dev: false - /@react-aria/tooltip@3.7.4(react@18.3.1): + /@react-aria/tooltip@3.7.2(react@18.3.1): resolution: { - integrity: sha512-+XRx4HlLYqWY3fB8Z60bQi/rbWDIGlFUtXYbtoa1J+EyRWfhpvsYImP8qeeNO/vgjUtDy1j9oKa8p6App9mBMQ==, + integrity: sha512-6jXOSGPao3gPgUQWLbH2r/jxGMqIaIKrJgfwu9TQrh+UkwwiTYW20EpEDCYY2nRFlcoi7EYAiPDSEbHCwXS7Lg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-aria/focus': 3.17.1(react@18.3.1) - '@react-aria/interactions': 3.21.3(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/tooltip': 3.4.9(react@18.3.1) + '@react-aria/interactions': 3.21.1(react@18.3.1) + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-stately/tooltip': 3.4.7(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/tooltip': 3.4.7(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + + /@react-aria/utils@3.23.2(react@18.3.1): + resolution: + { + integrity: sha512-yznR9jJ0GG+YJvTMZxijQwVp+ahP66DY0apZf7X+dllyN+ByEDW+yaL1ewYPIpugxVzH5P8jhnBXsIyHKN411g==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/ssr': 3.9.4(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/tooltip': 3.4.9(react@18.3.1) '@swc/helpers': 0.5.11 + clsx: 2.1.1 react: 18.3.1 dev: false @@ -4788,6 +4868,21 @@ packages: react: 18.3.1 dev: false + /@react-aria/visually-hidden@3.8.10(react@18.3.1): + resolution: + { + integrity: sha512-np8c4wxdbE7ZrMv/bnjwEfpX0/nkWy9sELEb0sK8n4+HJ+WycoXXrVxBUb9tXgL/GCx5ReeDQChjQWwajm/z3A==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/interactions': 3.21.3(react@18.3.1) + '@react-aria/utils': 3.24.1(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-aria/visually-hidden@3.8.12(react@18.3.1): resolution: { @@ -4803,35 +4898,47 @@ packages: react: 18.3.1 dev: false - /@react-stately/calendar@3.4.1(react@18.3.1): + /@react-stately/calendar@3.4.4(react@18.3.1): resolution: { - integrity: sha512-XKCdrXNA7/ukZ842EeDZfLqYUQDv/x5RoAVkzTbp++3U/MLM1XZXsqj+5xVlQfJiWpQzM9L6ySjxzzgepJDeuw==, + integrity: sha512-f9ZOd096gGGD+3LmU1gkmfqytGyQtrgi+Qjn+70GbM2Jy65pwOR4I9YrobbmeAFov5Tff13mQEa0yqWvbcDLZQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@internationalized/date': 3.5.4 - '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/calendar': 3.4.1(react@18.3.1) - '@react-types/datepicker': 3.7.4(react@18.3.1) - '@react-types/shared': 3.21.0(react@18.3.1) + '@react-stately/utils': 3.9.1(react@18.3.1) + '@react-types/calendar': 3.4.4(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-stately/checkbox@3.6.5(react@18.3.1): + /@react-stately/checkbox@3.6.3(react@18.3.1): resolution: { - integrity: sha512-IXV3f9k+LtmfQLE+DKIN41Q5QB/YBLDCB1YVx5PEdRp52S9+EACD5683rjVm8NVRDwjMi2SP6RnFRk7fVb5Azg==, + integrity: sha512-hWp0GXVbMI4sS2NbBjWgOnHNrRqSV4jeftP8zc5JsIYRmrWBUZitxluB34QuVPzrBO29bGsF0GTArSiQZt6BWw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-stately/form': 3.0.3(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/checkbox': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/checkbox': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + + /@react-stately/collections@3.10.5(react@18.3.1): + resolution: + { + integrity: sha512-k8Q29Nnvb7iAia1QvTanZsrWP2aqVNBy/1SlE6kLL6vDqtKZC+Esd1SDLHRmIcYIp5aTdfwIGd0NuiRQA7a81Q==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false @@ -4849,10 +4956,10 @@ packages: react: 18.3.1 dev: false - /@react-stately/combobox@3.8.4(react@18.3.1): + /@react-stately/combobox@3.8.2(react@18.3.1): resolution: { - integrity: sha512-iLVGvKRRz0TeJXZhZyK783hveHpYA6xovOSdzSD+WGYpiPXo1QrcrNoH3AE0Z2sHtorU+8nc0j58vh5PB+m2AA==, + integrity: sha512-f+IHuFW848VoMbvTfSakn2WIh2urDxO355LrKxnisXPCkpQHpq3lvT2mJtKJwkPxjAy7xPjpV8ejgga2R6p53Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -4863,16 +4970,16 @@ packages: '@react-stately/overlays': 3.6.7(react@18.3.1) '@react-stately/select': 3.6.4(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/combobox': 3.11.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/combobox': 3.10.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-stately/datepicker@3.9.4(react@18.3.1): + /@react-stately/datepicker@3.9.2(react@18.3.1): resolution: { - integrity: sha512-yBdX01jn6gq4NIVvHIqdjBUPo+WN8Bujc4OnPw+ZnfA4jI0eIgq04pfZ84cp1LVXW0IB0VaCu1AlQ/kvtZjfGA==, + integrity: sha512-Z6FrK6Af7R5BizqHhJFCj3Hn32mg5iLSDdEgFQAuO043guOXUKFUAnbxfbQUjL6PGE6QwWMfQD7PPGebHn9Ifw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -4882,8 +4989,8 @@ packages: '@react-stately/form': 3.0.3(react@18.3.1) '@react-stately/overlays': 3.6.7(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/datepicker': 3.7.4(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/datepicker': 3.7.2(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false @@ -4897,6 +5004,19 @@ packages: '@swc/helpers': 0.5.11 dev: false + /@react-stately/form@3.0.1(react@18.3.1): + resolution: + { + integrity: sha512-T1Ul2Ou0uE/S4ECLcGKa0OfXjffdjEHfUFZAk7OZl0Mqq/F7dl5WpoLWJ4d4IyvZzGO6anFNenP+vODWbrF3NA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-stately/form@3.0.3(react@18.3.1): resolution: { @@ -4926,6 +5046,22 @@ packages: react: 18.3.1 dev: false + /@react-stately/list@3.10.3(react@18.3.1): + resolution: + { + integrity: sha512-Ul8el0tQy2Ucl3qMQ0fiqdJ874W1ZNjURVSgSxN+pGwVLNBVRjd6Fl7YwZFCXER2YOlzkwg+Zqozf/ZlS0EdXA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-stately/collections': 3.10.7(react@18.3.1) + '@react-stately/selection': 3.15.1(react@18.3.1) + '@react-stately/utils': 3.10.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-stately/list@3.10.5(react@18.3.1): resolution: { @@ -4942,6 +5078,21 @@ packages: react: 18.3.1 dev: false + /@react-stately/menu@3.6.1(react@18.3.1): + resolution: + { + integrity: sha512-3v0vkTm/kInuuG8jG7jbxXDBnMQcoDZKWvYsBQq7+POt0LmijbLdbdZPBoz9TkZ3eo/OoP194LLHOaFTQyHhlw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-stately/overlays': 3.6.7(react@18.3.1) + '@react-types/menu': 3.9.7(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-stately/menu@3.7.1(react@18.3.1): resolution: { @@ -4957,6 +5108,20 @@ packages: react: 18.3.1 dev: false + /@react-stately/overlays@3.6.5(react@18.3.1): + resolution: + { + integrity: sha512-U4rCFj6TPJPXLUvYXAcvh+yP/CO2W+7f0IuqP7ZZGE+Osk9qFkT+zRK5/6ayhBDFpmueNfjIEAzT9gYPQwNHFw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-stately/utils': 3.10.1(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-stately/overlays@3.6.7(react@18.3.1): resolution: { @@ -4971,18 +5136,18 @@ packages: react: 18.3.1 dev: false - /@react-stately/radio@3.10.4(react@18.3.1): + /@react-stately/radio@3.10.2(react@18.3.1): resolution: { - integrity: sha512-kCIc7tAl4L7Hu4Wt9l2jaa+MzYmAJm0qmC8G8yPMbExpWbLRu6J8Un80GZu+JxvzgDlqDyrVvyv9zFifwH/NkQ==, + integrity: sha512-JW5ZWiNMKcZvMTsuPeWJQLHXD5rlqy7Qk6fwUx/ZgeibvMBW/NnW19mm2+IMinzmbtERXvR6nsiA837qI+4dew==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-stately/form': 3.0.3(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/radio': 3.8.1(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/radio': 3.7.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false @@ -5019,10 +5184,10 @@ packages: react: 18.3.1 dev: false - /@react-stately/slider@3.5.4(react@18.3.1): + /@react-stately/slider@3.5.2(react@18.3.1): resolution: { - integrity: sha512-Jsf7K17dr93lkNKL9ij8HUcoM1sPbq8TvmibD6DhrK9If2lje+OOL8y4n4qreUnfMT56HCAeS9wCO3fg3eMyrw==, + integrity: sha512-ntH3NLRG+AwVC7q4Dx9DcmMkMh9vmHjHNXAgaoqNjhvwfSIae7sQ69CkVe6XeJjIBy6LlH81Kgapz+ABe5a1ZA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -5034,10 +5199,10 @@ packages: react: 18.3.1 dev: false - /@react-stately/table@3.11.8(react@18.3.1): + /@react-stately/table@3.11.6(react@18.3.1): resolution: { - integrity: sha512-EdyRW3lT1/kAVDp5FkEIi1BQ7tvmD2YgniGdLuW/l9LADo0T+oxZqruv60qpUS6sQap+59Riaxl91ClDxrJnpg==, + integrity: sha512-34YsfOILXusj3p6QNcKEaDWVORhM6WEhwPSLCZlkwAJvkxuRQFdih5rQKoIDc0uV5aZsB6bYBqiFhnjY0VERhw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -5047,24 +5212,38 @@ packages: '@react-stately/grid': 3.8.7(react@18.3.1) '@react-stately/selection': 3.15.1(react@18.3.1) '@react-stately/utils': 3.10.1(react@18.3.1) - '@react-types/grid': 3.2.6(react@18.3.1) + '@react-types/grid': 3.2.4(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/table': 3.9.5(react@18.3.1) + '@react-types/table': 3.9.3(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false - /@react-stately/tabs@3.6.6(react@18.3.1): + /@react-stately/tabs@3.6.4(react@18.3.1): resolution: { - integrity: sha512-sOLxorH2uqjAA+v1ppkMCc2YyjgqvSGeBDgtR/lyPSDd4CVMoTExszROX2dqG0c8il9RQvzFuufUtQWMY6PgSA==, + integrity: sha512-WZJgMBqzLgN88RN8AxhY4aH1+I+4w1qQA0Lh3LRSDegaytd+NHixCWaP3IPjePgCB5N1UsPe96Xglw75zjHmDg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-stately/list': 3.10.5(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) - '@react-types/tabs': 3.3.7(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + '@react-types/tabs': 3.3.5(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + + /@react-stately/toggle@3.7.2(react@18.3.1): + resolution: + { + integrity: sha512-SHCF2btcoK57c4lyhucRbyPBAFpp0Pdp0vcPdn3hUgqbu6e5gE0CwG/mgFmZRAQoc7PRc7XifL0uNw8diJJI0Q==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-stately/utils': 3.10.1(react@18.3.1) + '@react-types/checkbox': 3.7.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false @@ -5083,16 +5262,32 @@ packages: react: 18.3.1 dev: false - /@react-stately/tooltip@3.4.9(react@18.3.1): + /@react-stately/tooltip@3.4.7(react@18.3.1): resolution: { - integrity: sha512-P7CDJsdoKarz32qFwf3VNS01lyC+63gXpDZG31pUu+EO5BeQd4WKN/AH1Beuswpr4GWzxzFc1aXQgERFGVzraA==, + integrity: sha512-ACtRgBQ8rphBtsUaaxvEAM0HHN9PvMuyvL0vUHd7jvBDCVZJ6it1BKu9SBKjekBkoBOw9nemtkplh9R2CA6V8Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-stately/overlays': 3.6.7(react@18.3.1) - '@react-types/tooltip': 3.4.9(react@18.3.1) + '@react-types/tooltip': 3.4.7(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + + /@react-stately/tree@3.7.6(react@18.3.1): + resolution: + { + integrity: sha512-y8KvEoZX6+YvqjNCVGS3zA/BKw4D3XrUtUKIDme3gu5Mn6z97u+hUXKdXVCniZR7yvV3fHAIXwE5V2K8Oit4aw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-stately/collections': 3.10.7(react@18.3.1) + '@react-stately/selection': 3.15.1(react@18.3.1) + '@react-stately/utils': 3.10.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) '@swc/helpers': 0.5.11 react: 18.3.1 dev: false @@ -5125,6 +5320,32 @@ packages: react: 18.3.1 dev: false + /@react-stately/utils@3.9.1(react@18.3.1): + resolution: + { + integrity: sha512-yzw75GE0iUWiyps02BOAPTrybcsMIxEJlzXqtvllAb01O9uX5n0i3X+u2eCpj2UoDF4zS08Ps0jPgWxg8xEYtA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + + /@react-stately/virtualizer@3.6.8(react@18.3.1): + resolution: + { + integrity: sha512-Pf06ihTwExRJltGhi72tmLIo0pcjkL55nu7ifMafAAdxZK4ONxRLSuUjjpvYf/0Rs92xRZy2t/XmHREnfirdkQ==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/utils': 3.23.2(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + '@swc/helpers': 0.5.11 + react: 18.3.1 + dev: false + /@react-stately/virtualizer@3.7.1(react@18.3.1): resolution: { @@ -5147,20 +5368,32 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false - /@react-types/breadcrumbs@3.7.5(react@18.3.1): + /@react-types/breadcrumbs@3.7.3(react@18.3.1): resolution: { - integrity: sha512-lV9IDYsMiu2TgdMIjEmsOE0YWwjb3jhUNK1DCZZfq6uWuiHLgyx2EncazJBUWSjHJ4ta32j7xTuXch+8Ai6u/A==, + integrity: sha512-eFto/+6J+JR58vThNcALZRA1OlqlG3GzQ/bq3q8IrrkOZcrfbEJJCWit/+53Ia98siJKuF4OJHnotxIVIz5I3w==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@react-types/link': 3.5.5(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + react: 18.3.1 + dev: false + + /@react-types/button@3.9.2(react@18.3.1): + resolution: + { + integrity: sha512-EnPTkGHZRtiwAoJy5q9lDjoG30bEzA/qnvKG29VVXKYAGeqY2IlFs1ypmU+z1X/CpJgPcG3I5cakM7yTVm3pSg==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -5176,16 +5409,16 @@ packages: react: 18.3.1 dev: false - /@react-types/calendar@3.4.1(react@18.3.1): + /@react-types/calendar@3.4.4(react@18.3.1): resolution: { - integrity: sha512-tiCkHi6IQtYcVoAESG79eUBWDXoo8NImo+Mj8WAWpo1lOA3SV1W2PpeXkoRNqtloilQ0aYcmsaJJUhciQG4ndg==, + integrity: sha512-hV1Thmb/AES5OmfPvvmyjSkmsEULjiDfA7Yyy70L/YKuSNKb7Su+Bf2VnZuDW3ec+GxO4JJNlpJ0AkbphWBvcg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: '@internationalized/date': 3.5.4 - '@react-types/shared': 3.21.0(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -5202,6 +5435,18 @@ packages: react: 18.3.1 dev: false + /@react-types/checkbox@3.7.1(react@18.3.1): + resolution: + { + integrity: sha512-kuGqjQFex0As/3gfWyk+e9njCcad/ZdnYLLiNvhlk15730xfa0MmnOdpqo9jfuFSXBjOcpxoofvEhvrRMtEdUA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) + react: 18.3.1 + dev: false + /@react-types/checkbox@3.8.1(react@18.3.1): resolution: { @@ -5214,22 +5459,22 @@ packages: react: 18.3.1 dev: false - /@react-types/combobox@3.11.1(react@18.3.1): + /@react-types/combobox@3.10.1(react@18.3.1): resolution: { - integrity: sha512-UNc3OHt5cUt5gCTHqhQIqhaWwKCpaNciD8R7eQazmHiA9fq8ROlV+7l3gdNgdhJbTf5Bu/V5ISnN7Y1xwL3zqQ==, + integrity: sha512-XMno1rgVRNta49vf5nV7VJpVSVAV20tt79t618gG1qRKH5Kt2Cy8lz2fQ5vHG6UTv/6jUOvU8g5Pc93sLaTmoA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false - /@react-types/datepicker@3.7.4(react@18.3.1): + /@react-types/datepicker@3.7.2(react@18.3.1): resolution: { - integrity: sha512-ZfvgscvNzBJpYyVWg3nstJtA/VlWLwErwSkd1ivZYam859N30w8yH+4qoYLa6FzWLCFlrsRHyvtxlEM7lUAt5A==, + integrity: sha512-zThqFAdhQL1dqyVDsDSSTdfCjoD6634eyg/B0ZJfQxcLUR/5pch3v/gxBhbyCVDGMNHRWUWIJvY9DVOepuoSug==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -5237,7 +5482,7 @@ packages: '@internationalized/date': 3.5.4 '@react-types/calendar': 3.4.6(react@18.3.1) '@react-types/overlays': 3.8.7(react@18.3.1) - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -5254,6 +5499,18 @@ packages: react: 18.3.1 dev: false + /@react-types/grid@3.2.4(react@18.3.1): + resolution: + { + integrity: sha512-sDVoyQcH7MoGdx5nBi5ZOU/mVFBt9YTxhvr0PZ97dMdEHZtJC1w9SuezwWS34f50yb8YAXQRTICbZYcK4bAlDA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.23.1(react@18.3.1) + react: 18.3.1 + dev: false + /@react-types/grid@3.2.6(react@18.3.1): resolution: { @@ -5266,6 +5523,18 @@ packages: react: 18.3.1 dev: false + /@react-types/link@3.5.3(react@18.3.1): + resolution: + { + integrity: sha512-yVafjW3IejyVnK3oMBNjFABCGG6J27EUG8rvkaGaI1uB6srGUEhpJ97XLv11aj1QkXHBy3VGXqxEV3S7wn4HTw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.23.1(react@18.3.1) + react: 18.3.1 + dev: false + /@react-types/link@3.5.5(react@18.3.1): resolution: { @@ -5290,6 +5559,19 @@ packages: react: 18.3.1 dev: false + /@react-types/menu@3.9.7(react@18.3.1): + resolution: + { + integrity: sha512-K6KhloJVoGsqwkdeez72fkNI9dfrmLI/sNrB4XuOKo2crDQ/eyZYWyJmzz8giz/tHME9w774k487rVoefoFh5w==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/overlays': 3.8.7(react@18.3.1) + '@react-types/shared': 3.23.1(react@18.3.1) + react: 18.3.1 + dev: false + /@react-types/menu@3.9.9(react@18.3.1): resolution: { @@ -5303,6 +5585,18 @@ packages: react: 18.3.1 dev: false + /@react-types/overlays@3.8.5(react@18.3.1): + resolution: + { + integrity: sha512-4D7EEBQigD/m8hE68Ys8eloyyZFHHduqykSIgINJ0edmo0jygRbWlTwuhWFR9USgSP4dK54duN0Mvq0m4HEVEw==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.23.1(react@18.3.1) + react: 18.3.1 + dev: false + /@react-types/overlays@3.8.7(react@18.3.1): resolution: { @@ -5315,10 +5609,10 @@ packages: react: 18.3.1 dev: false - /@react-types/progress@3.5.4(react@18.3.1): + /@react-types/progress@3.5.2(react@18.3.1): resolution: { - integrity: sha512-JNc246sTjasPyx5Dp7/s0rp3Bz4qlu4LrZTulZlxWyb53WgBNL7axc26CCi+I20rWL9+c7JjhrRxnLl/1cLN5g==, + integrity: sha512-aQql22kusEudsHwDEzq6y/Mh29AM+ftRDKdS5E5g4MkCY5J4FMbOYco1T5So83NIvvG9+eKcxPoJUMjQQACAyA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -5327,15 +5621,27 @@ packages: react: 18.3.1 dev: false - /@react-types/radio@3.8.1(react@18.3.1): + /@react-types/radio@3.7.1(react@18.3.1): resolution: { - integrity: sha512-bK0gio/qj1+0Ldu/3k/s9BaOZvnnRgvFtL3u5ky479+aLG5qf1CmYed3SKz8ErZ70JkpuCSrSwSCFf0t1IHovw==, + integrity: sha512-Zut3rN1odIUBLZdijeyou+UqsLeRE76d9A+npykYGu29ndqmo3w4sLn8QeQcdj1IR71ZnG0pW2Y2BazhK5XrrQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + react: 18.3.1 + dev: false + + /@react-types/select@3.9.2(react@18.3.1): + resolution: + { + integrity: sha512-fGFrunednY3Pq/BBwVOf87Fsuyo/SlevL0wFIE9OOl2V5NXVaTY7/7RYA8hIOHPzmvsMbndy419BEudiNGhv4A==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -5351,10 +5657,10 @@ packages: react: 18.3.1 dev: false - /@react-types/shared@3.21.0(react@18.3.1): + /@react-types/shared@3.22.1(react@18.3.1): resolution: { - integrity: sha512-wJA2cUF8dP4LkuNUt9Vh2kkfiQb2NLnV2pPXxVnKJZ7d4x2/7VPccN+LYPnH8m0X3+rt50cxWuPKQmjxSsCFOg==, + integrity: sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 @@ -5397,28 +5703,40 @@ packages: react: 18.3.1 dev: false - /@react-types/table@3.9.5(react@18.3.1): + /@react-types/table@3.9.3(react@18.3.1): resolution: { - integrity: sha512-fgM2j9F/UR4Anmd28CueghCgBwOZoCVyN8fjaIFPd2MN4gCwUUfANwxLav65gZk4BpwUXGoQdsW+X50L3555mg==, + integrity: sha512-Hs/pMbxJdga2zBol4H5pV1FVIiRjCuSTXst6idJjkctanTexR4xkyrtBwl+rdLNoGwQ2pGii49vgklc5bFK7zA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/grid': 3.2.6(react@18.3.1) + '@react-types/grid': 3.2.4(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) react: 18.3.1 dev: false - /@react-types/tabs@3.3.7(react@18.3.1): + /@react-types/tabs@3.3.5(react@18.3.1): resolution: { - integrity: sha512-ZdLe5xOcFX6+/ni45Dl2jO0jFATpTnoSqj6kLIS/BYv8oh0n817OjJkLf+DS3CLfNjApJWrHqAk34xNh6nRnEg==, + integrity: sha512-6NTSZBOWekCtApdZrhu5tHhE/8q52oVohQN+J5T7shAXd6ZAtu8PABVR/nH4BWucc8FL0OUajRqunqzQMU13gA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/shared': 3.23.1(react@18.3.1) + '@react-types/shared': 3.22.1(react@18.3.1) + react: 18.3.1 + dev: false + + /@react-types/textfield@3.9.1(react@18.3.1): + resolution: + { + integrity: sha512-JBHY9M2CkL6xFaGSfWmUJVu3tEK09FaeB1dU3IEh6P41xxbFnPakYHSSAdnwMXBtXPoSHIVsUBickW/pjgfe5g==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.22.1(react@18.3.1) react: 18.3.1 dev: false @@ -5434,15 +5752,15 @@ packages: react: 18.3.1 dev: false - /@react-types/tooltip@3.4.9(react@18.3.1): + /@react-types/tooltip@3.4.7(react@18.3.1): resolution: { - integrity: sha512-wZ+uF1+Zc43qG+cOJzioBmLUNjRa7ApdcT0LI1VvaYvH5GdfjzUJOorLX9V/vAci0XMJ50UZ+qsh79aUlw2yqg==, + integrity: sha512-rV4HZRQxLRNhe24yATOxnFQtGRUmsR7mqxMupXCmd1vrw8h+rdKlQv1zW2q8nALAKNmnRXZJHxYQ1SFzb98fgg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-types/overlays': 3.8.7(react@18.3.1) + '@react-types/overlays': 3.8.5(react@18.3.1) '@react-types/shared': 3.23.1(react@18.3.1) react: 18.3.1 dev: false @@ -5479,33 +5797,17 @@ packages: '@sinonjs/commons': 3.0.1 dev: true - /@socket.io/component-emitter@3.1.2: - resolution: - { - integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==, - } - dev: false - /@swc/counter@0.1.3: resolution: { - integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==, - } - dev: false - - /@swc/helpers@0.5.11: - resolution: - { - integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==, + integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==, } - dependencies: - tslib: 2.6.2 dev: false - /@swc/helpers@0.5.2: + /@swc/helpers@0.5.11: resolution: { - integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==, + integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==, } dependencies: tslib: 2.6.2 @@ -5741,13 +6043,6 @@ packages: '@types/node': 20.12.12 dev: true - /@types/cookie@0.4.1: - resolution: - { - integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==, - } - dev: false - /@types/cookiejar@2.1.5: resolution: { @@ -5755,15 +6050,6 @@ packages: } dev: true - /@types/cors@2.8.17: - resolution: - { - integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==, - } - dependencies: - '@types/node': 20.12.12 - dev: false - /@types/eslint-scope@3.7.7: resolution: { @@ -6138,10 +6424,10 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0)(eslint@8.57.0)(typescript@5.4.5): + /@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.11.0)(eslint@8.57.0)(typescript@5.4.5): resolution: { - integrity: sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==, + integrity: sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: @@ -6153,11 +6439,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.10.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/type-utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/parser': 7.11.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.11.0 + '@typescript-eslint/type-utils': 7.11.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.11.0 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 @@ -6215,10 +6501,10 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5): + /@typescript-eslint/parser@7.11.0(eslint@8.57.0)(typescript@5.4.5): resolution: { - integrity: sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==, + integrity: sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: @@ -6228,10 +6514,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/scope-manager': 7.11.0 + '@typescript-eslint/types': 7.11.0 + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.11.0 debug: 4.3.4 eslint: 8.57.0 typescript: 5.4.5 @@ -6261,15 +6547,15 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/scope-manager@7.10.0: + /@typescript-eslint/scope-manager@7.11.0: resolution: { - integrity: sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==, + integrity: sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==, } engines: { node: ^18.18.0 || >=20.0.0 } dependencies: - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/types': 7.11.0 + '@typescript-eslint/visitor-keys': 7.11.0 dev: true /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.5): @@ -6318,10 +6604,10 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@7.10.0(eslint@8.57.0)(typescript@5.4.5): + /@typescript-eslint/type-utils@7.11.0(eslint@8.57.0)(typescript@5.4.5): resolution: { - integrity: sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==, + integrity: sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: @@ -6331,8 +6617,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.4.5) @@ -6357,10 +6643,10 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } dev: true - /@typescript-eslint/types@7.10.0: + /@typescript-eslint/types@7.11.0: resolution: { - integrity: sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==, + integrity: sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==, } engines: { node: ^18.18.0 || >=20.0.0 } dev: true @@ -6414,10 +6700,10 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.10.0(typescript@5.4.5): + /@typescript-eslint/typescript-estree@7.11.0(typescript@5.4.5): resolution: { - integrity: sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==, + integrity: sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: @@ -6426,8 +6712,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/types': 7.11.0 + '@typescript-eslint/visitor-keys': 7.11.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -6484,19 +6770,19 @@ packages: - typescript dev: true - /@typescript-eslint/utils@7.10.0(eslint@8.57.0)(typescript@5.4.5): + /@typescript-eslint/utils@7.11.0(eslint@8.57.0)(typescript@5.4.5): resolution: { - integrity: sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==, + integrity: sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: eslint: ^8.56.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.11.0 + '@typescript-eslint/types': 7.11.0 + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -6525,14 +6811,14 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@7.10.0: + /@typescript-eslint/visitor-keys@7.11.0: resolution: { - integrity: sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==, + integrity: sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==, } engines: { node: ^18.18.0 || >=20.0.0 } dependencies: - '@typescript-eslint/types': 7.10.0 + '@typescript-eslint/types': 7.11.0 eslint-visitor-keys: 3.4.3 dev: true @@ -6766,15 +7052,6 @@ packages: engines: { node: '>=0.4.0' } dev: true - /acorn@7.4.1: - resolution: - { - integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, - } - engines: { node: '>=0.4.0' } - hasBin: true - dev: false - /acorn@8.11.3: resolution: { @@ -6935,35 +7212,12 @@ packages: normalize-path: 3.0.0 picomatch: 2.3.1 - /app-module-path@2.2.0: - resolution: - { - integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==, - } - dev: false - /append-field@1.0.0: resolution: { integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==, } - /aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } - dev: false - - /are-we-there-yet@4.0.2: - resolution: - { - integrity: sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - deprecated: This package is no longer supported. - dev: false - /arg@4.1.3: resolution: { @@ -7166,13 +7420,7 @@ packages: { integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, } - - /assert-never@1.2.1: - resolution: - { - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==, - } - dev: false + dev: true /ast-types-flow@0.0.8: resolution: @@ -7207,7 +7455,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001623 + caniuse-lite: 1.0.30001624 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -7329,16 +7577,6 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.6) dev: true - /babel-walk@3.0.0-canary-5: - resolution: - { - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==, - } - engines: { node: '>= 10.0.0' } - dependencies: - '@babel/types': 7.24.6 - dev: false - /balanced-match@1.0.2: resolution: { @@ -7352,21 +7590,6 @@ packages: } dev: true - /base64id@2.0.0: - resolution: - { - integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==, - } - engines: { node: ^4.5.0 || >= 5.9 } - dev: false - - /batch@0.6.1: - resolution: - { - integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==, - } - dev: false - /bcryptjs@2.4.3: resolution: { @@ -7472,7 +7695,7 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001623 + caniuse-lite: 1.0.30001624 electron-to-chromium: 1.4.783 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.0) @@ -7529,14 +7752,6 @@ packages: dependencies: streamsearch: 1.1.0 - /bytes@3.0.0: - resolution: - { - integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==, - } - engines: { node: '>= 0.8' } - dev: false - /bytes@3.1.2: resolution: { @@ -7608,10 +7823,10 @@ packages: engines: { node: '>=10' } dev: true - /caniuse-lite@1.0.30001623: + /caniuse-lite@1.0.30001624: resolution: { - integrity: sha512-X/XhAVKlpIxWPpgRTnlgZssJrF0m6YtRA0QDWgsBNT12uZM6LPRydR7ip405Y3t1LamD8cP2TZFEDZFBf5ApcA==, + integrity: sha512-0dWnQG87UevOCPYaOR49CBcLBwoZLpws+k6W37nLjWUhumP1Isusj0p2u+3KhjNloRWK9OKMgjBBzPujQHw4nA==, } /chalk@2.4.2: @@ -7652,15 +7867,6 @@ packages: engines: { node: '>=10' } dev: true - /character-parser@2.2.0: - resolution: - { - integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==, - } - dependencies: - is-regex: 1.1.4 - dev: false - /chardet@0.7.0: resolution: { @@ -7834,14 +8040,6 @@ packages: engines: { node: '>=6' } dev: false - /cluster-key-slot@1.1.2: - resolution: - { - integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==, - } - engines: { node: '>=0.10.0' } - dev: false - /co-body@6.1.0: resolution: { @@ -7910,14 +8108,6 @@ packages: simple-swizzle: 0.2.2 dev: false - /color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } - hasBin: true - dev: false - /color2k@2.0.3: resolution: { @@ -8033,34 +8223,6 @@ packages: } dev: true - /compressible@2.0.18: - resolution: - { - integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==, - } - engines: { node: '>= 0.6' } - dependencies: - mime-db: 1.52.0 - dev: false - - /compression@1.7.4: - resolution: - { - integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==, - } - engines: { node: '>= 0.8.0' } - dependencies: - accepts: 1.3.8 - bytes: 3.0.0 - compressible: 2.0.18 - debug: 2.6.9 - on-headers: 1.0.2 - safe-buffer: 5.1.2 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: false - /compute-scroll-into-view@3.1.0: resolution: { @@ -8093,18 +8255,6 @@ packages: } dev: true - /connect-redis@7.1.1(express-session@1.18.0): - resolution: - { - integrity: sha512-M+z7alnCJiuzKa8/1qAYdGUXHYfDnLolOGAUjOioB07pP39qxjG+X9ibsud7qUBc4jMV5Mcy3ugGv8eFcgamJQ==, - } - engines: { node: '>=16' } - peerDependencies: - express-session: '>=1' - dependencies: - express-session: 1.18.0 - dev: false - /consola@2.15.3: resolution: { @@ -8119,23 +8269,6 @@ packages: engines: { node: ^14.18.0 || >=16.10.0 } dev: false - /console-control-strings@1.1.0: - resolution: - { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, - } - dev: false - - /constantinople@4.0.1: - resolution: - { - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==, - } - dependencies: - '@babel/parser': 7.24.6 - '@babel/types': 7.24.6 - dev: false - /content-disposition@0.5.4: resolution: { @@ -8207,54 +8340,12 @@ packages: } dev: false - /cookie-parser@1.4.6: - resolution: - { - integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==, - } - engines: { node: '>= 0.8.0' } - dependencies: - cookie: 0.4.1 - cookie-signature: 1.0.6 - dev: false - /cookie-signature@1.0.6: resolution: { integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, } - /cookie-signature@1.0.7: - resolution: - { - integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==, - } - dev: false - - /cookie@0.4.0: - resolution: - { - integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==, - } - engines: { node: '>= 0.6' } - dev: false - - /cookie@0.4.1: - resolution: - { - integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==, - } - engines: { node: '>= 0.6' } - dev: false - - /cookie@0.4.2: - resolution: - { - integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==, - } - engines: { node: '>= 0.6' } - dev: false - /cookie@0.6.0: resolution: { @@ -8448,18 +8539,6 @@ packages: optional: true dev: false - /csrf@3.1.0: - resolution: - { - integrity: sha512-uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w==, - } - engines: { node: '>= 0.8' } - dependencies: - rndm: 1.2.0 - tsscmp: 1.0.6 - uid-safe: 2.1.5 - dev: false - /cssesc@3.0.0: resolution: { @@ -8474,20 +8553,6 @@ packages: integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==, } - /csurf@1.11.0: - resolution: - { - integrity: sha512-UCtehyEExKTxgiu8UHdGvHj4tnpE/Qctue03Giq5gPgMQ9cg/ciod5blZQ5a4uCEenNQjxyGuzygLdKUmee/bQ==, - } - engines: { node: '>= 0.8.0' } - deprecated: Please use another csrf package - dependencies: - cookie: 0.4.0 - cookie-signature: 1.0.6 - csrf: 3.1.0 - http-errors: 1.7.3 - dev: false - /cz-conventional-changelog@3.3.0(@types/node@20.12.12)(typescript@5.4.5): resolution: { @@ -8572,20 +8637,6 @@ packages: dependencies: ms: 2.0.0 - /debug@3.1.0: - resolution: - { - integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==, - } - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.0.0 - dev: false - /debug@3.2.7: resolution: { @@ -8613,6 +8664,7 @@ packages: optional: true dependencies: ms: 2.1.2 + dev: true /decamelize-keys@1.1.1: resolution: @@ -8721,14 +8773,6 @@ packages: engines: { node: '>=0.4.0' } dev: true - /denque@2.1.0: - resolution: - { - integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==, - } - engines: { node: '>=0.10' } - dev: false - /depd@1.1.2: resolution: { @@ -8812,6 +8856,7 @@ packages: dependencies: asap: 2.0.6 wrappy: 1.0.2 + dev: true /didyoumean@1.2.2: resolution: @@ -8871,13 +8916,6 @@ packages: esutils: 2.0.3 dev: true - /doctypes@1.1.0: - resolution: - { - integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==, - } - dev: false - /dot-prop@5.3.0: resolution: { @@ -8974,37 +9012,6 @@ packages: } engines: { node: '>= 0.8' } - /engine.io-parser@5.2.2: - resolution: - { - integrity: sha512-RcyUFKA93/CXH20l4SoVvzZfrSDMOTUS3bWVpTt2FuFP+XYrL8i8oonHP7WInRyVHXh0n/ORtoeiE1os+8qkSw==, - } - engines: { node: '>=10.0.0' } - dev: false - - /engine.io@6.5.4: - resolution: - { - integrity: sha512-KdVSDKhVKyOi+r5uEabrDLZw2qXStVvCsEB/LN3mw4WFi6Gx50jTyuxYVCwAAC0U46FdnzP/ScKRBTXb/NiEOg==, - } - engines: { node: '>=10.2.0' } - dependencies: - '@types/cookie': 0.4.1 - '@types/cors': 2.8.17 - '@types/node': 20.12.12 - accepts: 1.3.8 - base64id: 2.0.0 - cookie: 0.4.2 - cors: 2.8.5 - debug: 4.3.4 - engine.io-parser: 5.2.2 - ws: 8.11.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /enhanced-resolve@5.16.1: resolution: { @@ -9259,7 +9266,7 @@ packages: eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) dev: true - /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.34.1)(eslint@8.57.0): + /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.34.2)(eslint@8.57.0): resolution: { integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==, @@ -9276,7 +9283,7 @@ packages: eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1)(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) - eslint-plugin-react: 7.34.1(eslint@8.57.0) + eslint-plugin-react: 7.34.2(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) object.assign: 4.1.5 object.entries: 1.1.8 @@ -9302,7 +9309,7 @@ packages: eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) - eslint-plugin-react: 7.34.1(eslint@8.57.0) + eslint-plugin-react: 7.34.2(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) typescript: 5.4.5 transitivePeerDependencies: @@ -9606,10 +9613,10 @@ packages: eslint: 8.57.0 dev: true - /eslint-plugin-react@7.34.1(eslint@8.57.0): + /eslint-plugin-react@7.34.2(eslint@8.57.0): resolution: { - integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==, + integrity: sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==, } engines: { node: '>=4' } peerDependencies: @@ -9950,25 +9957,6 @@ packages: jest-util: 29.7.0 dev: true - /express-session@1.18.0: - resolution: - { - integrity: sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==, - } - engines: { node: '>= 0.8.0' } - dependencies: - cookie: 0.6.0 - cookie-signature: 1.0.7 - debug: 2.6.9 - depd: 2.0.0 - on-headers: 1.0.2 - parseurl: 1.3.3 - safe-buffer: 5.2.1 - uid-safe: 2.1.5 - transitivePeerDependencies: - - supports-color - dev: false - /express@4.19.2: resolution: { @@ -10010,13 +9998,6 @@ packages: transitivePeerDependencies: - supports-color - /extend@3.0.2: - resolution: - { - integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==, - } - dev: false - /external-editor@3.1.0: resolution: { @@ -10238,13 +10219,6 @@ packages: is-callable: 1.2.7 dev: true - /foreachasync@3.0.0: - resolution: - { - integrity: sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==, - } - dev: false - /foreground-child@3.1.1: resolution: { @@ -10303,6 +10277,7 @@ packages: hexoid: 1.0.0 once: 1.4.0 qs: 6.12.1 + dev: true /formik@2.4.6(react@18.3.1): resolution: @@ -10439,24 +10414,6 @@ packages: } dev: true - /gauge@5.0.2: - resolution: - { - integrity: sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - deprecated: This package is no longer supported. - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - signal-exit: 4.1.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - dev: false - /gensync@1.0.0-beta.2: resolution: { @@ -10585,6 +10542,7 @@ packages: { integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, } + dev: true /glob@10.3.10: resolution: @@ -10788,22 +10746,6 @@ packages: - uWebSockets.js dev: false - /handlebars@4.7.7: - resolution: - { - integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==, - } - engines: { node: '>=0.4.7' } - hasBin: true - dependencies: - minimist: 1.2.8 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.17.4 - dev: false - /hard-rejection@2.1.0: resolution: { @@ -10872,13 +10814,7 @@ packages: engines: { node: '>= 0.4' } dependencies: has-symbols: 1.0.3 - - /has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } - dev: false + dev: true /hasown@2.0.2: resolution: @@ -10889,31 +10825,13 @@ packages: dependencies: function-bind: 1.1.2 - /hbs@4.2.0: - resolution: - { - integrity: sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==, - } - engines: { node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16 } - dependencies: - handlebars: 4.7.7 - walk: 2.3.15 - dev: false - - /helmet@7.1.0: - resolution: - { - integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==, - } - engines: { node: '>=16.0.0' } - dev: false - /hexoid@1.0.0: resolution: { integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==, } engines: { node: '>=8' } + dev: true /hoist-non-react-statics@3.3.2: resolution: @@ -10968,33 +10886,6 @@ packages: inherits: 2.0.4 dev: false - /http-errors@1.6.3: - resolution: - { - integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==, - } - engines: { node: '>= 0.6' } - dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.0 - statuses: 1.5.0 - dev: false - - /http-errors@1.7.3: - resolution: - { - integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==, - } - engines: { node: '>= 0.6' } - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - /http-errors@2.0.0: resolution: { @@ -11137,13 +11028,6 @@ packages: once: 1.4.0 wrappy: 1.0.2 - /inherits@2.0.3: - resolution: - { - integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==, - } - dev: false - /inherits@2.0.4: resolution: { @@ -11302,26 +11186,6 @@ packages: loose-envify: 1.4.0 dev: false - /ioredis@5.4.1: - resolution: - { - integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==, - } - engines: { node: '>=12.22.0' } - dependencies: - '@ioredis/commands': 1.2.0 - cluster-key-slot: 1.1.2 - debug: 4.3.4 - denque: 2.1.0 - lodash.defaults: 4.2.0 - lodash.isarguments: 3.1.0 - redis-errors: 1.2.0 - redis-parser: 3.0.0 - standard-as-callback: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /ipaddr.js@1.9.1: resolution: { @@ -11436,16 +11300,6 @@ packages: has-tostringtag: 1.0.2 dev: true - /is-expression@4.0.0: - resolution: - { - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==, - } - dependencies: - acorn: 7.4.1 - object-assign: 4.1.1 - dev: false - /is-extglob@2.1.1: resolution: { @@ -11579,13 +11433,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - /is-promise@2.2.2: - resolution: - { - integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==, - } - dev: false - /is-regex@1.1.4: resolution: { @@ -11595,6 +11442,7 @@ packages: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 + dev: true /is-set@2.0.3: resolution: @@ -12398,13 +12246,6 @@ packages: } dev: false - /js-stringify@1.0.2: - resolution: - { - integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==, - } - dev: false - /js-tokens@4.0.0: resolution: { @@ -12546,16 +12387,6 @@ packages: semver: 7.6.2 dev: false - /jstransformer@1.0.0: - resolution: - { - integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==, - } - dependencies: - is-promise: 2.2.2 - promise: 7.3.1 - dev: false - /jsx-ast-utils@3.3.5: resolution: { @@ -12722,15 +12553,6 @@ packages: engines: { node: '>=6.11.5' } dev: true - /loadware@2.0.0: - resolution: - { - integrity: sha512-PD5Yn9VFr7RTJLvIx/CBRALvE+PATUDoEedCcik49Te30LK4qU39DZPV3oxhhF9ql9NKg3kwL+kyf0NqnX9e/g==, - } - dependencies: - app-module-path: 2.2.0 - dev: false - /locate-path@5.0.0: resolution: { @@ -12779,13 +12601,6 @@ packages: } dev: false - /lodash.defaults@4.2.0: - resolution: - { - integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==, - } - dev: false - /lodash.foreach@4.5.0: resolution: { @@ -12807,13 +12622,6 @@ packages: } dev: false - /lodash.isarguments@3.1.0: - resolution: - { - integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==, - } - dev: false - /lodash.isboolean@3.0.3: resolution: { @@ -13153,21 +12961,6 @@ packages: } dev: true - /method-override@3.0.0: - resolution: - { - integrity: sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==, - } - engines: { node: '>= 0.10' } - dependencies: - debug: 3.1.0 - methods: 1.1.2 - parseurl: 1.3.3 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: false - /methods@1.1.2: resolution: { @@ -13350,18 +13143,12 @@ packages: integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, } - /ms@2.1.1: - resolution: - { - integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==, - } - dev: false - /ms@2.1.2: resolution: { integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, } + dev: true /ms@2.1.3: resolution: @@ -13452,6 +13239,7 @@ packages: { integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, } + dev: true /next-auth@5.0.0-beta.4(next@14.2.3)(react@18.3.1): resolution: @@ -13471,7 +13259,7 @@ packages: react: 18.3.1 dev: false - /next-intl@3.14.1(next@14.0.1)(react@18.3.1): + /next-intl@3.14.1(next@14.2.3)(react@18.3.1): resolution: { integrity: sha512-Jb5KdYaJCH3z4O/Ab05YOi7lzaqtFcnOa8KdUCHvHKxPYNM7H6I/5hC3dvKPDb9S5gW6wMp3bNQoMzcWw227jw==, @@ -13482,53 +13270,11 @@ packages: dependencies: '@formatjs/intl-localematcher': 0.2.32 negotiator: 0.6.3 - next: 14.0.1(react-dom@18.3.1)(react@18.3.1) + next: 14.2.3(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 use-intl: 3.14.1(react@18.3.1) dev: false - /next@14.0.1(react-dom@18.3.1)(react@18.3.1): - resolution: - { - integrity: sha512-s4YaLpE4b0gmb3ggtmpmV+wt+lPRuGtANzojMQ2+gmBpgX9w5fTbjsy6dXByBuENsdCX5pukZH/GxdFgO62+pA==, - } - engines: { node: '>=18.17.0' } - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - sass: - optional: true - dependencies: - '@next/env': 14.0.1 - '@swc/helpers': 0.5.2 - busboy: 1.6.0 - caniuse-lite: 1.0.30001623 - postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(react@18.3.1) - watchpack: 2.4.0 - optionalDependencies: - '@next/swc-darwin-arm64': 14.0.1 - '@next/swc-darwin-x64': 14.0.1 - '@next/swc-linux-arm64-gnu': 14.0.1 - '@next/swc-linux-arm64-musl': 14.0.1 - '@next/swc-linux-x64-gnu': 14.0.1 - '@next/swc-linux-x64-musl': 14.0.1 - '@next/swc-win32-arm64-msvc': 14.0.1 - '@next/swc-win32-ia32-msvc': 14.0.1 - '@next/swc-win32-x64-msvc': 14.0.1 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - dev: false - /next@14.2.3(react-dom@18.3.1)(react@18.3.1): resolution: { @@ -13553,7 +13299,7 @@ packages: '@next/env': 14.2.3 '@swc/helpers': 0.5.5 busboy: 1.6.0 - caniuse-lite: 1.0.30001623 + caniuse-lite: 1.0.30001624 graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.3.1 @@ -13706,20 +13452,6 @@ packages: path-key: 4.0.0 dev: true - /npmlog@7.0.1: - resolution: - { - integrity: sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - deprecated: This package is no longer supported. - dependencies: - are-we-there-yet: 4.0.2 - console-control-strings: 1.1.0 - gauge: 5.0.2 - set-blocking: 2.0.0 - dev: false - /oauth4webapi@2.10.4: resolution: { @@ -13852,14 +13584,6 @@ packages: dependencies: ee-first: 1.1.1 - /on-headers@1.0.2: - resolution: - { - integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==, - } - engines: { node: '>= 0.8' } - dev: false - /once@1.4.0: resolution: { @@ -14080,13 +13804,6 @@ packages: integrity: sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==, } - /path-to-regexp@6.2.2: - resolution: - { - integrity: sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==, - } - dev: false - /path-type@4.0.0: resolution: { @@ -14359,15 +14076,6 @@ packages: integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, } - /promise@7.3.1: - resolution: - { - integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==, - } - dependencies: - asap: 2.0.6 - dev: false - /prompts@2.4.2: resolution: { @@ -14377,162 +14085,35 @@ packages: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - dev: true - - /prop-types@15.8.1: - resolution: - { - integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==, - } - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - dev: true - - /property-expr@2.0.6: - resolution: - { - integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==, - } - dev: false - - /proxy-addr@2.0.7: - resolution: - { - integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, - } - engines: { node: '>= 0.10' } - dependencies: - forwarded: 0.2.0 - ipaddr.js: 1.9.1 - - /pug-attrs@3.0.0: - resolution: - { - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==, - } - dependencies: - constantinople: 4.0.1 - js-stringify: 1.0.2 - pug-runtime: 3.0.1 - dev: false - - /pug-code-gen@3.0.3: - resolution: - { - integrity: sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw==, - } - dependencies: - constantinople: 4.0.1 - doctypes: 1.1.0 - js-stringify: 1.0.2 - pug-attrs: 3.0.0 - pug-error: 2.1.0 - pug-runtime: 3.0.1 - void-elements: 3.1.0 - with: 7.0.2 - dev: false - - /pug-error@2.1.0: - resolution: - { - integrity: sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==, - } - dev: false - - /pug-filters@4.0.0: - resolution: - { - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==, - } - dependencies: - constantinople: 4.0.1 - jstransformer: 1.0.0 - pug-error: 2.1.0 - pug-walk: 2.0.0 - resolve: 1.22.8 - dev: false - - /pug-lexer@5.0.1: - resolution: - { - integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==, - } - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.1.0 - dev: false - - /pug-linker@4.0.0: - resolution: - { - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==, - } - dependencies: - pug-error: 2.1.0 - pug-walk: 2.0.0 - dev: false - - /pug-load@3.0.0: - resolution: - { - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==, - } - dependencies: - object-assign: 4.1.1 - pug-walk: 2.0.0 - dev: false - - /pug-parser@6.0.0: - resolution: - { - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==, - } - dependencies: - pug-error: 2.1.0 - token-stream: 1.0.0 - dev: false - - /pug-runtime@3.0.1: - resolution: - { - integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==, - } - dev: false + dev: true - /pug-strip-comments@2.0.0: + /prop-types@15.8.1: resolution: { - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==, + integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==, } dependencies: - pug-error: 2.1.0 - dev: false + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + dev: true - /pug-walk@2.0.0: + /property-expr@2.0.6: resolution: { - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==, + integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==, } dev: false - /pug@3.0.3: + /proxy-addr@2.0.7: resolution: { - integrity: sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g==, + integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, } + engines: { node: '>= 0.10' } dependencies: - pug-code-gen: 3.0.3 - pug-filters: 4.0.0 - pug-lexer: 5.0.1 - pug-linker: 4.0.0 - pug-load: 3.0.0 - pug-parser: 6.0.0 - pug-runtime: 3.0.1 - pug-strip-comments: 2.0.0 - dev: false + forwarded: 0.2.0 + ipaddr.js: 1.9.1 /punycode@2.3.1: resolution: @@ -14596,14 +14177,6 @@ packages: } dev: false - /random-bytes@1.0.0: - resolution: - { - integrity: sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==, - } - engines: { node: '>= 0.8' } - dev: false - /randombytes@2.1.0: resolution: { @@ -14875,24 +14448,6 @@ packages: strip-indent: 3.0.0 dev: true - /redis-errors@1.2.0: - resolution: - { - integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==, - } - engines: { node: '>=4' } - dev: false - - /redis-parser@3.0.0: - resolution: - { - integrity: sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==, - } - engines: { node: '>=4' } - dependencies: - redis-errors: 1.2.0 - dev: false - /reflect-metadata@0.1.14: resolution: { @@ -15050,17 +14605,6 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /response-time@2.3.2: - resolution: - { - integrity: sha512-MUIDaDQf+CVqflfTdQ5yam+aYCkXj1PY8fjlPDQ6ppxJlmgZb864pHtA750mayywNg8tx4rS7qH9JXd/OF+3gw==, - } - engines: { node: '>= 0.8.0' } - dependencies: - depd: 1.1.2 - on-headers: 1.0.2 - dev: false - /restore-cursor@3.1.0: resolution: { @@ -15118,13 +14662,6 @@ packages: glob: 9.3.5 dev: true - /rndm@1.2.0: - resolution: - { - integrity: sha512-fJhQQI5tLrQvYIYFpOnFinzv9dwmR7hRnUz1XqP3OJ1jIweTNOd6aTO4jwQSgcBSFUB+/KHJxuGneime+FdzOw==, - } - dev: false - /run-async@2.4.1: resolution: { @@ -15170,13 +14707,6 @@ packages: isarray: 2.0.5 dev: true - /safe-buffer@5.1.1: - resolution: - { - integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==, - } - dev: false - /safe-buffer@5.1.2: resolution: { @@ -15304,38 +14834,6 @@ packages: randombytes: 2.1.0 dev: true - /serve-favicon@2.5.0: - resolution: - { - integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==, - } - engines: { node: '>= 0.8.0' } - dependencies: - etag: 1.8.1 - fresh: 0.5.2 - ms: 2.1.1 - parseurl: 1.3.3 - safe-buffer: 5.1.1 - dev: false - - /serve-index@1.9.1: - resolution: - { - integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==, - } - engines: { node: '>= 0.8.0' } - dependencies: - accepts: 1.3.8 - batch: 0.6.1 - debug: 2.6.9 - escape-html: 1.0.3 - http-errors: 1.6.3 - mime-types: 2.1.35 - parseurl: 1.3.3 - transitivePeerDependencies: - - supports-color - dev: false - /serve-static@1.15.0: resolution: { @@ -15350,49 +14848,6 @@ packages: transitivePeerDependencies: - supports-color - /server@1.0.39: - resolution: - { - integrity: sha512-tfsFcGk9DdO1x0UmwGJ1EdHPn4M6tsLnOy6PxoYR8SBZmk103jCS7ZP980UGmixpiiof13k2sTc8lLQfbOEsmw==, - } - engines: { node: '>=10.0.0' } - dependencies: - body-parser: 1.20.2 - compression: 1.7.4 - connect-redis: 7.1.1(express-session@1.18.0) - cookie-parser: 1.4.6 - csurf: 1.11.0 - dotenv: 16.4.5 - express: 4.19.2 - express-session: 1.18.0 - extend: 3.0.2 - hbs: 4.2.0 - helmet: 7.1.0 - ioredis: 5.4.1 - loadware: 2.0.0 - method-override: 3.0.0 - mz: 2.7.0 - npmlog: 7.0.1 - path-to-regexp: 6.2.2 - pug: 3.0.3 - response-time: 2.3.2 - serve-favicon: 2.5.0 - serve-index: 1.9.1 - socket.io: 4.7.5 - upload-files-express: 0.4.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /set-blocking@2.0.0: - resolution: - { - integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, - } - dev: false - /set-function-length@1.2.2: resolution: { @@ -15420,20 +14875,6 @@ packages: has-property-descriptors: 1.0.2 dev: true - /setprototypeof@1.1.0: - resolution: - { - integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==, - } - dev: false - - /setprototypeof@1.1.1: - resolution: - { - integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==, - } - dev: false - /setprototypeof@1.2.0: resolution: { @@ -15541,53 +14982,6 @@ packages: is-fullwidth-code-point: 5.0.0 dev: true - /socket.io-adapter@2.5.4: - resolution: - { - integrity: sha512-wDNHGXGewWAjQPt3pyeYBtpWSq9cLE5UW1ZUPL/2eGK9jtse/FpXib7epSTsz0Q0m+6sg6Y4KtcFTlah1bdOVg==, - } - dependencies: - debug: 4.3.4 - ws: 8.11.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /socket.io-parser@4.2.4: - resolution: - { - integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==, - } - engines: { node: '>=10.0.0' } - dependencies: - '@socket.io/component-emitter': 3.1.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - - /socket.io@4.7.5: - resolution: - { - integrity: sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==, - } - engines: { node: '>=10.2.0' } - dependencies: - accepts: 1.3.8 - base64id: 2.0.0 - cors: 2.8.5 - debug: 4.3.4 - engine.io: 6.5.4 - socket.io-adapter: 2.5.4 - socket.io-parser: 4.2.4 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /source-map-js@1.2.0: resolution: { @@ -15621,6 +15015,7 @@ packages: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, } engines: { node: '>=0.10.0' } + dev: true /source-map@0.7.4: resolution: @@ -15698,21 +15093,6 @@ packages: escape-string-regexp: 2.0.0 dev: true - /standard-as-callback@2.1.0: - resolution: - { - integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==, - } - dev: false - - /statuses@1.5.0: - resolution: - { - integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==, - } - engines: { node: '>= 0.6' } - dev: false - /statuses@2.0.1: resolution: { @@ -16046,10 +15426,10 @@ packages: } dev: false - /swagger-ui-dist@5.17.12: + /swagger-ui-dist@5.17.14: resolution: { - integrity: sha512-gHzs6CYQjgm0rpnFJGsjvWLua6znq+nipi89RDcu0a8R8JPXuVQrybVRBoOFmZ8mVTo9uPJDWgEYqnJRl4dHCQ==, + integrity: sha512-CVbSfaLpstV65OnSjbXfVd6Sta3q3F7Cj/yYuvHMp1P90LztOLs6PfUnKEVAeiIVQt9u2SaPwv0LiH/OyMjHRw==, } dev: false @@ -16063,7 +15443,7 @@ packages: express: '>=4.0.0 || >=5.0.0-beta' dependencies: express: 4.19.2 - swagger-ui-dist: 5.17.12 + swagger-ui-dist: 5.17.14 dev: false /symbol-observable@4.0.0: @@ -16092,15 +15472,6 @@ packages: } dev: false - /tailwind-merge@2.3.0: - resolution: - { - integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==, - } - dependencies: - '@babel/runtime': 7.24.6 - dev: false - /tailwind-variants@0.1.20(tailwindcss@3.4.3): resolution: { @@ -16114,19 +15485,6 @@ packages: tailwindcss: 3.4.3 dev: false - /tailwind-variants@0.2.1(tailwindcss@3.4.3): - resolution: - { - integrity: sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==, - } - engines: { node: '>=16.x', pnpm: '>=7.x' } - peerDependencies: - tailwindcss: '*' - dependencies: - tailwind-merge: 2.3.0 - tailwindcss: 3.4.3 - dev: false - /tailwindcss@3.4.3: resolution: { @@ -16333,6 +15691,7 @@ packages: integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, } engines: { node: '>=4' } + dev: true /to-regex-range@5.0.1: resolution: @@ -16343,14 +15702,6 @@ packages: dependencies: is-number: 7.0.0 - /toidentifier@1.0.0: - resolution: - { - integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==, - } - engines: { node: '>=0.6' } - dev: false - /toidentifier@1.0.1: resolution: { @@ -16358,13 +15709,6 @@ packages: } engines: { node: '>=0.6' } - /token-stream@1.0.0: - resolution: - { - integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==, - } - dev: false - /toposort@2.0.2: resolution: { @@ -16433,10 +15777,10 @@ packages: integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==, } - /ts-jest@29.1.3(@babel/core@7.24.6)(jest@29.7.0)(typescript@5.4.5): + /ts-jest@29.1.4(@babel/core@7.24.6)(jest@29.7.0)(typescript@5.4.5): resolution: { - integrity: sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==, + integrity: sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==, } engines: { node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0 } hasBin: true @@ -16575,14 +15919,6 @@ packages: integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==, } - /tsscmp@1.0.6: - resolution: - { - integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==, - } - engines: { node: '>=0.6.x' } - dev: false - /tsutils@3.21.0(typescript@5.4.5): resolution: { @@ -16815,10 +16151,10 @@ packages: integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, } - /typescript-eslint@7.10.0(eslint@8.57.0)(typescript@5.4.5): + /typescript-eslint@7.11.0(eslint@8.57.0)(typescript@5.4.5): resolution: { - integrity: sha512-thO8nyqptXdfWHQrMJJiJyftpW8aLmwRNs11xA8pSrXneoclFPstQZqXvDWuH1WNL4CHffqHvYUeCHTit6yfhQ==, + integrity: sha512-ZKe3yHF/IS/kCUE4CGE3UgtK+Q7yRk1e9kwEI0rqm9XxMTd9P1eHe0LVVtrZ3oFuIQ2unJ9Xn0vTsLApzJ3aPw==, } engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: @@ -16828,9 +16164,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0)(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.10.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.11.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 typescript: 5.4.5 transitivePeerDependencies: @@ -16862,27 +16198,6 @@ packages: } dev: false - /uglify-js@3.17.4: - resolution: - { - integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, - } - engines: { node: '>=0.8.0' } - hasBin: true - requiresBuild: true - dev: false - optional: true - - /uid-safe@2.1.5: - resolution: - { - integrity: sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==, - } - engines: { node: '>= 0.8' } - dependencies: - random-bytes: 1.0.0 - dev: false - /uid@2.0.2: resolution: { @@ -16969,15 +16284,6 @@ packages: picocolors: 1.0.1 dev: true - /upload-files-express@0.4.0: - resolution: - { - integrity: sha512-ET3Pcstq4F1gNCPtfy9cK8WAYhg81NoiC1qjYaptGT2ODkT8FMarNbGh5Ku71/B6Ig39o58JibfEkObmhJFY0Q==, - } - dependencies: - formidable: 2.1.2 - dev: false - /uri-js@4.4.1: resolution: { @@ -17156,23 +16462,6 @@ packages: } engines: { node: '>= 0.8' } - /void-elements@3.1.0: - resolution: - { - integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==, - } - engines: { node: '>=0.10.0' } - dev: false - - /walk@2.3.15: - resolution: - { - integrity: sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==, - } - dependencies: - foreachasync: 3.0.0 - dev: false - /walker@1.0.8: resolution: { @@ -17182,17 +16471,6 @@ packages: makeerror: 1.0.12 dev: true - /watchpack@2.4.0: - resolution: - { - integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, - } - engines: { node: '>=10.13.0' } - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - dev: false - /watchpack@2.4.1: resolution: { @@ -17411,28 +16689,6 @@ packages: dependencies: isexe: 2.0.0 - /wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } - dependencies: - string-width: 4.2.3 - dev: false - - /with@7.0.2: - resolution: - { - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==, - } - engines: { node: '>= 10.0.0' } - dependencies: - '@babel/parser': 7.24.6 - '@babel/types': 7.24.6 - assert-never: 1.2.1 - babel-walk: 3.0.0-canary-5 - dev: false - /word-wrap@1.2.5: resolution: { @@ -17441,13 +16697,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - /wordwrap@1.0.0: - resolution: - { - integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, - } - dev: false - /wrap-ansi@6.2.0: resolution: { @@ -17511,22 +16760,6 @@ packages: signal-exit: 3.0.7 dev: true - /ws@8.11.0: - resolution: - { - integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==, - } - engines: { node: '>=10.0.0' } - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false - /xtend@4.0.2: resolution: {