The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump packages

Luna 088dad1d 625311d9

+1322 -1277
+18 -18
package.json
··· 9 9 "lint": "next lint" 10 10 }, 11 11 "dependencies": { 12 - "@discordjs/collection": "^2.1.0", 13 - "@discordjs/rest": "^2.2.0", 14 - "@nextui-org/react": "^2.4.6", 15 - "@odiffey/discord-markdown": "^3.1.2", 16 - "autoprefixer": "^10.4.19", 12 + "@discordjs/collection": "^2.1.1", 13 + "@discordjs/rest": "^2.4.0", 14 + "@nextui-org/react": "^2.4.8", 15 + "@odiffey/discord-markdown": "^3.3.0", 16 + "autoprefixer": "^10.4.20", 17 17 "clsx": "^2.1.1", 18 - "discord-api-types": "^0.37.93", 19 - "framer-motion": "^11.3.20", 20 - "next": "14.2.5", 21 - "next-client-cookies": "^1.1.1", 22 - "postcss": "^8.4.40", 18 + "discord-api-types": "^0.37.103", 19 + "framer-motion": "^11.11.10", 20 + "next": "15.0.1", 21 + "next-client-cookies": "^2.0.0", 22 + "postcss": "^8.4.47", 23 23 "react": "18.3.1", 24 24 "react-countup": "^6.5.3", 25 25 "react-dom": "^18.3.1", 26 - "react-icons": "^5.2.1", 26 + "react-icons": "^5.3.0", 27 27 "react-loading-icons": "^1.1.0", 28 - "react-markdown": "8.0.7", 28 + "react-markdown": "9.0.1", 29 29 "react-query": "^3.39.3", 30 - "recharts": "^2.12.7", 30 + "recharts": "^2.13.0", 31 31 "rehype-raw": "^7.0.0", 32 - "sharp": "^0.33.4", 33 - "tailwind-merge": "^2.4.0", 34 - "tailwindcss": "^3.4.7", 35 - "typescript": "^5.5.4", 36 - "zustand": "^4.5.4" 32 + "sharp": "^0.33.5", 33 + "tailwind-merge": "^2.5.4", 34 + "tailwindcss": "^3.4.14", 35 + "typescript": "^5.6.3", 36 + "zustand": "^5.0.0" 37 37 }, 38 38 "devDependencies": { 39 39 "@octokit/types": "^13.5.0",
+1304 -1259
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@discordjs/collection': 12 - specifier: ^2.1.0 13 - version: 2.1.0 12 + specifier: ^2.1.1 13 + version: 2.1.1 14 14 '@discordjs/rest': 15 - specifier: ^2.2.0 16 - version: 2.2.0 15 + specifier: ^2.4.0 16 + version: 2.4.0 17 17 '@nextui-org/react': 18 - specifier: ^2.4.6 19 - version: 2.4.6(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7) 18 + specifier: ^2.4.8 19 + version: 2.4.8(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.14) 20 20 '@odiffey/discord-markdown': 21 - specifier: ^3.1.2 22 - version: 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 21 + specifier: ^3.3.0 22 + version: 3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 23 23 autoprefixer: 24 - specifier: ^10.4.19 25 - version: 10.4.19(postcss@8.4.40) 24 + specifier: ^10.4.20 25 + version: 10.4.20(postcss@8.4.47) 26 26 clsx: 27 27 specifier: ^2.1.1 28 28 version: 2.1.1 29 29 discord-api-types: 30 - specifier: ^0.37.93 31 - version: 0.37.93 30 + specifier: ^0.37.103 31 + version: 0.37.103 32 32 framer-motion: 33 - specifier: ^11.3.20 34 - version: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 33 + specifier: ^11.11.10 34 + version: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 35 35 next: 36 - specifier: 14.2.5 37 - version: 14.2.5(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 36 + specifier: 15.0.1 37 + version: 15.0.1(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 38 38 next-client-cookies: 39 - specifier: ^1.1.1 40 - version: 1.1.1(next@14.2.5(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) 39 + specifier: ^2.0.0 40 + version: 2.0.0(next@15.0.1(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) 41 41 postcss: 42 - specifier: ^8.4.40 43 - version: 8.4.40 42 + specifier: ^8.4.47 43 + version: 8.4.47 44 44 react: 45 45 specifier: 18.3.1 46 46 version: 18.3.1 ··· 51 51 specifier: ^18.3.1 52 52 version: 18.3.1(react@18.3.1) 53 53 react-icons: 54 - specifier: ^5.2.1 55 - version: 5.2.1(react@18.3.1) 54 + specifier: ^5.3.0 55 + version: 5.3.0(react@18.3.1) 56 56 react-loading-icons: 57 57 specifier: ^1.1.0 58 58 version: 1.1.0 59 59 react-markdown: 60 - specifier: 8.0.7 61 - version: 8.0.7(@types/react@18.3.3)(react@18.3.1) 60 + specifier: 9.0.1 61 + version: 9.0.1(@types/react@18.3.3)(react@18.3.1) 62 62 react-query: 63 63 specifier: ^3.39.3 64 64 version: 3.39.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 65 65 recharts: 66 - specifier: ^2.12.7 67 - version: 2.12.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 66 + specifier: ^2.13.0 67 + version: 2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 68 68 rehype-raw: 69 69 specifier: ^7.0.0 70 70 version: 7.0.0 71 71 sharp: 72 - specifier: ^0.33.4 73 - version: 0.33.4 72 + specifier: ^0.33.5 73 + version: 0.33.5 74 74 tailwind-merge: 75 - specifier: ^2.4.0 76 - version: 2.4.0 75 + specifier: ^2.5.4 76 + version: 2.5.4 77 77 tailwindcss: 78 - specifier: ^3.4.7 79 - version: 3.4.7 78 + specifier: ^3.4.14 79 + version: 3.4.14 80 80 typescript: 81 - specifier: ^5.5.4 82 - version: 5.5.4 81 + specifier: ^5.6.3 82 + version: 5.6.3 83 83 zustand: 84 - specifier: ^4.5.4 85 - version: 4.5.4(@types/react@18.3.3)(react@18.3.1) 84 + specifier: ^5.0.0 85 + version: 5.0.0(@types/react@18.3.3)(react@18.3.1)(use-sync-external-store@1.2.0(react@18.3.1)) 86 86 devDependencies: 87 87 '@octokit/types': 88 88 specifier: ^13.5.0 ··· 98 98 version: 18.3.0 99 99 '@typescript-eslint/eslint-plugin': 100 100 specifier: ^5.62.0 101 - version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) 101 + version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3) 102 102 '@typescript-eslint/parser': 103 103 specifier: ^5.62.0 104 - version: 5.62.0(eslint@8.57.0)(typescript@5.5.4) 104 + version: 5.62.0(eslint@8.57.0)(typescript@5.6.3) 105 105 eslint: 106 106 specifier: ^8.57.0 107 107 version: 8.57.0 108 108 eslint-config-next: 109 109 specifier: ^14.2.5 110 - version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) 110 + version: 14.2.5(eslint@8.57.0)(typescript@5.6.3) 111 111 eslint-plugin-path-alias: 112 112 specifier: ^1.1.0 113 113 version: 1.1.0(eslint@8.57.0) ··· 122 122 version: 10.0.0(eslint@8.57.0) 123 123 eslint-plugin-unused-imports: 124 124 specifier: ^2.0.0 125 - version: 2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) 125 + version: 2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0) 126 126 127 127 packages: 128 128 ··· 248 248 resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} 249 249 engines: {node: '>=6.9.0'} 250 250 251 - '@discordjs/collection@2.1.0': 252 - resolution: {integrity: sha512-mLcTACtXUuVgutoznkh6hS3UFqYirDYAg5Dc1m8xn6OvPjetnUlf/xjtqnnc47OwWdaoCQnHmHh9KofhD6uRqw==} 251 + '@discordjs/collection@2.1.1': 252 + resolution: {integrity: sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg==} 253 253 engines: {node: '>=18'} 254 254 255 - '@discordjs/rest@2.2.0': 256 - resolution: {integrity: sha512-nXm9wT8oqrYFRMEqTXQx9DUTeEtXUDMmnUKIhZn6O2EeDY9VCdwj23XCPq7fkqMPKdF7ldAfeVKyxxFdbZl59A==} 257 - engines: {node: '>=16.11.0'} 255 + '@discordjs/rest@2.4.0': 256 + resolution: {integrity: sha512-Xb2irDqNcq+O8F0/k/NaDp7+t091p+acb51iA4bCKfIn+WFWd6HrNvcsSbMMxIR9NjcMZS6NReTKygqiQN+ntw==} 257 + engines: {node: '>=18'} 258 258 259 - '@discordjs/util@1.1.0': 260 - resolution: {integrity: sha512-IndcI5hzlNZ7GS96RV3Xw1R2kaDuXEp7tRIy/KlhidpN/BQ1qh1NZt3377dMLTa44xDUNKT7hnXkA/oUAzD/lg==} 261 - engines: {node: '>=16.11.0'} 259 + '@discordjs/util@1.1.1': 260 + resolution: {integrity: sha512-eddz6UnOBEB1oITPinyrB2Pttej49M9FZQY8NxgEvc3tq6ZICZ19m70RsmzRdDHk80O9NoYN/25AqJl8vPVf/g==} 261 + engines: {node: '>=18'} 262 262 263 263 '@emnapi/runtime@1.2.0': 264 264 resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==} ··· 280 280 '@eslint/js@8.57.0': 281 281 resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} 282 282 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 283 - 284 - '@fastify/busboy@2.1.1': 285 - resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} 286 - engines: {node: '>=14'} 287 283 288 284 '@formatjs/ecma402-abstract@2.0.0': 289 285 resolution: {integrity: sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==} ··· 313 309 resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} 314 310 deprecated: Use @eslint/object-schema instead 315 311 316 - '@img/sharp-darwin-arm64@0.33.4': 317 - resolution: {integrity: sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==} 318 - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 312 + '@img/sharp-darwin-arm64@0.33.5': 313 + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 314 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 319 315 cpu: [arm64] 320 316 os: [darwin] 321 317 322 - '@img/sharp-darwin-x64@0.33.4': 323 - resolution: {integrity: sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==} 324 - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 318 + '@img/sharp-darwin-x64@0.33.5': 319 + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 320 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 325 321 cpu: [x64] 326 322 os: [darwin] 327 323 328 - '@img/sharp-libvips-darwin-arm64@1.0.2': 329 - resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==} 330 - engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 324 + '@img/sharp-libvips-darwin-arm64@1.0.4': 325 + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 331 326 cpu: [arm64] 332 327 os: [darwin] 333 328 334 - '@img/sharp-libvips-darwin-x64@1.0.2': 335 - resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==} 336 - engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 329 + '@img/sharp-libvips-darwin-x64@1.0.4': 330 + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 337 331 cpu: [x64] 338 332 os: [darwin] 339 333 340 - '@img/sharp-libvips-linux-arm64@1.0.2': 341 - resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==} 342 - engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 334 + '@img/sharp-libvips-linux-arm64@1.0.4': 335 + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 343 336 cpu: [arm64] 344 337 os: [linux] 345 338 346 - '@img/sharp-libvips-linux-arm@1.0.2': 347 - resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} 348 - engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 339 + '@img/sharp-libvips-linux-arm@1.0.5': 340 + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 349 341 cpu: [arm] 350 342 os: [linux] 351 343 352 - '@img/sharp-libvips-linux-s390x@1.0.2': 353 - resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} 354 - engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 344 + '@img/sharp-libvips-linux-s390x@1.0.4': 345 + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 355 346 cpu: [s390x] 356 347 os: [linux] 357 348 358 - '@img/sharp-libvips-linux-x64@1.0.2': 359 - resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} 360 - engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 349 + '@img/sharp-libvips-linux-x64@1.0.4': 350 + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 361 351 cpu: [x64] 362 352 os: [linux] 363 353 364 - '@img/sharp-libvips-linuxmusl-arm64@1.0.2': 365 - resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} 366 - engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 354 + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 355 + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 367 356 cpu: [arm64] 368 357 os: [linux] 369 358 370 - '@img/sharp-libvips-linuxmusl-x64@1.0.2': 371 - resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} 372 - engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 359 + '@img/sharp-libvips-linuxmusl-x64@1.0.4': 360 + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 373 361 cpu: [x64] 374 362 os: [linux] 375 363 376 - '@img/sharp-linux-arm64@0.33.4': 377 - resolution: {integrity: sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==} 378 - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 364 + '@img/sharp-linux-arm64@0.33.5': 365 + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 366 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 379 367 cpu: [arm64] 380 368 os: [linux] 381 369 382 - '@img/sharp-linux-arm@0.33.4': 383 - resolution: {integrity: sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==} 384 - engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 370 + '@img/sharp-linux-arm@0.33.5': 371 + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 372 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 385 373 cpu: [arm] 386 374 os: [linux] 387 375 388 - '@img/sharp-linux-s390x@0.33.4': 389 - resolution: {integrity: sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==} 390 - engines: {glibc: '>=2.31', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 376 + '@img/sharp-linux-s390x@0.33.5': 377 + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 378 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 391 379 cpu: [s390x] 392 380 os: [linux] 393 381 394 - '@img/sharp-linux-x64@0.33.4': 395 - resolution: {integrity: sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==} 396 - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 382 + '@img/sharp-linux-x64@0.33.5': 383 + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 384 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 397 385 cpu: [x64] 398 386 os: [linux] 399 387 400 - '@img/sharp-linuxmusl-arm64@0.33.4': 401 - resolution: {integrity: sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==} 402 - engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 388 + '@img/sharp-linuxmusl-arm64@0.33.5': 389 + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 390 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 403 391 cpu: [arm64] 404 392 os: [linux] 405 393 406 - '@img/sharp-linuxmusl-x64@0.33.4': 407 - resolution: {integrity: sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==} 408 - engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 394 + '@img/sharp-linuxmusl-x64@0.33.5': 395 + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 396 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 409 397 cpu: [x64] 410 398 os: [linux] 411 399 412 - '@img/sharp-wasm32@0.33.4': 413 - resolution: {integrity: sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==} 414 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 400 + '@img/sharp-wasm32@0.33.5': 401 + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 402 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 415 403 cpu: [wasm32] 416 404 417 - '@img/sharp-win32-ia32@0.33.4': 418 - resolution: {integrity: sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==} 419 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 405 + '@img/sharp-win32-ia32@0.33.5': 406 + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 407 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 420 408 cpu: [ia32] 421 409 os: [win32] 422 410 423 - '@img/sharp-win32-x64@0.33.4': 424 - resolution: {integrity: sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==} 425 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 411 + '@img/sharp-win32-x64@0.33.5': 412 + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 413 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 426 414 cpu: [x64] 427 415 os: [win32] 428 416 ··· 469 457 react: 16.14.0 470 458 react-dom: 16.14.0 471 459 472 - '@next/env@14.2.5': 473 - resolution: {integrity: sha512-/zZGkrTOsraVfYjGP8uM0p6r0BDT6xWpkjdVbcz66PJVSpwXX3yNiRycxAuDfBKGWBrZBXRuK/YVlkNgxHGwmA==} 460 + '@next/env@15.0.1': 461 + resolution: {integrity: sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ==} 474 462 475 463 '@next/eslint-plugin-next@14.2.5': 476 464 resolution: {integrity: sha512-LY3btOpPh+OTIpviNojDpUdIbHW9j0JBYBjsIp8IxtDFfYFyORvw3yNq6N231FVqQA7n7lwaf7xHbVJlA1ED7g==} 477 465 478 - '@next/swc-darwin-arm64@14.2.5': 479 - resolution: {integrity: sha512-/9zVxJ+K9lrzSGli1///ujyRfon/ZneeZ+v4ptpiPoOU+GKZnm8Wj8ELWU1Pm7GHltYRBklmXMTUqM/DqQ99FQ==} 466 + '@next/swc-darwin-arm64@15.0.1': 467 + resolution: {integrity: sha512-C9k/Xv4sxkQRTA37Z6MzNq3Yb1BJMmSqjmwowoWEpbXTkAdfOwnoKOpAb71ItSzoA26yUTIo6ZhN8rKGu4ExQw==} 480 468 engines: {node: '>= 10'} 481 469 cpu: [arm64] 482 470 os: [darwin] 483 471 484 - '@next/swc-darwin-x64@14.2.5': 485 - resolution: {integrity: sha512-vXHOPCwfDe9qLDuq7U1OYM2wUY+KQ4Ex6ozwsKxp26BlJ6XXbHleOUldenM67JRyBfVjv371oneEvYd3H2gNSA==} 472 + '@next/swc-darwin-x64@15.0.1': 473 + resolution: {integrity: sha512-uHl13HXOuq1G7ovWFxCACDJHTSDVbn/sbLv8V1p+7KIvTrYQ5HNoSmKBdYeEKRRCbEmd+OohOgg9YOp8Ux3MBg==} 486 474 engines: {node: '>= 10'} 487 475 cpu: [x64] 488 476 os: [darwin] 489 477 490 - '@next/swc-linux-arm64-gnu@14.2.5': 491 - resolution: {integrity: sha512-vlhB8wI+lj8q1ExFW8lbWutA4M2ZazQNvMWuEDqZcuJJc78iUnLdPPunBPX8rC4IgT6lIx/adB+Cwrl99MzNaA==} 478 + '@next/swc-linux-arm64-gnu@15.0.1': 479 + resolution: {integrity: sha512-LvyhvxHOihFTEIbb35KxOc3q8w8G4xAAAH/AQnsYDEnOvwawjL2eawsB59AX02ki6LJdgDaHoTEnC54Gw+82xw==} 492 480 engines: {node: '>= 10'} 493 481 cpu: [arm64] 494 482 os: [linux] 495 483 496 - '@next/swc-linux-arm64-musl@14.2.5': 497 - resolution: {integrity: sha512-NpDB9NUR2t0hXzJJwQSGu1IAOYybsfeB+LxpGsXrRIb7QOrYmidJz3shzY8cM6+rO4Aojuef0N/PEaX18pi9OA==} 484 + '@next/swc-linux-arm64-musl@15.0.1': 485 + resolution: {integrity: sha512-vFmCGUFNyk/A5/BYcQNhAQqPIw01RJaK6dRO+ZEhz0DncoW+hJW1kZ8aH2UvTX27zPq3m85zN5waMSbZEmANcQ==} 498 486 engines: {node: '>= 10'} 499 487 cpu: [arm64] 500 488 os: [linux] 501 489 502 - '@next/swc-linux-x64-gnu@14.2.5': 503 - resolution: {integrity: sha512-8XFikMSxWleYNryWIjiCX+gU201YS+erTUidKdyOVYi5qUQo/gRxv/3N1oZFCgqpesN6FPeqGM72Zve+nReVXQ==} 490 + '@next/swc-linux-x64-gnu@15.0.1': 491 + resolution: {integrity: sha512-5by7IYq0NCF8rouz6Qg9T97jYU68kaClHPfGpQG2lCZpSYHtSPQF1kjnqBTd34RIqPKMbCa4DqCufirgr8HM5w==} 504 492 engines: {node: '>= 10'} 505 493 cpu: [x64] 506 494 os: [linux] 507 495 508 - '@next/swc-linux-x64-musl@14.2.5': 509 - resolution: {integrity: sha512-6QLwi7RaYiQDcRDSU/os40r5o06b5ue7Jsk5JgdRBGGp8l37RZEh9JsLSM8QF0YDsgcosSeHjglgqi25+m04IQ==} 496 + '@next/swc-linux-x64-musl@15.0.1': 497 + resolution: {integrity: sha512-lmYr6H3JyDNBJLzklGXLfbehU3ay78a+b6UmBGlHls4xhDXBNZfgb0aI67sflrX+cGBnv1LgmWzFlYrAYxS1Qw==} 510 498 engines: {node: '>= 10'} 511 499 cpu: [x64] 512 500 os: [linux] 513 501 514 - '@next/swc-win32-arm64-msvc@14.2.5': 515 - resolution: {integrity: sha512-1GpG2VhbspO+aYoMOQPQiqc/tG3LzmsdBH0LhnDS3JrtDx2QmzXe0B6mSZZiN3Bq7IOMXxv1nlsjzoS1+9mzZw==} 502 + '@next/swc-win32-arm64-msvc@15.0.1': 503 + resolution: {integrity: sha512-DS8wQtl6diAj0eZTdH0sefykm4iXMbHT4MOvLwqZiIkeezKpkgPFcEdFlz3vKvXa2R/2UEgMh48z1nEpNhjeOQ==} 516 504 engines: {node: '>= 10'} 517 505 cpu: [arm64] 518 506 os: [win32] 519 507 520 - '@next/swc-win32-ia32-msvc@14.2.5': 521 - resolution: {integrity: sha512-Igh9ZlxwvCDsu6438FXlQTHlRno4gFpJzqPjSIBZooD22tKeI4fE/YMRoHVJHmrQ2P5YL1DoZ0qaOKkbeFWeMg==} 522 - engines: {node: '>= 10'} 523 - cpu: [ia32] 524 - os: [win32] 525 - 526 - '@next/swc-win32-x64-msvc@14.2.5': 527 - resolution: {integrity: sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==} 508 + '@next/swc-win32-x64-msvc@15.0.1': 509 + resolution: {integrity: sha512-4Ho2ggvDdMKlZ/0e9HNdZ9ngeaBwtc+2VS5oCeqrbXqOgutX6I4U2X/42VBw0o+M5evn4/7v3zKgGHo+9v/VjA==} 528 510 engines: {node: '>= 10'} 529 511 cpu: [x64] 530 512 os: [win32] 531 513 532 - '@nextui-org/accordion@2.0.38': 533 - resolution: {integrity: sha512-kFCZU1VaKkUI295Fg3NxuQR2+kZ5vTH4ftIs0oByrOs0+l14dVQGFOd9ZV402fHNykZJt7Sk6oWjTp4Qwl83JA==} 514 + '@nextui-org/accordion@2.0.40': 515 + resolution: {integrity: sha512-aJmhflLOXOFTjbBWlWto30hYzimw+sw1EZwSRG9CdxbjRact2dRfCLsZQmHkJW2ifVx51g/qLNE2NSFAi2L8dA==} 534 516 peerDependencies: 535 517 '@nextui-org/system': '>=2.0.0' 536 518 '@nextui-org/theme': '>=2.1.0' ··· 538 520 react: '>=18' 539 521 react-dom: '>=18' 540 522 541 - '@nextui-org/aria-utils@2.0.24': 542 - resolution: {integrity: sha512-YD+YvT01zFqN1Ey137OeFl9SEhAYf2BoZz+ykWiIJlMjl/LY1d5WE0nkzsjMHh6MV3HgS6CExxlf7TuApN6Piw==} 523 + '@nextui-org/aria-utils@2.0.26': 524 + resolution: {integrity: sha512-e81HxkNI3/HCPPJT9OVK0g0ivTkuqeeQ043WlAxvgf+upFTEvNN5vmsSKBfWGgfZpsVHgNyHIzwbHjy9zKePLQ==} 543 525 peerDependencies: 544 526 react: '>=18' 545 527 react-dom: '>=18' 546 528 547 - '@nextui-org/autocomplete@2.1.5': 548 - resolution: {integrity: sha512-VcSe3B/CmIvfZnAJHHYKp3r83QrqI0T8v9jjrpQ0PN8qKOc7LmQUsvnAkBRuHCLlaC1xPwZtyJp0TJyRF8tM3w==} 529 + '@nextui-org/autocomplete@2.1.7': 530 + resolution: {integrity: sha512-T3dF5akCXvJ21OxwPxAQmTjHoiB/GMUa2ppcJ9PStfCCPiI2vjwb4CO4q/duj/nXJIpQf/UfPhpSonnJ444o6g==} 549 531 peerDependencies: 550 532 '@nextui-org/system': '>=2.0.0' 551 533 '@nextui-org/theme': '>=2.1.0' ··· 553 535 react: '>=18' 554 536 react-dom: '>=18' 555 537 556 - '@nextui-org/avatar@2.0.32': 557 - resolution: {integrity: sha512-2dCpIKuGvbOVLJ6m2AkNhPqqamIin3FDqDLop2ILNhyAxgxPYitqE3JqsUA/hlZCzu79sZudruuubzHWzHqf0Q==} 538 + '@nextui-org/avatar@2.0.33': 539 + resolution: {integrity: sha512-SPnIKM+34T/a+KCRCBiG8VwMBzu2/bap7IPHhmICtQ6KmG8Dzmazj3tGZsVt7HjhMRVY7e1vzev4IMaHqkIdRg==} 558 540 peerDependencies: 559 541 '@nextui-org/system': '>=2.0.0' 560 542 '@nextui-org/theme': '>=2.1.0' 561 543 react: '>=18' 562 544 react-dom: '>=18' 563 545 564 - '@nextui-org/badge@2.0.31': 565 - resolution: {integrity: sha512-ayOw9j6Fa/RxZjk+2AhhBzXFm2Xv2RNYMrXAqGaJ+cbhofsqu8QnP0/4W+CiVXx8C0jpPmNAgSklRXgbKHs10Q==} 546 + '@nextui-org/badge@2.0.32': 547 + resolution: {integrity: sha512-vlV/SY0e7/AmpVP7hB57XoSOo95Fr3kRWcLfMx8yL8VDR2UWMFaMlrT7JTghdgTGFSO7L1Ov1BFwDRRKVe3eyg==} 566 548 peerDependencies: 567 549 '@nextui-org/system': '>=2.0.0' 568 550 '@nextui-org/theme': '>=2.1.0' 569 551 react: '>=18' 570 552 react-dom: '>=18' 571 553 572 - '@nextui-org/breadcrumbs@2.0.12': 573 - resolution: {integrity: sha512-PCZI7xqu1UrjJcCkd6HwGJ+h2L5k6LMBQRVbD8/7jMKkJxpoQXC7h5uCtEeLG2CafVih4cUCBTuzUnsubtKLnQ==} 554 + '@nextui-org/breadcrumbs@2.0.13': 555 + resolution: {integrity: sha512-tdet47IBOwUaJL0PmxTuGH+ZI2nucyNwG3mX1OokfIXmq5HuMCGKaVFXaNP8mWb4Pii2bvtRqaqTfxmUb3kjGw==} 574 556 peerDependencies: 575 557 '@nextui-org/system': '>=2.0.0' 576 558 '@nextui-org/theme': '>=2.1.0' 577 559 react: '>=18' 578 560 react-dom: '>=18' 579 561 580 - '@nextui-org/button@2.0.37': 581 - resolution: {integrity: sha512-dBtdO30qfu+K4YYLNmmpUy16Q82H1ucY8A4NjP4iEAJ1sPunoAYvba7h9xabrpUKW9IOyItOThSesxsfpaXYug==} 562 + '@nextui-org/button@2.0.38': 563 + resolution: {integrity: sha512-XbgyqBv+X7QirXeriGwkqkMOENpAxXRo+jzfMyBMvfsM3kwrFj92OSF1F7/dWDvcW7imVZB9o2Ci7LIppq9ZZQ==} 582 564 peerDependencies: 583 565 '@nextui-org/system': '>=2.0.0' 584 566 '@nextui-org/theme': '>=2.1.0' ··· 586 568 react: '>=18' 587 569 react-dom: '>=18' 588 570 589 - '@nextui-org/calendar@2.0.11': 590 - resolution: {integrity: sha512-pgCEekJHSr5QKxpJaABIFS2ItqgK8qZ7pKrCOJjmRHBh4Y9WGfndrIW6z3IkHZiO01CKJbpjb9ytTjufsU6kIA==} 571 + '@nextui-org/calendar@2.0.12': 572 + resolution: {integrity: sha512-FnEnOQnsuyN+F+hy4LEJBvZZcfXMpDGgLkTdnDdoZObXQWwd0PWPjU8GzY+ukhhR5eiU7QIj2AADVRCvuAkiLA==} 591 573 peerDependencies: 592 574 '@nextui-org/system': '>=2.1.0' 593 575 '@nextui-org/theme': '>=2.2.0' 594 576 react: '>=18' 595 577 react-dom: '>=18' 596 578 597 - '@nextui-org/card@2.0.33': 598 - resolution: {integrity: sha512-iO/ThbUz75YlcFrWO9EssMhOxbc9LN0SSk181+2QnPDbKls9wbkUEfGjq/d9k3h6jb9FaR5N5XwVpT4aUt2Usw==} 579 + '@nextui-org/card@2.0.34': 580 + resolution: {integrity: sha512-2RYNPsQkM0FOifGCKmRBR3AuYgYCNmPV7dyA5M3D9Lf0APsHHtsXRA/GeIJ/AuPnglZrYBX8wpM5kLt3dnlQjQ==} 599 581 peerDependencies: 600 582 '@nextui-org/system': '>=2.0.0' 601 583 '@nextui-org/theme': '>=2.1.0' ··· 603 585 react: '>=18' 604 586 react-dom: '>=18' 605 587 606 - '@nextui-org/checkbox@2.1.4': 607 - resolution: {integrity: sha512-74AD4imL064mvs4trQKQj/efwIZYaBt0TmXO6jV+6xGE6S9YjCAy+OBotrgRBG9fURQVQU1qJGnwwsOIdxCXkA==} 588 + '@nextui-org/checkbox@2.1.5': 589 + resolution: {integrity: sha512-PSCWmxEzFPfeIJfoGAtbQS5T7JvBRblUMz5NdCMArA8MLvWW8EKL41cMPsqWjaUanjD0fAI8Q9HuDfBZnkcPbw==} 608 590 peerDependencies: 609 591 '@nextui-org/system': '>=2.0.0' 610 592 '@nextui-org/theme': '>=2.1.0' 611 593 react: '>=18' 612 594 react-dom: '>=18' 613 595 614 - '@nextui-org/chip@2.0.32': 615 - resolution: {integrity: sha512-fGqXamG7xs+DvKPra+rJEkIAjaQwPi8FSvsJ4P4LWzQ3U+HjymEI07BW8xQmaLceHInbTLTfdbTjAYdGNzAdOQ==} 596 + '@nextui-org/chip@2.0.33': 597 + resolution: {integrity: sha512-6cQkMTV/34iPprjnfK6xlwkv5lnZjMsbYBN3ZqHHrQfV2zQg19ewFcuIw9XlRYA3pGYPpoycdOmSdQ6qXc66lQ==} 616 598 peerDependencies: 617 599 '@nextui-org/system': '>=2.0.0' 618 600 '@nextui-org/theme': '>=2.1.0' 619 601 react: '>=18' 620 602 react-dom: '>=18' 621 603 622 - '@nextui-org/code@2.0.32': 623 - resolution: {integrity: sha512-YBLCWDgR+ebWIr+noN02/ls+PsQV9leLskgPLFUfpRzHoXdGeUUhE8IjTv14KFP3XlW3Cf9ALFy3IgPuIZ+yuQ==} 604 + '@nextui-org/code@2.0.33': 605 + resolution: {integrity: sha512-G2254ov2rsPxFEoJ0UHVHe+rSmNYwoHZc7STAtiTsJ2HfebZPQbNnfuCifMIpa+kgvHrMBGb85eGk0gy1R+ArA==} 624 606 peerDependencies: 625 607 '@nextui-org/theme': '>=2.1.0' 626 608 react: '>=18' 627 609 react-dom: '>=18' 628 610 629 - '@nextui-org/date-input@2.1.3': 630 - resolution: {integrity: sha512-Y6d+AVPnM7uYy7boSHrk+cW/pft1fKbpXh/ed5omTgFx6rKRZ/agQmP5erMcmNzpv3Bis4wCc89WNnBtCjEZMw==} 611 + '@nextui-org/date-input@2.1.4': 612 + resolution: {integrity: sha512-U8Pbe7EhMp9VTfFxB/32+A9N9cJJWswebIz1qpaPy0Hmr92AHS3c1qVTcspkop6wbIM8AnHWEST0QkR95IXPDA==} 631 613 peerDependencies: 632 614 '@nextui-org/system': '>=2.1.0' 633 615 '@nextui-org/theme': '>=2.2.0' 634 616 react: '>=18' 635 617 react-dom: '>=18' 636 618 637 - '@nextui-org/date-picker@2.1.6': 638 - resolution: {integrity: sha512-PycYKAm1tmew64aQWQtZfTbV73S4GPGYJnK6hr9W0iXUCOQQH5UbzLwdWGXnVXvtrJzczFQllaXaQccwWCeTzg==} 619 + '@nextui-org/date-picker@2.1.8': 620 + resolution: {integrity: sha512-pokAFcrf6AdM53QHf1EzvqVhj8imQRZHWitK9eZPtIdGzJzx28dW0ir7ID0lQFMiNNIQTesSpBLzedTawbcJrg==} 639 621 peerDependencies: 640 622 '@nextui-org/system': '>=2.1.0' 641 623 '@nextui-org/theme': '>=2.2.0' 642 624 react: '>=18' 643 625 react-dom: '>=18' 644 626 645 - '@nextui-org/divider@2.0.31': 646 - resolution: {integrity: sha512-z9GhrpmhXhJGuW0GSO1OP01mwDTSItuIRIz0VGpKOPVTqOzOMHkXN978wgNXqJ+knWZcaiF7WHvd83O05jmbkg==} 627 + '@nextui-org/divider@2.0.32': 628 + resolution: {integrity: sha512-2B2j3VmvVDFnMc9Uw7UWMkByA+osgnRmVwMZNZjl9g3oCycz3UDXotNJXjgsLocT8tGO8UwMcrdgo7QBZl52uw==} 647 629 peerDependencies: 648 630 '@nextui-org/theme': '>=2.1.0' 649 631 react: '>=18' 650 632 react-dom: '>=18' 651 633 652 - '@nextui-org/dropdown@2.1.29': 653 - resolution: {integrity: sha512-ujHJVHzOcfwqNqlkt14t8YV3AAn03sME7gBxujQcwtDFGYMJeP9pvTU24L/FjBEb3Fd1XdhjwowU/sTuVTK4Yg==} 634 + '@nextui-org/dropdown@2.1.31': 635 + resolution: {integrity: sha512-tP6c5MAhWK4hJ6U02oX6APUpjjrn97Zn7t+56Xx4YyQOSj0CJx18VF0JsU+MrjFZxPX3UBKU3B2zGBHOEGE4Kw==} 654 636 peerDependencies: 655 637 '@nextui-org/system': '>=2.0.0' 656 638 '@nextui-org/theme': '>=2.1.0' ··· 658 640 react: '>=18' 659 641 react-dom: '>=18' 660 642 661 - '@nextui-org/framer-utils@2.0.24': 662 - resolution: {integrity: sha512-Fc5ugVaLsXhd3bgJg+hvw20uaaz9gAxYY2ouS/3leN7QBSRAwpy3Dl+tX8BbLeyx3ZosVrHIJ3w4bhDMzFVk9Q==} 643 + '@nextui-org/framer-utils@2.0.25': 644 + resolution: {integrity: sha512-bhQKDg4c5Da4II4UYLKyvYagusTd62eVwPqpfUP+GHZKKZcmRaS6MQZTh4xJYbpyh298S4jRSH/AUAiN/OK3TQ==} 663 645 peerDependencies: 664 646 framer-motion: '>=10.17.0' 665 647 react: '>=18' 666 648 react-dom: '>=18' 667 649 668 - '@nextui-org/image@2.0.31': 669 - resolution: {integrity: sha512-HxWaGUBtNaT9pLGvDo5Q2ruGxdhXYrdNcLvRhtoohiZeIKo1Y8jTbBUCVGxdxklTZAF3H7klrTcsdSwHTGfk0g==} 650 + '@nextui-org/image@2.0.32': 651 + resolution: {integrity: sha512-JpE0O8qAeJpQA61ZnXNLH76to+dbx93PR5tTOxSvmTxtnuqVg4wl5ar/SBY3czibJPr0sj33k8Mv2EfULjoH7Q==} 670 652 peerDependencies: 671 653 '@nextui-org/system': '>=2.0.0' 672 654 '@nextui-org/theme': '>=2.1.0' 673 655 react: '>=18' 674 656 react-dom: '>=18' 675 657 676 - '@nextui-org/input@2.2.4': 677 - resolution: {integrity: sha512-CVeTwwUJn9pEJC+kq3Jg0nAFeYVGBbIU7U2YFSG8XJK2X75odj8RSQdVd3Dt2U/b5Mtwt5sBh9gMzCedtjffWg==} 658 + '@nextui-org/input@2.2.5': 659 + resolution: {integrity: sha512-xLgyKcnb+RatRZ62AbCFfTpS3exd2bPSSR75UFKylHHhgX+nvVOkX0dQgmr9e0V8IEECeRvbltw2s/laNFPTtg==} 678 660 peerDependencies: 679 661 '@nextui-org/system': '>=2.0.0' 680 662 '@nextui-org/theme': '>=2.1.0' 681 663 react: '>=18' 682 664 react-dom: '>=18' 683 665 684 - '@nextui-org/kbd@2.0.33': 685 - resolution: {integrity: sha512-1Q7vKKJjfn5RPMsySQEljo2clf03Ta4V4ZA4O92ktJ8YzbdNnDfUiWtfFxF64R183ZVfe869RBSpuOdzZLNuKQ==} 666 + '@nextui-org/kbd@2.0.34': 667 + resolution: {integrity: sha512-sO6RJPgEFccFV8gmfYMTVeQ4f9PBYh09OieRpsZhN4HqdfWwEaeT6LrmdBko3XnJ0T6Me3tBrYULgKWcDcNogw==} 686 668 peerDependencies: 687 669 '@nextui-org/theme': '>=2.1.0' 688 670 react: '>=18' 689 671 react-dom: '>=18' 690 672 691 - '@nextui-org/link@2.0.34': 692 - resolution: {integrity: sha512-497AvjzckEB/TE1eJEziS2QkxwCY81RPsWoApNSeHGdYrMO1tfgUFKATgadfBQjoba6FdCcLc2QaUapOetqFaA==} 673 + '@nextui-org/link@2.0.35': 674 + resolution: {integrity: sha512-0XVUsSsysu+WMssokTlLHiMnjr1N6D2Uh3bIBcdFwSqmTLyq+Llgexlm6Fuv1wADRwsR8/DGFp3Pr826cv2Svg==} 693 675 peerDependencies: 694 676 '@nextui-org/system': '>=2.0.0' 695 677 '@nextui-org/theme': '>=2.1.0' 696 678 react: '>=18' 697 679 react-dom: '>=18' 698 680 699 - '@nextui-org/listbox@2.1.25': 700 - resolution: {integrity: sha512-WJqxhzPxADLIsenREaaoQ44bs3gQx5yqOvK86Jkiv/m9nXr0YuxZOJEsVa5GenkmyJBrEd6LkBV5cZ1TGNzbJw==} 681 + '@nextui-org/listbox@2.1.27': 682 + resolution: {integrity: sha512-B9HW/k0awfXsYaNyjaqv/GvEioVzrsCsOdSxVQZgQ3wQ6jNXmGRe1/X6IKg0fIa+P0v379kSgAqrZcwfRpKnWw==} 701 683 peerDependencies: 702 684 '@nextui-org/system': '>=2.0.0' 703 685 '@nextui-org/theme': '>=2.1.0' 704 686 react: '>=18' 705 687 react-dom: '>=18' 706 688 707 - '@nextui-org/menu@2.0.28': 708 - resolution: {integrity: sha512-/bcIeBCGpauDkdz6VZvl1YXP5xpSSSYVTvhsChkcvzWzDXLG004uVAsw4kjP2i9OGxoehrjkl9wkIzCFCEdsHw==} 689 + '@nextui-org/menu@2.0.30': 690 + resolution: {integrity: sha512-hZRr/EQ5JxB6yQFmUhDSv9pyLTJmaB4SFC/t5A17UljRhMexlvTU6QpalYIkbY0R/bUXvOkTJNzsRgI5OOQ/aA==} 709 691 peerDependencies: 710 692 '@nextui-org/system': '>=2.0.0' 711 693 '@nextui-org/theme': '>=2.1.0' 712 694 react: '>=18' 713 695 react-dom: '>=18' 714 696 715 - '@nextui-org/modal@2.0.39': 716 - resolution: {integrity: sha512-b0G5IRNrfQumx8mQQO92rn2iC2ueUuk4XKvxYYmYNpx3/qpdEP9tckozw+s0QFyZocRPY+yYa0pBtMBGC2lWGQ==} 697 + '@nextui-org/modal@2.0.41': 698 + resolution: {integrity: sha512-Sirn319xAf7E4cZqvQ0o0Vd3Xqy0FRSuhOTwp8dALMGTMY61c2nIyurgVCNP6hh8dMvMT7zQEPP9/LE0boFCEQ==} 717 699 peerDependencies: 718 700 '@nextui-org/system': '>=2.0.0' 719 701 '@nextui-org/theme': '>=2.1.0' ··· 721 703 react: '>=18' 722 704 react-dom: '>=18' 723 705 724 - '@nextui-org/navbar@2.0.36': 725 - resolution: {integrity: sha512-uobdPsh4TSPm2Us74/Vey43z0/oRqWb6x4+eHIJf9VhYP9pY733N2n17v2mvU7SvcNhkold/PWfXPYiA8kMlug==} 706 + '@nextui-org/navbar@2.0.37': 707 + resolution: {integrity: sha512-HuHXMU+V367LlvSGjqRPBNKmOERLvc4XWceva+KmiT99BLqHmMECkQVTR6ogO36eJUU96aR8JSfAiHLjvw5msw==} 726 708 peerDependencies: 727 709 '@nextui-org/system': '>=2.0.0' 728 710 '@nextui-org/theme': '>=2.1.0' ··· 730 712 react: '>=18' 731 713 react-dom: '>=18' 732 714 733 - '@nextui-org/pagination@2.0.35': 734 - resolution: {integrity: sha512-07KJgZcJBt2e9RY6TsiQm5qrjDLH+gT3yB7yQ4jPdCK9fkTB0r2kvTOYdPUvrtVJYRq2bwFCWOz+9mokdNfcwg==} 715 + '@nextui-org/pagination@2.0.36': 716 + resolution: {integrity: sha512-VKs2vMj8dybNzb/WkAMmvFBsxdgBvpVihIA4eXSo2ve7fpcLjIF1iPLHuDgpSyv3h3dy009sQTVo3lVTVT1a6w==} 735 717 peerDependencies: 736 718 '@nextui-org/system': '>=2.0.0' 737 719 '@nextui-org/theme': '>=2.1.0' 738 720 react: '>=18' 739 721 react-dom: '>=18' 740 722 741 - '@nextui-org/popover@2.1.27': 742 - resolution: {integrity: sha512-UV42nqvUR9IOy7Hgc5S2Xo+2YWzBAHCcU+C/9O9SchXL0DyU/ol+IPqxuBxdJDi5fiFYr9mTBoPZgAEGDoJjDg==} 723 + '@nextui-org/popover@2.1.29': 724 + resolution: {integrity: sha512-qGjMnAQVHQNfG571h9Tah2MXPs5mhxcTIj4TuBgwPzQTWXjjeffaHV3FlHdg5PxjTpNZOdDfrg0eRhDqIjKocQ==} 743 725 peerDependencies: 744 726 '@nextui-org/system': '>=2.0.0' 745 727 '@nextui-org/theme': '>=2.1.0' ··· 747 729 react: '>=18' 748 730 react-dom: '>=18' 749 731 750 - '@nextui-org/progress@2.0.33': 751 - resolution: {integrity: sha512-rP54lZbH7BSzX9sFj7k3ylrUpk10XDWngc1dB1M+GlPsI2XRnzI3s+GE9kuZG2+N6eL/KLVG1YOg8u9eAYnwpA==} 732 + '@nextui-org/progress@2.0.34': 733 + resolution: {integrity: sha512-rJmZCrLdufJKLsonJ37oPOEHEpZykD4c+0G749zcKOkRXHOD9DiQian2YoZEE/Yyf3pLdFQG3W9vSLbsgED3PQ==} 752 734 peerDependencies: 753 735 '@nextui-org/system': '>=2.0.0' 754 736 '@nextui-org/theme': '>=2.1.0' 755 737 react: '>=18' 756 738 react-dom: '>=18' 757 739 758 - '@nextui-org/radio@2.1.4': 759 - resolution: {integrity: sha512-Y18TXvGVz/G1E3jjYmutSSx1EdQRs5iMCVZNS/Bz4avE9QMSrHl6fOhZIndrm8LwCTqn7lbKRQngZLN4tvPinQ==} 740 + '@nextui-org/radio@2.1.5': 741 + resolution: {integrity: sha512-0tF/VkMQv+KeYmFQpkrpz9S7j7U8gqCet+F97Cz7fFjdb+Q3w9waBzg84QayD7EZdjsYW4FNSkjPeiBhLdVUsw==} 760 742 peerDependencies: 761 743 '@nextui-org/system': '>=2.0.0' 762 744 '@nextui-org/theme': '>=2.1.0' 763 745 react: '>=18' 764 746 react-dom: '>=18' 765 747 766 - '@nextui-org/react-rsc-utils@2.0.13': 767 - resolution: {integrity: sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==} 748 + '@nextui-org/react-rsc-utils@2.0.14': 749 + resolution: {integrity: sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==} 750 + peerDependencies: 751 + react: '>=18' 768 752 769 - '@nextui-org/react-utils@2.0.16': 770 - resolution: {integrity: sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==} 753 + '@nextui-org/react-utils@2.0.17': 754 + resolution: {integrity: sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==} 771 755 peerDependencies: 772 756 react: '>=18' 773 757 774 - '@nextui-org/react@2.4.6': 775 - resolution: {integrity: sha512-8o/k5A5g0xXj6hmV2AulkAswQnZGt2WI64Coq+toWBTumQLcW6iAqPJBDztCDiz+6yiU6Nvk/1ZuZJeRs3XMRw==} 758 + '@nextui-org/react@2.4.8': 759 + resolution: {integrity: sha512-ZwXg6As3A+Gs+Jyc42t4MHNupHEsh9YmEaypE20ikqIPTCLQnrGQ/RWOGwzZ2a9kZWbZ89a/3rJwZMRKdcemxg==} 776 760 peerDependencies: 777 761 framer-motion: '>=10.17.0' 778 762 react: '>=18' 779 763 react-dom: '>=18' 780 764 781 - '@nextui-org/ripple@2.0.32': 782 - resolution: {integrity: sha512-xOqoHWzpvv5KRh7P8pXt3aZEmI1tyhiTNhrwjJaRME0d5xSA0gNzYhrjP5g0+Dxy4nKRDIZ1znJcd87KI07JFA==} 765 + '@nextui-org/ripple@2.0.33': 766 + resolution: {integrity: sha512-Zsa60CXtGCF7weTCFbSfT0OlxlGHdd5b/sSJTYrmMZRHOIUpHW8kT0bxVYF/6X8nCCJYxzBKXUqdE3Y31fhNeQ==} 783 767 peerDependencies: 784 768 '@nextui-org/system': '>=2.0.0' 785 769 '@nextui-org/theme': '>=2.1.0' ··· 787 771 react: '>=18' 788 772 react-dom: '>=18' 789 773 790 - '@nextui-org/scroll-shadow@2.1.19': 791 - resolution: {integrity: sha512-od5AnhX6iO0sHoTAVReWv1O1dbNCEeOBOFdnyzFins6ZC5EnAl/oBPR/KLd8glHtgM3Jt8dvIVlBXPEPZKZwaw==} 774 + '@nextui-org/scroll-shadow@2.1.20': 775 + resolution: {integrity: sha512-8ULiUmbZ/Jzr1okI8Yzjzl5M4Ow3pJEm34hT5id0EaMIgklNa3Nnp/Dyp54JwwUbI8Kt3jOAMqkPitGIZyo5Ag==} 792 776 peerDependencies: 793 777 '@nextui-org/system': '>=2.0.0' 794 778 '@nextui-org/theme': '>=2.1.0' 795 779 react: '>=18' 796 780 react-dom: '>=18' 797 781 798 - '@nextui-org/select@2.2.5': 799 - resolution: {integrity: sha512-Il1eigjSXOBgJ745nhn6TDPD1jj1avrnvk9WV/DCjOsFRwfstRnDzsS1aNpZKHqJgHhFRQZ1ivz8hA4x3Zgasg==} 782 + '@nextui-org/select@2.2.7': 783 + resolution: {integrity: sha512-lA2EOjquhiHmLSInHFEarq64ZOQV37+ry1d8kvsqJ7R9dsqw1QEuMzH2Kk8/NqwrYMccHh5iAZ7PaLp90NSSxg==} 800 784 peerDependencies: 801 785 '@nextui-org/system': '>=2.0.0' 802 786 '@nextui-org/theme': '>=2.1.0' ··· 809 793 peerDependencies: 810 794 react: '>=18' 811 795 812 - '@nextui-org/shared-utils@2.0.7': 813 - resolution: {integrity: sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==} 796 + '@nextui-org/shared-utils@2.0.8': 797 + resolution: {integrity: sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==} 814 798 815 - '@nextui-org/skeleton@2.0.31': 816 - resolution: {integrity: sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==} 799 + '@nextui-org/skeleton@2.0.32': 800 + resolution: {integrity: sha512-dS0vuRrc4oWktW3wa/KFhcBNnV0oiDqKXP4BqRj7wgS01fOAqj3cJiqwUDLKO8GbEnxLkbqLBFcUoLgktpRszQ==} 817 801 peerDependencies: 818 802 '@nextui-org/system': '>=2.0.0' 819 803 '@nextui-org/theme': '>=2.1.0' 820 804 react: '>=18' 821 805 react-dom: '>=18' 822 806 823 - '@nextui-org/slider@2.2.15': 824 - resolution: {integrity: sha512-ImsxvxAJ2wxRL45y4IbVWThZI/vw2Gq/6qUVZFAwyF54dlro08eJZJIOOG7bKfA5Ob63JLfroUijrlZ9kGP5cA==} 807 + '@nextui-org/slider@2.2.17': 808 + resolution: {integrity: sha512-MgeJv3X+bT7Bw+LK1zba4vToOUzv8lCvDuGe0U5suJy1AKGN6uGDgSAxpIZhCYNWsuNRsopwdvsGtyeIjOEStA==} 825 809 peerDependencies: 826 810 '@nextui-org/system': '>=2.0.0' 827 811 '@nextui-org/theme': '>=2.1.0' 828 812 react: '>=18' 829 813 react-dom: '>=18' 830 814 831 - '@nextui-org/snippet@2.0.41': 832 - resolution: {integrity: sha512-ZZopaecAZbKJIdabwGVF3ahL2MM7L0zZII61SO3LDPAwqXOuta9ixMYk1XVCI0V2PVqTkabQgdpt1ZLgmFH+Kw==} 815 + '@nextui-org/snippet@2.0.43': 816 + resolution: {integrity: sha512-PLxc9ph9CLj52L26XSv4vBmQcSytCNc3ZBxkOTBEqmLSHCWwGQExrqKPnVZTE1etr6dcULiy5vNIpD8R7taO8A==} 833 817 peerDependencies: 834 818 '@nextui-org/system': '>=2.0.0' 835 819 '@nextui-org/theme': '>=2.1.0' ··· 837 821 react: '>=18' 838 822 react-dom: '>=18' 839 823 840 - '@nextui-org/spacer@2.0.32': 841 - resolution: {integrity: sha512-NxqEYTig4OfkLDPlO2/jASB4gV8L9DLpsNZSqzaacIJZwk4BCTsNoBi3CuNt5ZsMoGYujtFP6QU0zH9fZbuzwA==} 824 + '@nextui-org/spacer@2.0.33': 825 + resolution: {integrity: sha512-0YDtovMWuAVgBvVXUmplzohObGxMPFhisHXn6v+0nflAE9LiVeiXf121WVOEMrd08S7xvmrAANcMwo4TsYi49g==} 842 826 peerDependencies: 843 827 '@nextui-org/theme': '>=2.1.0' 844 828 react: '>=18' 845 829 react-dom: '>=18' 846 830 847 - '@nextui-org/spinner@2.0.33': 848 - resolution: {integrity: sha512-c1wW4YEbzdn0t1MJAXhJ2W0PuNxrxtZg2DVqJeqh3180y4iQPYDzEy7oFoU0FpK53LcBPxjfsKHNL6v1pn+60A==} 831 + '@nextui-org/spinner@2.0.34': 832 + resolution: {integrity: sha512-YKw/6xSLhsXU1k22OvYKyWhtJCHzW2bRAiieVSVG5xak3gYwknTds5H9s5uur+oAZVK9AkyAObD19QuZND32Jg==} 849 833 peerDependencies: 850 834 '@nextui-org/theme': '>=2.1.0' 851 835 react: '>=18' 852 836 react-dom: '>=18' 853 837 854 - '@nextui-org/switch@2.0.33': 855 - resolution: {integrity: sha512-T7w+8+ex7Pey9HVGXkNft4D11mO5J9iPfmemfLbSOYqbSydcOuINuGRQ1QWy7X+lLYhhZBHb9Ykcf4QtR4dqTQ==} 838 + '@nextui-org/switch@2.0.34': 839 + resolution: {integrity: sha512-SczQiHswo8eR94ecDgcULIsSIPfYVncqfKllcHEGqAs9BDpZun44KK0/R0xhWuPpx5oqB60VeSABN7JtEAxF+Q==} 856 840 peerDependencies: 857 841 '@nextui-org/system': '>=2.0.0' 858 842 '@nextui-org/theme': '>=2.1.0' 859 843 react: '>=18' 860 844 react-dom: '>=18' 861 845 862 - '@nextui-org/system-rsc@2.1.5': 863 - resolution: {integrity: sha512-tkJLAyJu34Rr5KUMMqoB7cZjOVXB+7a/7N4ushZfuiLdoYijgmcXFMzLxjm+tbt9zA5AV+ivsfbHvscg77dJ6w==} 846 + '@nextui-org/system-rsc@2.1.6': 847 + resolution: {integrity: sha512-Wl2QwEFjYwuvw26R1RH3ZY81PD8YmfgtIjFvJZRP2VEIT6rPvlQ4ojgqdrkVkQZQ0L/K+5ZLbTKgLEFkj5ysdQ==} 864 848 peerDependencies: 865 849 '@nextui-org/theme': '>=2.1.0' 866 850 react: '>=18' 867 851 868 - '@nextui-org/system@2.2.5': 869 - resolution: {integrity: sha512-nrX6768aiyWtpxX3OTFBIVWR+v9nlMsC3KaBinNfek97sNm7gAfTHi7q5kylE3L5yIMpNG+DclAKpuxgDQEmvw==} 852 + '@nextui-org/system@2.2.6': 853 + resolution: {integrity: sha512-tjIkOI0w32g68CGWleuSyIbEz8XBbeoNogR2lu7MWk3QovHCqgr4VVrP1cwMRYnwDPFQP3OpmH+NR9yzt+pIfg==} 870 854 peerDependencies: 871 855 framer-motion: '>=10.17.0' 872 856 react: '>=18' 873 857 react-dom: '>=18' 874 858 875 - '@nextui-org/table@2.0.39': 876 - resolution: {integrity: sha512-VYvmrQ6GliwmzukKLZ7Nxp3sFXdskWZp8/BjwROLFE9Zco22CC0++7VPG3ebOYAIhi4e1Je+QUTx4/eh2wZZgg==} 859 + '@nextui-org/table@2.0.40': 860 + resolution: {integrity: sha512-qDbSsu6mpWnr1Mt3DYTBzTFtN8Z5Gv7GDqECGcDVradkDVuJFZvkB9Ke392LcVZoXSk99Rpamq4WSWkEewBhWg==} 877 861 peerDependencies: 878 862 '@nextui-org/system': '>=2.0.0' 879 863 '@nextui-org/theme': '>=2.1.0' 880 864 react: '>=18' 881 865 react-dom: '>=18' 882 866 883 - '@nextui-org/tabs@2.0.35': 884 - resolution: {integrity: sha512-K6uDZbJwn1qLRw8XeBS2TwGQl9zKXg3Q1ShLzVG2IjTGHGNAn9lwkUzn0FNUNaU1GK2o8wOyKhX7K02J3Ev5fw==} 867 + '@nextui-org/tabs@2.0.37': 868 + resolution: {integrity: sha512-IQicuDggxTL+JeW3fRoZR4Rr24EwinxAdfU1jqcvT6gZywumndV27+I00kARz8P03kobYoY9t73NY92qo8T5gg==} 885 869 peerDependencies: 886 870 '@nextui-org/system': '>=2.0.0' 887 871 '@nextui-org/theme': '>=2.1.0' ··· 889 873 react: '>=18' 890 874 react-dom: '>=18' 891 875 892 - '@nextui-org/theme@2.2.9': 893 - resolution: {integrity: sha512-TN2I9sMriLaj00pXsIMlg19+UHeOdjzS2JV0u4gjL14mSbQl5BYNxgbvU3gbMqkZZQ6OpwT4RnT8RS+ks6TXCw==} 876 + '@nextui-org/theme@2.2.11': 877 + resolution: {integrity: sha512-bg9+KNnFxcP3w/ugivEJtvQibODbTxfl6UdVvx7TCY8Rd269U7F2+nhnw1Qd1xJT5yZQnX6m//9wOoGtJV+6Kg==} 894 878 peerDependencies: 895 879 tailwindcss: '>=3.4.0' 896 880 897 - '@nextui-org/tooltip@2.0.39': 898 - resolution: {integrity: sha512-DWP3XAmVb/SlcdI4SQodtT8ZyMzYMuvRbq4+JQwm+qq1+FGs55z15+8h9DRFQEseEEaDs0hCs6+kgbieZlUitw==} 881 + '@nextui-org/tooltip@2.0.41': 882 + resolution: {integrity: sha512-1c+vkCCszKcKl15HywlZ7UOL7c1UFgLudqBB/dEdWZiclT01BRiracMbcQ7McKHQCRl77Aa7LFv5x4wHOicWHQ==} 899 883 peerDependencies: 900 884 '@nextui-org/system': '>=2.0.0' 901 885 '@nextui-org/theme': '>=2.1.0' ··· 918 902 peerDependencies: 919 903 react: '>=18' 920 904 921 - '@nextui-org/use-aria-menu@2.0.6': 922 - resolution: {integrity: sha512-fGDF25E99THbgeDV2r2w4BHw5ZbGW3Lu6Y+vbLUcLBBh6x8/W8cqrpYFrzSUzn1RCun1t17yOAHZEV2rbvtMzA==} 905 + '@nextui-org/use-aria-menu@2.0.7': 906 + resolution: {integrity: sha512-5U91zFiWTLXsOhE0W3CThsD5TmL3ANeTEtoimtPgSLWV9keZBD9Ja62WsnPZPPAWhmv7jtL0/qk4d/YOra7PVA==} 923 907 peerDependencies: 924 908 react: '>=18' 925 909 react-dom: '>=18' 926 910 927 - '@nextui-org/use-aria-modal-overlay@2.0.11': 928 - resolution: {integrity: sha512-crMOCHyGIiBJiihxqidJCNR3AHH62uewfImDLEwyE/SlIkhAqW5jteUhkq0QfCSH4U/ydWisQ14niWDEgtzxXg==} 911 + '@nextui-org/use-aria-modal-overlay@2.0.13': 912 + resolution: {integrity: sha512-ifQxJwTX72lhVUofEVQqMbpe9vEUiCIqiimzlUjeVuE0cYOXaoJLEgPozHpYQrdjTNiwD5On0LLMRgz19XyAqw==} 929 913 peerDependencies: 930 914 react: '>=18' 931 915 react-dom: '>=18' 932 916 933 - '@nextui-org/use-aria-multiselect@2.2.3': 934 - resolution: {integrity: sha512-VeRoyyUUVgJ7DrdfzU6onjohHxJfG7bmwpIfQyurMzvTZcmcVUGTnddAnRPVEoOro68tTAj4IuPs/4xkf1aXxg==} 917 + '@nextui-org/use-aria-multiselect@2.2.5': 918 + resolution: {integrity: sha512-Gxo2M0LdnFL4/WCi192ziFB8JmSZm6yZYT8RB021Z3iAPBu/Pp9GnWEPZu5g15mKnn3jW5Ecnfw03jTEAQBR+Q==} 935 919 peerDependencies: 936 920 react: '>=18' 937 921 react-dom: '>=18' ··· 946 930 peerDependencies: 947 931 react: '>=18' 948 932 949 - '@nextui-org/use-clipboard@2.0.6': 950 - resolution: {integrity: sha512-UQbCoAX1vqEKYeMF8Xp2RdTqbDD8Or16+7W4f8OQc5+uaJeKaAL6LPITi5M5ipgruTvzM845XooHdiAStH322Q==} 933 + '@nextui-org/use-clipboard@2.0.7': 934 + resolution: {integrity: sha512-Bn1fF/goMwOA5DQyw3A4ebfgozwR8U5k5TAZMPiy1RBWgTFw7+lB0GNbH+DOnUGY5Vyztyaw6gtUyc3tVzJxeg==} 951 935 peerDependencies: 952 936 react: '>=18' 953 937 954 - '@nextui-org/use-data-scroll-overflow@2.1.6': 955 - resolution: {integrity: sha512-z9XzBF64qjTSp6jTttMDEPku7Xpgci/tYTokEQHWgydRg3FZEaBqRgOOMeiXAV1Py/kQB062MjPSneUtwYlozA==} 938 + '@nextui-org/use-data-scroll-overflow@2.1.7': 939 + resolution: {integrity: sha512-MP4YLjBWyIt0KyWPndXyhnkKgOLqTZ2aPY82Czjqn+eZk/l8BNo0nfA+dZFfbfEuPJgqdt/JDkMOrS+uq0+vkQ==} 956 940 peerDependencies: 957 941 react: '>=18' 958 942 ··· 981 965 peerDependencies: 982 966 react: '>=18' 983 967 984 - '@nextui-org/use-pagination@2.0.9': 985 - resolution: {integrity: sha512-p5Gssyb71/SjRezq2o1aRsYTmC9idziW3pLCJFpVwLGfgWNARf9C6NS1oQsqKgjF5lvzoa88soZRDhKKvRAt/g==} 968 + '@nextui-org/use-pagination@2.0.10': 969 + resolution: {integrity: sha512-PD6M8QKngUnTJfyoGiZrnrfUtA1A9ZVUjmbONO/1kxPuUegv0ZOQeFECPP2h7SFPxsyOceL1T97rg/2YPS247g==} 986 970 peerDependencies: 987 971 react: '>=18' 988 972 ··· 991 975 peerDependencies: 992 976 react: '>=18' 993 977 994 - '@nextui-org/use-scroll-position@2.0.8': 995 - resolution: {integrity: sha512-sUuoLEPWxCNlgzayy3VZSneVA1rKSdh4kBuBbYJTp/g2yyrpZYnyYzWpeNJ4dhDQr1cpTDODehJekWPBhNN+uw==} 978 + '@nextui-org/use-scroll-position@2.0.9': 979 + resolution: {integrity: sha512-tXbpb2bkKIjOp2I1uZ1T4T9Lxp0+Ta/TKu+5qvqsXkHRPbcoukdsquagYUDWK/fcumg72UPR8QP+na8KMn2gCg==} 996 980 peerDependencies: 997 981 react: '>=18' 998 982 ··· 1001 985 peerDependencies: 1002 986 react: '>=18' 1003 987 1004 - '@nextui-org/user@2.0.33': 1005 - resolution: {integrity: sha512-v6gGTlsaqM7Ndwtx9N/AAQFRICcIE5DuFxRZRqPfLa+jbZhJuWG2OSIATPeUOxgr8pKWpeV78nETdFKEKcsUPA==} 988 + '@nextui-org/user@2.0.34': 989 + resolution: {integrity: sha512-7MN/xBaMhDJ0b+hB2YpGIm2DsC9CTpN1ab+EKwhUuWn26SgXw2FNu8CSHViyDEkvOP7sYKdHLp9UtSo/f3JnsQ==} 1006 990 peerDependencies: 1007 991 '@nextui-org/system': '>=2.0.0' 1008 992 '@nextui-org/theme': '>=2.1.0' ··· 1027 1011 '@octokit/types@13.5.0': 1028 1012 resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} 1029 1013 1030 - '@odiffey/discord-markdown@3.1.2': 1031 - resolution: {integrity: sha512-V+lVkoMhiNVEyLJ4ezmvigHU91SwiACc13jcBDosfkUbcLK82YXG+L6Dkzuaw7EY34Gh4HGO6+n8ZtwEF1WZJQ==} 1014 + '@odiffey/discord-markdown@3.3.0': 1015 + resolution: {integrity: sha512-NdJAN9LC6K35TYI5/5Y8zJE5BJS4T5UZWChyVQ5ZTq5igreCu136eZJMo/c4Z/VVhvsuoyC7R7S88I0CBvbIug==} 1032 1016 1033 1017 '@pkgjs/parseargs@0.11.0': 1034 1018 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} ··· 1610 1594 '@swc/helpers@0.5.12': 1611 1595 resolution: {integrity: sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==} 1612 1596 1613 - '@swc/helpers@0.5.5': 1614 - resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} 1597 + '@swc/helpers@0.5.13': 1598 + resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} 1615 1599 1616 1600 '@types/d3-array@3.2.1': 1617 1601 resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} ··· 1643 1627 '@types/debug@4.1.12': 1644 1628 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 1645 1629 1646 - '@types/hast@2.3.10': 1647 - resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} 1630 + '@types/estree-jsx@1.0.5': 1631 + resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} 1632 + 1633 + '@types/estree@1.0.6': 1634 + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 1648 1635 1649 1636 '@types/hast@3.0.4': 1650 1637 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} ··· 1661 1648 '@types/lodash@4.17.7': 1662 1649 resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} 1663 1650 1664 - '@types/mdast@3.0.15': 1665 - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} 1666 - 1667 1651 '@types/mdast@4.0.4': 1668 1652 resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} 1669 1653 ··· 1752 1736 '@ungap/structured-clone@1.2.0': 1753 1737 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 1754 1738 1755 - '@vladfrangu/async_event_emitter@2.4.5': 1756 - resolution: {integrity: sha512-J7T3gUr3Wz0l7Ni1f9upgBZ7+J22/Q1B7dl0X6fG+fTsD+H+31DIosMHj4Um1dWQwqbcQ3oQf+YS2foYkDc9cQ==} 1739 + '@vladfrangu/async_event_emitter@2.4.6': 1740 + resolution: {integrity: sha512-RaI5qZo6D2CVS6sTHFKg1v5Ohq/+Bo2LZ5gzUEwZ/WkHhwtGTCB/sVLw8ijOkAUxasZ+WshN/Rzj4ywsABJ5ZA==} 1757 1741 engines: {node: '>=v14.0.0', npm: '>=7.0.0'} 1758 1742 1759 1743 acorn-jsx@5.3.2: ··· 1865 1849 engines: {node: '>= 4.5.0'} 1866 1850 hasBin: true 1867 1851 1868 - autoprefixer@10.4.19: 1869 - resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} 1852 + autoprefixer@10.4.20: 1853 + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} 1870 1854 engines: {node: ^10 || ^12 || >=14} 1871 1855 hasBin: true 1872 1856 peerDependencies: ··· 1919 1903 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1920 1904 hasBin: true 1921 1905 1906 + browserslist@4.24.2: 1907 + resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} 1908 + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1909 + hasBin: true 1910 + 1922 1911 busboy@1.6.0: 1923 1912 resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} 1924 1913 engines: {node: '>=10.16.0'} ··· 1941 1930 1942 1931 caniuse-lite@1.0.30001646: 1943 1932 resolution: {integrity: sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==} 1933 + 1934 + caniuse-lite@1.0.30001672: 1935 + resolution: {integrity: sha512-XhW1vRo1ob6aeK2w3rTohwTPBLse/rvjq+s3RTSBwnlZqoFFjx9cHsShJjAIbLsLjyoacaTxpLZy9v3gg6zypw==} 1936 + 1937 + ccount@2.0.1: 1938 + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 1944 1939 1945 1940 chalk@2.4.2: 1946 1941 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} ··· 1950 1945 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 1951 1946 engines: {node: '>=10'} 1952 1947 1948 + character-entities-html4@2.1.0: 1949 + resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} 1950 + 1951 + character-entities-legacy@3.0.0: 1952 + resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} 1953 + 1953 1954 character-entities@2.0.2: 1954 1955 resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} 1956 + 1957 + character-reference-invalid@2.0.1: 1958 + resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} 1955 1959 1956 1960 chokidar@3.6.0: 1957 1961 resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} ··· 2182 2186 didyoumean@1.2.2: 2183 2187 resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 2184 2188 2185 - diff@5.2.0: 2186 - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} 2187 - engines: {node: '>=0.3.1'} 2188 - 2189 2189 dir-glob@3.0.1: 2190 2190 resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} 2191 2191 engines: {node: '>=8'} 2192 2192 2193 - discord-api-types@0.37.61: 2194 - resolution: {integrity: sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw==} 2193 + discord-api-types@0.37.103: 2194 + resolution: {integrity: sha512-r+qitxXKe2l6KFw5odPdZSSqdEou+7eNC7BfbZ7mny5Me/K06wCTeKUMVeH/YsI9+4QQudskeQ307kr/7ppQ1A==} 2195 2195 2196 - discord-api-types@0.37.93: 2197 - resolution: {integrity: sha512-M5jn0x3bcXk8EI2c6F6V6LeOWq10B/cJf+YJSyqNmg7z4bdXK+Z7g9zGJwHS0h9Bfgs0nun2LQISFOzwck7G9A==} 2196 + discord-api-types@0.37.97: 2197 + resolution: {integrity: sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==} 2198 2198 2199 2199 dlv@1.1.3: 2200 2200 resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} ··· 2215 2215 2216 2216 electron-to-chromium@1.5.4: 2217 2217 resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} 2218 + 2219 + electron-to-chromium@1.5.47: 2220 + resolution: {integrity: sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==} 2218 2221 2219 2222 emoji-regex@8.0.0: 2220 2223 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 2266 2269 2267 2270 escalade@3.1.2: 2268 2271 resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} 2272 + engines: {node: '>=6'} 2273 + 2274 + escalade@3.2.0: 2275 + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} 2269 2276 engines: {node: '>=6'} 2270 2277 2271 2278 escape-string-regexp@1.0.5: ··· 2411 2418 resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} 2412 2419 engines: {node: '>=4.0'} 2413 2420 2421 + estree-util-is-identifier-name@3.0.0: 2422 + resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==} 2423 + 2414 2424 esutils@2.0.3: 2415 2425 resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} 2416 2426 engines: {node: '>=0.10.0'} ··· 2490 2500 resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} 2491 2501 engines: {node: '>=0.10.0'} 2492 2502 2493 - framer-motion@11.3.20: 2494 - resolution: {integrity: sha512-xRPHtcrSjCdQ7gIttxcnSXOPq+P0AiU7tU82fWE3Tco7EmQQmu5AIgwkdcI6ebZolm+rz9ehSzECVSdZONSj+Q==} 2503 + framer-motion@11.11.10: 2504 + resolution: {integrity: sha512-061Bt1jL/vIm+diYIiA4dP/Yld7vD47ROextS7ESBW5hr4wQFhxB5D5T5zAc3c/5me3cOa+iO5LqhA38WDln/A==} 2495 2505 peerDependencies: 2496 2506 '@emotion/is-prop-valid': '*' 2497 2507 react: ^18.0.0 ··· 2646 2656 hast-util-raw@9.0.4: 2647 2657 resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==} 2648 2658 2659 + hast-util-to-jsx-runtime@2.3.2: 2660 + resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==} 2661 + 2649 2662 hast-util-to-parse5@8.0.0: 2650 2663 resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} 2651 2664 2652 - hast-util-whitespace@2.0.1: 2653 - resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} 2665 + hast-util-whitespace@3.0.0: 2666 + resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} 2654 2667 2655 2668 hastscript@8.0.0: 2656 2669 resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} ··· 2665 2678 resolution: {integrity: sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==} 2666 2679 engines: {node: '>=12.0.0'} 2667 2680 2681 + html-url-attributes@3.0.1: 2682 + resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==} 2683 + 2668 2684 html-void-elements@3.0.0: 2669 2685 resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} 2670 2686 ··· 2687 2703 inherits@2.0.4: 2688 2704 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 2689 2705 2690 - inline-style-parser@0.1.1: 2691 - resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} 2706 + inline-style-parser@0.2.4: 2707 + resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 2692 2708 2693 2709 internal-slot@1.0.7: 2694 2710 resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} ··· 2708 2724 resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} 2709 2725 engines: {node: '>= 0.10'} 2710 2726 2727 + is-alphabetical@2.0.1: 2728 + resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} 2729 + 2730 + is-alphanumerical@2.0.1: 2731 + resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 2732 + 2711 2733 is-arguments@1.1.1: 2712 2734 resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} 2713 2735 engines: {node: '>= 0.4'} ··· 2737 2759 is-buffer@1.1.6: 2738 2760 resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} 2739 2761 2740 - is-buffer@2.0.5: 2741 - resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} 2742 - engines: {node: '>=4'} 2743 - 2744 2762 is-callable@1.2.7: 2745 2763 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 2746 2764 engines: {node: '>= 0.4'} ··· 2760 2778 is-date-object@1.0.5: 2761 2779 resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} 2762 2780 engines: {node: '>= 0.4'} 2781 + 2782 + is-decimal@2.0.1: 2783 + resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} 2763 2784 2764 2785 is-descriptor@0.1.7: 2765 2786 resolution: {integrity: sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==} ··· 2795 2816 is-glob@4.0.3: 2796 2817 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 2797 2818 engines: {node: '>=0.10.0'} 2819 + 2820 + is-hexadecimal@2.0.1: 2821 + resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} 2798 2822 2799 2823 is-map@2.0.3: 2800 2824 resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} ··· 2954 2978 resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} 2955 2979 engines: {node: '>=0.10.0'} 2956 2980 2957 - kleur@4.1.5: 2958 - resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 2959 - engines: {node: '>=6'} 2960 - 2961 2981 language-subtag-registry@0.3.23: 2962 2982 resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} 2963 2983 ··· 3008 3028 lodash@4.17.21: 3009 3029 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 3010 3030 3031 + longest-streak@3.1.0: 3032 + resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} 3033 + 3011 3034 loose-envify@1.4.0: 3012 3035 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 3013 3036 hasBin: true ··· 3032 3055 match-sorter@6.3.4: 3033 3056 resolution: {integrity: sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==} 3034 3057 3035 - mdast-util-definitions@5.1.2: 3036 - resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} 3058 + mdast-util-from-markdown@2.0.2: 3059 + resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} 3037 3060 3038 - mdast-util-from-markdown@1.3.1: 3039 - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} 3061 + mdast-util-mdx-expression@2.0.1: 3062 + resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==} 3040 3063 3041 - mdast-util-to-hast@12.3.0: 3042 - resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} 3064 + mdast-util-mdx-jsx@3.1.3: 3065 + resolution: {integrity: sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==} 3066 + 3067 + mdast-util-mdxjs-esm@2.0.1: 3068 + resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==} 3069 + 3070 + mdast-util-phrasing@4.1.0: 3071 + resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} 3043 3072 3044 3073 mdast-util-to-hast@13.2.0: 3045 3074 resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} 3046 3075 3047 - mdast-util-to-string@3.2.0: 3048 - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} 3076 + mdast-util-to-markdown@2.1.0: 3077 + resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==} 3078 + 3079 + mdast-util-to-string@4.0.0: 3080 + resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 3049 3081 3050 3082 merge2@1.4.1: 3051 3083 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 3052 3084 engines: {node: '>= 8'} 3053 3085 3054 - micromark-core-commonmark@1.1.0: 3055 - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} 3056 - 3057 - micromark-factory-destination@1.1.0: 3058 - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} 3086 + micromark-core-commonmark@2.0.1: 3087 + resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==} 3059 3088 3060 - micromark-factory-label@1.1.0: 3061 - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} 3089 + micromark-factory-destination@2.0.0: 3090 + resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==} 3062 3091 3063 - micromark-factory-space@1.1.0: 3064 - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} 3092 + micromark-factory-label@2.0.0: 3093 + resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==} 3065 3094 3066 - micromark-factory-title@1.1.0: 3067 - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} 3095 + micromark-factory-space@2.0.0: 3096 + resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==} 3068 3097 3069 - micromark-factory-whitespace@1.1.0: 3070 - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} 3098 + micromark-factory-title@2.0.0: 3099 + resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==} 3071 3100 3072 - micromark-util-character@1.2.0: 3073 - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} 3101 + micromark-factory-whitespace@2.0.0: 3102 + resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==} 3074 3103 3075 3104 micromark-util-character@2.1.0: 3076 3105 resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} 3077 3106 3078 - micromark-util-chunked@1.1.0: 3079 - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} 3080 - 3081 - micromark-util-classify-character@1.1.0: 3082 - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} 3107 + micromark-util-chunked@2.0.0: 3108 + resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==} 3083 3109 3084 - micromark-util-combine-extensions@1.1.0: 3085 - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} 3110 + micromark-util-classify-character@2.0.0: 3111 + resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==} 3086 3112 3087 - micromark-util-decode-numeric-character-reference@1.1.0: 3088 - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} 3113 + micromark-util-combine-extensions@2.0.0: 3114 + resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==} 3089 3115 3090 - micromark-util-decode-string@1.1.0: 3091 - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} 3116 + micromark-util-decode-numeric-character-reference@2.0.1: 3117 + resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==} 3092 3118 3093 - micromark-util-encode@1.1.0: 3094 - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} 3119 + micromark-util-decode-string@2.0.0: 3120 + resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==} 3095 3121 3096 3122 micromark-util-encode@2.0.0: 3097 3123 resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} 3098 3124 3099 - micromark-util-html-tag-name@1.2.0: 3100 - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} 3125 + micromark-util-html-tag-name@2.0.0: 3126 + resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==} 3101 3127 3102 - micromark-util-normalize-identifier@1.1.0: 3103 - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} 3104 - 3105 - micromark-util-resolve-all@1.1.0: 3106 - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} 3128 + micromark-util-normalize-identifier@2.0.0: 3129 + resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==} 3107 3130 3108 - micromark-util-sanitize-uri@1.2.0: 3109 - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} 3131 + micromark-util-resolve-all@2.0.0: 3132 + resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==} 3110 3133 3111 3134 micromark-util-sanitize-uri@2.0.0: 3112 3135 resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} 3113 3136 3114 - micromark-util-subtokenize@1.1.0: 3115 - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} 3116 - 3117 - micromark-util-symbol@1.1.0: 3118 - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} 3137 + micromark-util-subtokenize@2.0.1: 3138 + resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==} 3119 3139 3120 3140 micromark-util-symbol@2.0.0: 3121 3141 resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} 3122 3142 3123 - micromark-util-types@1.1.0: 3124 - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} 3125 - 3126 3143 micromark-util-types@2.0.0: 3127 3144 resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} 3128 3145 3129 - micromark@3.2.0: 3130 - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} 3146 + micromark@4.0.0: 3147 + resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} 3131 3148 3132 3149 micromatch@4.0.7: 3133 3150 resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} ··· 3154 3171 resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} 3155 3172 engines: {node: '>=0.10.0'} 3156 3173 3157 - mri@1.2.0: 3158 - resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 3159 - engines: {node: '>=4'} 3160 - 3161 3174 ms@2.0.0: 3162 3175 resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} 3163 3176 ··· 3185 3198 natural-compare@1.4.0: 3186 3199 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 3187 3200 3188 - next-client-cookies@1.1.1: 3189 - resolution: {integrity: sha512-7/wiTI5RPJcP7c1zh5a9XNkvChihtattUG9dHMvfijtvzgEQXotr6E3AHYD1aXyVqGiZA95y/cWlcEI5EJ31tw==} 3201 + next-client-cookies@2.0.0: 3202 + resolution: {integrity: sha512-Ooqt7gqs+Gs1c4Gp1SKVMElzHn291+KenYDy4GZSrmeOiVKHN9QrbLswkjjioF1tenytSKhbu6Bu/JlQ+/HL7w==} 3190 3203 peerDependencies: 3191 - next: '>= 13.0.0' 3204 + next: '>= 15.0.0' 3192 3205 react: '>= 16.8.0' 3193 3206 3194 - next@14.2.5: 3195 - resolution: {integrity: sha512-0f8aRfBVL+mpzfBjYfQuLWh2WyAwtJXCRfkPF4UJ5qd2YwrHczsrSzXU4tRMV0OAxR8ZJZWPFn6uhSC56UTsLA==} 3196 - engines: {node: '>=18.17.0'} 3207 + next@15.0.1: 3208 + resolution: {integrity: sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw==} 3209 + engines: {node: '>=18.18.0'} 3197 3210 hasBin: true 3198 3211 peerDependencies: 3199 3212 '@opentelemetry/api': ^1.1.0 3200 3213 '@playwright/test': ^1.41.2 3201 - react: ^18.2.0 3202 - react-dom: ^18.2.0 3214 + babel-plugin-react-compiler: '*' 3215 + react: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 3216 + react-dom: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 3203 3217 sass: ^1.3.0 3204 3218 peerDependenciesMeta: 3205 3219 '@opentelemetry/api': 3206 3220 optional: true 3207 3221 '@playwright/test': 3222 + optional: true 3223 + babel-plugin-react-compiler: 3208 3224 optional: true 3209 3225 sass: 3210 3226 optional: true ··· 3297 3313 resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 3298 3314 engines: {node: '>=6'} 3299 3315 3316 + parse-entities@4.0.1: 3317 + resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} 3318 + 3300 3319 parse5@7.1.2: 3301 3320 resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} 3302 3321 ··· 3329 3348 3330 3349 picocolors@1.0.1: 3331 3350 resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} 3351 + 3352 + picocolors@1.1.1: 3353 + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 3332 3354 3333 3355 picomatch@2.3.1: 3334 3356 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} ··· 3387 3409 resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 3388 3410 engines: {node: ^10 || ^12 || >=14} 3389 3411 3390 - postcss@8.4.40: 3391 - resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} 3412 + postcss@8.4.47: 3413 + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} 3392 3414 engines: {node: ^10 || ^12 || >=14} 3393 3415 3394 3416 prelude-ls@1.2.1: ··· 3418 3440 peerDependencies: 3419 3441 react: ^18.3.1 3420 3442 3421 - react-icons@5.2.1: 3422 - resolution: {integrity: sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==} 3443 + react-icons@5.3.0: 3444 + resolution: {integrity: sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==} 3423 3445 peerDependencies: 3424 3446 react: '*' 3425 3447 ··· 3433 3455 resolution: {integrity: sha512-Y9eZ6HAufmUd8DIQd6rFrx5Bt/oDlTM9Nsjvf8YpajTa3dI8cLNU8jUN5z7KTANU+Yd6/KJuBjxVlrU2dMw33g==} 3434 3456 engines: {node: '>= 12.0.0'} 3435 3457 3436 - react-markdown@8.0.7: 3437 - resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==} 3458 + react-markdown@9.0.1: 3459 + resolution: {integrity: sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==} 3438 3460 peerDependencies: 3439 - '@types/react': '>=16' 3440 - react: '>=16' 3461 + '@types/react': '>=18' 3462 + react: '>=18' 3441 3463 3442 3464 react-query@3.39.3: 3443 3465 resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} ··· 3513 3535 recharts-scale@0.4.5: 3514 3536 resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==} 3515 3537 3516 - recharts@2.12.7: 3517 - resolution: {integrity: sha512-hlLJMhPQfv4/3NBSAyq3gzGg4h2v69RJh6KU7b3pXYNNAELs9kEoXOjbkxdXpALqKBoVmVptGfLpxdaVYqjmXQ==} 3538 + recharts@2.13.0: 3539 + resolution: {integrity: sha512-sbfxjWQ+oLWSZEWmvbq/DFVdeRLqqA6d0CDjKx2PkxVVdoXo16jvENCE+u/x7HxOO+/fwx//nYRwb8p8X6s/lQ==} 3518 3540 engines: {node: '>=14'} 3519 3541 peerDependencies: 3520 3542 react: ^16.0.0 || ^17.0.0 || ^18.0.0 ··· 3538 3560 rehype-raw@7.0.0: 3539 3561 resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} 3540 3562 3541 - remark-parse@10.0.2: 3542 - resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} 3563 + remark-parse@11.0.0: 3564 + resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} 3543 3565 3544 - remark-rehype@10.1.0: 3545 - resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} 3566 + remark-rehype@11.1.1: 3567 + resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==} 3546 3568 3547 3569 remove-accents@0.5.0: 3548 3570 resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} ··· 3582 3604 run-parallel@1.2.0: 3583 3605 resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 3584 3606 3585 - sade@1.8.1: 3586 - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} 3587 - engines: {node: '>=6'} 3588 - 3589 3607 safe-array-concat@1.1.2: 3590 3608 resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} 3591 3609 engines: {node: '>=0.4'} ··· 3624 3642 resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} 3625 3643 engines: {node: '>=0.10.0'} 3626 3644 3627 - sharp@0.33.4: 3628 - resolution: {integrity: sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==} 3629 - engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3645 + sharp@0.33.5: 3646 + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 3647 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3630 3648 3631 3649 shebang-command@2.0.0: 3632 3650 resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} ··· 3657 3675 3658 3676 source-map-js@1.2.0: 3659 3677 resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} 3678 + engines: {node: '>=0.10.0'} 3679 + 3680 + source-map-js@1.2.1: 3681 + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 3660 3682 engines: {node: '>=0.10.0'} 3661 3683 3662 3684 source-map-resolve@0.5.3: ··· 3719 3741 resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} 3720 3742 engines: {node: '>= 0.4'} 3721 3743 3744 + stringify-entities@4.0.4: 3745 + resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} 3746 + 3722 3747 strip-ansi@6.0.1: 3723 3748 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 3724 3749 engines: {node: '>=8'} ··· 3735 3760 resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} 3736 3761 engines: {node: '>=8'} 3737 3762 3738 - style-to-object@0.4.4: 3739 - resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} 3763 + style-to-object@1.0.8: 3764 + resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 3740 3765 3741 - styled-jsx@5.1.1: 3742 - resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} 3766 + styled-jsx@5.1.6: 3767 + resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} 3743 3768 engines: {node: '>= 12.0.0'} 3744 3769 peerDependencies: 3745 3770 '@babel/core': '*' 3746 3771 babel-plugin-macros: '*' 3747 - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' 3772 + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0' 3748 3773 peerDependenciesMeta: 3749 3774 '@babel/core': 3750 3775 optional: true ··· 3771 3796 tailwind-merge@1.14.0: 3772 3797 resolution: {integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==} 3773 3798 3774 - tailwind-merge@2.4.0: 3775 - resolution: {integrity: sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==} 3799 + tailwind-merge@2.5.4: 3800 + resolution: {integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==} 3776 3801 3777 3802 tailwind-variants@0.1.20: 3778 3803 resolution: {integrity: sha512-AMh7x313t/V+eTySKB0Dal08RHY7ggYK0MSn/ad8wKWOrDUIzyiWNayRUm2PIJ4VRkvRnfNuyRuKbLV3EN+ewQ==} ··· 3780 3805 peerDependencies: 3781 3806 tailwindcss: '*' 3782 3807 3783 - tailwindcss@3.4.7: 3784 - resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==} 3808 + tailwindcss@3.4.14: 3809 + resolution: {integrity: sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==} 3785 3810 engines: {node: '>=14.0.0'} 3786 3811 hasBin: true 3787 3812 ··· 3866 3891 resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} 3867 3892 engines: {node: '>= 0.4'} 3868 3893 3869 - typescript@5.5.4: 3870 - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} 3894 + typescript@5.6.3: 3895 + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} 3871 3896 engines: {node: '>=14.17'} 3872 3897 hasBin: true 3873 3898 ··· 3877 3902 undici-types@5.26.5: 3878 3903 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} 3879 3904 3880 - undici@5.27.2: 3881 - resolution: {integrity: sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==} 3882 - engines: {node: '>=14.0'} 3905 + undici@6.19.8: 3906 + resolution: {integrity: sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==} 3907 + engines: {node: '>=18.17'} 3883 3908 3884 - unified@10.1.2: 3885 - resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} 3909 + unified@11.0.5: 3910 + resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 3886 3911 3887 3912 union-value@1.0.1: 3888 3913 resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} 3889 3914 engines: {node: '>=0.10.0'} 3890 3915 3891 - unist-util-generated@2.0.1: 3892 - resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} 3893 - 3894 - unist-util-is@5.2.1: 3895 - resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} 3896 - 3897 3916 unist-util-is@6.0.0: 3898 3917 resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} 3899 - 3900 - unist-util-position@4.0.4: 3901 - resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} 3902 3918 3903 3919 unist-util-position@5.0.0: 3904 3920 resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} 3905 3921 3906 - unist-util-stringify-position@3.0.3: 3907 - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} 3908 - 3909 3922 unist-util-stringify-position@4.0.0: 3910 3923 resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} 3911 3924 3912 - unist-util-visit-parents@5.1.3: 3913 - resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} 3914 - 3915 3925 unist-util-visit-parents@6.0.1: 3916 3926 resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} 3917 3927 3918 - unist-util-visit@4.1.2: 3919 - resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} 3920 - 3921 3928 unist-util-visit@5.0.0: 3922 3929 resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} 3923 3930 ··· 3930 3937 3931 3938 update-browserslist-db@1.1.0: 3932 3939 resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} 3940 + hasBin: true 3941 + peerDependencies: 3942 + browserslist: '>= 4.21.0' 3943 + 3944 + update-browserslist-db@1.1.1: 3945 + resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} 3933 3946 hasBin: true 3934 3947 peerDependencies: 3935 3948 browserslist: '>= 4.21.0' ··· 3995 4008 3996 4009 util-deprecate@1.0.2: 3997 4010 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 3998 - 3999 - uvu@0.5.6: 4000 - resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} 4001 - engines: {node: '>=8'} 4002 - hasBin: true 4003 4011 4004 4012 vfile-location@5.0.3: 4005 4013 resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} 4006 4014 4007 - vfile-message@3.1.4: 4008 - resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} 4009 - 4010 4015 vfile-message@4.0.2: 4011 4016 resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} 4012 - 4013 - vfile@5.3.7: 4014 - resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} 4015 4017 4016 4018 vfile@6.0.2: 4017 4019 resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==} ··· 4078 4080 zod@3.23.8: 4079 4081 resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} 4080 4082 4081 - zustand@4.5.4: 4082 - resolution: {integrity: sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==} 4083 - engines: {node: '>=12.7.0'} 4083 + zustand@5.0.0: 4084 + resolution: {integrity: sha512-LE+VcmbartOPM+auOjCCLQOsQ05zUTp8RkgwRzefUk+2jISdMMFnxvyTjA4YNWr5ZGXYbVsEMZosttuxUBkojQ==} 4085 + engines: {node: '>=12.20.0'} 4084 4086 peerDependencies: 4085 - '@types/react': '>=16.8' 4087 + '@types/react': '>=18.0.0' 4086 4088 immer: '>=9.0.6' 4087 - react: '>=16.8' 4089 + react: '>=18.0.0' 4090 + use-sync-external-store: '>=1.2.0' 4088 4091 peerDependenciesMeta: 4089 4092 '@types/react': 4090 4093 optional: true 4091 4094 immer: 4092 4095 optional: true 4093 4096 react: 4097 + optional: true 4098 + use-sync-external-store: 4094 4099 optional: true 4095 4100 4096 4101 zwitch@2.0.4: ··· 4233 4238 '@babel/helper-validator-identifier': 7.24.7 4234 4239 chalk: 2.4.2 4235 4240 js-tokens: 4.0.0 4236 - picocolors: 1.0.1 4241 + picocolors: 1.1.1 4237 4242 4238 4243 '@babel/parser@7.25.3': 4239 4244 dependencies: ··· 4275 4280 '@babel/helper-validator-identifier': 7.24.7 4276 4281 to-fast-properties: 2.0.0 4277 4282 4278 - '@discordjs/collection@2.1.0': {} 4283 + '@discordjs/collection@2.1.1': {} 4279 4284 4280 - '@discordjs/rest@2.2.0': 4285 + '@discordjs/rest@2.4.0': 4281 4286 dependencies: 4282 - '@discordjs/collection': 2.1.0 4283 - '@discordjs/util': 1.1.0 4287 + '@discordjs/collection': 2.1.1 4288 + '@discordjs/util': 1.1.1 4284 4289 '@sapphire/async-queue': 1.5.3 4285 4290 '@sapphire/snowflake': 3.5.3 4286 - '@vladfrangu/async_event_emitter': 2.4.5 4287 - discord-api-types: 0.37.61 4291 + '@vladfrangu/async_event_emitter': 2.4.6 4292 + discord-api-types: 0.37.97 4288 4293 magic-bytes.js: 1.10.0 4289 4294 tslib: 2.6.3 4290 - undici: 5.27.2 4295 + undici: 6.19.8 4291 4296 4292 - '@discordjs/util@1.1.0': {} 4297 + '@discordjs/util@1.1.1': {} 4293 4298 4294 4299 '@emnapi/runtime@1.2.0': 4295 4300 dependencies: ··· 4318 4323 - supports-color 4319 4324 4320 4325 '@eslint/js@8.57.0': {} 4321 - 4322 - '@fastify/busboy@2.1.1': {} 4323 4326 4324 4327 '@formatjs/ecma402-abstract@2.0.0': 4325 4328 dependencies: ··· 4357 4360 4358 4361 '@humanwhocodes/object-schema@2.0.3': {} 4359 4362 4360 - '@img/sharp-darwin-arm64@0.33.4': 4363 + '@img/sharp-darwin-arm64@0.33.5': 4361 4364 optionalDependencies: 4362 - '@img/sharp-libvips-darwin-arm64': 1.0.2 4365 + '@img/sharp-libvips-darwin-arm64': 1.0.4 4363 4366 optional: true 4364 4367 4365 - '@img/sharp-darwin-x64@0.33.4': 4368 + '@img/sharp-darwin-x64@0.33.5': 4366 4369 optionalDependencies: 4367 - '@img/sharp-libvips-darwin-x64': 1.0.2 4370 + '@img/sharp-libvips-darwin-x64': 1.0.4 4368 4371 optional: true 4369 4372 4370 - '@img/sharp-libvips-darwin-arm64@1.0.2': 4373 + '@img/sharp-libvips-darwin-arm64@1.0.4': 4371 4374 optional: true 4372 4375 4373 - '@img/sharp-libvips-darwin-x64@1.0.2': 4376 + '@img/sharp-libvips-darwin-x64@1.0.4': 4374 4377 optional: true 4375 4378 4376 - '@img/sharp-libvips-linux-arm64@1.0.2': 4379 + '@img/sharp-libvips-linux-arm64@1.0.4': 4377 4380 optional: true 4378 4381 4379 - '@img/sharp-libvips-linux-arm@1.0.2': 4382 + '@img/sharp-libvips-linux-arm@1.0.5': 4380 4383 optional: true 4381 4384 4382 - '@img/sharp-libvips-linux-s390x@1.0.2': 4385 + '@img/sharp-libvips-linux-s390x@1.0.4': 4383 4386 optional: true 4384 4387 4385 - '@img/sharp-libvips-linux-x64@1.0.2': 4388 + '@img/sharp-libvips-linux-x64@1.0.4': 4386 4389 optional: true 4387 4390 4388 - '@img/sharp-libvips-linuxmusl-arm64@1.0.2': 4391 + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 4389 4392 optional: true 4390 4393 4391 - '@img/sharp-libvips-linuxmusl-x64@1.0.2': 4394 + '@img/sharp-libvips-linuxmusl-x64@1.0.4': 4392 4395 optional: true 4393 4396 4394 - '@img/sharp-linux-arm64@0.33.4': 4397 + '@img/sharp-linux-arm64@0.33.5': 4395 4398 optionalDependencies: 4396 - '@img/sharp-libvips-linux-arm64': 1.0.2 4399 + '@img/sharp-libvips-linux-arm64': 1.0.4 4397 4400 optional: true 4398 4401 4399 - '@img/sharp-linux-arm@0.33.4': 4402 + '@img/sharp-linux-arm@0.33.5': 4400 4403 optionalDependencies: 4401 - '@img/sharp-libvips-linux-arm': 1.0.2 4404 + '@img/sharp-libvips-linux-arm': 1.0.5 4402 4405 optional: true 4403 4406 4404 - '@img/sharp-linux-s390x@0.33.4': 4407 + '@img/sharp-linux-s390x@0.33.5': 4405 4408 optionalDependencies: 4406 - '@img/sharp-libvips-linux-s390x': 1.0.2 4409 + '@img/sharp-libvips-linux-s390x': 1.0.4 4407 4410 optional: true 4408 4411 4409 - '@img/sharp-linux-x64@0.33.4': 4412 + '@img/sharp-linux-x64@0.33.5': 4410 4413 optionalDependencies: 4411 - '@img/sharp-libvips-linux-x64': 1.0.2 4414 + '@img/sharp-libvips-linux-x64': 1.0.4 4412 4415 optional: true 4413 4416 4414 - '@img/sharp-linuxmusl-arm64@0.33.4': 4417 + '@img/sharp-linuxmusl-arm64@0.33.5': 4415 4418 optionalDependencies: 4416 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 4419 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 4417 4420 optional: true 4418 4421 4419 - '@img/sharp-linuxmusl-x64@0.33.4': 4422 + '@img/sharp-linuxmusl-x64@0.33.5': 4420 4423 optionalDependencies: 4421 - '@img/sharp-libvips-linuxmusl-x64': 1.0.2 4424 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 4422 4425 optional: true 4423 4426 4424 - '@img/sharp-wasm32@0.33.4': 4427 + '@img/sharp-wasm32@0.33.5': 4425 4428 dependencies: 4426 4429 '@emnapi/runtime': 1.2.0 4427 4430 optional: true 4428 4431 4429 - '@img/sharp-win32-ia32@0.33.4': 4432 + '@img/sharp-win32-ia32@0.33.5': 4430 4433 optional: true 4431 4434 4432 - '@img/sharp-win32-x64@0.33.4': 4435 + '@img/sharp-win32-x64@0.33.5': 4433 4436 optional: true 4434 4437 4435 4438 '@internationalized/date@3.5.5': ··· 4483 4486 react: 18.3.1 4484 4487 react-dom: 18.3.1(react@18.3.1) 4485 4488 4486 - '@next/env@14.2.5': {} 4489 + '@next/env@15.0.1': {} 4487 4490 4488 4491 '@next/eslint-plugin-next@14.2.5': 4489 4492 dependencies: 4490 4493 glob: 10.3.10 4491 4494 4492 - '@next/swc-darwin-arm64@14.2.5': 4493 - optional: true 4494 - 4495 - '@next/swc-darwin-x64@14.2.5': 4495 + '@next/swc-darwin-arm64@15.0.1': 4496 4496 optional: true 4497 4497 4498 - '@next/swc-linux-arm64-gnu@14.2.5': 4498 + '@next/swc-darwin-x64@15.0.1': 4499 4499 optional: true 4500 4500 4501 - '@next/swc-linux-arm64-musl@14.2.5': 4501 + '@next/swc-linux-arm64-gnu@15.0.1': 4502 4502 optional: true 4503 4503 4504 - '@next/swc-linux-x64-gnu@14.2.5': 4504 + '@next/swc-linux-arm64-musl@15.0.1': 4505 4505 optional: true 4506 4506 4507 - '@next/swc-linux-x64-musl@14.2.5': 4507 + '@next/swc-linux-x64-gnu@15.0.1': 4508 4508 optional: true 4509 4509 4510 - '@next/swc-win32-arm64-msvc@14.2.5': 4510 + '@next/swc-linux-x64-musl@15.0.1': 4511 4511 optional: true 4512 4512 4513 - '@next/swc-win32-ia32-msvc@14.2.5': 4513 + '@next/swc-win32-arm64-msvc@15.0.1': 4514 4514 optional: true 4515 4515 4516 - '@next/swc-win32-x64-msvc@14.2.5': 4516 + '@next/swc-win32-x64-msvc@15.0.1': 4517 4517 optional: true 4518 4518 4519 - '@nextui-org/accordion@2.0.38(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4519 + '@nextui-org/accordion@2.0.40(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4520 4520 dependencies: 4521 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4522 - '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4523 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4524 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4521 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4522 + '@nextui-org/divider': 2.0.32(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4523 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4524 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4525 4525 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4526 - '@nextui-org/shared-utils': 2.0.7 4527 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4528 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4526 + '@nextui-org/shared-utils': 2.0.8 4527 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4528 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4529 4529 '@nextui-org/use-aria-accordion': 2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4530 4530 '@react-aria/button': 3.9.5(react@18.3.1) 4531 4531 '@react-aria/focus': 3.17.1(react@18.3.1) ··· 4534 4534 '@react-stately/tree': 3.8.1(react@18.3.1) 4535 4535 '@react-types/accordion': 3.0.0-alpha.21(react@18.3.1) 4536 4536 '@react-types/shared': 3.23.1(react@18.3.1) 4537 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4537 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4538 4538 react: 18.3.1 4539 4539 react-dom: 18.3.1(react@18.3.1) 4540 4540 4541 - '@nextui-org/aria-utils@2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4541 + '@nextui-org/aria-utils@2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4542 4542 dependencies: 4543 - '@nextui-org/react-rsc-utils': 2.0.13 4544 - '@nextui-org/shared-utils': 2.0.7 4545 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4543 + '@nextui-org/react-rsc-utils': 2.0.14(react@18.3.1) 4544 + '@nextui-org/shared-utils': 2.0.8 4545 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4546 4546 '@react-aria/utils': 3.24.1(react@18.3.1) 4547 4547 '@react-stately/collections': 3.10.7(react@18.3.1) 4548 4548 '@react-stately/overlays': 3.6.7(react@18.3.1) ··· 4554 4554 - '@nextui-org/theme' 4555 4555 - framer-motion 4556 4556 4557 - '@nextui-org/autocomplete@2.1.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4557 + '@nextui-org/autocomplete@2.1.7(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4558 4558 dependencies: 4559 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4560 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4561 - '@nextui-org/input': 2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4562 - '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4563 - '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4564 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4565 - '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4559 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4560 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4561 + '@nextui-org/input': 2.2.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4562 + '@nextui-org/listbox': 2.1.27(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4563 + '@nextui-org/popover': 2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4564 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4565 + '@nextui-org/scroll-shadow': 2.1.20(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4566 4566 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4567 - '@nextui-org/shared-utils': 2.0.7 4568 - '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4569 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4570 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4567 + '@nextui-org/shared-utils': 2.0.8 4568 + '@nextui-org/spinner': 2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4569 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4570 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4571 4571 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4572 4572 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 4573 4573 '@react-aria/combobox': 3.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 4579 4579 '@react-stately/combobox': 3.8.4(react@18.3.1) 4580 4580 '@react-types/combobox': 3.11.1(react@18.3.1) 4581 4581 '@react-types/shared': 3.23.1(react@18.3.1) 4582 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4582 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4583 4583 react: 18.3.1 4584 4584 react-dom: 18.3.1(react@18.3.1) 4585 4585 transitivePeerDependencies: 4586 4586 - '@types/react' 4587 4587 4588 - '@nextui-org/avatar@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4588 + '@nextui-org/avatar@2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4589 4589 dependencies: 4590 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4591 - '@nextui-org/shared-utils': 2.0.7 4592 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4593 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4590 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4591 + '@nextui-org/shared-utils': 2.0.8 4592 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4593 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4594 4594 '@nextui-org/use-image': 2.0.6(react@18.3.1) 4595 4595 '@react-aria/focus': 3.17.1(react@18.3.1) 4596 4596 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 4598 4598 react: 18.3.1 4599 4599 react-dom: 18.3.1(react@18.3.1) 4600 4600 4601 - '@nextui-org/badge@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4601 + '@nextui-org/badge@2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4602 4602 dependencies: 4603 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4604 - '@nextui-org/shared-utils': 2.0.7 4605 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4606 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4603 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4604 + '@nextui-org/shared-utils': 2.0.8 4605 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4606 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4607 4607 react: 18.3.1 4608 4608 react-dom: 18.3.1(react@18.3.1) 4609 4609 4610 - '@nextui-org/breadcrumbs@2.0.12(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4610 + '@nextui-org/breadcrumbs@2.0.13(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4611 4611 dependencies: 4612 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4612 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4613 4613 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4614 - '@nextui-org/shared-utils': 2.0.7 4615 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4616 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4614 + '@nextui-org/shared-utils': 2.0.8 4615 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4616 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4617 4617 '@react-aria/breadcrumbs': 3.5.13(react@18.3.1) 4618 4618 '@react-aria/focus': 3.17.1(react@18.3.1) 4619 4619 '@react-aria/utils': 3.24.1(react@18.3.1) ··· 4622 4622 react: 18.3.1 4623 4623 react-dom: 18.3.1(react@18.3.1) 4624 4624 4625 - '@nextui-org/button@2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4625 + '@nextui-org/button@2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4626 4626 dependencies: 4627 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4628 - '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4629 - '@nextui-org/shared-utils': 2.0.7 4630 - '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4631 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4632 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4627 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4628 + '@nextui-org/ripple': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4629 + '@nextui-org/shared-utils': 2.0.8 4630 + '@nextui-org/spinner': 2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4631 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4632 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4633 4633 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4634 4634 '@react-aria/button': 3.9.5(react@18.3.1) 4635 4635 '@react-aria/focus': 3.17.1(react@18.3.1) ··· 4637 4637 '@react-aria/utils': 3.24.1(react@18.3.1) 4638 4638 '@react-types/button': 3.9.4(react@18.3.1) 4639 4639 '@react-types/shared': 3.23.1(react@18.3.1) 4640 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4640 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4641 4641 react: 18.3.1 4642 4642 react-dom: 18.3.1(react@18.3.1) 4643 4643 4644 - '@nextui-org/calendar@2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4644 + '@nextui-org/calendar@2.0.12(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4645 4645 dependencies: 4646 4646 '@internationalized/date': 3.5.5 4647 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4648 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4649 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4647 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4648 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4649 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4650 4650 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4651 - '@nextui-org/shared-utils': 2.0.7 4652 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4653 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4651 + '@nextui-org/shared-utils': 2.0.8 4652 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4653 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4654 4654 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4655 4655 '@react-aria/calendar': 3.5.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4656 4656 '@react-aria/focus': 3.17.1(react@18.3.1) ··· 4671 4671 transitivePeerDependencies: 4672 4672 - framer-motion 4673 4673 4674 - '@nextui-org/card@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4674 + '@nextui-org/card@2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4675 4675 dependencies: 4676 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4677 - '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4678 - '@nextui-org/shared-utils': 2.0.7 4679 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4680 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4676 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4677 + '@nextui-org/ripple': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4678 + '@nextui-org/shared-utils': 2.0.8 4679 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4680 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4681 4681 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4682 4682 '@react-aria/button': 3.9.5(react@18.3.1) 4683 4683 '@react-aria/focus': 3.17.1(react@18.3.1) 4684 4684 '@react-aria/interactions': 3.21.3(react@18.3.1) 4685 4685 '@react-aria/utils': 3.24.1(react@18.3.1) 4686 4686 '@react-types/shared': 3.23.1(react@18.3.1) 4687 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4687 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4688 4688 react: 18.3.1 4689 4689 react-dom: 18.3.1(react@18.3.1) 4690 4690 4691 - '@nextui-org/checkbox@2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4691 + '@nextui-org/checkbox@2.1.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4692 4692 dependencies: 4693 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4694 - '@nextui-org/shared-utils': 2.0.7 4695 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4696 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4693 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4694 + '@nextui-org/shared-utils': 2.0.8 4695 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4696 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4697 4697 '@nextui-org/use-callback-ref': 2.0.6(react@18.3.1) 4698 4698 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 4699 4699 '@react-aria/checkbox': 3.14.3(react@18.3.1) ··· 4708 4708 react: 18.3.1 4709 4709 react-dom: 18.3.1(react@18.3.1) 4710 4710 4711 - '@nextui-org/chip@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4711 + '@nextui-org/chip@2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4712 4712 dependencies: 4713 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4713 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4714 4714 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4715 - '@nextui-org/shared-utils': 2.0.7 4716 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4717 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4715 + '@nextui-org/shared-utils': 2.0.8 4716 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4717 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4718 4718 '@react-aria/focus': 3.17.1(react@18.3.1) 4719 4719 '@react-aria/interactions': 3.21.3(react@18.3.1) 4720 4720 '@react-aria/utils': 3.24.1(react@18.3.1) ··· 4722 4722 react: 18.3.1 4723 4723 react-dom: 18.3.1(react@18.3.1) 4724 4724 4725 - '@nextui-org/code@2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4725 + '@nextui-org/code@2.0.33(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4726 4726 dependencies: 4727 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4728 - '@nextui-org/shared-utils': 2.0.7 4729 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 4730 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4727 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4728 + '@nextui-org/shared-utils': 2.0.8 4729 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 4730 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4731 4731 react: 18.3.1 4732 4732 react-dom: 18.3.1(react@18.3.1) 4733 4733 4734 - '@nextui-org/date-input@2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4734 + '@nextui-org/date-input@2.1.4(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4735 4735 dependencies: 4736 4736 '@internationalized/date': 3.5.5 4737 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4738 - '@nextui-org/shared-utils': 2.0.7 4739 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4740 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4737 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4738 + '@nextui-org/shared-utils': 2.0.8 4739 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4740 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4741 4741 '@react-aria/datepicker': 3.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4742 4742 '@react-aria/i18n': 3.11.1(react@18.3.1) 4743 4743 '@react-aria/utils': 3.24.1(react@18.3.1) ··· 4747 4747 react: 18.3.1 4748 4748 react-dom: 18.3.1(react@18.3.1) 4749 4749 4750 - '@nextui-org/date-picker@2.1.6(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4750 + '@nextui-org/date-picker@2.1.8(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4751 4751 dependencies: 4752 4752 '@internationalized/date': 3.5.5 4753 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4754 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4755 - '@nextui-org/calendar': 2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4756 - '@nextui-org/date-input': 2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4757 - '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4758 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4753 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4754 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4755 + '@nextui-org/calendar': 2.0.12(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4756 + '@nextui-org/date-input': 2.1.4(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4757 + '@nextui-org/popover': 2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4758 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4759 4759 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4760 - '@nextui-org/shared-utils': 2.0.7 4761 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4762 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4760 + '@nextui-org/shared-utils': 2.0.8 4761 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4762 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4763 4763 '@react-aria/datepicker': 3.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4764 4764 '@react-aria/i18n': 3.11.1(react@18.3.1) 4765 4765 '@react-aria/utils': 3.24.1(react@18.3.1) ··· 4774 4774 - '@types/react' 4775 4775 - framer-motion 4776 4776 4777 - '@nextui-org/divider@2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4777 + '@nextui-org/divider@2.0.32(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4778 4778 dependencies: 4779 - '@nextui-org/react-rsc-utils': 2.0.13 4780 - '@nextui-org/shared-utils': 2.0.7 4781 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 4782 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4779 + '@nextui-org/react-rsc-utils': 2.0.14(react@18.3.1) 4780 + '@nextui-org/shared-utils': 2.0.8 4781 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 4782 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4783 4783 '@react-types/shared': 3.23.1(react@18.3.1) 4784 4784 react: 18.3.1 4785 4785 react-dom: 18.3.1(react@18.3.1) 4786 4786 4787 - '@nextui-org/dropdown@2.1.29(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4787 + '@nextui-org/dropdown@2.1.31(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4788 4788 dependencies: 4789 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4790 - '@nextui-org/menu': 2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4791 - '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4792 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4793 - '@nextui-org/shared-utils': 2.0.7 4794 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4795 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4789 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4790 + '@nextui-org/menu': 2.0.30(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4791 + '@nextui-org/popover': 2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4792 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4793 + '@nextui-org/shared-utils': 2.0.8 4794 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4795 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4796 4796 '@react-aria/focus': 3.17.1(react@18.3.1) 4797 4797 '@react-aria/menu': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4798 4798 '@react-aria/utils': 3.24.1(react@18.3.1) 4799 4799 '@react-stately/menu': 3.7.1(react@18.3.1) 4800 4800 '@react-types/menu': 3.9.9(react@18.3.1) 4801 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4801 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4802 4802 react: 18.3.1 4803 4803 react-dom: 18.3.1(react@18.3.1) 4804 4804 transitivePeerDependencies: 4805 4805 - '@types/react' 4806 4806 4807 - '@nextui-org/framer-utils@2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4807 + '@nextui-org/framer-utils@2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4808 4808 dependencies: 4809 - '@nextui-org/shared-utils': 2.0.7 4810 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4809 + '@nextui-org/shared-utils': 2.0.8 4810 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4811 4811 '@nextui-org/use-measure': 2.0.2(react@18.3.1) 4812 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4812 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4813 4813 react: 18.3.1 4814 4814 react-dom: 18.3.1(react@18.3.1) 4815 4815 transitivePeerDependencies: 4816 4816 - '@nextui-org/theme' 4817 4817 4818 - '@nextui-org/image@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4818 + '@nextui-org/image@2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4819 4819 dependencies: 4820 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4821 - '@nextui-org/shared-utils': 2.0.7 4822 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4823 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4820 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4821 + '@nextui-org/shared-utils': 2.0.8 4822 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4823 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4824 4824 '@nextui-org/use-image': 2.0.6(react@18.3.1) 4825 4825 react: 18.3.1 4826 4826 react-dom: 18.3.1(react@18.3.1) 4827 4827 4828 - '@nextui-org/input@2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4828 + '@nextui-org/input@2.2.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4829 4829 dependencies: 4830 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4830 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4831 4831 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4832 - '@nextui-org/shared-utils': 2.0.7 4833 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4834 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4832 + '@nextui-org/shared-utils': 2.0.8 4833 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4834 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4835 4835 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 4836 4836 '@react-aria/focus': 3.17.1(react@18.3.1) 4837 4837 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 4846 4846 transitivePeerDependencies: 4847 4847 - '@types/react' 4848 4848 4849 - '@nextui-org/kbd@2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4849 + '@nextui-org/kbd@2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4850 4850 dependencies: 4851 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4852 - '@nextui-org/shared-utils': 2.0.7 4853 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 4854 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4851 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4852 + '@nextui-org/shared-utils': 2.0.8 4853 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 4854 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4855 4855 '@react-aria/utils': 3.24.1(react@18.3.1) 4856 4856 react: 18.3.1 4857 4857 react-dom: 18.3.1(react@18.3.1) 4858 4858 4859 - '@nextui-org/link@2.0.34(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4859 + '@nextui-org/link@2.0.35(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4860 4860 dependencies: 4861 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4861 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4862 4862 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4863 - '@nextui-org/shared-utils': 2.0.7 4864 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4865 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4863 + '@nextui-org/shared-utils': 2.0.8 4864 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4865 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4866 4866 '@nextui-org/use-aria-link': 2.0.19(react@18.3.1) 4867 4867 '@react-aria/focus': 3.17.1(react@18.3.1) 4868 4868 '@react-aria/link': 3.7.1(react@18.3.1) ··· 4871 4871 react: 18.3.1 4872 4872 react-dom: 18.3.1(react@18.3.1) 4873 4873 4874 - '@nextui-org/listbox@2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4874 + '@nextui-org/listbox@2.1.27(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4875 4875 dependencies: 4876 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4877 - '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4878 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4879 - '@nextui-org/shared-utils': 2.0.7 4880 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4881 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4876 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4877 + '@nextui-org/divider': 2.0.32(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4878 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4879 + '@nextui-org/shared-utils': 2.0.8 4880 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4881 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4882 4882 '@nextui-org/use-is-mobile': 2.0.9(react@18.3.1) 4883 4883 '@react-aria/focus': 3.17.1(react@18.3.1) 4884 4884 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 4892 4892 transitivePeerDependencies: 4893 4893 - framer-motion 4894 4894 4895 - '@nextui-org/menu@2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4895 + '@nextui-org/menu@2.0.30(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4896 4896 dependencies: 4897 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4898 - '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4899 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4900 - '@nextui-org/shared-utils': 2.0.7 4901 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4902 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4903 - '@nextui-org/use-aria-menu': 2.0.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4897 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4898 + '@nextui-org/divider': 2.0.32(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4899 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4900 + '@nextui-org/shared-utils': 2.0.8 4901 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4902 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4903 + '@nextui-org/use-aria-menu': 2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4904 4904 '@nextui-org/use-is-mobile': 2.0.9(react@18.3.1) 4905 4905 '@react-aria/focus': 3.17.1(react@18.3.1) 4906 4906 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 4915 4915 transitivePeerDependencies: 4916 4916 - framer-motion 4917 4917 4918 - '@nextui-org/modal@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4918 + '@nextui-org/modal@2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4919 4919 dependencies: 4920 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4921 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4920 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4921 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4922 4922 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4923 - '@nextui-org/shared-utils': 2.0.7 4924 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4925 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4923 + '@nextui-org/shared-utils': 2.0.8 4924 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4925 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4926 4926 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4927 - '@nextui-org/use-aria-modal-overlay': 2.0.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4927 + '@nextui-org/use-aria-modal-overlay': 2.0.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4928 4928 '@nextui-org/use-disclosure': 2.0.10(react@18.3.1) 4929 4929 '@react-aria/dialog': 3.5.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4930 4930 '@react-aria/focus': 3.17.1(react@18.3.1) ··· 4933 4933 '@react-aria/utils': 3.24.1(react@18.3.1) 4934 4934 '@react-stately/overlays': 3.6.7(react@18.3.1) 4935 4935 '@react-types/overlays': 3.8.7(react@18.3.1) 4936 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4936 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4937 4937 react: 18.3.1 4938 4938 react-dom: 18.3.1(react@18.3.1) 4939 4939 4940 - '@nextui-org/navbar@2.0.36(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4940 + '@nextui-org/navbar@2.0.37(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4941 4941 dependencies: 4942 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4943 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4944 - '@nextui-org/shared-utils': 2.0.7 4945 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4946 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4942 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4943 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4944 + '@nextui-org/shared-utils': 2.0.8 4945 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4946 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4947 4947 '@nextui-org/use-aria-toggle-button': 2.0.10(react@18.3.1) 4948 - '@nextui-org/use-scroll-position': 2.0.8(react@18.3.1) 4948 + '@nextui-org/use-scroll-position': 2.0.9(react@18.3.1) 4949 4949 '@react-aria/focus': 3.17.1(react@18.3.1) 4950 4950 '@react-aria/interactions': 3.21.3(react@18.3.1) 4951 4951 '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4952 4952 '@react-aria/utils': 3.24.1(react@18.3.1) 4953 4953 '@react-stately/toggle': 3.7.4(react@18.3.1) 4954 4954 '@react-stately/utils': 3.10.1(react@18.3.1) 4955 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4955 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4956 4956 react: 18.3.1 4957 4957 react-dom: 18.3.1(react@18.3.1) 4958 4958 react-remove-scroll: 2.5.10(@types/react@18.3.3)(react@18.3.1) 4959 4959 transitivePeerDependencies: 4960 4960 - '@types/react' 4961 4961 4962 - '@nextui-org/pagination@2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4962 + '@nextui-org/pagination@2.0.36(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4963 4963 dependencies: 4964 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4964 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4965 4965 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 4966 - '@nextui-org/shared-utils': 2.0.7 4967 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4968 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4969 - '@nextui-org/use-pagination': 2.0.9(react@18.3.1) 4966 + '@nextui-org/shared-utils': 2.0.8 4967 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4968 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4969 + '@nextui-org/use-pagination': 2.0.10(react@18.3.1) 4970 4970 '@react-aria/focus': 3.17.1(react@18.3.1) 4971 4971 '@react-aria/i18n': 3.11.1(react@18.3.1) 4972 4972 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 4975 4975 react-dom: 18.3.1(react@18.3.1) 4976 4976 scroll-into-view-if-needed: 3.0.10 4977 4977 4978 - '@nextui-org/popover@2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4978 + '@nextui-org/popover@2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 4979 4979 dependencies: 4980 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4981 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4982 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4983 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 4984 - '@nextui-org/shared-utils': 2.0.7 4985 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4986 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 4980 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4981 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4982 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4983 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 4984 + '@nextui-org/shared-utils': 2.0.8 4985 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4986 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 4987 4987 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 4988 4988 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 4989 4989 '@react-aria/dialog': 3.5.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 4994 4994 '@react-stately/overlays': 3.6.7(react@18.3.1) 4995 4995 '@react-types/button': 3.9.4(react@18.3.1) 4996 4996 '@react-types/overlays': 3.8.7(react@18.3.1) 4997 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4997 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4998 4998 react: 18.3.1 4999 4999 react-dom: 18.3.1(react@18.3.1) 5000 5000 react-remove-scroll: 2.5.10(@types/react@18.3.3)(react@18.3.1) 5001 5001 transitivePeerDependencies: 5002 5002 - '@types/react' 5003 5003 5004 - '@nextui-org/progress@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5004 + '@nextui-org/progress@2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5005 5005 dependencies: 5006 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5007 - '@nextui-org/shared-utils': 2.0.7 5008 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5009 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5006 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5007 + '@nextui-org/shared-utils': 2.0.8 5008 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5009 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5010 5010 '@nextui-org/use-is-mounted': 2.0.6(react@18.3.1) 5011 5011 '@react-aria/i18n': 3.11.1(react@18.3.1) 5012 5012 '@react-aria/progress': 3.4.13(react@18.3.1) ··· 5015 5015 react: 18.3.1 5016 5016 react-dom: 18.3.1(react@18.3.1) 5017 5017 5018 - '@nextui-org/radio@2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5018 + '@nextui-org/radio@2.1.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5019 5019 dependencies: 5020 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5021 - '@nextui-org/shared-utils': 2.0.7 5022 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5023 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5020 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5021 + '@nextui-org/shared-utils': 2.0.8 5022 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5023 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5024 5024 '@react-aria/focus': 3.17.1(react@18.3.1) 5025 5025 '@react-aria/interactions': 3.21.3(react@18.3.1) 5026 5026 '@react-aria/radio': 3.10.4(react@18.3.1) ··· 5032 5032 react: 18.3.1 5033 5033 react-dom: 18.3.1(react@18.3.1) 5034 5034 5035 - '@nextui-org/react-rsc-utils@2.0.13': {} 5035 + '@nextui-org/react-rsc-utils@2.0.14(react@18.3.1)': 5036 + dependencies: 5037 + react: 18.3.1 5036 5038 5037 - '@nextui-org/react-utils@2.0.16(react@18.3.1)': 5039 + '@nextui-org/react-utils@2.0.17(react@18.3.1)': 5038 5040 dependencies: 5039 - '@nextui-org/react-rsc-utils': 2.0.13 5040 - '@nextui-org/shared-utils': 2.0.7 5041 + '@nextui-org/react-rsc-utils': 2.0.14(react@18.3.1) 5042 + '@nextui-org/shared-utils': 2.0.8 5041 5043 react: 18.3.1 5042 5044 5043 - '@nextui-org/react@2.4.6(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7)': 5045 + '@nextui-org/react@2.4.8(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.14)': 5044 5046 dependencies: 5045 - '@nextui-org/accordion': 2.0.38(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5046 - '@nextui-org/autocomplete': 2.1.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5047 - '@nextui-org/avatar': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5048 - '@nextui-org/badge': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5049 - '@nextui-org/breadcrumbs': 2.0.12(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5050 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5051 - '@nextui-org/calendar': 2.0.11(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5052 - '@nextui-org/card': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5053 - '@nextui-org/checkbox': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5054 - '@nextui-org/chip': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5055 - '@nextui-org/code': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5056 - '@nextui-org/date-input': 2.1.3(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5057 - '@nextui-org/date-picker': 2.1.6(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5058 - '@nextui-org/divider': 2.0.31(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5059 - '@nextui-org/dropdown': 2.1.29(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5060 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5061 - '@nextui-org/image': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5062 - '@nextui-org/input': 2.2.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5063 - '@nextui-org/kbd': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5064 - '@nextui-org/link': 2.0.34(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5065 - '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5066 - '@nextui-org/menu': 2.0.28(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5067 - '@nextui-org/modal': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5068 - '@nextui-org/navbar': 2.0.36(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5069 - '@nextui-org/pagination': 2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5070 - '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5071 - '@nextui-org/progress': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5072 - '@nextui-org/radio': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5073 - '@nextui-org/ripple': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5074 - '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5075 - '@nextui-org/select': 2.2.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5076 - '@nextui-org/skeleton': 2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5077 - '@nextui-org/slider': 2.2.15(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5078 - '@nextui-org/snippet': 2.0.41(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5079 - '@nextui-org/spacer': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5080 - '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5081 - '@nextui-org/switch': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5082 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5083 - '@nextui-org/table': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5084 - '@nextui-org/tabs': 2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5085 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5086 - '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5087 - '@nextui-org/user': 2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5047 + '@nextui-org/accordion': 2.0.40(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5048 + '@nextui-org/autocomplete': 2.1.7(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5049 + '@nextui-org/avatar': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5050 + '@nextui-org/badge': 2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5051 + '@nextui-org/breadcrumbs': 2.0.13(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5052 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5053 + '@nextui-org/calendar': 2.0.12(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5054 + '@nextui-org/card': 2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5055 + '@nextui-org/checkbox': 2.1.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5056 + '@nextui-org/chip': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5057 + '@nextui-org/code': 2.0.33(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5058 + '@nextui-org/date-input': 2.1.4(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5059 + '@nextui-org/date-picker': 2.1.8(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5060 + '@nextui-org/divider': 2.0.32(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5061 + '@nextui-org/dropdown': 2.1.31(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5062 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5063 + '@nextui-org/image': 2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5064 + '@nextui-org/input': 2.2.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5065 + '@nextui-org/kbd': 2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5066 + '@nextui-org/link': 2.0.35(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5067 + '@nextui-org/listbox': 2.1.27(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5068 + '@nextui-org/menu': 2.0.30(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5069 + '@nextui-org/modal': 2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5070 + '@nextui-org/navbar': 2.0.37(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5071 + '@nextui-org/pagination': 2.0.36(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5072 + '@nextui-org/popover': 2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5073 + '@nextui-org/progress': 2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5074 + '@nextui-org/radio': 2.1.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5075 + '@nextui-org/ripple': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5076 + '@nextui-org/scroll-shadow': 2.1.20(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5077 + '@nextui-org/select': 2.2.7(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5078 + '@nextui-org/skeleton': 2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5079 + '@nextui-org/slider': 2.2.17(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5080 + '@nextui-org/snippet': 2.0.43(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5081 + '@nextui-org/spacer': 2.0.33(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5082 + '@nextui-org/spinner': 2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5083 + '@nextui-org/switch': 2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5084 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5085 + '@nextui-org/table': 2.0.40(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5086 + '@nextui-org/tabs': 2.0.37(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5087 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5088 + '@nextui-org/tooltip': 2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5089 + '@nextui-org/user': 2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5088 5090 '@react-aria/visually-hidden': 3.8.12(react@18.3.1) 5089 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5091 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5090 5092 react: 18.3.1 5091 5093 react-dom: 18.3.1(react@18.3.1) 5092 5094 transitivePeerDependencies: 5093 5095 - '@types/react' 5094 5096 - tailwindcss 5095 5097 5096 - '@nextui-org/ripple@2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5098 + '@nextui-org/ripple@2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5097 5099 dependencies: 5098 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5099 - '@nextui-org/shared-utils': 2.0.7 5100 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5101 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5102 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5100 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5101 + '@nextui-org/shared-utils': 2.0.8 5102 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5103 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5104 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5103 5105 react: 18.3.1 5104 5106 react-dom: 18.3.1(react@18.3.1) 5105 5107 5106 - '@nextui-org/scroll-shadow@2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5108 + '@nextui-org/scroll-shadow@2.1.20(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5107 5109 dependencies: 5108 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5109 - '@nextui-org/shared-utils': 2.0.7 5110 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5111 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5112 - '@nextui-org/use-data-scroll-overflow': 2.1.6(react@18.3.1) 5110 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5111 + '@nextui-org/shared-utils': 2.0.8 5112 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5113 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5114 + '@nextui-org/use-data-scroll-overflow': 2.1.7(react@18.3.1) 5113 5115 react: 18.3.1 5114 5116 react-dom: 18.3.1(react@18.3.1) 5115 5117 5116 - '@nextui-org/select@2.2.5(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5118 + '@nextui-org/select@2.2.7(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5117 5119 dependencies: 5118 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5119 - '@nextui-org/listbox': 2.1.25(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5120 - '@nextui-org/popover': 2.1.27(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(@types/react@18.3.3)(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5121 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5122 - '@nextui-org/scroll-shadow': 2.1.19(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5120 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5121 + '@nextui-org/listbox': 2.1.27(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5122 + '@nextui-org/popover': 2.1.29(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(@types/react@18.3.3)(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5123 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5124 + '@nextui-org/scroll-shadow': 2.1.20(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5123 5125 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 5124 - '@nextui-org/shared-utils': 2.0.7 5125 - '@nextui-org/spinner': 2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5126 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5127 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5126 + '@nextui-org/shared-utils': 2.0.8 5127 + '@nextui-org/spinner': 2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5128 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5129 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5128 5130 '@nextui-org/use-aria-button': 2.0.10(react@18.3.1) 5129 - '@nextui-org/use-aria-multiselect': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5131 + '@nextui-org/use-aria-multiselect': 2.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5130 5132 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 5131 5133 '@react-aria/focus': 3.17.1(react@18.3.1) 5132 5134 '@react-aria/form': 3.0.5(react@18.3.1) ··· 5134 5136 '@react-aria/utils': 3.24.1(react@18.3.1) 5135 5137 '@react-aria/visually-hidden': 3.8.12(react@18.3.1) 5136 5138 '@react-types/shared': 3.23.1(react@18.3.1) 5137 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5139 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5138 5140 react: 18.3.1 5139 5141 react-dom: 18.3.1(react@18.3.1) 5140 5142 transitivePeerDependencies: ··· 5144 5146 dependencies: 5145 5147 react: 18.3.1 5146 5148 5147 - '@nextui-org/shared-utils@2.0.7': {} 5149 + '@nextui-org/shared-utils@2.0.8': {} 5148 5150 5149 - '@nextui-org/skeleton@2.0.31(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5151 + '@nextui-org/skeleton@2.0.32(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5150 5152 dependencies: 5151 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5152 - '@nextui-org/shared-utils': 2.0.7 5153 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5154 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5153 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5154 + '@nextui-org/shared-utils': 2.0.8 5155 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5156 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5155 5157 react: 18.3.1 5156 5158 react-dom: 18.3.1(react@18.3.1) 5157 5159 5158 - '@nextui-org/slider@2.2.15(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5160 + '@nextui-org/slider@2.2.17(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5159 5161 dependencies: 5160 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5161 - '@nextui-org/shared-utils': 2.0.7 5162 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5163 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5164 - '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5162 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5163 + '@nextui-org/shared-utils': 2.0.8 5164 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5165 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5166 + '@nextui-org/tooltip': 2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5165 5167 '@react-aria/focus': 3.17.1(react@18.3.1) 5166 5168 '@react-aria/i18n': 3.11.1(react@18.3.1) 5167 5169 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 5174 5176 transitivePeerDependencies: 5175 5177 - framer-motion 5176 5178 5177 - '@nextui-org/snippet@2.0.41(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5179 + '@nextui-org/snippet@2.0.43(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5178 5180 dependencies: 5179 - '@nextui-org/button': 2.0.37(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5180 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5181 + '@nextui-org/button': 2.0.38(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5182 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5181 5183 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 5182 - '@nextui-org/shared-utils': 2.0.7 5183 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5184 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5185 - '@nextui-org/tooltip': 2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5186 - '@nextui-org/use-clipboard': 2.0.6(react@18.3.1) 5184 + '@nextui-org/shared-utils': 2.0.8 5185 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5186 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5187 + '@nextui-org/tooltip': 2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5188 + '@nextui-org/use-clipboard': 2.0.7(react@18.3.1) 5187 5189 '@react-aria/focus': 3.17.1(react@18.3.1) 5188 5190 '@react-aria/utils': 3.24.1(react@18.3.1) 5189 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5191 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5190 5192 react: 18.3.1 5191 5193 react-dom: 18.3.1(react@18.3.1) 5192 5194 5193 - '@nextui-org/spacer@2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5195 + '@nextui-org/spacer@2.0.33(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5194 5196 dependencies: 5195 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5196 - '@nextui-org/shared-utils': 2.0.7 5197 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 5198 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5197 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5198 + '@nextui-org/shared-utils': 2.0.8 5199 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 5200 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5199 5201 react: 18.3.1 5200 5202 react-dom: 18.3.1(react@18.3.1) 5201 5203 5202 - '@nextui-org/spinner@2.0.33(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5204 + '@nextui-org/spinner@2.0.34(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5203 5205 dependencies: 5204 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5205 - '@nextui-org/shared-utils': 2.0.7 5206 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 5207 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5206 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5207 + '@nextui-org/shared-utils': 2.0.8 5208 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 5209 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5208 5210 react: 18.3.1 5209 5211 react-dom: 18.3.1(react@18.3.1) 5210 5212 5211 - '@nextui-org/switch@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5213 + '@nextui-org/switch@2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5212 5214 dependencies: 5213 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5214 - '@nextui-org/shared-utils': 2.0.7 5215 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5216 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5215 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5216 + '@nextui-org/shared-utils': 2.0.8 5217 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5218 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5217 5219 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 5218 5220 '@react-aria/focus': 3.17.1(react@18.3.1) 5219 5221 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 5225 5227 react: 18.3.1 5226 5228 react-dom: 18.3.1(react@18.3.1) 5227 5229 5228 - '@nextui-org/system-rsc@2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1)': 5230 + '@nextui-org/system-rsc@2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1)': 5229 5231 dependencies: 5230 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5232 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5231 5233 '@react-types/shared': 3.23.1(react@18.3.1) 5232 5234 clsx: 1.2.1 5233 5235 react: 18.3.1 5234 5236 5235 - '@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5237 + '@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5236 5238 dependencies: 5237 5239 '@internationalized/date': 3.5.5 5238 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5239 - '@nextui-org/system-rsc': 2.1.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react@18.3.1) 5240 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5241 + '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react@18.3.1) 5240 5242 '@react-aria/i18n': 3.11.1(react@18.3.1) 5241 5243 '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5242 5244 '@react-aria/utils': 3.24.1(react@18.3.1) 5243 5245 '@react-stately/utils': 3.10.1(react@18.3.1) 5244 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5246 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5245 5247 react: 18.3.1 5246 5248 react-dom: 18.3.1(react@18.3.1) 5247 5249 transitivePeerDependencies: 5248 5250 - '@nextui-org/theme' 5249 5251 5250 - '@nextui-org/table@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5252 + '@nextui-org/table@2.0.40(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5251 5253 dependencies: 5252 - '@nextui-org/checkbox': 2.1.4(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5253 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5254 + '@nextui-org/checkbox': 2.1.5(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5255 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5254 5256 '@nextui-org/shared-icons': 2.0.9(react@18.3.1) 5255 - '@nextui-org/shared-utils': 2.0.7 5256 - '@nextui-org/spacer': 2.0.32(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5257 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5258 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5257 + '@nextui-org/shared-utils': 2.0.8 5258 + '@nextui-org/spacer': 2.0.33(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5259 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5260 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5259 5261 '@react-aria/focus': 3.17.1(react@18.3.1) 5260 5262 '@react-aria/interactions': 3.21.3(react@18.3.1) 5261 5263 '@react-aria/table': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 5268 5270 react: 18.3.1 5269 5271 react-dom: 18.3.1(react@18.3.1) 5270 5272 5271 - '@nextui-org/tabs@2.0.35(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5273 + '@nextui-org/tabs@2.0.37(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5272 5274 dependencies: 5273 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5274 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5275 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5276 - '@nextui-org/shared-utils': 2.0.7 5277 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5278 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5275 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5276 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5277 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5278 + '@nextui-org/shared-utils': 2.0.8 5279 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5280 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5279 5281 '@nextui-org/use-is-mounted': 2.0.6(react@18.3.1) 5280 5282 '@nextui-org/use-update-effect': 2.0.6(react@18.3.1) 5281 5283 '@react-aria/focus': 3.17.1(react@18.3.1) ··· 5285 5287 '@react-stately/tabs': 3.6.6(react@18.3.1) 5286 5288 '@react-types/shared': 3.23.1(react@18.3.1) 5287 5289 '@react-types/tabs': 3.3.7(react@18.3.1) 5288 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5290 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5289 5291 react: 18.3.1 5290 5292 react-dom: 18.3.1(react@18.3.1) 5291 5293 scroll-into-view-if-needed: 3.0.10 5292 5294 5293 - '@nextui-org/theme@2.2.9(tailwindcss@3.4.7)': 5295 + '@nextui-org/theme@2.2.11(tailwindcss@3.4.14)': 5294 5296 dependencies: 5295 5297 clsx: 1.2.1 5296 5298 color: 4.2.3 ··· 5303 5305 lodash.mapkeys: 4.6.0 5304 5306 lodash.omit: 4.5.0 5305 5307 tailwind-merge: 1.14.0 5306 - tailwind-variants: 0.1.20(tailwindcss@3.4.7) 5307 - tailwindcss: 3.4.7 5308 + tailwind-variants: 0.1.20(tailwindcss@3.4.14) 5309 + tailwindcss: 3.4.14 5308 5310 5309 - '@nextui-org/tooltip@2.0.39(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5311 + '@nextui-org/tooltip@2.0.41(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5310 5312 dependencies: 5311 - '@nextui-org/aria-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5312 - '@nextui-org/framer-utils': 2.0.24(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5313 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5314 - '@nextui-org/shared-utils': 2.0.7 5315 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5316 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5313 + '@nextui-org/aria-utils': 2.0.26(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5314 + '@nextui-org/framer-utils': 2.0.25(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5315 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5316 + '@nextui-org/shared-utils': 2.0.8 5317 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5318 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5317 5319 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 5318 5320 '@react-aria/interactions': 3.21.3(react@18.3.1) 5319 5321 '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 5322 5324 '@react-stately/tooltip': 3.4.9(react@18.3.1) 5323 5325 '@react-types/overlays': 3.8.7(react@18.3.1) 5324 5326 '@react-types/tooltip': 3.4.9(react@18.3.1) 5325 - framer-motion: 11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5327 + framer-motion: 11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5326 5328 react: 18.3.1 5327 5329 react-dom: 18.3.1(react@18.3.1) 5328 5330 ··· 5357 5359 '@react-types/shared': 3.23.1(react@18.3.1) 5358 5360 react: 18.3.1 5359 5361 5360 - '@nextui-org/use-aria-menu@2.0.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5362 + '@nextui-org/use-aria-menu@2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5361 5363 dependencies: 5362 5364 '@react-aria/i18n': 3.11.1(react@18.3.1) 5363 5365 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 5371 5373 react: 18.3.1 5372 5374 react-dom: 18.3.1(react@18.3.1) 5373 5375 5374 - '@nextui-org/use-aria-modal-overlay@2.0.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5376 + '@nextui-org/use-aria-modal-overlay@2.0.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5375 5377 dependencies: 5376 5378 '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5377 5379 '@react-aria/utils': 3.24.1(react@18.3.1) ··· 5380 5382 react: 18.3.1 5381 5383 react-dom: 18.3.1(react@18.3.1) 5382 5384 5383 - '@nextui-org/use-aria-multiselect@2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5385 + '@nextui-org/use-aria-multiselect@2.2.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5384 5386 dependencies: 5385 5387 '@react-aria/i18n': 3.11.1(react@18.3.1) 5386 5388 '@react-aria/interactions': 3.21.3(react@18.3.1) ··· 5413 5415 '@nextui-org/use-safe-layout-effect': 2.0.6(react@18.3.1) 5414 5416 react: 18.3.1 5415 5417 5416 - '@nextui-org/use-clipboard@2.0.6(react@18.3.1)': 5418 + '@nextui-org/use-clipboard@2.0.7(react@18.3.1)': 5417 5419 dependencies: 5418 5420 react: 18.3.1 5419 5421 5420 - '@nextui-org/use-data-scroll-overflow@2.1.6(react@18.3.1)': 5422 + '@nextui-org/use-data-scroll-overflow@2.1.7(react@18.3.1)': 5421 5423 dependencies: 5422 - '@nextui-org/shared-utils': 2.0.7 5424 + '@nextui-org/shared-utils': 2.0.8 5423 5425 react: 18.3.1 5424 5426 5425 5427 '@nextui-org/use-disclosure@2.0.10(react@18.3.1)': ··· 5447 5449 dependencies: 5448 5450 react: 18.3.1 5449 5451 5450 - '@nextui-org/use-pagination@2.0.9(react@18.3.1)': 5452 + '@nextui-org/use-pagination@2.0.10(react@18.3.1)': 5451 5453 dependencies: 5452 - '@nextui-org/shared-utils': 2.0.7 5454 + '@nextui-org/shared-utils': 2.0.8 5453 5455 '@react-aria/i18n': 3.11.1(react@18.3.1) 5454 5456 react: 18.3.1 5455 5457 ··· 5457 5459 dependencies: 5458 5460 react: 18.3.1 5459 5461 5460 - '@nextui-org/use-scroll-position@2.0.8(react@18.3.1)': 5462 + '@nextui-org/use-scroll-position@2.0.9(react@18.3.1)': 5461 5463 dependencies: 5462 5464 react: 18.3.1 5463 5465 ··· 5465 5467 dependencies: 5466 5468 react: 18.3.1 5467 5469 5468 - '@nextui-org/user@2.0.33(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5470 + '@nextui-org/user@2.0.34(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5469 5471 dependencies: 5470 - '@nextui-org/avatar': 2.0.32(@nextui-org/system@2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5471 - '@nextui-org/react-utils': 2.0.16(react@18.3.1) 5472 - '@nextui-org/shared-utils': 2.0.7 5473 - '@nextui-org/system': 2.2.5(@nextui-org/theme@2.2.9(tailwindcss@3.4.7))(framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5474 - '@nextui-org/theme': 2.2.9(tailwindcss@3.4.7) 5472 + '@nextui-org/avatar': 2.0.33(@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5473 + '@nextui-org/react-utils': 2.0.17(react@18.3.1) 5474 + '@nextui-org/shared-utils': 2.0.8 5475 + '@nextui-org/system': 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.14))(framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5476 + '@nextui-org/theme': 2.2.11(tailwindcss@3.4.14) 5475 5477 '@react-aria/focus': 3.17.1(react@18.3.1) 5476 5478 '@react-aria/utils': 3.24.1(react@18.3.1) 5477 5479 react: 18.3.1 ··· 5495 5497 dependencies: 5496 5498 '@octokit/openapi-types': 22.2.0 5497 5499 5498 - '@odiffey/discord-markdown@3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5500 + '@odiffey/discord-markdown@3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5499 5501 dependencies: 5500 5502 '@khanacademy/simple-markdown': 0.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5501 5503 highlight.js: 11.10.0 ··· 5510 5512 dependencies: 5511 5513 '@react-aria/i18n': 3.12.1(react@18.3.1) 5512 5514 '@react-aria/link': 3.7.3(react@18.3.1) 5513 - '@react-aria/utils': 3.24.1(react@18.3.1) 5515 + '@react-aria/utils': 3.25.1(react@18.3.1) 5514 5516 '@react-types/breadcrumbs': 3.7.5(react@18.3.1) 5515 - '@react-types/shared': 3.23.1(react@18.3.1) 5517 + '@react-types/shared': 3.24.1(react@18.3.1) 5516 5518 '@swc/helpers': 0.5.12 5517 5519 react: 18.3.1 5518 5520 5519 5521 '@react-aria/button@3.9.5(react@18.3.1)': 5520 5522 dependencies: 5521 - '@react-aria/focus': 3.17.1(react@18.3.1) 5522 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5523 - '@react-aria/utils': 3.24.1(react@18.3.1) 5523 + '@react-aria/focus': 3.18.1(react@18.3.1) 5524 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5525 + '@react-aria/utils': 3.25.1(react@18.3.1) 5524 5526 '@react-stately/toggle': 3.7.6(react@18.3.1) 5525 5527 '@react-types/button': 3.9.6(react@18.3.1) 5526 - '@react-types/shared': 3.23.1(react@18.3.1) 5528 + '@react-types/shared': 3.24.1(react@18.3.1) 5527 5529 '@swc/helpers': 0.5.12 5528 5530 react: 18.3.1 5529 5531 5530 5532 '@react-aria/calendar@3.5.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5531 5533 dependencies: 5532 5534 '@internationalized/date': 3.5.5 5533 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5534 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5535 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5536 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5535 5537 '@react-aria/live-announcer': 3.3.4 5536 - '@react-aria/utils': 3.24.1(react@18.3.1) 5538 + '@react-aria/utils': 3.25.1(react@18.3.1) 5537 5539 '@react-stately/calendar': 3.5.1(react@18.3.1) 5538 - '@react-types/button': 3.9.4(react@18.3.1) 5539 - '@react-types/calendar': 3.4.6(react@18.3.1) 5540 - '@react-types/shared': 3.23.1(react@18.3.1) 5540 + '@react-types/button': 3.9.6(react@18.3.1) 5541 + '@react-types/calendar': 3.4.8(react@18.3.1) 5542 + '@react-types/shared': 3.24.1(react@18.3.1) 5541 5543 '@swc/helpers': 0.5.12 5542 5544 react: 18.3.1 5543 5545 react-dom: 18.3.1(react@18.3.1) ··· 5545 5547 '@react-aria/checkbox@3.14.3(react@18.3.1)': 5546 5548 dependencies: 5547 5549 '@react-aria/form': 3.0.7(react@18.3.1) 5548 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5550 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5549 5551 '@react-aria/label': 3.7.10(react@18.3.1) 5550 5552 '@react-aria/toggle': 3.10.6(react@18.3.1) 5551 - '@react-aria/utils': 3.24.1(react@18.3.1) 5553 + '@react-aria/utils': 3.25.1(react@18.3.1) 5552 5554 '@react-stately/checkbox': 3.6.5(react@18.3.1) 5553 5555 '@react-stately/form': 3.0.5(react@18.3.1) 5554 - '@react-stately/toggle': 3.7.4(react@18.3.1) 5555 - '@react-types/checkbox': 3.8.1(react@18.3.1) 5556 - '@react-types/shared': 3.23.1(react@18.3.1) 5556 + '@react-stately/toggle': 3.7.6(react@18.3.1) 5557 + '@react-types/checkbox': 3.8.3(react@18.3.1) 5558 + '@react-types/shared': 3.24.1(react@18.3.1) 5557 5559 '@swc/helpers': 0.5.12 5558 5560 react: 18.3.1 5559 5561 5560 5562 '@react-aria/combobox@3.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5561 5563 dependencies: 5562 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5564 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5563 5565 '@react-aria/listbox': 3.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5564 5566 '@react-aria/live-announcer': 3.3.4 5565 5567 '@react-aria/menu': 3.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5566 5568 '@react-aria/overlays': 3.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5567 5569 '@react-aria/selection': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5568 5570 '@react-aria/textfield': 3.14.7(react@18.3.1) 5569 - '@react-aria/utils': 3.24.1(react@18.3.1) 5571 + '@react-aria/utils': 3.25.1(react@18.3.1) 5570 5572 '@react-stately/collections': 3.10.9(react@18.3.1) 5571 5573 '@react-stately/combobox': 3.8.4(react@18.3.1) 5572 5574 '@react-stately/form': 3.0.5(react@18.3.1) 5573 5575 '@react-types/button': 3.9.6(react@18.3.1) 5574 5576 '@react-types/combobox': 3.11.1(react@18.3.1) 5575 - '@react-types/shared': 3.23.1(react@18.3.1) 5577 + '@react-types/shared': 3.24.1(react@18.3.1) 5576 5578 '@swc/helpers': 0.5.12 5577 5579 react: 18.3.1 5578 5580 react-dom: 18.3.1(react@18.3.1) ··· 5584 5586 '@internationalized/string': 3.2.3 5585 5587 '@react-aria/focus': 3.18.1(react@18.3.1) 5586 5588 '@react-aria/form': 3.0.7(react@18.3.1) 5587 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5589 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5588 5590 '@react-aria/interactions': 3.22.1(react@18.3.1) 5589 5591 '@react-aria/label': 3.7.10(react@18.3.1) 5590 5592 '@react-aria/spinbutton': 3.6.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5591 - '@react-aria/utils': 3.24.1(react@18.3.1) 5593 + '@react-aria/utils': 3.25.1(react@18.3.1) 5592 5594 '@react-stately/datepicker': 3.9.4(react@18.3.1) 5593 5595 '@react-stately/form': 3.0.5(react@18.3.1) 5594 5596 '@react-types/button': 3.9.6(react@18.3.1) 5595 5597 '@react-types/calendar': 3.4.8(react@18.3.1) 5596 5598 '@react-types/datepicker': 3.7.4(react@18.3.1) 5597 5599 '@react-types/dialog': 3.5.12(react@18.3.1) 5598 - '@react-types/shared': 3.23.1(react@18.3.1) 5600 + '@react-types/shared': 3.24.1(react@18.3.1) 5599 5601 '@swc/helpers': 0.5.12 5600 5602 react: 18.3.1 5601 5603 react-dom: 18.3.1(react@18.3.1) 5602 5604 5603 5605 '@react-aria/dialog@3.5.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5604 5606 dependencies: 5605 - '@react-aria/focus': 3.17.1(react@18.3.1) 5606 - '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5607 - '@react-aria/utils': 3.24.1(react@18.3.1) 5607 + '@react-aria/focus': 3.18.1(react@18.3.1) 5608 + '@react-aria/overlays': 3.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5609 + '@react-aria/utils': 3.25.1(react@18.3.1) 5608 5610 '@react-types/dialog': 3.5.12(react@18.3.1) 5609 5611 '@react-types/shared': 3.24.1(react@18.3.1) 5610 5612 '@swc/helpers': 0.5.12 ··· 5613 5615 5614 5616 '@react-aria/focus@3.17.1(react@18.3.1)': 5615 5617 dependencies: 5616 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5617 - '@react-aria/utils': 3.24.1(react@18.3.1) 5618 - '@react-types/shared': 3.23.1(react@18.3.1) 5618 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5619 + '@react-aria/utils': 3.25.1(react@18.3.1) 5620 + '@react-types/shared': 3.24.1(react@18.3.1) 5619 5621 '@swc/helpers': 0.5.12 5620 5622 clsx: 2.1.1 5621 5623 react: 18.3.1 ··· 5631 5633 5632 5634 '@react-aria/form@3.0.5(react@18.3.1)': 5633 5635 dependencies: 5634 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5635 - '@react-aria/utils': 3.24.1(react@18.3.1) 5636 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5637 + '@react-aria/utils': 3.25.1(react@18.3.1) 5636 5638 '@react-stately/form': 3.0.5(react@18.3.1) 5637 - '@react-types/shared': 3.23.1(react@18.3.1) 5639 + '@react-types/shared': 3.24.1(react@18.3.1) 5638 5640 '@swc/helpers': 0.5.12 5639 5641 react: 18.3.1 5640 5642 ··· 5672 5674 '@internationalized/number': 3.5.3 5673 5675 '@internationalized/string': 3.2.3 5674 5676 '@react-aria/ssr': 3.9.5(react@18.3.1) 5675 - '@react-aria/utils': 3.24.1(react@18.3.1) 5677 + '@react-aria/utils': 3.25.1(react@18.3.1) 5676 5678 '@react-types/shared': 3.24.1(react@18.3.1) 5677 5679 '@swc/helpers': 0.5.12 5678 5680 react: 18.3.1 ··· 5692 5694 '@react-aria/interactions@3.21.3(react@18.3.1)': 5693 5695 dependencies: 5694 5696 '@react-aria/ssr': 3.9.5(react@18.3.1) 5695 - '@react-aria/utils': 3.24.1(react@18.3.1) 5696 - '@react-types/shared': 3.23.1(react@18.3.1) 5697 + '@react-aria/utils': 3.25.1(react@18.3.1) 5698 + '@react-types/shared': 3.24.1(react@18.3.1) 5697 5699 '@swc/helpers': 0.5.12 5698 5700 react: 18.3.1 5699 5701 ··· 5714 5716 5715 5717 '@react-aria/label@3.7.8(react@18.3.1)': 5716 5718 dependencies: 5717 - '@react-aria/utils': 3.24.1(react@18.3.1) 5718 - '@react-types/shared': 3.23.1(react@18.3.1) 5719 + '@react-aria/utils': 3.25.1(react@18.3.1) 5720 + '@react-types/shared': 3.24.1(react@18.3.1) 5719 5721 '@swc/helpers': 0.5.12 5720 5722 react: 18.3.1 5721 5723 5722 5724 '@react-aria/link@3.7.1(react@18.3.1)': 5723 5725 dependencies: 5724 - '@react-aria/focus': 3.17.1(react@18.3.1) 5726 + '@react-aria/focus': 3.18.1(react@18.3.1) 5725 5727 '@react-aria/interactions': 3.22.1(react@18.3.1) 5726 - '@react-aria/utils': 3.24.1(react@18.3.1) 5727 - '@react-types/link': 3.5.5(react@18.3.1) 5728 + '@react-aria/utils': 3.25.1(react@18.3.1) 5729 + '@react-types/link': 3.5.7(react@18.3.1) 5728 5730 '@react-types/shared': 3.24.1(react@18.3.1) 5729 5731 '@swc/helpers': 0.5.12 5730 5732 react: 18.3.1 ··· 5741 5743 5742 5744 '@react-aria/listbox@3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5743 5745 dependencies: 5744 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5746 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5745 5747 '@react-aria/label': 3.7.10(react@18.3.1) 5746 5748 '@react-aria/selection': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5747 - '@react-aria/utils': 3.24.1(react@18.3.1) 5749 + '@react-aria/utils': 3.25.1(react@18.3.1) 5748 5750 '@react-stately/collections': 3.10.9(react@18.3.1) 5749 - '@react-stately/list': 3.10.5(react@18.3.1) 5751 + '@react-stately/list': 3.10.7(react@18.3.1) 5750 5752 '@react-types/listbox': 3.5.1(react@18.3.1) 5751 - '@react-types/shared': 3.23.1(react@18.3.1) 5753 + '@react-types/shared': 3.24.1(react@18.3.1) 5752 5754 '@swc/helpers': 0.5.12 5753 5755 react: 18.3.1 5754 5756 react-dom: 18.3.1(react@18.3.1) ··· 5773 5775 5774 5776 '@react-aria/menu@3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5775 5777 dependencies: 5776 - '@react-aria/focus': 3.17.1(react@18.3.1) 5778 + '@react-aria/focus': 3.18.1(react@18.3.1) 5777 5779 '@react-aria/i18n': 3.12.1(react@18.3.1) 5778 5780 '@react-aria/interactions': 3.22.1(react@18.3.1) 5779 5781 '@react-aria/overlays': 3.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5780 5782 '@react-aria/selection': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5781 - '@react-aria/utils': 3.24.1(react@18.3.1) 5783 + '@react-aria/utils': 3.25.1(react@18.3.1) 5782 5784 '@react-stately/collections': 3.10.9(react@18.3.1) 5783 - '@react-stately/menu': 3.7.1(react@18.3.1) 5785 + '@react-stately/menu': 3.8.1(react@18.3.1) 5784 5786 '@react-stately/tree': 3.8.3(react@18.3.1) 5785 5787 '@react-types/button': 3.9.6(react@18.3.1) 5786 - '@react-types/menu': 3.9.9(react@18.3.1) 5788 + '@react-types/menu': 3.9.11(react@18.3.1) 5787 5789 '@react-types/shared': 3.24.1(react@18.3.1) 5788 5790 '@swc/helpers': 0.5.12 5789 5791 react: 18.3.1 ··· 5810 5812 '@react-aria/overlays@3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5811 5813 dependencies: 5812 5814 '@react-aria/focus': 3.18.1(react@18.3.1) 5813 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5815 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5814 5816 '@react-aria/interactions': 3.22.1(react@18.3.1) 5815 5817 '@react-aria/ssr': 3.9.5(react@18.3.1) 5816 - '@react-aria/utils': 3.24.1(react@18.3.1) 5817 - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) 5818 + '@react-aria/utils': 3.25.1(react@18.3.1) 5819 + '@react-aria/visually-hidden': 3.8.14(react@18.3.1) 5818 5820 '@react-stately/overlays': 3.6.9(react@18.3.1) 5819 5821 '@react-types/button': 3.9.6(react@18.3.1) 5820 5822 '@react-types/overlays': 3.8.9(react@18.3.1) ··· 5841 5843 5842 5844 '@react-aria/progress@3.4.13(react@18.3.1)': 5843 5845 dependencies: 5844 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5846 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5845 5847 '@react-aria/label': 3.7.10(react@18.3.1) 5846 - '@react-aria/utils': 3.24.1(react@18.3.1) 5848 + '@react-aria/utils': 3.25.1(react@18.3.1) 5847 5849 '@react-types/progress': 3.5.4(react@18.3.1) 5848 5850 '@react-types/shared': 3.24.1(react@18.3.1) 5849 5851 '@swc/helpers': 0.5.12 ··· 5851 5853 5852 5854 '@react-aria/radio@3.10.4(react@18.3.1)': 5853 5855 dependencies: 5854 - '@react-aria/focus': 3.17.1(react@18.3.1) 5856 + '@react-aria/focus': 3.18.1(react@18.3.1) 5855 5857 '@react-aria/form': 3.0.7(react@18.3.1) 5856 5858 '@react-aria/i18n': 3.12.1(react@18.3.1) 5857 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5859 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5858 5860 '@react-aria/label': 3.7.10(react@18.3.1) 5859 - '@react-aria/utils': 3.24.1(react@18.3.1) 5861 + '@react-aria/utils': 3.25.1(react@18.3.1) 5860 5862 '@react-stately/radio': 3.10.4(react@18.3.1) 5861 5863 '@react-types/radio': 3.8.1(react@18.3.1) 5862 - '@react-types/shared': 3.23.1(react@18.3.1) 5864 + '@react-types/shared': 3.24.1(react@18.3.1) 5863 5865 '@swc/helpers': 0.5.12 5864 5866 react: 18.3.1 5865 5867 5866 5868 '@react-aria/selection@3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5867 5869 dependencies: 5868 - '@react-aria/focus': 3.17.1(react@18.3.1) 5870 + '@react-aria/focus': 3.18.1(react@18.3.1) 5869 5871 '@react-aria/i18n': 3.12.1(react@18.3.1) 5870 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5871 - '@react-aria/utils': 3.24.1(react@18.3.1) 5872 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5873 + '@react-aria/utils': 3.25.1(react@18.3.1) 5872 5874 '@react-stately/selection': 3.16.1(react@18.3.1) 5873 - '@react-types/shared': 3.23.1(react@18.3.1) 5875 + '@react-types/shared': 3.24.1(react@18.3.1) 5874 5876 '@swc/helpers': 0.5.12 5875 5877 react: 18.3.1 5876 5878 react-dom: 18.3.1(react@18.3.1) ··· 5889 5891 5890 5892 '@react-aria/slider@3.7.8(react@18.3.1)': 5891 5893 dependencies: 5892 - '@react-aria/focus': 3.17.1(react@18.3.1) 5893 - '@react-aria/i18n': 3.11.1(react@18.3.1) 5894 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5894 + '@react-aria/focus': 3.18.1(react@18.3.1) 5895 + '@react-aria/i18n': 3.12.1(react@18.3.1) 5896 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5895 5897 '@react-aria/label': 3.7.10(react@18.3.1) 5896 - '@react-aria/utils': 3.24.1(react@18.3.1) 5898 + '@react-aria/utils': 3.25.1(react@18.3.1) 5897 5899 '@react-stately/slider': 3.5.4(react@18.3.1) 5898 5900 '@react-types/shared': 3.24.1(react@18.3.1) 5899 5901 '@react-types/slider': 3.7.5(react@18.3.1) ··· 5924 5926 '@react-aria/switch@3.6.4(react@18.3.1)': 5925 5927 dependencies: 5926 5928 '@react-aria/toggle': 3.10.6(react@18.3.1) 5927 - '@react-stately/toggle': 3.7.4(react@18.3.1) 5929 + '@react-stately/toggle': 3.7.6(react@18.3.1) 5928 5930 '@react-types/switch': 3.5.5(react@18.3.1) 5929 5931 '@swc/helpers': 0.5.12 5930 5932 react: 18.3.1 5931 5933 5932 5934 '@react-aria/table@3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5933 5935 dependencies: 5934 - '@react-aria/focus': 3.17.1(react@18.3.1) 5936 + '@react-aria/focus': 3.18.1(react@18.3.1) 5935 5937 '@react-aria/grid': 3.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5936 5938 '@react-aria/i18n': 3.12.1(react@18.3.1) 5937 - '@react-aria/interactions': 3.21.3(react@18.3.1) 5939 + '@react-aria/interactions': 3.22.1(react@18.3.1) 5938 5940 '@react-aria/live-announcer': 3.3.4 5939 - '@react-aria/utils': 3.24.1(react@18.3.1) 5940 - '@react-aria/visually-hidden': 3.8.12(react@18.3.1) 5941 + '@react-aria/utils': 3.25.1(react@18.3.1) 5942 + '@react-aria/visually-hidden': 3.8.14(react@18.3.1) 5941 5943 '@react-stately/collections': 3.10.9(react@18.3.1) 5942 5944 '@react-stately/flags': 3.0.3 5943 5945 '@react-stately/table': 3.11.8(react@18.3.1) 5944 5946 '@react-stately/virtualizer': 3.7.1(react@18.3.1) 5945 5947 '@react-types/checkbox': 3.8.3(react@18.3.1) 5946 - '@react-types/grid': 3.2.6(react@18.3.1) 5948 + '@react-types/grid': 3.2.8(react@18.3.1) 5947 5949 '@react-types/shared': 3.24.1(react@18.3.1) 5948 5950 '@react-types/table': 3.9.5(react@18.3.1) 5949 5951 '@swc/helpers': 0.5.12 ··· 5952 5954 5953 5955 '@react-aria/tabs@3.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5954 5956 dependencies: 5955 - '@react-aria/focus': 3.17.1(react@18.3.1) 5957 + '@react-aria/focus': 3.18.1(react@18.3.1) 5956 5958 '@react-aria/i18n': 3.12.1(react@18.3.1) 5957 5959 '@react-aria/selection': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5958 - '@react-aria/utils': 3.24.1(react@18.3.1) 5960 + '@react-aria/utils': 3.25.1(react@18.3.1) 5959 5961 '@react-stately/tabs': 3.6.6(react@18.3.1) 5960 - '@react-types/shared': 3.23.1(react@18.3.1) 5962 + '@react-types/shared': 3.24.1(react@18.3.1) 5961 5963 '@react-types/tabs': 3.3.7(react@18.3.1) 5962 5964 '@swc/helpers': 0.5.12 5963 5965 react: 18.3.1 ··· 5965 5967 5966 5968 '@react-aria/textfield@3.14.5(react@18.3.1)': 5967 5969 dependencies: 5968 - '@react-aria/focus': 3.17.1(react@18.3.1) 5970 + '@react-aria/focus': 3.18.1(react@18.3.1) 5969 5971 '@react-aria/form': 3.0.7(react@18.3.1) 5970 5972 '@react-aria/label': 3.7.10(react@18.3.1) 5971 - '@react-aria/utils': 3.24.1(react@18.3.1) 5973 + '@react-aria/utils': 3.25.1(react@18.3.1) 5972 5974 '@react-stately/form': 3.0.5(react@18.3.1) 5973 - '@react-stately/utils': 3.10.1(react@18.3.1) 5974 - '@react-types/shared': 3.23.1(react@18.3.1) 5975 - '@react-types/textfield': 3.9.3(react@18.3.1) 5975 + '@react-stately/utils': 3.10.2(react@18.3.1) 5976 + '@react-types/shared': 3.24.1(react@18.3.1) 5977 + '@react-types/textfield': 3.9.5(react@18.3.1) 5976 5978 '@swc/helpers': 0.5.12 5977 5979 react: 18.3.1 5978 5980 ··· 6003 6005 '@react-aria/tooltip@3.7.4(react@18.3.1)': 6004 6006 dependencies: 6005 6007 '@react-aria/focus': 3.18.1(react@18.3.1) 6006 - '@react-aria/interactions': 3.21.3(react@18.3.1) 6007 - '@react-aria/utils': 3.24.1(react@18.3.1) 6008 + '@react-aria/interactions': 3.22.1(react@18.3.1) 6009 + '@react-aria/utils': 3.25.1(react@18.3.1) 6008 6010 '@react-stately/tooltip': 3.4.9(react@18.3.1) 6009 6011 '@react-types/shared': 3.24.1(react@18.3.1) 6010 6012 '@react-types/tooltip': 3.4.9(react@18.3.1) ··· 6014 6016 '@react-aria/utils@3.24.1(react@18.3.1)': 6015 6017 dependencies: 6016 6018 '@react-aria/ssr': 3.9.5(react@18.3.1) 6017 - '@react-stately/utils': 3.10.1(react@18.3.1) 6019 + '@react-stately/utils': 3.10.2(react@18.3.1) 6018 6020 '@react-types/shared': 3.24.1(react@18.3.1) 6019 6021 '@swc/helpers': 0.5.12 6020 6022 clsx: 2.1.1 ··· 6048 6050 '@react-stately/calendar@3.5.1(react@18.3.1)': 6049 6051 dependencies: 6050 6052 '@internationalized/date': 3.5.5 6051 - '@react-stately/utils': 3.10.1(react@18.3.1) 6052 - '@react-types/calendar': 3.4.6(react@18.3.1) 6053 - '@react-types/shared': 3.23.1(react@18.3.1) 6053 + '@react-stately/utils': 3.10.2(react@18.3.1) 6054 + '@react-types/calendar': 3.4.8(react@18.3.1) 6055 + '@react-types/shared': 3.24.1(react@18.3.1) 6054 6056 '@swc/helpers': 0.5.12 6055 6057 react: 18.3.1 6056 6058 ··· 6058 6060 dependencies: 6059 6061 '@react-stately/form': 3.0.5(react@18.3.1) 6060 6062 '@react-stately/utils': 3.10.2(react@18.3.1) 6061 - '@react-types/checkbox': 3.8.1(react@18.3.1) 6062 - '@react-types/shared': 3.23.1(react@18.3.1) 6063 + '@react-types/checkbox': 3.8.3(react@18.3.1) 6064 + '@react-types/shared': 3.24.1(react@18.3.1) 6063 6065 '@swc/helpers': 0.5.12 6064 6066 react: 18.3.1 6065 6067 6066 6068 '@react-stately/collections@3.10.7(react@18.3.1)': 6067 6069 dependencies: 6068 - '@react-types/shared': 3.23.1(react@18.3.1) 6070 + '@react-types/shared': 3.24.1(react@18.3.1) 6069 6071 '@swc/helpers': 0.5.12 6070 6072 react: 18.3.1 6071 6073 ··· 6084 6086 '@react-stately/select': 3.6.6(react@18.3.1) 6085 6087 '@react-stately/utils': 3.10.2(react@18.3.1) 6086 6088 '@react-types/combobox': 3.11.1(react@18.3.1) 6087 - '@react-types/shared': 3.23.1(react@18.3.1) 6089 + '@react-types/shared': 3.24.1(react@18.3.1) 6088 6090 '@swc/helpers': 0.5.12 6089 6091 react: 18.3.1 6090 6092 ··· 6096 6098 '@react-stately/overlays': 3.6.9(react@18.3.1) 6097 6099 '@react-stately/utils': 3.10.2(react@18.3.1) 6098 6100 '@react-types/datepicker': 3.7.4(react@18.3.1) 6099 - '@react-types/shared': 3.23.1(react@18.3.1) 6101 + '@react-types/shared': 3.24.1(react@18.3.1) 6100 6102 '@swc/helpers': 0.5.12 6101 6103 react: 18.3.1 6102 6104 ··· 6106 6108 6107 6109 '@react-stately/form@3.0.3(react@18.3.1)': 6108 6110 dependencies: 6109 - '@react-types/shared': 3.23.1(react@18.3.1) 6111 + '@react-types/shared': 3.24.1(react@18.3.1) 6110 6112 '@swc/helpers': 0.5.12 6111 6113 react: 18.3.1 6112 6114 ··· 6130 6132 '@react-stately/collections': 3.10.9(react@18.3.1) 6131 6133 '@react-stately/selection': 3.16.1(react@18.3.1) 6132 6134 '@react-stately/utils': 3.10.2(react@18.3.1) 6133 - '@react-types/shared': 3.23.1(react@18.3.1) 6135 + '@react-types/shared': 3.24.1(react@18.3.1) 6134 6136 '@swc/helpers': 0.5.12 6135 6137 react: 18.3.1 6136 6138 ··· 6146 6148 '@react-stately/menu@3.7.1(react@18.3.1)': 6147 6149 dependencies: 6148 6150 '@react-stately/overlays': 3.6.9(react@18.3.1) 6149 - '@react-types/menu': 3.9.9(react@18.3.1) 6151 + '@react-types/menu': 3.9.11(react@18.3.1) 6150 6152 '@react-types/shared': 3.24.1(react@18.3.1) 6151 6153 '@swc/helpers': 0.5.12 6152 6154 react: 18.3.1 ··· 6162 6164 '@react-stately/overlays@3.6.7(react@18.3.1)': 6163 6165 dependencies: 6164 6166 '@react-stately/utils': 3.10.2(react@18.3.1) 6165 - '@react-types/overlays': 3.8.7(react@18.3.1) 6167 + '@react-types/overlays': 3.8.9(react@18.3.1) 6166 6168 '@swc/helpers': 0.5.12 6167 6169 react: 18.3.1 6168 6170 ··· 6178 6180 '@react-stately/form': 3.0.5(react@18.3.1) 6179 6181 '@react-stately/utils': 3.10.2(react@18.3.1) 6180 6182 '@react-types/radio': 3.8.1(react@18.3.1) 6181 - '@react-types/shared': 3.23.1(react@18.3.1) 6183 + '@react-types/shared': 3.24.1(react@18.3.1) 6182 6184 '@swc/helpers': 0.5.12 6183 6185 react: 18.3.1 6184 6186 ··· 6215 6217 '@react-stately/grid': 3.9.1(react@18.3.1) 6216 6218 '@react-stately/selection': 3.16.1(react@18.3.1) 6217 6219 '@react-stately/utils': 3.10.2(react@18.3.1) 6218 - '@react-types/grid': 3.2.6(react@18.3.1) 6220 + '@react-types/grid': 3.2.8(react@18.3.1) 6219 6221 '@react-types/shared': 3.24.1(react@18.3.1) 6220 6222 '@react-types/table': 3.9.5(react@18.3.1) 6221 6223 '@swc/helpers': 0.5.12 ··· 6224 6226 '@react-stately/tabs@3.6.6(react@18.3.1)': 6225 6227 dependencies: 6226 6228 '@react-stately/list': 3.10.7(react@18.3.1) 6227 - '@react-types/shared': 3.23.1(react@18.3.1) 6229 + '@react-types/shared': 3.24.1(react@18.3.1) 6228 6230 '@react-types/tabs': 3.3.7(react@18.3.1) 6229 6231 '@swc/helpers': 0.5.12 6230 6232 react: 18.3.1 ··· 6232 6234 '@react-stately/toggle@3.7.4(react@18.3.1)': 6233 6235 dependencies: 6234 6236 '@react-stately/utils': 3.10.2(react@18.3.1) 6235 - '@react-types/checkbox': 3.8.1(react@18.3.1) 6237 + '@react-types/checkbox': 3.8.3(react@18.3.1) 6236 6238 '@swc/helpers': 0.5.12 6237 6239 react: 18.3.1 6238 6240 ··· 6255 6257 '@react-stately/collections': 3.10.9(react@18.3.1) 6256 6258 '@react-stately/selection': 3.16.1(react@18.3.1) 6257 6259 '@react-stately/utils': 3.10.2(react@18.3.1) 6258 - '@react-types/shared': 3.23.1(react@18.3.1) 6260 + '@react-types/shared': 3.24.1(react@18.3.1) 6259 6261 '@swc/helpers': 0.5.12 6260 6262 react: 18.3.1 6261 6263 ··· 6280 6282 6281 6283 '@react-stately/virtualizer@3.7.1(react@18.3.1)': 6282 6284 dependencies: 6283 - '@react-aria/utils': 3.24.1(react@18.3.1) 6285 + '@react-aria/utils': 3.25.1(react@18.3.1) 6284 6286 '@react-types/shared': 3.24.1(react@18.3.1) 6285 6287 '@swc/helpers': 0.5.12 6286 6288 react: 18.3.1 6287 6289 6288 6290 '@react-types/accordion@3.0.0-alpha.21(react@18.3.1)': 6289 6291 dependencies: 6290 - '@react-types/shared': 3.23.1(react@18.3.1) 6292 + '@react-types/shared': 3.24.1(react@18.3.1) 6291 6293 react: 18.3.1 6292 6294 6293 6295 '@react-types/breadcrumbs@3.7.5(react@18.3.1)': 6294 6296 dependencies: 6295 6297 '@react-types/link': 3.5.7(react@18.3.1) 6296 - '@react-types/shared': 3.23.1(react@18.3.1) 6298 + '@react-types/shared': 3.24.1(react@18.3.1) 6297 6299 react: 18.3.1 6298 6300 6299 6301 '@react-types/button@3.9.4(react@18.3.1)': 6300 6302 dependencies: 6301 - '@react-types/shared': 3.23.1(react@18.3.1) 6303 + '@react-types/shared': 3.24.1(react@18.3.1) 6302 6304 react: 18.3.1 6303 6305 6304 6306 '@react-types/button@3.9.6(react@18.3.1)': ··· 6309 6311 '@react-types/calendar@3.4.6(react@18.3.1)': 6310 6312 dependencies: 6311 6313 '@internationalized/date': 3.5.5 6312 - '@react-types/shared': 3.23.1(react@18.3.1) 6314 + '@react-types/shared': 3.24.1(react@18.3.1) 6313 6315 react: 18.3.1 6314 6316 6315 6317 '@react-types/calendar@3.4.8(react@18.3.1)': ··· 6330 6332 6331 6333 '@react-types/combobox@3.11.1(react@18.3.1)': 6332 6334 dependencies: 6333 - '@react-types/shared': 3.23.1(react@18.3.1) 6335 + '@react-types/shared': 3.24.1(react@18.3.1) 6334 6336 react: 18.3.1 6335 6337 6336 6338 '@react-types/datepicker@3.7.4(react@18.3.1)': ··· 6338 6340 '@internationalized/date': 3.5.5 6339 6341 '@react-types/calendar': 3.4.8(react@18.3.1) 6340 6342 '@react-types/overlays': 3.8.9(react@18.3.1) 6341 - '@react-types/shared': 3.23.1(react@18.3.1) 6343 + '@react-types/shared': 3.24.1(react@18.3.1) 6342 6344 react: 18.3.1 6343 6345 6344 6346 '@react-types/dialog@3.5.12(react@18.3.1)': ··· 6401 6403 6402 6404 '@react-types/radio@3.8.1(react@18.3.1)': 6403 6405 dependencies: 6404 - '@react-types/shared': 3.23.1(react@18.3.1) 6406 + '@react-types/shared': 3.24.1(react@18.3.1) 6405 6407 react: 18.3.1 6406 6408 6407 6409 '@react-types/select@3.9.4(react@18.3.1)': 6408 6410 dependencies: 6409 - '@react-types/shared': 3.23.1(react@18.3.1) 6411 + '@react-types/shared': 3.24.1(react@18.3.1) 6410 6412 react: 18.3.1 6411 6413 6412 6414 '@react-types/select@3.9.6(react@18.3.1)': ··· 6434 6436 6435 6437 '@react-types/table@3.9.5(react@18.3.1)': 6436 6438 dependencies: 6437 - '@react-types/grid': 3.2.6(react@18.3.1) 6439 + '@react-types/grid': 3.2.8(react@18.3.1) 6438 6440 '@react-types/shared': 3.24.1(react@18.3.1) 6439 6441 react: 18.3.1 6440 6442 6441 6443 '@react-types/tabs@3.3.7(react@18.3.1)': 6442 6444 dependencies: 6443 - '@react-types/shared': 3.23.1(react@18.3.1) 6445 + '@react-types/shared': 3.24.1(react@18.3.1) 6444 6446 react: 18.3.1 6445 6447 6446 6448 '@react-types/textfield@3.9.3(react@18.3.1)': 6447 6449 dependencies: 6448 - '@react-types/shared': 3.23.1(react@18.3.1) 6450 + '@react-types/shared': 3.24.1(react@18.3.1) 6449 6451 react: 18.3.1 6450 6452 6451 6453 '@react-types/textfield@3.9.5(react@18.3.1)': ··· 6455 6457 6456 6458 '@react-types/tooltip@3.4.9(react@18.3.1)': 6457 6459 dependencies: 6458 - '@react-types/overlays': 3.8.7(react@18.3.1) 6460 + '@react-types/overlays': 3.8.9(react@18.3.1) 6459 6461 '@react-types/shared': 3.24.1(react@18.3.1) 6460 6462 react: 18.3.1 6461 6463 ··· 6471 6473 dependencies: 6472 6474 tslib: 2.6.3 6473 6475 6474 - '@swc/helpers@0.5.5': 6476 + '@swc/helpers@0.5.13': 6475 6477 dependencies: 6476 - '@swc/counter': 0.1.3 6477 6478 tslib: 2.6.3 6478 6479 6479 6480 '@types/d3-array@3.2.1': {} ··· 6504 6505 dependencies: 6505 6506 '@types/ms': 0.7.34 6506 6507 6507 - '@types/hast@2.3.10': 6508 + '@types/estree-jsx@1.0.5': 6508 6509 dependencies: 6509 - '@types/unist': 2.0.10 6510 + '@types/estree': 1.0.6 6511 + 6512 + '@types/estree@1.0.6': {} 6510 6513 6511 6514 '@types/hast@3.0.4': 6512 6515 dependencies: ··· 6521 6524 '@types/lodash': 4.17.7 6522 6525 6523 6526 '@types/lodash@4.17.7': {} 6524 - 6525 - '@types/mdast@3.0.15': 6526 - dependencies: 6527 - '@types/unist': 2.0.10 6528 6527 6529 6528 '@types/mdast@4.0.4': 6530 6529 dependencies: ··· 6553 6552 6554 6553 '@types/unist@3.0.2': {} 6555 6554 6556 - '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': 6555 + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3)': 6557 6556 dependencies: 6558 6557 '@eslint-community/regexpp': 4.11.0 6559 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 6558 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 6560 6559 '@typescript-eslint/scope-manager': 5.62.0 6561 - '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 6562 - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 6560 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 6561 + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 6563 6562 debug: 4.3.6 6564 6563 eslint: 8.57.0 6565 6564 graphemer: 1.4.0 6566 6565 ignore: 5.3.1 6567 6566 natural-compare-lite: 1.4.0 6568 6567 semver: 7.6.3 6569 - tsutils: 3.21.0(typescript@5.5.4) 6568 + tsutils: 3.21.0(typescript@5.6.3) 6570 6569 optionalDependencies: 6571 - typescript: 5.5.4 6570 + typescript: 5.6.3 6572 6571 transitivePeerDependencies: 6573 6572 - supports-color 6574 6573 6575 - '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4)': 6574 + '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3)': 6576 6575 dependencies: 6577 6576 '@typescript-eslint/scope-manager': 5.62.0 6578 6577 '@typescript-eslint/types': 5.62.0 6579 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) 6578 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) 6580 6579 debug: 4.3.6 6581 6580 eslint: 8.57.0 6582 6581 optionalDependencies: 6583 - typescript: 5.5.4 6582 + typescript: 5.6.3 6584 6583 transitivePeerDependencies: 6585 6584 - supports-color 6586 6585 ··· 6589 6588 '@typescript-eslint/types': 5.62.0 6590 6589 '@typescript-eslint/visitor-keys': 5.62.0 6591 6590 6592 - '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': 6591 + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.6.3)': 6593 6592 dependencies: 6594 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) 6595 - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 6593 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) 6594 + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 6596 6595 debug: 4.3.6 6597 6596 eslint: 8.57.0 6598 - tsutils: 3.21.0(typescript@5.5.4) 6597 + tsutils: 3.21.0(typescript@5.6.3) 6599 6598 optionalDependencies: 6600 - typescript: 5.5.4 6599 + typescript: 5.6.3 6601 6600 transitivePeerDependencies: 6602 6601 - supports-color 6603 6602 6604 6603 '@typescript-eslint/types@5.62.0': {} 6605 6604 6606 - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': 6605 + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.6.3)': 6607 6606 dependencies: 6608 6607 '@typescript-eslint/types': 5.62.0 6609 6608 '@typescript-eslint/visitor-keys': 5.62.0 ··· 6611 6610 globby: 11.1.0 6612 6611 is-glob: 4.0.3 6613 6612 semver: 7.6.3 6614 - tsutils: 3.21.0(typescript@5.5.4) 6613 + tsutils: 3.21.0(typescript@5.6.3) 6615 6614 optionalDependencies: 6616 - typescript: 5.5.4 6615 + typescript: 5.6.3 6617 6616 transitivePeerDependencies: 6618 6617 - supports-color 6619 6618 6620 - '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': 6619 + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.6.3)': 6621 6620 dependencies: 6622 6621 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) 6623 6622 '@types/json-schema': 7.0.15 6624 6623 '@types/semver': 7.5.8 6625 6624 '@typescript-eslint/scope-manager': 5.62.0 6626 6625 '@typescript-eslint/types': 5.62.0 6627 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) 6626 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) 6628 6627 eslint: 8.57.0 6629 6628 eslint-scope: 5.1.1 6630 6629 semver: 7.6.3 ··· 6639 6638 6640 6639 '@ungap/structured-clone@1.2.0': {} 6641 6640 6642 - '@vladfrangu/async_event_emitter@2.4.5': {} 6641 + '@vladfrangu/async_event_emitter@2.4.6': {} 6643 6642 6644 6643 acorn-jsx@5.3.2(acorn@8.12.1): 6645 6644 dependencies: ··· 6762 6761 6763 6762 atob@2.1.2: {} 6764 6763 6765 - autoprefixer@10.4.19(postcss@8.4.40): 6764 + autoprefixer@10.4.20(postcss@8.4.47): 6766 6765 dependencies: 6767 - browserslist: 4.23.2 6766 + browserslist: 4.24.2 6768 6767 caniuse-lite: 1.0.30001646 6769 6768 fraction.js: 4.3.7 6770 6769 normalize-range: 0.1.2 6771 6770 picocolors: 1.0.1 6772 - postcss: 8.4.40 6771 + postcss: 8.4.47 6773 6772 postcss-value-parser: 4.2.0 6774 6773 6775 6774 available-typed-arrays@1.0.7: ··· 6831 6830 node-releases: 2.0.18 6832 6831 update-browserslist-db: 1.1.0(browserslist@4.23.2) 6833 6832 6833 + browserslist@4.24.2: 6834 + dependencies: 6835 + caniuse-lite: 1.0.30001672 6836 + electron-to-chromium: 1.5.47 6837 + node-releases: 2.0.18 6838 + update-browserslist-db: 1.1.1(browserslist@4.24.2) 6839 + 6834 6840 busboy@1.6.0: 6835 6841 dependencies: 6836 6842 streamsearch: 1.1.0 ··· 6861 6867 6862 6868 caniuse-lite@1.0.30001646: {} 6863 6869 6870 + caniuse-lite@1.0.30001672: {} 6871 + 6872 + ccount@2.0.1: {} 6873 + 6864 6874 chalk@2.4.2: 6865 6875 dependencies: 6866 6876 ansi-styles: 3.2.1 ··· 6872 6882 ansi-styles: 4.3.0 6873 6883 supports-color: 7.2.0 6874 6884 6885 + character-entities-html4@2.1.0: {} 6886 + 6887 + character-entities-legacy@3.0.0: {} 6888 + 6875 6889 character-entities@2.0.2: {} 6890 + 6891 + character-reference-invalid@2.0.1: {} 6876 6892 6877 6893 chokidar@3.6.0: 6878 6894 dependencies: ··· 7096 7112 7097 7113 didyoumean@1.2.2: {} 7098 7114 7099 - diff@5.2.0: {} 7100 - 7101 7115 dir-glob@3.0.1: 7102 7116 dependencies: 7103 7117 path-type: 4.0.0 7104 7118 7105 - discord-api-types@0.37.61: {} 7119 + discord-api-types@0.37.103: {} 7106 7120 7107 - discord-api-types@0.37.93: {} 7121 + discord-api-types@0.37.97: {} 7108 7122 7109 7123 dlv@1.1.3: {} 7110 7124 ··· 7124 7138 eastasianwidth@0.2.0: {} 7125 7139 7126 7140 electron-to-chromium@1.5.4: {} 7141 + 7142 + electron-to-chromium@1.5.47: {} 7127 7143 7128 7144 emoji-regex@8.0.0: {} 7129 7145 ··· 7242 7258 7243 7259 escalade@3.1.2: {} 7244 7260 7261 + escalade@3.2.0: {} 7262 + 7245 7263 escape-string-regexp@1.0.5: {} 7246 7264 7247 7265 escape-string-regexp@4.0.0: {} 7248 7266 7249 - eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.5.4): 7267 + eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.6.3): 7250 7268 dependencies: 7251 7269 '@next/eslint-plugin-next': 14.2.5 7252 7270 '@rushstack/eslint-patch': 1.10.4 7253 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 7271 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 7254 7272 eslint: 8.57.0 7255 7273 eslint-import-resolver-node: 0.3.9 7256 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) 7257 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7274 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) 7275 + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7258 7276 eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) 7259 7277 eslint-plugin-react: 7.35.0(eslint@8.57.0) 7260 7278 eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) 7261 7279 optionalDependencies: 7262 - typescript: 5.5.4 7280 + typescript: 5.6.3 7263 7281 transitivePeerDependencies: 7264 7282 - eslint-import-resolver-webpack 7265 7283 - supports-color ··· 7272 7290 transitivePeerDependencies: 7273 7291 - supports-color 7274 7292 7275 - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): 7293 + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): 7276 7294 dependencies: 7277 7295 debug: 4.3.6 7278 7296 enhanced-resolve: 5.17.1 7279 7297 eslint: 8.57.0 7280 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) 7281 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7298 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7299 + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7282 7300 fast-glob: 3.3.2 7283 7301 get-tsconfig: 4.7.6 7284 7302 is-core-module: 2.15.0 ··· 7289 7307 - eslint-import-resolver-webpack 7290 7308 - supports-color 7291 7309 7292 - eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): 7310 + eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): 7293 7311 dependencies: 7294 7312 debug: 3.2.7 7295 7313 optionalDependencies: 7296 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 7314 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 7297 7315 eslint: 8.57.0 7298 7316 eslint-import-resolver-node: 0.3.9 7299 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) 7317 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) 7300 7318 transitivePeerDependencies: 7301 7319 - supports-color 7302 7320 7303 - eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): 7321 + eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): 7304 7322 dependencies: 7305 7323 array-includes: 3.1.8 7306 7324 array.prototype.findlastindex: 1.2.5 ··· 7310 7328 doctrine: 2.1.0 7311 7329 eslint: 8.57.0 7312 7330 eslint-import-resolver-node: 0.3.9 7313 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) 7331 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 7314 7332 hasown: 2.0.2 7315 7333 is-core-module: 2.15.0 7316 7334 is-glob: 4.0.3 ··· 7321 7339 semver: 6.3.1 7322 7340 tsconfig-paths: 3.15.0 7323 7341 optionalDependencies: 7324 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.5.4) 7342 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.6.3) 7325 7343 transitivePeerDependencies: 7326 7344 - eslint-import-resolver-typescript 7327 7345 - eslint-import-resolver-webpack ··· 7396 7414 dependencies: 7397 7415 eslint: 8.57.0 7398 7416 7399 - eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): 7417 + eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0): 7400 7418 dependencies: 7401 7419 eslint: 8.57.0 7402 7420 eslint-rule-composer: 0.3.0 7403 7421 optionalDependencies: 7404 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) 7422 + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3) 7405 7423 7406 7424 eslint-rule-composer@0.3.0: {} 7407 7425 ··· 7478 7496 7479 7497 estraverse@5.3.0: {} 7480 7498 7499 + estree-util-is-identifier-name@3.0.0: {} 7500 + 7481 7501 esutils@2.0.3: {} 7482 7502 7483 7503 eventemitter3@4.0.7: {} ··· 7553 7573 dependencies: 7554 7574 map-cache: 0.2.2 7555 7575 7556 - framer-motion@11.3.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7576 + framer-motion@11.11.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7557 7577 dependencies: 7558 7578 tslib: 2.6.3 7559 7579 optionalDependencies: ··· 7734 7754 web-namespaces: 2.0.1 7735 7755 zwitch: 2.0.4 7736 7756 7757 + hast-util-to-jsx-runtime@2.3.2: 7758 + dependencies: 7759 + '@types/estree': 1.0.6 7760 + '@types/hast': 3.0.4 7761 + '@types/unist': 3.0.2 7762 + comma-separated-tokens: 2.0.3 7763 + devlop: 1.1.0 7764 + estree-util-is-identifier-name: 3.0.0 7765 + hast-util-whitespace: 3.0.0 7766 + mdast-util-mdx-expression: 2.0.1 7767 + mdast-util-mdx-jsx: 3.1.3 7768 + mdast-util-mdxjs-esm: 2.0.1 7769 + property-information: 6.5.0 7770 + space-separated-tokens: 2.0.2 7771 + style-to-object: 1.0.8 7772 + unist-util-position: 5.0.0 7773 + vfile-message: 4.0.2 7774 + transitivePeerDependencies: 7775 + - supports-color 7776 + 7737 7777 hast-util-to-parse5@8.0.0: 7738 7778 dependencies: 7739 7779 '@types/hast': 3.0.4 ··· 7744 7784 web-namespaces: 2.0.1 7745 7785 zwitch: 2.0.4 7746 7786 7747 - hast-util-whitespace@2.0.1: {} 7787 + hast-util-whitespace@3.0.0: 7788 + dependencies: 7789 + '@types/hast': 3.0.4 7748 7790 7749 7791 hastscript@8.0.0: 7750 7792 dependencies: ··· 7761 7803 hermes-estree: 0.20.1 7762 7804 7763 7805 highlight.js@11.10.0: {} 7806 + 7807 + html-url-attributes@3.0.1: {} 7764 7808 7765 7809 html-void-elements@3.0.0: {} 7766 7810 ··· 7780 7824 7781 7825 inherits@2.0.4: {} 7782 7826 7783 - inline-style-parser@0.1.1: {} 7827 + inline-style-parser@0.2.4: {} 7784 7828 7785 7829 internal-slot@1.0.7: 7786 7830 dependencies: ··· 7805 7849 dependencies: 7806 7850 hasown: 2.0.2 7807 7851 7852 + is-alphabetical@2.0.1: {} 7853 + 7854 + is-alphanumerical@2.0.1: 7855 + dependencies: 7856 + is-alphabetical: 2.0.1 7857 + is-decimal: 2.0.1 7858 + 7808 7859 is-arguments@1.1.1: 7809 7860 dependencies: 7810 7861 call-bind: 1.0.7 ··· 7836 7887 7837 7888 is-buffer@1.1.6: {} 7838 7889 7839 - is-buffer@2.0.5: {} 7840 - 7841 7890 is-callable@1.2.7: {} 7842 7891 7843 7892 is-core-module@2.15.0: ··· 7855 7904 is-date-object@1.0.5: 7856 7905 dependencies: 7857 7906 has-tostringtag: 1.0.2 7907 + 7908 + is-decimal@2.0.1: {} 7858 7909 7859 7910 is-descriptor@0.1.7: 7860 7911 dependencies: ··· 7887 7938 is-glob@4.0.3: 7888 7939 dependencies: 7889 7940 is-extglob: 2.1.1 7941 + 7942 + is-hexadecimal@2.0.1: {} 7890 7943 7891 7944 is-map@2.0.3: {} 7892 7945 ··· 8025 8078 8026 8079 kind-of@6.0.3: {} 8027 8080 8028 - kleur@4.1.5: {} 8029 - 8030 8081 language-subtag-registry@0.3.23: {} 8031 8082 8032 8083 language-tags@1.0.9: ··· 8064 8115 8065 8116 lodash@4.17.21: {} 8066 8117 8118 + longest-streak@3.1.0: {} 8119 + 8067 8120 loose-envify@1.4.0: 8068 8121 dependencies: 8069 8122 js-tokens: 4.0.0 ··· 8087 8140 '@babel/runtime': 7.25.0 8088 8141 remove-accents: 0.5.0 8089 8142 8090 - mdast-util-definitions@5.1.2: 8143 + mdast-util-from-markdown@2.0.2: 8091 8144 dependencies: 8092 - '@types/mdast': 3.0.15 8093 - '@types/unist': 2.0.10 8094 - unist-util-visit: 4.1.2 8145 + '@types/mdast': 4.0.4 8146 + '@types/unist': 3.0.2 8147 + decode-named-character-reference: 1.0.2 8148 + devlop: 1.1.0 8149 + mdast-util-to-string: 4.0.0 8150 + micromark: 4.0.0 8151 + micromark-util-decode-numeric-character-reference: 2.0.1 8152 + micromark-util-decode-string: 2.0.0 8153 + micromark-util-normalize-identifier: 2.0.0 8154 + micromark-util-symbol: 2.0.0 8155 + micromark-util-types: 2.0.0 8156 + unist-util-stringify-position: 4.0.0 8157 + transitivePeerDependencies: 8158 + - supports-color 8095 8159 8096 - mdast-util-from-markdown@1.3.1: 8160 + mdast-util-mdx-expression@2.0.1: 8097 8161 dependencies: 8098 - '@types/mdast': 3.0.15 8099 - '@types/unist': 2.0.10 8100 - decode-named-character-reference: 1.0.2 8101 - mdast-util-to-string: 3.2.0 8102 - micromark: 3.2.0 8103 - micromark-util-decode-numeric-character-reference: 1.1.0 8104 - micromark-util-decode-string: 1.1.0 8105 - micromark-util-normalize-identifier: 1.1.0 8106 - micromark-util-symbol: 1.1.0 8107 - micromark-util-types: 1.1.0 8108 - unist-util-stringify-position: 3.0.3 8109 - uvu: 0.5.6 8162 + '@types/estree-jsx': 1.0.5 8163 + '@types/hast': 3.0.4 8164 + '@types/mdast': 4.0.4 8165 + devlop: 1.1.0 8166 + mdast-util-from-markdown: 2.0.2 8167 + mdast-util-to-markdown: 2.1.0 8110 8168 transitivePeerDependencies: 8111 8169 - supports-color 8112 8170 8113 - mdast-util-to-hast@12.3.0: 8171 + mdast-util-mdx-jsx@3.1.3: 8114 8172 dependencies: 8115 - '@types/hast': 2.3.10 8116 - '@types/mdast': 3.0.15 8117 - mdast-util-definitions: 5.1.2 8118 - micromark-util-sanitize-uri: 1.2.0 8119 - trim-lines: 3.0.1 8120 - unist-util-generated: 2.0.1 8121 - unist-util-position: 4.0.4 8122 - unist-util-visit: 4.1.2 8173 + '@types/estree-jsx': 1.0.5 8174 + '@types/hast': 3.0.4 8175 + '@types/mdast': 4.0.4 8176 + '@types/unist': 3.0.2 8177 + ccount: 2.0.1 8178 + devlop: 1.1.0 8179 + mdast-util-from-markdown: 2.0.2 8180 + mdast-util-to-markdown: 2.1.0 8181 + parse-entities: 4.0.1 8182 + stringify-entities: 4.0.4 8183 + unist-util-stringify-position: 4.0.0 8184 + vfile-message: 4.0.2 8185 + transitivePeerDependencies: 8186 + - supports-color 8187 + 8188 + mdast-util-mdxjs-esm@2.0.1: 8189 + dependencies: 8190 + '@types/estree-jsx': 1.0.5 8191 + '@types/hast': 3.0.4 8192 + '@types/mdast': 4.0.4 8193 + devlop: 1.1.0 8194 + mdast-util-from-markdown: 2.0.2 8195 + mdast-util-to-markdown: 2.1.0 8196 + transitivePeerDependencies: 8197 + - supports-color 8198 + 8199 + mdast-util-phrasing@4.1.0: 8200 + dependencies: 8201 + '@types/mdast': 4.0.4 8202 + unist-util-is: 6.0.0 8123 8203 8124 8204 mdast-util-to-hast@13.2.0: 8125 8205 dependencies: ··· 8133 8213 unist-util-visit: 5.0.0 8134 8214 vfile: 6.0.2 8135 8215 8136 - mdast-util-to-string@3.2.0: 8216 + mdast-util-to-markdown@2.1.0: 8137 8217 dependencies: 8138 - '@types/mdast': 3.0.15 8218 + '@types/mdast': 4.0.4 8219 + '@types/unist': 3.0.2 8220 + longest-streak: 3.1.0 8221 + mdast-util-phrasing: 4.1.0 8222 + mdast-util-to-string: 4.0.0 8223 + micromark-util-decode-string: 2.0.0 8224 + unist-util-visit: 5.0.0 8225 + zwitch: 2.0.4 8226 + 8227 + mdast-util-to-string@4.0.0: 8228 + dependencies: 8229 + '@types/mdast': 4.0.4 8139 8230 8140 8231 merge2@1.4.1: {} 8141 8232 8142 - micromark-core-commonmark@1.1.0: 8233 + micromark-core-commonmark@2.0.1: 8143 8234 dependencies: 8144 8235 decode-named-character-reference: 1.0.2 8145 - micromark-factory-destination: 1.1.0 8146 - micromark-factory-label: 1.1.0 8147 - micromark-factory-space: 1.1.0 8148 - micromark-factory-title: 1.1.0 8149 - micromark-factory-whitespace: 1.1.0 8150 - micromark-util-character: 1.2.0 8151 - micromark-util-chunked: 1.1.0 8152 - micromark-util-classify-character: 1.1.0 8153 - micromark-util-html-tag-name: 1.2.0 8154 - micromark-util-normalize-identifier: 1.1.0 8155 - micromark-util-resolve-all: 1.1.0 8156 - micromark-util-subtokenize: 1.1.0 8157 - micromark-util-symbol: 1.1.0 8158 - micromark-util-types: 1.1.0 8159 - uvu: 0.5.6 8160 - 8161 - micromark-factory-destination@1.1.0: 8162 - dependencies: 8163 - micromark-util-character: 1.2.0 8164 - micromark-util-symbol: 1.1.0 8165 - micromark-util-types: 1.1.0 8236 + devlop: 1.1.0 8237 + micromark-factory-destination: 2.0.0 8238 + micromark-factory-label: 2.0.0 8239 + micromark-factory-space: 2.0.0 8240 + micromark-factory-title: 2.0.0 8241 + micromark-factory-whitespace: 2.0.0 8242 + micromark-util-character: 2.1.0 8243 + micromark-util-chunked: 2.0.0 8244 + micromark-util-classify-character: 2.0.0 8245 + micromark-util-html-tag-name: 2.0.0 8246 + micromark-util-normalize-identifier: 2.0.0 8247 + micromark-util-resolve-all: 2.0.0 8248 + micromark-util-subtokenize: 2.0.1 8249 + micromark-util-symbol: 2.0.0 8250 + micromark-util-types: 2.0.0 8166 8251 8167 - micromark-factory-label@1.1.0: 8252 + micromark-factory-destination@2.0.0: 8168 8253 dependencies: 8169 - micromark-util-character: 1.2.0 8170 - micromark-util-symbol: 1.1.0 8171 - micromark-util-types: 1.1.0 8172 - uvu: 0.5.6 8254 + micromark-util-character: 2.1.0 8255 + micromark-util-symbol: 2.0.0 8256 + micromark-util-types: 2.0.0 8173 8257 8174 - micromark-factory-space@1.1.0: 8258 + micromark-factory-label@2.0.0: 8175 8259 dependencies: 8176 - micromark-util-character: 1.2.0 8177 - micromark-util-types: 1.1.0 8260 + devlop: 1.1.0 8261 + micromark-util-character: 2.1.0 8262 + micromark-util-symbol: 2.0.0 8263 + micromark-util-types: 2.0.0 8178 8264 8179 - micromark-factory-title@1.1.0: 8265 + micromark-factory-space@2.0.0: 8180 8266 dependencies: 8181 - micromark-factory-space: 1.1.0 8182 - micromark-util-character: 1.2.0 8183 - micromark-util-symbol: 1.1.0 8184 - micromark-util-types: 1.1.0 8267 + micromark-util-character: 2.1.0 8268 + micromark-util-types: 2.0.0 8185 8269 8186 - micromark-factory-whitespace@1.1.0: 8270 + micromark-factory-title@2.0.0: 8187 8271 dependencies: 8188 - micromark-factory-space: 1.1.0 8189 - micromark-util-character: 1.2.0 8190 - micromark-util-symbol: 1.1.0 8191 - micromark-util-types: 1.1.0 8272 + micromark-factory-space: 2.0.0 8273 + micromark-util-character: 2.1.0 8274 + micromark-util-symbol: 2.0.0 8275 + micromark-util-types: 2.0.0 8192 8276 8193 - micromark-util-character@1.2.0: 8277 + micromark-factory-whitespace@2.0.0: 8194 8278 dependencies: 8195 - micromark-util-symbol: 1.1.0 8196 - micromark-util-types: 1.1.0 8279 + micromark-factory-space: 2.0.0 8280 + micromark-util-character: 2.1.0 8281 + micromark-util-symbol: 2.0.0 8282 + micromark-util-types: 2.0.0 8197 8283 8198 8284 micromark-util-character@2.1.0: 8199 8285 dependencies: 8200 8286 micromark-util-symbol: 2.0.0 8201 8287 micromark-util-types: 2.0.0 8202 8288 8203 - micromark-util-chunked@1.1.0: 8289 + micromark-util-chunked@2.0.0: 8204 8290 dependencies: 8205 - micromark-util-symbol: 1.1.0 8291 + micromark-util-symbol: 2.0.0 8206 8292 8207 - micromark-util-classify-character@1.1.0: 8293 + micromark-util-classify-character@2.0.0: 8208 8294 dependencies: 8209 - micromark-util-character: 1.2.0 8210 - micromark-util-symbol: 1.1.0 8211 - micromark-util-types: 1.1.0 8295 + micromark-util-character: 2.1.0 8296 + micromark-util-symbol: 2.0.0 8297 + micromark-util-types: 2.0.0 8212 8298 8213 - micromark-util-combine-extensions@1.1.0: 8299 + micromark-util-combine-extensions@2.0.0: 8214 8300 dependencies: 8215 - micromark-util-chunked: 1.1.0 8216 - micromark-util-types: 1.1.0 8301 + micromark-util-chunked: 2.0.0 8302 + micromark-util-types: 2.0.0 8217 8303 8218 - micromark-util-decode-numeric-character-reference@1.1.0: 8304 + micromark-util-decode-numeric-character-reference@2.0.1: 8219 8305 dependencies: 8220 - micromark-util-symbol: 1.1.0 8306 + micromark-util-symbol: 2.0.0 8221 8307 8222 - micromark-util-decode-string@1.1.0: 8308 + micromark-util-decode-string@2.0.0: 8223 8309 dependencies: 8224 8310 decode-named-character-reference: 1.0.2 8225 - micromark-util-character: 1.2.0 8226 - micromark-util-decode-numeric-character-reference: 1.1.0 8227 - micromark-util-symbol: 1.1.0 8228 - 8229 - micromark-util-encode@1.1.0: {} 8311 + micromark-util-character: 2.1.0 8312 + micromark-util-decode-numeric-character-reference: 2.0.1 8313 + micromark-util-symbol: 2.0.0 8230 8314 8231 8315 micromark-util-encode@2.0.0: {} 8232 8316 8233 - micromark-util-html-tag-name@1.2.0: {} 8234 - 8235 - micromark-util-normalize-identifier@1.1.0: 8236 - dependencies: 8237 - micromark-util-symbol: 1.1.0 8317 + micromark-util-html-tag-name@2.0.0: {} 8238 8318 8239 - micromark-util-resolve-all@1.1.0: 8319 + micromark-util-normalize-identifier@2.0.0: 8240 8320 dependencies: 8241 - micromark-util-types: 1.1.0 8321 + micromark-util-symbol: 2.0.0 8242 8322 8243 - micromark-util-sanitize-uri@1.2.0: 8323 + micromark-util-resolve-all@2.0.0: 8244 8324 dependencies: 8245 - micromark-util-character: 1.2.0 8246 - micromark-util-encode: 1.1.0 8247 - micromark-util-symbol: 1.1.0 8325 + micromark-util-types: 2.0.0 8248 8326 8249 8327 micromark-util-sanitize-uri@2.0.0: 8250 8328 dependencies: ··· 8252 8330 micromark-util-encode: 2.0.0 8253 8331 micromark-util-symbol: 2.0.0 8254 8332 8255 - micromark-util-subtokenize@1.1.0: 8333 + micromark-util-subtokenize@2.0.1: 8256 8334 dependencies: 8257 - micromark-util-chunked: 1.1.0 8258 - micromark-util-symbol: 1.1.0 8259 - micromark-util-types: 1.1.0 8260 - uvu: 0.5.6 8261 - 8262 - micromark-util-symbol@1.1.0: {} 8335 + devlop: 1.1.0 8336 + micromark-util-chunked: 2.0.0 8337 + micromark-util-symbol: 2.0.0 8338 + micromark-util-types: 2.0.0 8263 8339 8264 8340 micromark-util-symbol@2.0.0: {} 8265 8341 8266 - micromark-util-types@1.1.0: {} 8267 - 8268 8342 micromark-util-types@2.0.0: {} 8269 8343 8270 - micromark@3.2.0: 8344 + micromark@4.0.0: 8271 8345 dependencies: 8272 8346 '@types/debug': 4.1.12 8273 8347 debug: 4.3.6 8274 8348 decode-named-character-reference: 1.0.2 8275 - micromark-core-commonmark: 1.1.0 8276 - micromark-factory-space: 1.1.0 8277 - micromark-util-character: 1.2.0 8278 - micromark-util-chunked: 1.1.0 8279 - micromark-util-combine-extensions: 1.1.0 8280 - micromark-util-decode-numeric-character-reference: 1.1.0 8281 - micromark-util-encode: 1.1.0 8282 - micromark-util-normalize-identifier: 1.1.0 8283 - micromark-util-resolve-all: 1.1.0 8284 - micromark-util-sanitize-uri: 1.2.0 8285 - micromark-util-subtokenize: 1.1.0 8286 - micromark-util-symbol: 1.1.0 8287 - micromark-util-types: 1.1.0 8288 - uvu: 0.5.6 8349 + devlop: 1.1.0 8350 + micromark-core-commonmark: 2.0.1 8351 + micromark-factory-space: 2.0.0 8352 + micromark-util-character: 2.1.0 8353 + micromark-util-chunked: 2.0.0 8354 + micromark-util-combine-extensions: 2.0.0 8355 + micromark-util-decode-numeric-character-reference: 2.0.1 8356 + micromark-util-encode: 2.0.0 8357 + micromark-util-normalize-identifier: 2.0.0 8358 + micromark-util-resolve-all: 2.0.0 8359 + micromark-util-sanitize-uri: 2.0.0 8360 + micromark-util-subtokenize: 2.0.1 8361 + micromark-util-symbol: 2.0.0 8362 + micromark-util-types: 2.0.0 8289 8363 transitivePeerDependencies: 8290 8364 - supports-color 8291 8365 ··· 8312 8386 dependencies: 8313 8387 for-in: 1.0.2 8314 8388 is-extendable: 1.0.1 8315 - 8316 - mri@1.2.0: {} 8317 8389 8318 8390 ms@2.0.0: {} 8319 8391 ··· 8351 8423 8352 8424 natural-compare@1.4.0: {} 8353 8425 8354 - next-client-cookies@1.1.1(next@14.2.5(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 8426 + next-client-cookies@2.0.0(next@15.0.1(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 8355 8427 dependencies: 8356 8428 js-cookie: 3.0.5 8357 - next: 14.2.5(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8429 + next: 15.0.1(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8358 8430 react: 18.3.1 8359 8431 8360 - next@14.2.5(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8432 + next@15.0.1(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8361 8433 dependencies: 8362 - '@next/env': 14.2.5 8363 - '@swc/helpers': 0.5.5 8434 + '@next/env': 15.0.1 8435 + '@swc/counter': 0.1.3 8436 + '@swc/helpers': 0.5.13 8364 8437 busboy: 1.6.0 8365 - caniuse-lite: 1.0.30001646 8366 - graceful-fs: 4.2.11 8438 + caniuse-lite: 1.0.30001672 8367 8439 postcss: 8.4.31 8368 8440 react: 18.3.1 8369 8441 react-dom: 18.3.1(react@18.3.1) 8370 - styled-jsx: 5.1.1(@babel/core@7.25.2)(react@18.3.1) 8442 + styled-jsx: 5.1.6(@babel/core@7.25.2)(react@18.3.1) 8371 8443 optionalDependencies: 8372 - '@next/swc-darwin-arm64': 14.2.5 8373 - '@next/swc-darwin-x64': 14.2.5 8374 - '@next/swc-linux-arm64-gnu': 14.2.5 8375 - '@next/swc-linux-arm64-musl': 14.2.5 8376 - '@next/swc-linux-x64-gnu': 14.2.5 8377 - '@next/swc-linux-x64-musl': 14.2.5 8378 - '@next/swc-win32-arm64-msvc': 14.2.5 8379 - '@next/swc-win32-ia32-msvc': 14.2.5 8380 - '@next/swc-win32-x64-msvc': 14.2.5 8444 + '@next/swc-darwin-arm64': 15.0.1 8445 + '@next/swc-darwin-x64': 15.0.1 8446 + '@next/swc-linux-arm64-gnu': 15.0.1 8447 + '@next/swc-linux-arm64-musl': 15.0.1 8448 + '@next/swc-linux-x64-gnu': 15.0.1 8449 + '@next/swc-linux-x64-musl': 15.0.1 8450 + '@next/swc-win32-arm64-msvc': 15.0.1 8451 + '@next/swc-win32-x64-msvc': 15.0.1 8452 + sharp: 0.33.5 8381 8453 transitivePeerDependencies: 8382 8454 - '@babel/core' 8383 8455 - babel-plugin-macros ··· 8476 8548 dependencies: 8477 8549 callsites: 3.1.0 8478 8550 8551 + parse-entities@4.0.1: 8552 + dependencies: 8553 + '@types/unist': 2.0.10 8554 + character-entities: 2.0.2 8555 + character-entities-legacy: 3.0.0 8556 + character-reference-invalid: 2.0.1 8557 + decode-named-character-reference: 1.0.2 8558 + is-alphanumerical: 2.0.1 8559 + is-decimal: 2.0.1 8560 + is-hexadecimal: 2.0.1 8561 + 8479 8562 parse5@7.1.2: 8480 8563 dependencies: 8481 8564 entities: 4.5.0 ··· 8498 8581 path-type@4.0.0: {} 8499 8582 8500 8583 picocolors@1.0.1: {} 8584 + 8585 + picocolors@1.1.1: {} 8501 8586 8502 8587 picomatch@2.3.1: {} 8503 8588 ··· 8507 8592 8508 8593 possible-typed-array-names@1.0.0: {} 8509 8594 8510 - postcss-import@15.1.0(postcss@8.4.40): 8595 + postcss-import@15.1.0(postcss@8.4.47): 8511 8596 dependencies: 8512 - postcss: 8.4.40 8597 + postcss: 8.4.47 8513 8598 postcss-value-parser: 4.2.0 8514 8599 read-cache: 1.0.0 8515 8600 resolve: 1.22.8 8516 8601 8517 - postcss-js@4.0.1(postcss@8.4.40): 8602 + postcss-js@4.0.1(postcss@8.4.47): 8518 8603 dependencies: 8519 8604 camelcase-css: 2.0.1 8520 - postcss: 8.4.40 8605 + postcss: 8.4.47 8521 8606 8522 - postcss-load-config@4.0.2(postcss@8.4.40): 8607 + postcss-load-config@4.0.2(postcss@8.4.47): 8523 8608 dependencies: 8524 8609 lilconfig: 3.1.2 8525 8610 yaml: 2.5.0 8526 8611 optionalDependencies: 8527 - postcss: 8.4.40 8612 + postcss: 8.4.47 8528 8613 8529 - postcss-nested@6.2.0(postcss@8.4.40): 8614 + postcss-nested@6.2.0(postcss@8.4.47): 8530 8615 dependencies: 8531 - postcss: 8.4.40 8616 + postcss: 8.4.47 8532 8617 postcss-selector-parser: 6.1.1 8533 8618 8534 8619 postcss-selector-parser@6.1.1: ··· 8541 8626 postcss@8.4.31: 8542 8627 dependencies: 8543 8628 nanoid: 3.3.7 8544 - picocolors: 1.0.1 8629 + picocolors: 1.1.1 8545 8630 source-map-js: 1.2.0 8546 8631 8547 - postcss@8.4.40: 8632 + postcss@8.4.47: 8548 8633 dependencies: 8549 8634 nanoid: 3.3.7 8550 - picocolors: 1.0.1 8551 - source-map-js: 1.2.0 8635 + picocolors: 1.1.1 8636 + source-map-js: 1.2.1 8552 8637 8553 8638 prelude-ls@1.2.1: {} 8554 8639 ··· 8575 8660 react: 18.3.1 8576 8661 scheduler: 0.23.2 8577 8662 8578 - react-icons@5.2.1(react@18.3.1): 8663 + react-icons@5.3.0(react@18.3.1): 8579 8664 dependencies: 8580 8665 react: 18.3.1 8581 8666 ··· 8585 8670 8586 8671 react-loading-icons@1.1.0: {} 8587 8672 8588 - react-markdown@8.0.7(@types/react@18.3.3)(react@18.3.1): 8673 + react-markdown@9.0.1(@types/react@18.3.3)(react@18.3.1): 8589 8674 dependencies: 8590 - '@types/hast': 2.3.10 8591 - '@types/prop-types': 15.7.12 8675 + '@types/hast': 3.0.4 8592 8676 '@types/react': 18.3.3 8593 - '@types/unist': 2.0.10 8594 - comma-separated-tokens: 2.0.3 8595 - hast-util-whitespace: 2.0.1 8596 - prop-types: 15.8.1 8597 - property-information: 6.5.0 8677 + devlop: 1.1.0 8678 + hast-util-to-jsx-runtime: 2.3.2 8679 + html-url-attributes: 3.0.1 8680 + mdast-util-to-hast: 13.2.0 8598 8681 react: 18.3.1 8599 - react-is: 18.3.1 8600 - remark-parse: 10.0.2 8601 - remark-rehype: 10.1.0 8602 - space-separated-tokens: 2.0.2 8603 - style-to-object: 0.4.4 8604 - unified: 10.1.2 8605 - unist-util-visit: 4.1.2 8606 - vfile: 5.3.7 8682 + remark-parse: 11.0.0 8683 + remark-rehype: 11.1.1 8684 + unified: 11.0.5 8685 + unist-util-visit: 5.0.0 8686 + vfile: 6.0.2 8607 8687 transitivePeerDependencies: 8608 8688 - supports-color 8609 8689 ··· 8686 8766 dependencies: 8687 8767 decimal.js-light: 2.5.1 8688 8768 8689 - recharts@2.12.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8769 + recharts@2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8690 8770 dependencies: 8691 8771 clsx: 2.1.1 8692 8772 eventemitter3: 4.0.7 8693 8773 lodash: 4.17.21 8694 8774 react: 18.3.1 8695 8775 react-dom: 18.3.1(react@18.3.1) 8696 - react-is: 16.13.1 8776 + react-is: 18.3.1 8697 8777 react-smooth: 4.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8698 8778 recharts-scale: 0.4.5 8699 8779 tiny-invariant: 1.3.3 ··· 8729 8809 hast-util-raw: 9.0.4 8730 8810 vfile: 6.0.2 8731 8811 8732 - remark-parse@10.0.2: 8812 + remark-parse@11.0.0: 8733 8813 dependencies: 8734 - '@types/mdast': 3.0.15 8735 - mdast-util-from-markdown: 1.3.1 8736 - unified: 10.1.2 8814 + '@types/mdast': 4.0.4 8815 + mdast-util-from-markdown: 2.0.2 8816 + micromark-util-types: 2.0.0 8817 + unified: 11.0.5 8737 8818 transitivePeerDependencies: 8738 8819 - supports-color 8739 8820 8740 - remark-rehype@10.1.0: 8821 + remark-rehype@11.1.1: 8741 8822 dependencies: 8742 - '@types/hast': 2.3.10 8743 - '@types/mdast': 3.0.15 8744 - mdast-util-to-hast: 12.3.0 8745 - unified: 10.1.2 8823 + '@types/hast': 3.0.4 8824 + '@types/mdast': 4.0.4 8825 + mdast-util-to-hast: 13.2.0 8826 + unified: 11.0.5 8827 + vfile: 6.0.2 8746 8828 8747 8829 remove-accents@0.5.0: {} 8748 8830 ··· 8775 8857 run-parallel@1.2.0: 8776 8858 dependencies: 8777 8859 queue-microtask: 1.2.3 8778 - 8779 - sade@1.8.1: 8780 - dependencies: 8781 - mri: 1.2.0 8782 8860 8783 8861 safe-array-concat@1.1.2: 8784 8862 dependencies: ··· 8832 8910 is-plain-object: 2.0.4 8833 8911 split-string: 3.1.0 8834 8912 8835 - sharp@0.33.4: 8913 + sharp@0.33.5: 8836 8914 dependencies: 8837 8915 color: 4.2.3 8838 8916 detect-libc: 2.0.3 8839 8917 semver: 7.6.3 8840 8918 optionalDependencies: 8841 - '@img/sharp-darwin-arm64': 0.33.4 8842 - '@img/sharp-darwin-x64': 0.33.4 8843 - '@img/sharp-libvips-darwin-arm64': 1.0.2 8844 - '@img/sharp-libvips-darwin-x64': 1.0.2 8845 - '@img/sharp-libvips-linux-arm': 1.0.2 8846 - '@img/sharp-libvips-linux-arm64': 1.0.2 8847 - '@img/sharp-libvips-linux-s390x': 1.0.2 8848 - '@img/sharp-libvips-linux-x64': 1.0.2 8849 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 8850 - '@img/sharp-libvips-linuxmusl-x64': 1.0.2 8851 - '@img/sharp-linux-arm': 0.33.4 8852 - '@img/sharp-linux-arm64': 0.33.4 8853 - '@img/sharp-linux-s390x': 0.33.4 8854 - '@img/sharp-linux-x64': 0.33.4 8855 - '@img/sharp-linuxmusl-arm64': 0.33.4 8856 - '@img/sharp-linuxmusl-x64': 0.33.4 8857 - '@img/sharp-wasm32': 0.33.4 8858 - '@img/sharp-win32-ia32': 0.33.4 8859 - '@img/sharp-win32-x64': 0.33.4 8919 + '@img/sharp-darwin-arm64': 0.33.5 8920 + '@img/sharp-darwin-x64': 0.33.5 8921 + '@img/sharp-libvips-darwin-arm64': 1.0.4 8922 + '@img/sharp-libvips-darwin-x64': 1.0.4 8923 + '@img/sharp-libvips-linux-arm': 1.0.5 8924 + '@img/sharp-libvips-linux-arm64': 1.0.4 8925 + '@img/sharp-libvips-linux-s390x': 1.0.4 8926 + '@img/sharp-libvips-linux-x64': 1.0.4 8927 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 8928 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 8929 + '@img/sharp-linux-arm': 0.33.5 8930 + '@img/sharp-linux-arm64': 0.33.5 8931 + '@img/sharp-linux-s390x': 0.33.5 8932 + '@img/sharp-linux-x64': 0.33.5 8933 + '@img/sharp-linuxmusl-arm64': 0.33.5 8934 + '@img/sharp-linuxmusl-x64': 0.33.5 8935 + '@img/sharp-wasm32': 0.33.5 8936 + '@img/sharp-win32-ia32': 0.33.5 8937 + '@img/sharp-win32-x64': 0.33.5 8860 8938 8861 8939 shebang-command@2.0.0: 8862 8940 dependencies: ··· 8893 8971 - supports-color 8894 8972 8895 8973 source-map-js@1.2.0: {} 8974 + 8975 + source-map-js@1.2.1: {} 8896 8976 8897 8977 source-map-resolve@0.5.3: 8898 8978 dependencies: ··· 8979 9059 define-properties: 1.2.1 8980 9060 es-object-atoms: 1.0.0 8981 9061 9062 + stringify-entities@4.0.4: 9063 + dependencies: 9064 + character-entities-html4: 2.1.0 9065 + character-entities-legacy: 3.0.0 9066 + 8982 9067 strip-ansi@6.0.1: 8983 9068 dependencies: 8984 9069 ansi-regex: 5.0.1 ··· 8991 9076 8992 9077 strip-json-comments@3.1.1: {} 8993 9078 8994 - style-to-object@0.4.4: 9079 + style-to-object@1.0.8: 8995 9080 dependencies: 8996 - inline-style-parser: 0.1.1 9081 + inline-style-parser: 0.2.4 8997 9082 8998 - styled-jsx@5.1.1(@babel/core@7.25.2)(react@18.3.1): 9083 + styled-jsx@5.1.6(@babel/core@7.25.2)(react@18.3.1): 8999 9084 dependencies: 9000 9085 client-only: 0.0.1 9001 9086 react: 18.3.1 ··· 9024 9109 9025 9110 tailwind-merge@1.14.0: {} 9026 9111 9027 - tailwind-merge@2.4.0: {} 9112 + tailwind-merge@2.5.4: {} 9028 9113 9029 - tailwind-variants@0.1.20(tailwindcss@3.4.7): 9114 + tailwind-variants@0.1.20(tailwindcss@3.4.14): 9030 9115 dependencies: 9031 9116 tailwind-merge: 1.14.0 9032 - tailwindcss: 3.4.7 9117 + tailwindcss: 3.4.14 9033 9118 9034 - tailwindcss@3.4.7: 9119 + tailwindcss@3.4.14: 9035 9120 dependencies: 9036 9121 '@alloc/quick-lru': 5.2.0 9037 9122 arg: 5.0.2 ··· 9046 9131 micromatch: 4.0.7 9047 9132 normalize-path: 3.0.0 9048 9133 object-hash: 3.0.0 9049 - picocolors: 1.0.1 9050 - postcss: 8.4.40 9051 - postcss-import: 15.1.0(postcss@8.4.40) 9052 - postcss-js: 4.0.1(postcss@8.4.40) 9053 - postcss-load-config: 4.0.2(postcss@8.4.40) 9054 - postcss-nested: 6.2.0(postcss@8.4.40) 9134 + picocolors: 1.1.1 9135 + postcss: 8.4.47 9136 + postcss-import: 15.1.0(postcss@8.4.47) 9137 + postcss-js: 4.0.1(postcss@8.4.47) 9138 + postcss-load-config: 4.0.2(postcss@8.4.47) 9139 + postcss-nested: 6.2.0(postcss@8.4.47) 9055 9140 postcss-selector-parser: 6.1.1 9056 9141 resolve: 1.22.8 9057 9142 sucrase: 3.35.0 ··· 9106 9191 9107 9192 tslib@2.6.3: {} 9108 9193 9109 - tsutils@3.21.0(typescript@5.5.4): 9194 + tsutils@3.21.0(typescript@5.6.3): 9110 9195 dependencies: 9111 9196 tslib: 1.14.1 9112 - typescript: 5.5.4 9197 + typescript: 5.6.3 9113 9198 9114 9199 type-check@0.4.0: 9115 9200 dependencies: ··· 9149 9234 is-typed-array: 1.1.13 9150 9235 possible-typed-array-names: 1.0.0 9151 9236 9152 - typescript@5.5.4: {} 9237 + typescript@5.6.3: {} 9153 9238 9154 9239 unbox-primitive@1.0.2: 9155 9240 dependencies: ··· 9160 9245 9161 9246 undici-types@5.26.5: {} 9162 9247 9163 - undici@5.27.2: 9164 - dependencies: 9165 - '@fastify/busboy': 2.1.1 9248 + undici@6.19.8: {} 9166 9249 9167 - unified@10.1.2: 9250 + unified@11.0.5: 9168 9251 dependencies: 9169 - '@types/unist': 2.0.10 9252 + '@types/unist': 3.0.2 9170 9253 bail: 2.0.2 9254 + devlop: 1.1.0 9171 9255 extend: 3.0.2 9172 - is-buffer: 2.0.5 9173 9256 is-plain-obj: 4.1.0 9174 9257 trough: 2.2.0 9175 - vfile: 5.3.7 9258 + vfile: 6.0.2 9176 9259 9177 9260 union-value@1.0.1: 9178 9261 dependencies: ··· 9181 9264 is-extendable: 0.1.1 9182 9265 set-value: 2.0.1 9183 9266 9184 - unist-util-generated@2.0.1: {} 9185 - 9186 - unist-util-is@5.2.1: 9187 - dependencies: 9188 - '@types/unist': 2.0.10 9189 - 9190 9267 unist-util-is@6.0.0: 9191 9268 dependencies: 9192 9269 '@types/unist': 3.0.2 9193 9270 9194 - unist-util-position@4.0.4: 9195 - dependencies: 9196 - '@types/unist': 2.0.10 9197 - 9198 9271 unist-util-position@5.0.0: 9199 9272 dependencies: 9200 9273 '@types/unist': 3.0.2 9201 9274 9202 - unist-util-stringify-position@3.0.3: 9203 - dependencies: 9204 - '@types/unist': 2.0.10 9205 - 9206 9275 unist-util-stringify-position@4.0.0: 9207 9276 dependencies: 9208 9277 '@types/unist': 3.0.2 9209 9278 9210 - unist-util-visit-parents@5.1.3: 9211 - dependencies: 9212 - '@types/unist': 2.0.10 9213 - unist-util-is: 5.2.1 9214 - 9215 9279 unist-util-visit-parents@6.0.1: 9216 9280 dependencies: 9217 9281 '@types/unist': 3.0.2 9218 9282 unist-util-is: 6.0.0 9219 - 9220 - unist-util-visit@4.1.2: 9221 - dependencies: 9222 - '@types/unist': 2.0.10 9223 - unist-util-is: 5.2.1 9224 - unist-util-visit-parents: 5.1.3 9225 9283 9226 9284 unist-util-visit@5.0.0: 9227 9285 dependencies: ··· 9243 9301 dependencies: 9244 9302 browserslist: 4.23.2 9245 9303 escalade: 3.1.2 9246 - picocolors: 1.0.1 9304 + picocolors: 1.1.1 9305 + 9306 + update-browserslist-db@1.1.1(browserslist@4.24.2): 9307 + dependencies: 9308 + browserslist: 4.24.2 9309 + escalade: 3.2.0 9310 + picocolors: 1.1.1 9247 9311 9248 9312 uri-js@4.4.1: 9249 9313 dependencies: ··· 9286 9350 use-sync-external-store@1.2.0(react@18.3.1): 9287 9351 dependencies: 9288 9352 react: 18.3.1 9353 + optional: true 9289 9354 9290 9355 use@3.1.1: {} 9291 9356 9292 9357 util-deprecate@1.0.2: {} 9293 9358 9294 - uvu@0.5.6: 9295 - dependencies: 9296 - dequal: 2.0.3 9297 - diff: 5.2.0 9298 - kleur: 4.1.5 9299 - sade: 1.8.1 9300 - 9301 9359 vfile-location@5.0.3: 9302 9360 dependencies: 9303 9361 '@types/unist': 3.0.2 9304 9362 vfile: 6.0.2 9305 - 9306 - vfile-message@3.1.4: 9307 - dependencies: 9308 - '@types/unist': 2.0.10 9309 - unist-util-stringify-position: 3.0.3 9310 9363 9311 9364 vfile-message@4.0.2: 9312 9365 dependencies: 9313 9366 '@types/unist': 3.0.2 9314 9367 unist-util-stringify-position: 4.0.0 9315 - 9316 - vfile@5.3.7: 9317 - dependencies: 9318 - '@types/unist': 2.0.10 9319 - is-buffer: 2.0.5 9320 - unist-util-stringify-position: 3.0.3 9321 - vfile-message: 3.1.4 9322 9368 9323 9369 vfile@6.0.2: 9324 9370 dependencies: ··· 9415 9461 9416 9462 zod@3.23.8: {} 9417 9463 9418 - zustand@4.5.4(@types/react@18.3.3)(react@18.3.1): 9419 - dependencies: 9420 - use-sync-external-store: 1.2.0(react@18.3.1) 9464 + zustand@5.0.0(@types/react@18.3.3)(react@18.3.1)(use-sync-external-store@1.2.0(react@18.3.1)): 9421 9465 optionalDependencies: 9422 9466 '@types/react': 18.3.3 9423 9467 react: 18.3.1 9468 + use-sync-external-store: 1.2.0(react@18.3.1) 9424 9469 9425 9470 zwitch@2.0.4: {}