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.

update deps

Luna 2e0e9aae a511e9b3

+375 -374
+1 -3
components/inputs/ColorInput.tsx
··· 15 15 __defaultState: string | number; 16 16 resetState?: string | number; 17 17 18 - max?: number; 19 18 placeholder?: string; 20 19 21 20 onSave?: (value: string | number) => void; 22 21 }; 23 22 24 23 25 - const ColorInput: FunctionComponent<Props> = ({ name, url, dataName, disabled, description, __defaultState, resetState, max, placeholder, onSave }) => { 24 + const ColorInput: FunctionComponent<Props> = ({ name, url, dataName, disabled, description, __defaultState, resetState, placeholder, onSave }) => { 26 25 const [state, setState] = useState<"LOADING" | "ERRORED" | "SUCCESS" | undefined>(); 27 26 const [error, setError] = useState<string>(); 28 27 ··· 108 107 }} 109 108 disabled={disabled} 110 109 placeholder={placeholder} 111 - max={max} 112 110 description={description} 113 111 /> 114 112
+6 -6
package.json
··· 11 11 "dependencies": { 12 12 "@nextui-org/react": "^2.2.9", 13 13 "autoprefixer": "10.4.16", 14 - "clsx": "^2.0.0", 14 + "clsx": "^2.1.0", 15 15 "eslint": "8.55.0", 16 16 "eslint-config-next": "14.0.4", 17 - "framer-motion": "^10.16.16", 17 + "framer-motion": "^10.18.0", 18 18 "next": "14.0.4", 19 19 "postcss": "8.4.32", 20 20 "react": "18.2.0", ··· 23 23 "react-icons": "^4.12.0", 24 24 "react-loading-icons": "^1.1.0", 25 25 "react-markdown": "^8.0.7", 26 - "recharts": "^2.10.3", 26 + "recharts": "^2.10.4", 27 27 "rehype-raw": "^7.0.0", 28 - "sharp": "^0.33.1", 28 + "sharp": "^0.33.2", 29 29 "tailwind-merge": "^2.2.0", 30 30 "tailwindcss": "3.3.6", 31 31 "typescript": "5.3.3", 32 32 "zustand": "^4.4.7" 33 33 }, 34 34 "devDependencies": { 35 - "@types/node": "^20.10.5", 36 - "@types/react": "^18.2.45", 35 + "@types/node": "^20.11.5", 36 + "@types/react": "^18.2.48", 37 37 "@types/react-dom": "^18.2.18", 38 38 "@typescript-eslint/eslint-plugin": "^5.62.0", 39 39 "@typescript-eslint/parser": "^5.62.0",
+368 -365
pnpm-lock.yaml
··· 7 7 dependencies: 8 8 '@nextui-org/react': 9 9 specifier: ^2.2.9 10 - version: 2.2.9(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19)(tailwindcss@3.3.6) 10 + version: 2.2.9(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20)(tailwindcss@3.3.6) 11 11 autoprefixer: 12 12 specifier: 10.4.16 13 13 version: 10.4.16(postcss@8.4.32) 14 14 clsx: 15 - specifier: ^2.0.0 16 - version: 2.0.0 15 + specifier: ^2.1.0 16 + version: 2.1.0 17 17 eslint: 18 18 specifier: 8.55.0 19 19 version: 8.55.0 ··· 21 21 specifier: 14.0.4 22 22 version: 14.0.4(eslint@8.55.0)(typescript@5.3.3) 23 23 framer-motion: 24 - specifier: ^10.16.16 25 - version: 10.16.16(react-dom@18.2.0)(react@18.2.0) 24 + specifier: ^10.18.0 25 + version: 10.18.0(react-dom@18.2.0)(react@18.2.0) 26 26 next: 27 27 specifier: 14.0.4 28 28 version: 14.0.4(react-dom@18.2.0)(react@18.2.0) ··· 46 46 version: 1.1.0 47 47 react-markdown: 48 48 specifier: ^8.0.7 49 - version: 8.0.7(@types/react@18.2.45)(react@18.2.0) 49 + version: 8.0.7(@types/react@18.2.48)(react@18.2.0) 50 50 recharts: 51 - specifier: ^2.10.3 52 - version: 2.10.3(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) 51 + specifier: ^2.10.4 52 + version: 2.10.4(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) 53 53 rehype-raw: 54 54 specifier: ^7.0.0 55 55 version: 7.0.0 56 56 sharp: 57 - specifier: ^0.33.1 58 - version: 0.33.1 57 + specifier: ^0.33.2 58 + version: 0.33.2 59 59 tailwind-merge: 60 60 specifier: ^2.2.0 61 61 version: 2.2.0 ··· 67 67 version: 5.3.3 68 68 zustand: 69 69 specifier: ^4.4.7 70 - version: 4.4.7(@types/react@18.2.45)(react@18.2.0) 70 + version: 4.4.7(@types/react@18.2.48)(react@18.2.0) 71 71 72 72 devDependencies: 73 73 '@types/node': 74 - specifier: ^20.10.5 75 - version: 20.10.5 74 + specifier: ^20.11.5 75 + version: 20.11.5 76 76 '@types/react': 77 - specifier: ^18.2.45 78 - version: 18.2.45 77 + specifier: ^18.2.48 78 + version: 18.2.48 79 79 '@types/react-dom': 80 80 specifier: ^18.2.18 81 81 version: 18.2.18 ··· 106 106 engines: {node: '>=10'} 107 107 dev: false 108 108 109 - /@babel/runtime@7.23.6: 110 - resolution: {integrity: sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==} 109 + /@babel/runtime@7.23.8: 110 + resolution: {integrity: sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==} 111 111 engines: {node: '>=6.9.0'} 112 112 dependencies: 113 113 regenerator-runtime: 0.14.1 114 114 dev: false 115 115 116 - /@emnapi/runtime@0.44.0: 117 - resolution: {integrity: sha512-ZX/etZEZw8DR7zAB1eVQT40lNo0jeqpb6dCgOvctB6FIQ5PoXfMuNY8+ayQfu8tNQbAB8gQWSSJupR8NxeiZXw==} 116 + /@emnapi/runtime@0.45.0: 117 + resolution: {integrity: sha512-Txumi3td7J4A/xTTwlssKieHKTGl3j4A1tglBx72auZ49YK7ePY6XZricgIg9mnZT4xPfA+UPCUdnhRuEFDL+w==} 118 118 requiresBuild: true 119 119 dependencies: 120 120 tslib: 2.6.2 ··· 168 168 resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} 169 169 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 170 170 171 - /@formatjs/ecma402-abstract@1.18.0: 172 - resolution: {integrity: sha512-PEVLoa3zBevWSCZzPIM/lvPCi8P5l4G+NXQMc/CjEiaCWgyHieUoo0nM7Bs0n/NbuQ6JpXEolivQ9pKSBHaDlA==} 171 + /@formatjs/ecma402-abstract@1.18.2: 172 + resolution: {integrity: sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==} 173 173 dependencies: 174 - '@formatjs/intl-localematcher': 0.5.2 174 + '@formatjs/intl-localematcher': 0.5.4 175 175 tslib: 2.6.2 176 176 dev: false 177 177 ··· 181 181 tslib: 2.6.2 182 182 dev: false 183 183 184 - /@formatjs/icu-messageformat-parser@2.7.3: 185 - resolution: {integrity: sha512-X/jy10V9S/vW+qlplqhMUxR8wErQ0mmIYSq4mrjpjDl9mbuGcCILcI1SUYkL5nlM4PJqpc0KOS0bFkkJNPxYRw==} 184 + /@formatjs/icu-messageformat-parser@2.7.5: 185 + resolution: {integrity: sha512-zCB53HdGDibh6/2ISEN3TGsFQruQ6gGKMFV94qHNyVrs0tNO6ncKhV0vq0n3Ydz8ipIQ2GaYAvfCoimNOVvKqA==} 186 186 dependencies: 187 - '@formatjs/ecma402-abstract': 1.18.0 188 - '@formatjs/icu-skeleton-parser': 1.7.0 187 + '@formatjs/ecma402-abstract': 1.18.2 188 + '@formatjs/icu-skeleton-parser': 1.7.2 189 189 tslib: 2.6.2 190 190 dev: false 191 191 192 - /@formatjs/icu-skeleton-parser@1.7.0: 193 - resolution: {integrity: sha512-Cfdo/fgbZzpN/jlN/ptQVe0lRHora+8ezrEeg2RfrNjyp+YStwBy7cqDY8k5/z2LzXg6O0AdzAV91XS0zIWv+A==} 192 + /@formatjs/icu-skeleton-parser@1.7.2: 193 + resolution: {integrity: sha512-nlIXVv280bjGW3ail5Np1+xgGKBnMhwQQIivgbk9xX0af8ESQO+y2VW9TOY7mCrs3WH786uVpZlLimXAlXH7SA==} 194 194 dependencies: 195 - '@formatjs/ecma402-abstract': 1.18.0 195 + '@formatjs/ecma402-abstract': 1.18.2 196 196 tslib: 2.6.2 197 197 dev: false 198 198 199 - /@formatjs/intl-localematcher@0.5.2: 200 - resolution: {integrity: sha512-txaaE2fiBMagLrR4jYhxzFO6wEdEG4TPMqrzBAcbr4HFUYzH/YC+lg6OIzKCHm8WgDdyQevxbAAV1OgcXctuGw==} 199 + /@formatjs/intl-localematcher@0.5.4: 200 + resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==} 201 201 dependencies: 202 202 tslib: 2.6.2 203 203 dev: false 204 204 205 - /@humanwhocodes/config-array@0.11.13: 206 - resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} 205 + /@humanwhocodes/config-array@0.11.14: 206 + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} 207 207 engines: {node: '>=10.10.0'} 208 208 dependencies: 209 - '@humanwhocodes/object-schema': 2.0.1 209 + '@humanwhocodes/object-schema': 2.0.2 210 210 debug: 4.3.4 211 211 minimatch: 3.1.2 212 212 transitivePeerDependencies: ··· 216 216 resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} 217 217 engines: {node: '>=12.22'} 218 218 219 - /@humanwhocodes/object-schema@2.0.1: 220 - resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} 219 + /@humanwhocodes/object-schema@2.0.2: 220 + resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} 221 221 222 - /@img/sharp-darwin-arm64@0.33.1: 223 - resolution: {integrity: sha512-esr2BZ1x0bo+wl7Gx2hjssYhjrhUsD88VQulI0FrG8/otRQUOxLWHMBd1Y1qo2Gfg2KUvXNpT0ASnV9BzJCexw==} 222 + /@img/sharp-darwin-arm64@0.33.2: 223 + resolution: {integrity: sha512-itHBs1rPmsmGF9p4qRe++CzCgd+kFYktnsoR1sbIAfsRMrJZau0Tt1AH9KVnufc2/tU02Gf6Ibujx+15qRE03w==} 224 224 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'} 225 225 cpu: [arm64] 226 226 os: [darwin] 227 227 requiresBuild: true 228 228 optionalDependencies: 229 - '@img/sharp-libvips-darwin-arm64': 1.0.0 229 + '@img/sharp-libvips-darwin-arm64': 1.0.1 230 230 dev: false 231 231 optional: true 232 232 233 - /@img/sharp-darwin-x64@0.33.1: 234 - resolution: {integrity: sha512-YrnuB3bXuWdG+hJlXtq7C73lF8ampkhU3tMxg5Hh+E7ikxbUVOU9nlNtVTloDXz6pRHt2y2oKJq7DY/yt+UXYw==} 233 + /@img/sharp-darwin-x64@0.33.2: 234 + resolution: {integrity: sha512-/rK/69Rrp9x5kaWBjVN07KixZanRr+W1OiyKdXcbjQD6KbW+obaTeBBtLUAtbBsnlTTmWthw99xqoOS7SsySDg==} 235 235 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'} 236 236 cpu: [x64] 237 237 os: [darwin] 238 238 requiresBuild: true 239 239 optionalDependencies: 240 - '@img/sharp-libvips-darwin-x64': 1.0.0 240 + '@img/sharp-libvips-darwin-x64': 1.0.1 241 241 dev: false 242 242 optional: true 243 243 244 - /@img/sharp-libvips-darwin-arm64@1.0.0: 245 - resolution: {integrity: sha512-VzYd6OwnUR81sInf3alj1wiokY50DjsHz5bvfnsFpxs5tqQxESoHtJO6xyksDs3RIkyhMWq2FufXo6GNSU9BMw==} 244 + /@img/sharp-libvips-darwin-arm64@1.0.1: 245 + resolution: {integrity: sha512-kQyrSNd6lmBV7O0BUiyu/OEw9yeNGFbQhbxswS1i6rMDwBBSX+e+rPzu3S+MwAiGU3HdLze3PanQ4Xkfemgzcw==} 246 246 engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 247 247 cpu: [arm64] 248 248 os: [darwin] ··· 250 250 dev: false 251 251 optional: true 252 252 253 - /@img/sharp-libvips-darwin-x64@1.0.0: 254 - resolution: {integrity: sha512-dD9OznTlHD6aovRswaPNEy8dKtSAmNo4++tO7uuR4o5VxbVAOoEQ1uSmN4iFAdQneTHws1lkTZeiXPrcCkh6IA==} 253 + /@img/sharp-libvips-darwin-x64@1.0.1: 254 + resolution: {integrity: sha512-eVU/JYLPVjhhrd8Tk6gosl5pVlvsqiFlt50wotCvdkFGf+mDNBJxMh+bvav+Wt3EBnNZWq8Sp2I7XfSjm8siog==} 255 255 engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 256 256 cpu: [x64] 257 257 os: [darwin] ··· 259 259 dev: false 260 260 optional: true 261 261 262 - /@img/sharp-libvips-linux-arm64@1.0.0: 263 - resolution: {integrity: sha512-xTYThiqEZEZc0PRU90yVtM3KE7lw1bKdnDQ9kCTHWbqWyHOe4NpPOtMGy27YnN51q0J5dqRrvicfPbALIOeAZA==} 262 + /@img/sharp-libvips-linux-arm64@1.0.1: 263 + resolution: {integrity: sha512-bnGG+MJjdX70mAQcSLxgeJco11G+MxTz+ebxlz8Y3dxyeb3Nkl7LgLI0mXupoO+u1wRNx/iRj5yHtzA4sde1yA==} 264 264 engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 265 265 cpu: [arm64] 266 266 os: [linux] ··· 268 268 dev: false 269 269 optional: true 270 270 271 - /@img/sharp-libvips-linux-arm@1.0.0: 272 - resolution: {integrity: sha512-VwgD2eEikDJUk09Mn9Dzi1OW2OJFRQK+XlBTkUNmAWPrtj8Ly0yq05DFgu1VCMx2/DqCGQVi5A1dM9hTmxf3uw==} 271 + /@img/sharp-libvips-linux-arm@1.0.1: 272 + resolution: {integrity: sha512-FtdMvR4R99FTsD53IA3LxYGghQ82t3yt0ZQ93WMZ2xV3dqrb0E8zq4VHaTOuLEAuA83oDawHV3fd+BsAPadHIQ==} 273 273 engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 274 274 cpu: [arm] 275 275 os: [linux] ··· 277 277 dev: false 278 278 optional: true 279 279 280 - /@img/sharp-libvips-linux-s390x@1.0.0: 281 - resolution: {integrity: sha512-o9E46WWBC6JsBlwU4QyU9578G77HBDT1NInd+aERfxeOPbk0qBZHgoDsQmA2v9TbqJRWzoBPx1aLOhprBMgPjw==} 280 + /@img/sharp-libvips-linux-s390x@1.0.1: 281 + resolution: {integrity: sha512-3+rzfAR1YpMOeA2zZNp+aYEzGNWK4zF3+sdMxuCS3ey9HhDbJ66w6hDSHDMoap32DueFwhhs3vwooAB2MaK4XQ==} 282 282 engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 283 283 cpu: [s390x] 284 284 os: [linux] ··· 286 286 dev: false 287 287 optional: true 288 288 289 - /@img/sharp-libvips-linux-x64@1.0.0: 290 - resolution: {integrity: sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==} 289 + /@img/sharp-libvips-linux-x64@1.0.1: 290 + resolution: {integrity: sha512-3NR1mxFsaSgMMzz1bAnnKbSAI+lHXVTqAHgc1bgzjHuXjo4hlscpUxc0vFSAPKI3yuzdzcZOkq7nDPrP2F8Jgw==} 291 291 engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 292 292 cpu: [x64] 293 293 os: [linux] ··· 295 295 dev: false 296 296 optional: true 297 297 298 - /@img/sharp-libvips-linuxmusl-arm64@1.0.0: 299 - resolution: {integrity: sha512-OdorplCyvmSAPsoJLldtLh3nLxRrkAAAOHsGWGDYfN0kh730gifK+UZb3dWORRa6EusNqCTjfXV4GxvgJ/nPDQ==} 298 + /@img/sharp-libvips-linuxmusl-arm64@1.0.1: 299 + resolution: {integrity: sha512-5aBRcjHDG/T6jwC3Edl3lP8nl9U2Yo8+oTl5drd1dh9Z1EBfzUKAJFUDTDisDjUwc7N4AjnPGfCA3jl3hY8uDg==} 300 300 engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 301 301 cpu: [arm64] 302 302 os: [linux] ··· 304 304 dev: false 305 305 optional: true 306 306 307 - /@img/sharp-libvips-linuxmusl-x64@1.0.0: 308 - resolution: {integrity: sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==} 307 + /@img/sharp-libvips-linuxmusl-x64@1.0.1: 308 + resolution: {integrity: sha512-dcT7inI9DBFK6ovfeWRe3hG30h51cBAP5JXlZfx6pzc/Mnf9HFCQDLtYf4MCBjxaaTfjCCjkBxcy3XzOAo5txw==} 309 309 engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 310 310 cpu: [x64] 311 311 os: [linux] ··· 313 313 dev: false 314 314 optional: true 315 315 316 - /@img/sharp-linux-arm64@0.33.1: 317 - resolution: {integrity: sha512-59B5GRO2d5N3tIfeGHAbJps7cLpuWEQv/8ySd9109ohQ3kzyCACENkFVAnGPX00HwPTQcaBNF7HQYEfZyZUFfw==} 316 + /@img/sharp-linux-arm64@0.33.2: 317 + resolution: {integrity: sha512-pz0NNo882vVfqJ0yNInuG9YH71smP4gRSdeL09ukC2YLE6ZyZePAlWKEHgAzJGTiOh8Qkaov6mMIMlEhmLdKew==} 318 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'} 319 319 cpu: [arm64] 320 320 os: [linux] 321 321 requiresBuild: true 322 322 optionalDependencies: 323 - '@img/sharp-libvips-linux-arm64': 1.0.0 323 + '@img/sharp-libvips-linux-arm64': 1.0.1 324 324 dev: false 325 325 optional: true 326 326 327 - /@img/sharp-linux-arm@0.33.1: 328 - resolution: {integrity: sha512-Ii4X1vnzzI4j0+cucsrYA5ctrzU9ciXERfJR633S2r39CiD8npqH2GMj63uFZRCFt3E687IenAdbwIpQOJ5BNA==} 327 + /@img/sharp-linux-arm@0.33.2: 328 + resolution: {integrity: sha512-Fndk/4Zq3vAc4G/qyfXASbS3HBZbKrlnKZLEJzPLrXoJuipFNNwTes71+Ki1hwYW5lch26niRYoZFAtZVf3EGA==} 329 329 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'} 330 330 cpu: [arm] 331 331 os: [linux] 332 332 requiresBuild: true 333 333 optionalDependencies: 334 - '@img/sharp-libvips-linux-arm': 1.0.0 334 + '@img/sharp-libvips-linux-arm': 1.0.1 335 335 dev: false 336 336 optional: true 337 337 338 - /@img/sharp-linux-s390x@0.33.1: 339 - resolution: {integrity: sha512-tRGrb2pHnFUXpOAj84orYNxHADBDIr0J7rrjwQrTNMQMWA4zy3StKmMvwsI7u3dEZcgwuMMooIIGWEWOjnmG8A==} 338 + /@img/sharp-linux-s390x@0.33.2: 339 + resolution: {integrity: sha512-MBoInDXDppMfhSzbMmOQtGfloVAflS2rP1qPcUIiITMi36Mm5YR7r0ASND99razjQUpHTzjrU1flO76hKvP5RA==} 340 340 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'} 341 341 cpu: [s390x] 342 342 os: [linux] 343 343 requiresBuild: true 344 344 optionalDependencies: 345 - '@img/sharp-libvips-linux-s390x': 1.0.0 345 + '@img/sharp-libvips-linux-s390x': 1.0.1 346 346 dev: false 347 347 optional: true 348 348 349 - /@img/sharp-linux-x64@0.33.1: 350 - resolution: {integrity: sha512-4y8osC0cAc1TRpy02yn5omBeloZZwS62fPZ0WUAYQiLhSFSpWJfY/gMrzKzLcHB9ulUV6ExFiu2elMaixKDbeg==} 349 + /@img/sharp-linux-x64@0.33.2: 350 + resolution: {integrity: sha512-xUT82H5IbXewKkeF5aiooajoO1tQV4PnKfS/OZtb5DDdxS/FCI/uXTVZ35GQ97RZXsycojz/AJ0asoz6p2/H/A==} 351 351 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'} 352 352 cpu: [x64] 353 353 os: [linux] 354 354 requiresBuild: true 355 355 optionalDependencies: 356 - '@img/sharp-libvips-linux-x64': 1.0.0 356 + '@img/sharp-libvips-linux-x64': 1.0.1 357 357 dev: false 358 358 optional: true 359 359 360 - /@img/sharp-linuxmusl-arm64@0.33.1: 361 - resolution: {integrity: sha512-D3lV6clkqIKUizNS8K6pkuCKNGmWoKlBGh5p0sLO2jQERzbakhu4bVX1Gz+RS4vTZBprKlWaf+/Rdp3ni2jLfA==} 360 + /@img/sharp-linuxmusl-arm64@0.33.2: 361 + resolution: {integrity: sha512-F+0z8JCu/UnMzg8IYW1TMeiViIWBVg7IWP6nE0p5S5EPQxlLd76c8jYemG21X99UzFwgkRo5yz2DS+zbrnxZeA==} 362 362 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'} 363 363 cpu: [arm64] 364 364 os: [linux] 365 365 requiresBuild: true 366 366 optionalDependencies: 367 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.0 367 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.1 368 368 dev: false 369 369 optional: true 370 370 371 - /@img/sharp-linuxmusl-x64@0.33.1: 372 - resolution: {integrity: sha512-LOGKNu5w8uu1evVqUAUKTix2sQu1XDRIYbsi5Q0c/SrXhvJ4QyOx+GaajxmOg5PZSsSnCYPSmhjHHsRBx06/wQ==} 371 + /@img/sharp-linuxmusl-x64@0.33.2: 372 + resolution: {integrity: sha512-+ZLE3SQmSL+Fn1gmSaM8uFusW5Y3J9VOf+wMGNnTtJUMUxFhv+P4UPaYEYT8tqnyYVaOVGgMN/zsOxn9pSsO2A==} 373 373 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'} 374 374 cpu: [x64] 375 375 os: [linux] 376 376 requiresBuild: true 377 377 optionalDependencies: 378 - '@img/sharp-libvips-linuxmusl-x64': 1.0.0 378 + '@img/sharp-libvips-linuxmusl-x64': 1.0.1 379 379 dev: false 380 380 optional: true 381 381 382 - /@img/sharp-wasm32@0.33.1: 383 - resolution: {integrity: sha512-vWI/sA+0p+92DLkpAMb5T6I8dg4z2vzCUnp8yvxHlwBpzN8CIcO3xlSXrLltSvK6iMsVMNswAv+ub77rsf25lA==} 382 + /@img/sharp-wasm32@0.33.2: 383 + resolution: {integrity: sha512-fLbTaESVKuQcpm8ffgBD7jLb/CQLcATju/jxtTXR1XCLwbOQt+OL5zPHSDMmp2JZIeq82e18yE0Vv7zh6+6BfQ==} 384 384 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 385 385 cpu: [wasm32] 386 386 requiresBuild: true 387 387 dependencies: 388 - '@emnapi/runtime': 0.44.0 388 + '@emnapi/runtime': 0.45.0 389 389 dev: false 390 390 optional: true 391 391 392 - /@img/sharp-win32-ia32@0.33.1: 393 - resolution: {integrity: sha512-/xhYkylsKL05R+NXGJc9xr2Tuw6WIVl2lubFJaFYfW4/MQ4J+dgjIo/T4qjNRizrqs/szF/lC9a5+updmY9jaQ==} 392 + /@img/sharp-win32-ia32@0.33.2: 393 + resolution: {integrity: sha512-okBpql96hIGuZ4lN3+nsAjGeggxKm7hIRu9zyec0lnfB8E7Z6p95BuRZzDDXZOl2e8UmR4RhYt631i7mfmKU8g==} 394 394 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 395 395 cpu: [ia32] 396 396 os: [win32] ··· 398 398 dev: false 399 399 optional: true 400 400 401 - /@img/sharp-win32-x64@0.33.1: 402 - resolution: {integrity: sha512-XaM69X0n6kTEsp9tVYYLhXdg7Qj32vYJlAKRutxUsm1UlgQNx6BOhHwZPwukCGXBU2+tH87ip2eV1I/E8MQnZg==} 401 + /@img/sharp-win32-x64@0.33.2: 402 + resolution: {integrity: sha512-E4magOks77DK47FwHUIGH0RYWSgRBfGdK56kIHSVeB9uIS4pPFr4N2kIVsXdQQo4LzOsENKV5KAhRlRL7eMAdg==} 403 403 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} 404 404 cpu: [x64] 405 405 os: [win32] ··· 417 417 resolution: {integrity: sha512-ZgHxf5HAPIaR0th+w0RUD62yF6vxitjlprSxmLJ1tam7FOekqRSDELMg4Cr/DdszG5YLsp5BG3FgHgqquQZbqw==} 418 418 dependencies: 419 419 '@swc/helpers': 0.5.3 420 - intl-messageformat: 10.5.8 420 + intl-messageformat: 10.5.10 421 421 dev: false 422 422 423 423 /@internationalized/number@3.5.0: ··· 450 450 dependencies: 451 451 '@jridgewell/set-array': 1.1.2 452 452 '@jridgewell/sourcemap-codec': 1.4.15 453 - '@jridgewell/trace-mapping': 0.3.20 453 + '@jridgewell/trace-mapping': 0.3.21 454 454 dev: false 455 455 456 456 /@jridgewell/resolve-uri@3.1.1: ··· 467 467 resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} 468 468 dev: false 469 469 470 - /@jridgewell/trace-mapping@0.3.20: 471 - resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} 470 + /@jridgewell/trace-mapping@0.3.21: 471 + resolution: {integrity: sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==} 472 472 dependencies: 473 473 '@jridgewell/resolve-uri': 3.1.1 474 474 '@jridgewell/sourcemap-codec': 1.4.15 ··· 565 565 dev: false 566 566 optional: true 567 567 568 - /@nextui-org/accordion@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 568 + /@nextui-org/accordion@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 569 569 resolution: {integrity: sha512-WzD7sscL+4K0TFyUutTn1AhU0wcS68TqNCTNv7KgON6ODdwieydilMxAyXvwo3RgXeWG+8BbdxJC/6W+/iLBTg==} 570 570 peerDependencies: 571 571 '@nextui-org/system': '>=2.0.0' ··· 574 574 react: '>=18' 575 575 react-dom: '>=18' 576 576 dependencies: 577 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 578 - '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 579 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 577 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 578 + '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 579 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 580 580 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 581 581 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 582 582 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 583 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 583 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 584 584 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 585 585 '@nextui-org/use-aria-accordion': 2.0.2(react-dom@18.2.0)(react@18.2.0) 586 586 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) ··· 591 591 '@react-stately/tree': 3.7.5(react@18.2.0) 592 592 '@react-types/accordion': 3.0.0-alpha.17(react@18.2.0) 593 593 '@react-types/shared': 3.22.0(react@18.2.0) 594 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 594 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 595 595 react: 18.2.0 596 596 react-dom: 18.2.0(react@18.2.0) 597 597 transitivePeerDependencies: 598 598 - tailwind-variants 599 599 dev: false 600 600 601 - /@nextui-org/aria-utils@2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 601 + /@nextui-org/aria-utils@2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 602 602 resolution: {integrity: sha512-4M4jeJ/ghGaia9064yS+mEZ3sFPH80onmjNGWJZkkZDmUV4R88lNkqe/XYBK1tbxfl4Kxa8jc/ALsZkUkkvR5w==} 603 603 peerDependencies: 604 604 react: '>=18' ··· 606 606 dependencies: 607 607 '@nextui-org/react-rsc-utils': 2.0.10 608 608 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 609 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 609 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 610 610 '@react-aria/utils': 3.23.0(react@18.2.0) 611 611 '@react-stately/collections': 3.10.4(react@18.2.0) 612 612 '@react-types/overlays': 3.8.4(react@18.2.0) ··· 618 618 - tailwind-variants 619 619 dev: false 620 620 621 - /@nextui-org/autocomplete@2.0.9(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 621 + /@nextui-org/autocomplete@2.0.9(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 622 622 resolution: {integrity: sha512-ViPXrZnP35k7LF+TBA4w8nqu0OEj9p1z9Rt7rwrACmY2VmDGY6h6a6nDCMjhuTVXptftRvzxfIPsIyzBYqxb0g==} 623 623 peerDependencies: 624 624 '@nextui-org/system': '>=2.0.0' ··· 627 627 react: '>=18' 628 628 react-dom: '>=18' 629 629 dependencies: 630 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 631 - '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 632 - '@nextui-org/input': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0) 633 - '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 634 - '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 630 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 631 + '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 632 + '@nextui-org/input': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) 633 + '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 634 + '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 635 635 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 636 636 '@nextui-org/scroll-shadow': 2.1.12(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 637 637 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 638 638 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 639 - '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 640 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 639 + '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 640 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 641 641 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 642 642 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 643 - '@react-aria/combobox': 3.8.1(react-dom@18.2.0)(react@18.2.0) 643 + '@react-aria/combobox': 3.8.2(react-dom@18.2.0)(react@18.2.0) 644 644 '@react-aria/focus': 3.16.0(react@18.2.0) 645 645 '@react-aria/i18n': 3.10.0(react@18.2.0) 646 646 '@react-aria/interactions': 3.20.1(react@18.2.0) ··· 649 649 '@react-stately/combobox': 3.8.1(react@18.2.0) 650 650 '@react-types/combobox': 3.10.0(react@18.2.0) 651 651 '@react-types/shared': 3.22.0(react@18.2.0) 652 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 652 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 653 653 react: 18.2.0 654 654 react-dom: 18.2.0(react@18.2.0) 655 655 transitivePeerDependencies: ··· 667 667 dependencies: 668 668 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 669 669 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 670 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 670 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 671 671 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 672 672 '@nextui-org/use-image': 2.0.4(react@18.2.0) 673 673 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 677 677 react-dom: 18.2.0(react@18.2.0) 678 678 dev: false 679 679 680 - /@nextui-org/badge@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 680 + /@nextui-org/badge@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 681 681 resolution: {integrity: sha512-FA3XgqEbyKWepMXqMZg7D+1IRf7flrb2LzFvTbkmsbvWQ4yYz1LqJXZ/HDmoCydvh2pOnc+1zPK3BpB7vGrrwA==} 682 682 peerDependencies: 683 683 '@nextui-org/theme': '>=2.1.0' ··· 686 686 dependencies: 687 687 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 688 688 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 689 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 689 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 690 690 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 691 691 react: 18.2.0 692 692 react-dom: 18.2.0(react@18.2.0) ··· 705 705 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 706 706 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 707 707 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 708 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 708 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 709 709 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 710 710 '@react-aria/breadcrumbs': 3.5.9(react@18.2.0) 711 711 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 716 716 react-dom: 18.2.0(react@18.2.0) 717 717 dev: false 718 718 719 - /@nextui-org/button@2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 719 + /@nextui-org/button@2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 720 720 resolution: {integrity: sha512-mDrSII1oneY4omwDdxUhl5oLa3AhoWCchwV/jt7egunnAFie32HbTqfFYGpLGiJw3JMMh3WDUthrI1islVTRKA==} 721 721 peerDependencies: 722 722 '@nextui-org/system': '>=2.0.0' ··· 726 726 react-dom: '>=18' 727 727 dependencies: 728 728 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 729 - '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0) 729 + '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0) 730 730 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 731 - '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 732 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 731 + '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 732 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 733 733 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 734 734 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 735 735 '@react-aria/button': 3.9.1(react@18.2.0) ··· 738 738 '@react-aria/utils': 3.23.0(react@18.2.0) 739 739 '@react-types/button': 3.9.1(react@18.2.0) 740 740 '@react-types/shared': 3.22.0(react@18.2.0) 741 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 741 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 742 742 react: 18.2.0 743 743 react-dom: 18.2.0(react@18.2.0) 744 744 transitivePeerDependencies: 745 745 - tailwind-variants 746 746 dev: false 747 747 748 - /@nextui-org/card@2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0): 748 + /@nextui-org/card@2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0): 749 749 resolution: {integrity: sha512-16uAS0i6+EO+u8aqtmaCXatjovsyuTq51JwCLBlB67OldfgXoYcYl3GaE2VoZdEwxVu1G/qypDfXv29k46nZuA==} 750 750 peerDependencies: 751 751 '@nextui-org/system': '>=2.0.0' ··· 755 755 react-dom: '>=18' 756 756 dependencies: 757 757 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 758 - '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0) 758 + '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0) 759 759 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 760 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 760 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 761 761 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 762 762 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 763 763 '@react-aria/button': 3.9.1(react@18.2.0) ··· 765 765 '@react-aria/interactions': 3.20.1(react@18.2.0) 766 766 '@react-aria/utils': 3.23.0(react@18.2.0) 767 767 '@react-types/shared': 3.22.0(react@18.2.0) 768 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 768 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 769 769 react: 18.2.0 770 770 react-dom: 18.2.0(react@18.2.0) 771 771 dev: false ··· 780 780 dependencies: 781 781 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 782 782 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 783 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 783 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 784 784 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 785 785 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 786 786 '@react-aria/checkbox': 3.13.0(react@18.2.0) ··· 807 807 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 808 808 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 809 809 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 810 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 810 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 811 811 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 812 812 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 813 813 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 818 818 react-dom: 18.2.0(react@18.2.0) 819 819 dev: false 820 820 821 - /@nextui-org/code@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 821 + /@nextui-org/code@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 822 822 resolution: {integrity: sha512-Kw/uOQtdytRWY99zMQuGHqMAAGXWBAxHlyMMge1OCckpadCDfX6plPjqoS18SGM0orJ4fox+a1FM8VhnRQ2kQw==} 823 823 peerDependencies: 824 824 '@nextui-org/theme': '>=2.1.0' ··· 827 827 dependencies: 828 828 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 829 829 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 830 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 830 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 831 831 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 832 832 react: 18.2.0 833 833 react-dom: 18.2.0(react@18.2.0) ··· 835 835 - tailwind-variants 836 836 dev: false 837 837 838 - /@nextui-org/divider@2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 838 + /@nextui-org/divider@2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 839 839 resolution: {integrity: sha512-yEvHqYlhNBwmF68pfjJKdzC8gVQtL+txxD5COBGF9uFyfxA5hVw2D6GmYgOH514bxrFBuWOLcQX6gyljgcN3bA==} 840 840 peerDependencies: 841 841 '@nextui-org/theme': '>=2.1.0' ··· 844 844 dependencies: 845 845 '@nextui-org/react-rsc-utils': 2.0.10 846 846 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 847 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 847 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 848 848 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 849 849 '@react-types/shared': 3.22.0(react@18.2.0) 850 850 react: 18.2.0 ··· 853 853 - tailwind-variants 854 854 dev: false 855 855 856 - /@nextui-org/dropdown@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 856 + /@nextui-org/dropdown@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 857 857 resolution: {integrity: sha512-3KINNvC7Cz+deQltCM8gaB7iJCfU4Qsp1fwnoy1wUEjeZhEtPOPR59oTyqT+gPaPIisP1+LLOfcqRl4jNQoVXw==} 858 858 peerDependencies: 859 859 '@nextui-org/system': '>=2.0.0' ··· 862 862 react: '>=18' 863 863 react-dom: '>=18' 864 864 dependencies: 865 - '@nextui-org/menu': 2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 866 - '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 865 + '@nextui-org/menu': 2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 866 + '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 867 867 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 868 868 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 869 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 869 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 870 870 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 871 871 '@react-aria/focus': 3.16.0(react@18.2.0) 872 872 '@react-aria/menu': 3.12.0(react-dom@18.2.0)(react@18.2.0) 873 873 '@react-aria/utils': 3.23.0(react@18.2.0) 874 874 '@react-stately/menu': 3.6.0(react@18.2.0) 875 875 '@react-types/menu': 3.9.6(react@18.2.0) 876 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 876 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 877 877 react: 18.2.0 878 878 react-dom: 18.2.0(react@18.2.0) 879 879 transitivePeerDependencies: ··· 881 881 - tailwind-variants 882 882 dev: false 883 883 884 - /@nextui-org/framer-transitions@2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 884 + /@nextui-org/framer-transitions@2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 885 885 resolution: {integrity: sha512-UlWMCAFdrq8wKrYFGwc+O4kFhKCkL4L9ZadBkP0PqjmfyAC2gA3ygRbNqtKhFMWeKbBAiC8qQ9aTBEA/+0r/EA==} 886 886 peerDependencies: 887 887 framer-motion: '>=4.0.0' ··· 889 889 react-dom: '>=18' 890 890 dependencies: 891 891 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 892 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 893 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 892 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 893 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 894 894 react: 18.2.0 895 895 react-dom: 18.2.0(react@18.2.0) 896 896 transitivePeerDependencies: ··· 908 908 dependencies: 909 909 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 910 910 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 911 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 911 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 912 912 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 913 913 '@nextui-org/use-image': 2.0.4(react@18.2.0) 914 914 react: 18.2.0 915 915 react-dom: 18.2.0(react@18.2.0) 916 916 dev: false 917 917 918 - /@nextui-org/input@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0): 918 + /@nextui-org/input@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): 919 919 resolution: {integrity: sha512-nUTlAvsXj5t88ycvQdICxf78/pko6Wznx2OomvYjb3E45eb77twQcWUDhydkJCWIh3b4AhGHSMM6GYxwWUgMDA==} 920 920 peerDependencies: 921 921 '@nextui-org/system': '>=2.0.0' ··· 926 926 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 927 927 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 928 928 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 929 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 929 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 930 930 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 931 931 '@react-aria/focus': 3.16.0(react@18.2.0) 932 932 '@react-aria/interactions': 3.20.1(react@18.2.0) 933 - '@react-aria/textfield': 3.14.0(react@18.2.0) 933 + '@react-aria/textfield': 3.14.1(react@18.2.0) 934 934 '@react-aria/utils': 3.23.0(react@18.2.0) 935 935 '@react-stately/utils': 3.9.0(react@18.2.0) 936 936 '@react-types/shared': 3.22.0(react@18.2.0) 937 937 '@react-types/textfield': 3.9.0(react@18.2.0) 938 938 react: 18.2.0 939 939 react-dom: 18.2.0(react@18.2.0) 940 - react-textarea-autosize: 8.5.3(@types/react@18.2.45)(react@18.2.0) 940 + react-textarea-autosize: 8.5.3(@types/react@18.2.48)(react@18.2.0) 941 941 transitivePeerDependencies: 942 942 - '@types/react' 943 943 dev: false 944 944 945 - /@nextui-org/kbd@2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 945 + /@nextui-org/kbd@2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 946 946 resolution: {integrity: sha512-cYwbEjp/+/tjtOdmiRy2UHjfBhP3bqd5e+JFTa5sY1HotckUZrCintATyBcg9bPa3iSPUI44M6Cb9e0oAUUeMA==} 947 947 peerDependencies: 948 948 '@nextui-org/theme': '>=2.1.0' ··· 951 951 dependencies: 952 952 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 953 953 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 954 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 954 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 955 955 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 956 956 '@react-aria/utils': 3.23.0(react@18.2.0) 957 957 react: 18.2.0 ··· 971 971 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 972 972 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 973 973 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 974 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 974 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 975 975 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 976 976 '@nextui-org/use-aria-link': 2.0.15(react@18.2.0) 977 977 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 982 982 react-dom: 18.2.0(react@18.2.0) 983 983 dev: false 984 984 985 - /@nextui-org/listbox@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 985 + /@nextui-org/listbox@2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 986 986 resolution: {integrity: sha512-5PmUCoHFgAr+1nAU3IlqPFTgyHo7zsTcNeja4wcErD/KseCF2h7Uk5OqUX5hQDN9B9fZuGjPrkG4yoK/6pqcUQ==} 987 987 peerDependencies: 988 988 '@nextui-org/system': '>=2.0.0' ··· 990 990 react: '>=18' 991 991 react-dom: '>=18' 992 992 dependencies: 993 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 994 - '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 993 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 994 + '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 995 995 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 996 996 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 997 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 997 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 998 998 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 999 999 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1000 1000 '@nextui-org/use-is-mobile': 2.0.6(react@18.2.0) ··· 1011 1011 - tailwind-variants 1012 1012 dev: false 1013 1013 1014 - /@nextui-org/menu@2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1014 + /@nextui-org/menu@2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1015 1015 resolution: {integrity: sha512-qr/BPDbBvg5tpAZZLkLx8eNnvYwJYM3Q72fmRYbzwmG3upNtdjln0QYxSwPXUz7RYqTKEFWc9JPxq2pgPM15Wg==} 1016 1016 peerDependencies: 1017 1017 '@nextui-org/system': '>=2.0.0' ··· 1019 1019 react: '>=18' 1020 1020 react-dom: '>=18' 1021 1021 dependencies: 1022 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1023 - '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1022 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1023 + '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1024 1024 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1025 1025 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1026 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1026 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1027 1027 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1028 1028 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1029 1029 '@nextui-org/use-is-mobile': 2.0.6(react@18.2.0) ··· 1041 1041 - tailwind-variants 1042 1042 dev: false 1043 1043 1044 - /@nextui-org/modal@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1044 + /@nextui-org/modal@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1045 1045 resolution: {integrity: sha512-unfP0EMF3FDg5CkRqou03s4/BopWbaBTeVIMZeA2A1WF5teHUOmpLdp44Z1KOoWB1RVMDVd4JeoauNHNhJMp0g==} 1046 1046 peerDependencies: 1047 1047 '@nextui-org/system': '>=2.0.0' ··· 1050 1050 react: '>=18' 1051 1051 react-dom: '>=18' 1052 1052 dependencies: 1053 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1053 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1054 1054 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1055 1055 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 1056 1056 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1057 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1057 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1058 1058 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1059 1059 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 1060 1060 '@nextui-org/use-aria-modal-overlay': 2.0.6(react-dom@18.2.0)(react@18.2.0) 1061 1061 '@nextui-org/use-disclosure': 2.0.6(react@18.2.0) 1062 - '@react-aria/dialog': 3.5.9(react-dom@18.2.0)(react@18.2.0) 1062 + '@react-aria/dialog': 3.5.10(react-dom@18.2.0)(react@18.2.0) 1063 1063 '@react-aria/focus': 3.16.0(react@18.2.0) 1064 1064 '@react-aria/interactions': 3.20.1(react@18.2.0) 1065 1065 '@react-aria/overlays': 3.20.0(react-dom@18.2.0)(react@18.2.0) 1066 1066 '@react-aria/utils': 3.23.0(react@18.2.0) 1067 1067 '@react-stately/overlays': 3.6.4(react@18.2.0) 1068 1068 '@react-types/overlays': 3.8.4(react@18.2.0) 1069 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1069 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1070 1070 react: 18.2.0 1071 1071 react-dom: 18.2.0(react@18.2.0) 1072 - react-remove-scroll: 2.5.7(@types/react@18.2.45)(react@18.2.0) 1072 + react-remove-scroll: 2.5.7(@types/react@18.2.48)(react@18.2.0) 1073 1073 transitivePeerDependencies: 1074 1074 - '@types/react' 1075 1075 - tailwind-variants 1076 1076 dev: false 1077 1077 1078 - /@nextui-org/navbar@2.0.27(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1078 + /@nextui-org/navbar@2.0.27(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1079 1079 resolution: {integrity: sha512-iP4Pn4ItQkAW1nbu1Jmrh5l9pMVG43lDxq9rbx6DbLjLnnZOOrE6fURb8uN5NVy3ooV5dF02zKAoxlkE5fN/xw==} 1080 1080 peerDependencies: 1081 1081 '@nextui-org/system': '>=2.0.0' ··· 1084 1084 react: '>=18' 1085 1085 react-dom: '>=18' 1086 1086 dependencies: 1087 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1087 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1088 1088 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1089 1089 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1090 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1090 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1091 1091 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1092 1092 '@nextui-org/use-aria-toggle-button': 2.0.6(react@18.2.0) 1093 1093 '@nextui-org/use-scroll-position': 2.0.4(react@18.2.0) ··· 1097 1097 '@react-aria/utils': 3.23.0(react@18.2.0) 1098 1098 '@react-stately/toggle': 3.7.0(react@18.2.0) 1099 1099 '@react-stately/utils': 3.9.0(react@18.2.0) 1100 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1100 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1101 1101 react: 18.2.0 1102 1102 react-dom: 18.2.0(react@18.2.0) 1103 - react-remove-scroll: 2.5.7(@types/react@18.2.45)(react@18.2.0) 1103 + react-remove-scroll: 2.5.7(@types/react@18.2.48)(react@18.2.0) 1104 1104 transitivePeerDependencies: 1105 1105 - '@types/react' 1106 1106 - tailwind-variants ··· 1117 1117 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1118 1118 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 1119 1119 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1120 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1120 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1121 1121 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1122 1122 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1123 1123 '@nextui-org/use-pagination': 2.0.4(react@18.2.0) ··· 1129 1129 scroll-into-view-if-needed: 3.0.10 1130 1130 dev: false 1131 1131 1132 - /@nextui-org/popover@2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1132 + /@nextui-org/popover@2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1133 1133 resolution: {integrity: sha512-fqqktFQ/chIBS9Y3MghL6KX6qAy3hodtXUDchnxLa1GL+oi6TCBLUjo+wgI5EMJrTTbqo/eFLui/Ks00JfCj+A==} 1134 1134 peerDependencies: 1135 1135 '@nextui-org/system': '>=2.0.0' ··· 1138 1138 react: '>=18' 1139 1139 react-dom: '>=18' 1140 1140 dependencies: 1141 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1142 - '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1143 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1141 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1142 + '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1143 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1144 1144 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1145 1145 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1146 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1146 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1147 1147 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1148 1148 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 1149 - '@react-aria/dialog': 3.5.9(react-dom@18.2.0)(react@18.2.0) 1149 + '@react-aria/dialog': 3.5.10(react-dom@18.2.0)(react@18.2.0) 1150 1150 '@react-aria/focus': 3.16.0(react@18.2.0) 1151 1151 '@react-aria/interactions': 3.20.1(react@18.2.0) 1152 1152 '@react-aria/overlays': 3.20.0(react-dom@18.2.0)(react@18.2.0) ··· 1154 1154 '@react-stately/overlays': 3.6.4(react@18.2.0) 1155 1155 '@react-types/button': 3.9.1(react@18.2.0) 1156 1156 '@react-types/overlays': 3.8.4(react@18.2.0) 1157 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1157 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1158 1158 react: 18.2.0 1159 1159 react-dom: 18.2.0(react@18.2.0) 1160 - react-remove-scroll: 2.5.7(@types/react@18.2.45)(react@18.2.0) 1160 + react-remove-scroll: 2.5.7(@types/react@18.2.48)(react@18.2.0) 1161 1161 transitivePeerDependencies: 1162 1162 - '@types/react' 1163 1163 - tailwind-variants ··· 1173 1173 dependencies: 1174 1174 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1175 1175 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1176 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1176 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1177 1177 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1178 1178 '@nextui-org/use-is-mounted': 2.0.4(react@18.2.0) 1179 1179 '@react-aria/i18n': 3.10.0(react@18.2.0) ··· 1194 1194 dependencies: 1195 1195 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1196 1196 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1197 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1197 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1198 1198 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1199 1199 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1200 1200 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 1223 1223 react: 18.2.0 1224 1224 dev: false 1225 1225 1226 - /@nextui-org/react@2.2.9(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19)(tailwindcss@3.3.6): 1226 + /@nextui-org/react@2.2.9(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20)(tailwindcss@3.3.6): 1227 1227 resolution: {integrity: sha512-QHkUQTxI9sYoVjrvTpYm5K68pMDRqD13+DVzdsrkJuETGhbvE2c2CCGc4on9EwXC3JsOxuP/OyqaAmOIuHhYkA==} 1228 1228 peerDependencies: 1229 1229 framer-motion: '>=4.0.0' 1230 1230 react: '>=18' 1231 1231 react-dom: '>=18' 1232 1232 dependencies: 1233 - '@nextui-org/accordion': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1234 - '@nextui-org/autocomplete': 2.0.9(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1233 + '@nextui-org/accordion': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1234 + '@nextui-org/autocomplete': 2.0.9(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1235 1235 '@nextui-org/avatar': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1236 - '@nextui-org/badge': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1236 + '@nextui-org/badge': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1237 1237 '@nextui-org/breadcrumbs': 2.0.4(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1238 - '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1239 - '@nextui-org/card': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0) 1238 + '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1239 + '@nextui-org/card': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0) 1240 1240 '@nextui-org/checkbox': 2.0.25(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1241 1241 '@nextui-org/chip': 2.0.25(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1242 - '@nextui-org/code': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1243 - '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1244 - '@nextui-org/dropdown': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1242 + '@nextui-org/code': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1243 + '@nextui-org/divider': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1244 + '@nextui-org/dropdown': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1245 1245 '@nextui-org/image': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1246 - '@nextui-org/input': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(react-dom@18.2.0)(react@18.2.0) 1247 - '@nextui-org/kbd': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1246 + '@nextui-org/input': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) 1247 + '@nextui-org/kbd': 2.0.25(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1248 1248 '@nextui-org/link': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1249 - '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1250 - '@nextui-org/menu': 2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1251 - '@nextui-org/modal': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1252 - '@nextui-org/navbar': 2.0.27(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1249 + '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1250 + '@nextui-org/menu': 2.0.17(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1251 + '@nextui-org/modal': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1252 + '@nextui-org/navbar': 2.0.27(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1253 1253 '@nextui-org/pagination': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1254 - '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1254 + '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1255 1255 '@nextui-org/progress': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1256 1256 '@nextui-org/radio': 2.0.25(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1257 - '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0) 1257 + '@nextui-org/ripple': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0) 1258 1258 '@nextui-org/scroll-shadow': 2.1.12(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1259 - '@nextui-org/select': 2.1.20(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1260 - '@nextui-org/skeleton': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1261 - '@nextui-org/slider': 2.2.5(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1262 - '@nextui-org/snippet': 2.0.30(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1263 - '@nextui-org/spacer': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1264 - '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1259 + '@nextui-org/select': 2.1.20(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1260 + '@nextui-org/skeleton': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1261 + '@nextui-org/slider': 2.2.5(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1262 + '@nextui-org/snippet': 2.0.30(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1263 + '@nextui-org/spacer': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1264 + '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1265 1265 '@nextui-org/switch': 2.0.25(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1266 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1267 - '@nextui-org/table': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1268 - '@nextui-org/tabs': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1266 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1267 + '@nextui-org/table': 2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1268 + '@nextui-org/tabs': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1269 1269 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1270 - '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1270 + '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1271 1271 '@nextui-org/user': 2.0.25(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1272 1272 '@react-aria/visually-hidden': 3.8.8(react@18.2.0) 1273 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1273 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1274 1274 react: 18.2.0 1275 1275 react-dom: 18.2.0(react@18.2.0) 1276 1276 transitivePeerDependencies: ··· 1279 1279 - tailwindcss 1280 1280 dev: false 1281 1281 1282 - /@nextui-org/ripple@2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0): 1282 + /@nextui-org/ripple@2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0): 1283 1283 resolution: {integrity: sha512-PCvAk9ErhmPX46VRmhsg8yMxw3Qd9LY7BDkRRfIF8KftgRDyOpG2vV8DxvSOxQu1/aqBWkkHNUuEjM/EvSEung==} 1284 1284 peerDependencies: 1285 1285 '@nextui-org/system': '>=2.0.0' ··· 1290 1290 dependencies: 1291 1291 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1292 1292 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1293 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1293 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1294 1294 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1295 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1295 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1296 1296 react: 18.2.0 1297 1297 react-dom: 18.2.0(react@18.2.0) 1298 1298 dev: false ··· 1307 1307 dependencies: 1308 1308 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1309 1309 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1310 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1310 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1311 1311 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1312 1312 '@nextui-org/use-data-scroll-overflow': 2.1.2(react@18.2.0) 1313 1313 react: 18.2.0 1314 1314 react-dom: 18.2.0(react@18.2.0) 1315 1315 dev: false 1316 1316 1317 - /@nextui-org/select@2.1.20(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1317 + /@nextui-org/select@2.1.20(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1318 1318 resolution: {integrity: sha512-GCO9uzyYnFIdJTqIe6aDe2NnYlclcdYfZnECFAze/R2MW0jpoysk5ysGBDjVDmZis6tLu+BOFXJbIlYEi+LoUQ==} 1319 1319 peerDependencies: 1320 1320 '@nextui-org/system': '>=2.0.0' ··· 1323 1323 react: '>=18' 1324 1324 react-dom: '>=18' 1325 1325 dependencies: 1326 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1327 - '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1328 - '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.45)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1326 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1327 + '@nextui-org/listbox': 2.1.16(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1328 + '@nextui-org/popover': 2.1.14(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(@types/react@18.2.48)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1329 1329 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1330 1330 '@nextui-org/scroll-shadow': 2.1.12(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1331 1331 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 1332 1332 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1333 - '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1334 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1333 + '@nextui-org/spinner': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1334 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1335 1335 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1336 1336 '@nextui-org/use-aria-button': 2.0.6(react@18.2.0) 1337 1337 '@nextui-org/use-aria-multiselect': 2.1.3(react-dom@18.2.0)(react@18.2.0) ··· 1340 1340 '@react-aria/utils': 3.23.0(react@18.2.0) 1341 1341 '@react-aria/visually-hidden': 3.8.8(react@18.2.0) 1342 1342 '@react-types/shared': 3.22.0(react@18.2.0) 1343 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1343 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1344 1344 react: 18.2.0 1345 1345 react-dom: 18.2.0(react@18.2.0) 1346 1346 transitivePeerDependencies: ··· 1364 1364 react: 18.2.0 1365 1365 dev: false 1366 1366 1367 - /@nextui-org/skeleton@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1367 + /@nextui-org/skeleton@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1368 1368 resolution: {integrity: sha512-bsb+lYugSfQV3RHrEHLbHhkkeslaxybnnT4z485Y/GBYTENOiHIOnWFWntfxCbjZ6vCewGlfgnphj6zeqlk20g==} 1369 1369 peerDependencies: 1370 1370 '@nextui-org/theme': '>=2.1.0' ··· 1373 1373 dependencies: 1374 1374 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1375 1375 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1376 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 1376 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 1377 1377 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1378 1378 react: 18.2.0 1379 1379 react-dom: 18.2.0(react@18.2.0) ··· 1381 1381 - tailwind-variants 1382 1382 dev: false 1383 1383 1384 - /@nextui-org/slider@2.2.5(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1384 + /@nextui-org/slider@2.2.5(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1385 1385 resolution: {integrity: sha512-dC6HHMmtn2WvxDmbY/Dq51XJjQ7cAnjZsuYVIvhwIiCLDG8QnEIhmYN0DQp/6oeZsCHnyMHC4DmtgOiJL0eXrQ==} 1386 1386 peerDependencies: 1387 1387 '@nextui-org/system': '>=2.0.0' ··· 1391 1391 dependencies: 1392 1392 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1393 1393 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1394 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1394 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1395 1395 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1396 - '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1396 + '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1397 1397 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1398 1398 '@react-aria/focus': 3.16.0(react@18.2.0) 1399 1399 '@react-aria/i18n': 3.10.0(react@18.2.0) ··· 1409 1409 - tailwind-variants 1410 1410 dev: false 1411 1411 1412 - /@nextui-org/snippet@2.0.30(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1412 + /@nextui-org/snippet@2.0.30(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1413 1413 resolution: {integrity: sha512-8hKxqKpbJIMqFVedzYj90T4td+TkWdOdyYD9+VjywMdezAjsWdr8tqQj7boaMFjVNVSG+Pnw55Pgg/vkpc21aw==} 1414 1414 peerDependencies: 1415 1415 '@nextui-org/system': '>=2.0.0' ··· 1418 1418 react: '>=18' 1419 1419 react-dom: '>=18' 1420 1420 dependencies: 1421 - '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1421 + '@nextui-org/button': 2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1422 1422 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1423 1423 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 1424 1424 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1425 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1425 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1426 1426 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1427 - '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1427 + '@nextui-org/tooltip': 2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1428 1428 '@nextui-org/use-clipboard': 2.0.4(react@18.2.0) 1429 1429 '@react-aria/focus': 3.16.0(react@18.2.0) 1430 1430 '@react-aria/utils': 3.23.0(react@18.2.0) 1431 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1431 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1432 1432 react: 18.2.0 1433 1433 react-dom: 18.2.0(react@18.2.0) 1434 1434 transitivePeerDependencies: 1435 1435 - tailwind-variants 1436 1436 dev: false 1437 1437 1438 - /@nextui-org/spacer@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1438 + /@nextui-org/spacer@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1439 1439 resolution: {integrity: sha512-bLnhPRnoyHQXhLneHjbRqZNxJWMFOBYOZkuX83uy59/FFUY07BcoNsb2s80tN3GoVxsaZ2jB6NxxVbaCJwoPog==} 1440 1440 peerDependencies: 1441 1441 '@nextui-org/theme': '>=2.1.0' ··· 1444 1444 dependencies: 1445 1445 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1446 1446 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1447 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 1447 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 1448 1448 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1449 1449 react: 18.2.0 1450 1450 react-dom: 18.2.0(react@18.2.0) ··· 1452 1452 - tailwind-variants 1453 1453 dev: false 1454 1454 1455 - /@nextui-org/spinner@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1455 + /@nextui-org/spinner@2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1456 1456 resolution: {integrity: sha512-s/q2FmxGPNEqA0ifWfc7xgs5a5D9c3xKkxL3n7jDoRnWo0NPlRsa6QRJGiSL5dHNoUqspRf/lNw2V94Bxk86Pg==} 1457 1457 peerDependencies: 1458 1458 '@nextui-org/theme': '>=2.1.0' ··· 1461 1461 dependencies: 1462 1462 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1463 1463 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1464 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 1464 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 1465 1465 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1466 1466 react: 18.2.0 1467 1467 react-dom: 18.2.0(react@18.2.0) ··· 1479 1479 dependencies: 1480 1480 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1481 1481 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1482 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1482 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1483 1483 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1484 1484 '@nextui-org/use-aria-press': 2.0.1(react@18.2.0) 1485 1485 '@react-aria/focus': 3.16.0(react@18.2.0) ··· 1493 1493 react-dom: 18.2.0(react@18.2.0) 1494 1494 dev: false 1495 1495 1496 - /@nextui-org/system-rsc@2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19): 1496 + /@nextui-org/system-rsc@2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20): 1497 1497 resolution: {integrity: sha512-1QqZ+GM7Ii0rsfSHXS6BBjzKOoLIWwb72nm4h4WgjlMXbRKLZcCQasRHVe5HMSBMvN0JUo7qyGExchfDFl/Ubw==} 1498 1498 peerDependencies: 1499 1499 '@nextui-org/theme': '>=2.1.0' ··· 1503 1503 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1504 1504 clsx: 1.2.1 1505 1505 react: 18.2.0 1506 - tailwind-variants: 0.1.19(tailwindcss@3.3.6) 1506 + tailwind-variants: 0.1.20(tailwindcss@3.3.6) 1507 1507 dev: false 1508 1508 1509 - /@nextui-org/system@2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1509 + /@nextui-org/system@2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1510 1510 resolution: {integrity: sha512-WFDq+Rx6D+gmK1YGEG2RBARPK9EOYonQDt5Tq2tUchzOOqj3kXXcM5Z0F3fudM59eIncLa/tX/ApJSTLry+hsw==} 1511 1511 peerDependencies: 1512 1512 react: '>=18' 1513 1513 react-dom: '>=18' 1514 1514 dependencies: 1515 - '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.19) 1515 + '@nextui-org/system-rsc': 2.0.11(@nextui-org/theme@2.1.17)(react@18.2.0)(tailwind-variants@0.1.20) 1516 1516 '@react-aria/i18n': 3.10.0(react@18.2.0) 1517 1517 '@react-aria/overlays': 3.20.0(react-dom@18.2.0)(react@18.2.0) 1518 1518 '@react-aria/utils': 3.23.0(react@18.2.0) ··· 1524 1524 - tailwind-variants 1525 1525 dev: false 1526 1526 1527 - /@nextui-org/table@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1527 + /@nextui-org/table@2.0.28(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1528 1528 resolution: {integrity: sha512-qH/7jdV5+tiMDDvBfMrUZN4jamds0FsL5Ak+ighoKIUYRFTSXOroi+63ZzzAh/mZAsUALCPPcfbXt4r4aBFDzg==} 1529 1529 peerDependencies: 1530 1530 '@nextui-org/system': '>=2.0.0' ··· 1536 1536 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1537 1537 '@nextui-org/shared-icons': 2.0.6(react@18.2.0) 1538 1538 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1539 - '@nextui-org/spacer': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1540 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1539 + '@nextui-org/spacer': 2.0.24(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1540 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1541 1541 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1542 1542 '@react-aria/focus': 3.16.0(react@18.2.0) 1543 1543 '@react-aria/interactions': 3.20.1(react@18.2.0) ··· 1554 1554 - tailwind-variants 1555 1555 dev: false 1556 1556 1557 - /@nextui-org/tabs@2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1557 + /@nextui-org/tabs@2.0.26(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1558 1558 resolution: {integrity: sha512-GjERgBYUAY1KD4GqNVy0cRi6GyQnf62q0ddcN4je3sEM6rsq3PygEXhkN5pxxFPacoYM/UE6rBswHSKlbjJjgw==} 1559 1559 peerDependencies: 1560 1560 '@nextui-org/system': '>=2.0.0' ··· 1563 1563 react: '>=18' 1564 1564 react-dom: '>=18' 1565 1565 dependencies: 1566 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1567 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1566 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1567 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1568 1568 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1569 1569 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1570 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1570 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1571 1571 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1572 1572 '@nextui-org/use-is-mounted': 2.0.4(react@18.2.0) 1573 1573 '@nextui-org/use-update-effect': 2.0.4(react@18.2.0) ··· 1578 1578 '@react-stately/tabs': 3.6.3(react@18.2.0) 1579 1579 '@react-types/shared': 3.22.0(react@18.2.0) 1580 1580 '@react-types/tabs': 3.3.4(react@18.2.0) 1581 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1581 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1582 1582 react: 18.2.0 1583 1583 react-dom: 18.2.0(react@18.2.0) 1584 1584 scroll-into-view-if-needed: 3.0.10 ··· 1600 1600 lodash.kebabcase: 4.1.1 1601 1601 lodash.mapkeys: 4.6.0 1602 1602 lodash.omit: 4.5.0 1603 - tailwind-variants: 0.1.19(tailwindcss@3.3.6) 1603 + tailwind-variants: 0.1.20(tailwindcss@3.3.6) 1604 1604 tailwindcss: 3.3.6 1605 1605 dev: false 1606 1606 1607 - /@nextui-org/tooltip@2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19): 1607 + /@nextui-org/tooltip@2.0.29(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20): 1608 1608 resolution: {integrity: sha512-LaFyS5bXhcZFXP9rnh6pTKsYX6siWjzEe5z72FIOyAV2yvv2yhkRiO/mEHKI8moo+/tScW/6muFXsvbEalPefg==} 1609 1609 peerDependencies: 1610 1610 '@nextui-org/system': '>=2.0.0' ··· 1613 1613 react: '>=18' 1614 1614 react-dom: '>=18' 1615 1615 dependencies: 1616 - '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1617 - '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.16.16)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1616 + '@nextui-org/aria-utils': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1617 + '@nextui-org/framer-transitions': 2.0.15(@nextui-org/theme@2.1.17)(framer-motion@10.18.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1618 1618 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1619 1619 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1620 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1620 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1621 1621 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1622 1622 '@react-aria/interactions': 3.20.1(react@18.2.0) 1623 1623 '@react-aria/overlays': 3.20.0(react-dom@18.2.0)(react@18.2.0) ··· 1626 1626 '@react-stately/tooltip': 3.4.6(react@18.2.0) 1627 1627 '@react-types/overlays': 3.8.4(react@18.2.0) 1628 1628 '@react-types/tooltip': 3.4.6(react@18.2.0) 1629 - framer-motion: 10.16.16(react-dom@18.2.0)(react@18.2.0) 1629 + framer-motion: 10.18.0(react-dom@18.2.0)(react@18.2.0) 1630 1630 react: 18.2.0 1631 1631 react-dom: 18.2.0(react@18.2.0) 1632 1632 transitivePeerDependencies: ··· 1847 1847 '@nextui-org/avatar': 2.0.24(@nextui-org/system@2.0.15)(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0) 1848 1848 '@nextui-org/react-utils': 2.0.10(react@18.2.0) 1849 1849 '@nextui-org/shared-utils': 2.0.4(react@18.2.0) 1850 - '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.19) 1850 + '@nextui-org/system': 2.0.15(@nextui-org/theme@2.1.17)(react-dom@18.2.0)(react@18.2.0)(tailwind-variants@0.1.20) 1851 1851 '@nextui-org/theme': 2.1.17(tailwindcss@3.3.6) 1852 1852 '@react-aria/focus': 3.16.0(react@18.2.0) 1853 1853 '@react-aria/utils': 3.23.0(react@18.2.0) ··· 1927 1927 react: 18.2.0 1928 1928 dev: false 1929 1929 1930 - /@react-aria/combobox@3.8.1(react-dom@18.2.0)(react@18.2.0): 1931 - resolution: {integrity: sha512-0Zsy91WC2uhnIjtProL1E5qRjBtRVdsNgpr8T9QCQht4i2sHd8L/srrOx7b6vRIngUMZq7GofOpQcKVdxx4kEA==} 1930 + /@react-aria/combobox@3.8.2(react-dom@18.2.0)(react@18.2.0): 1931 + resolution: {integrity: sha512-q8Kdw1mx6nSSydXqRagRuyKH1NPGvpSOFjUfgxdO8ZqaEEuZX3ObOoiO/DLtXDndViNc03dMbMpfuJoLYXfCtg==} 1932 1932 peerDependencies: 1933 1933 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 1934 1934 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 ··· 1939 1939 '@react-aria/menu': 3.12.0(react-dom@18.2.0)(react@18.2.0) 1940 1940 '@react-aria/overlays': 3.20.0(react-dom@18.2.0)(react@18.2.0) 1941 1941 '@react-aria/selection': 3.17.3(react-dom@18.2.0)(react@18.2.0) 1942 - '@react-aria/textfield': 3.14.0(react@18.2.0) 1942 + '@react-aria/textfield': 3.14.1(react@18.2.0) 1943 1943 '@react-aria/utils': 3.23.0(react@18.2.0) 1944 1944 '@react-stately/collections': 3.10.4(react@18.2.0) 1945 1945 '@react-stately/combobox': 3.8.1(react@18.2.0) ··· 1952 1952 react-dom: 18.2.0(react@18.2.0) 1953 1953 dev: false 1954 1954 1955 - /@react-aria/dialog@3.5.9(react-dom@18.2.0)(react@18.2.0): 1956 - resolution: {integrity: sha512-Eg5pFJN3b5NitKL60nf30iPpQGCyOcU4YakUVn5+GWKLBlm8ryE8jyoIIO0e0LCM65K+fL+gGHGK01GCZyKrpQ==} 1955 + /@react-aria/dialog@3.5.10(react-dom@18.2.0)(react@18.2.0): 1956 + resolution: {integrity: sha512-H2BNVLOfaum6/4irH5XUU/wIcXSs/ymxmTPGmucRG1hzaUh8H3tupdl/qCZ+SsW9oYDFlphY172uM1nsPjBMiQ==} 1957 1957 peerDependencies: 1958 1958 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 1959 1959 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 ··· 1977 1977 '@react-aria/utils': 3.23.0(react@18.2.0) 1978 1978 '@react-types/shared': 3.22.0(react@18.2.0) 1979 1979 '@swc/helpers': 0.5.3 1980 - clsx: 2.0.0 1980 + clsx: 2.1.0 1981 1981 react: 18.2.0 1982 1982 dev: false 1983 1983 ··· 2272 2272 react-dom: 18.2.0(react@18.2.0) 2273 2273 dev: false 2274 2274 2275 - /@react-aria/textfield@3.14.0(react@18.2.0): 2276 - resolution: {integrity: sha512-LtHFcPK/N9m3KWSRM5KdmlIk7cUEk0OF+uBUrfKsGGc1bJKVToimdW7jQusChHmHhslHUR7WQ4KDjXyFjoLXOw==} 2275 + /@react-aria/textfield@3.14.1(react@18.2.0): 2276 + resolution: {integrity: sha512-UMepuYtDdCgrUF4dMphNxrUm23xOmR54aZD1pbp9cJyfioVkJN35BTXZVkD0D07gHLn4RhxKIZxBortQQrLB9g==} 2277 2277 peerDependencies: 2278 2278 react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 2279 2279 dependencies: ··· 2327 2327 '@react-stately/utils': 3.9.0(react@18.2.0) 2328 2328 '@react-types/shared': 3.22.0(react@18.2.0) 2329 2329 '@swc/helpers': 0.5.3 2330 - clsx: 2.0.0 2330 + clsx: 2.1.0 2331 2331 react: 18.2.0 2332 2332 dev: false 2333 2333 ··· 2776 2776 react: 18.2.0 2777 2777 dev: false 2778 2778 2779 - /@rushstack/eslint-patch@1.6.1: 2780 - resolution: {integrity: sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==} 2779 + /@rushstack/eslint-patch@1.7.0: 2780 + resolution: {integrity: sha512-Jh4t/593gxs0lJZ/z3NnasKlplXT2f+4y/LZYuaKZW5KAaiVFL/fThhs+17EbUd53jUVJ0QudYCBGbN/psvaqg==} 2781 2781 dev: false 2782 2782 2783 2783 /@swc/helpers@0.4.14: ··· 2853 2853 '@types/ms': 0.7.34 2854 2854 dev: false 2855 2855 2856 - /@types/hast@2.3.8: 2857 - resolution: {integrity: sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==} 2856 + /@types/hast@2.3.9: 2857 + resolution: {integrity: sha512-pTHyNlaMD/oKJmS+ZZUyFUcsZeBZpC0lmGquw98CqRVNgAdJZJeD7GoeLiT6Xbx5rU9VCjSt0RwEvDgzh4obFw==} 2858 2858 dependencies: 2859 2859 '@types/unist': 2.0.10 2860 2860 dev: false ··· 2889 2889 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 2890 2890 dev: false 2891 2891 2892 - /@types/node@20.10.5: 2893 - resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} 2892 + /@types/node@20.11.5: 2893 + resolution: {integrity: sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==} 2894 2894 dependencies: 2895 2895 undici-types: 5.26.5 2896 2896 dev: true ··· 2901 2901 /@types/react-dom@18.2.18: 2902 2902 resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} 2903 2903 dependencies: 2904 - '@types/react': 18.2.45 2904 + '@types/react': 18.2.48 2905 2905 dev: true 2906 2906 2907 - /@types/react@18.2.45: 2908 - resolution: {integrity: sha512-TtAxCNrlrBp8GoeEp1npd5g+d/OejJHFxS3OWmrPBMFaVQMSN0OFySozJio5BHxTuTeug00AVXVAjfDSfk+lUg==} 2907 + /@types/react@18.2.48: 2908 + resolution: {integrity: sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==} 2909 2909 dependencies: 2910 2910 '@types/prop-types': 15.7.11 2911 2911 '@types/scheduler': 0.16.8 ··· 3054 3054 /@ungap/structured-clone@1.2.0: 3055 3055 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 3056 3056 3057 - /acorn-jsx@5.3.2(acorn@8.11.2): 3057 + /acorn-jsx@5.3.2(acorn@8.11.3): 3058 3058 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 3059 3059 peerDependencies: 3060 3060 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 3061 3061 dependencies: 3062 - acorn: 8.11.2 3062 + acorn: 8.11.3 3063 3063 3064 - /acorn@8.11.2: 3065 - resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} 3064 + /acorn@8.11.3: 3065 + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} 3066 3066 engines: {node: '>=0.4.0'} 3067 3067 hasBin: true 3068 3068 ··· 3239 3239 postcss: ^8.1.0 3240 3240 dependencies: 3241 3241 browserslist: 4.22.2 3242 - caniuse-lite: 1.0.30001571 3242 + caniuse-lite: 1.0.30001578 3243 3243 fraction.js: 4.3.7 3244 3244 normalize-range: 0.1.2 3245 3245 picocolors: 1.0.0 ··· 3311 3311 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 3312 3312 hasBin: true 3313 3313 dependencies: 3314 - caniuse-lite: 1.0.30001571 3315 - electron-to-chromium: 1.4.616 3314 + caniuse-lite: 1.0.30001578 3315 + electron-to-chromium: 1.4.635 3316 3316 node-releases: 2.0.14 3317 3317 update-browserslist-db: 1.0.13(browserslist@4.22.2) 3318 3318 dev: false ··· 3344 3344 dependencies: 3345 3345 function-bind: 1.1.2 3346 3346 get-intrinsic: 1.2.2 3347 - set-function-length: 1.1.1 3347 + set-function-length: 1.2.0 3348 3348 dev: false 3349 3349 3350 3350 /callsites@3.1.0: ··· 3356 3356 engines: {node: '>= 6'} 3357 3357 dev: false 3358 3358 3359 - /caniuse-lite@1.0.30001571: 3360 - resolution: {integrity: sha512-tYq/6MoXhdezDLFZuCO/TKboTzuQ/xR5cFdgXPfDtM7/kchBO3b4VWghE/OAi/DV7tTdhmLjZiZBZi1fA/GheQ==} 3359 + /caniuse-lite@1.0.30001578: 3360 + resolution: {integrity: sha512-J/jkFgsQ3NEl4w2lCoM9ZPxrD+FoBNJ7uJUpGVjIg/j0OwJosWM36EPDv+Yyi0V4twBk9pPmlFS+PLykgEvUmg==} 3361 3361 dev: false 3362 3362 3363 3363 /chalk@4.1.2: ··· 3405 3405 engines: {node: '>=6'} 3406 3406 dev: false 3407 3407 3408 - /clsx@2.0.0: 3409 - resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==} 3408 + /clsx@2.1.0: 3409 + resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} 3410 3410 engines: {node: '>=6'} 3411 3411 dev: false 3412 3412 ··· 3718 3718 /dom-helpers@3.4.0: 3719 3719 resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==} 3720 3720 dependencies: 3721 - '@babel/runtime': 7.23.6 3721 + '@babel/runtime': 7.23.8 3722 3722 dev: false 3723 3723 3724 3724 /eastasianwidth@0.2.0: 3725 3725 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 3726 3726 dev: false 3727 3727 3728 - /electron-to-chromium@1.4.616: 3729 - resolution: {integrity: sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==} 3728 + /electron-to-chromium@1.4.635: 3729 + resolution: {integrity: sha512-iu/2D0zolKU3iDGXXxdOzNf72Jnokn+K1IN6Kk4iV6l1Tr2g/qy+mvmtfAiBwZe5S3aB5r92vp+zSZ69scYRrg==} 3730 3730 dev: false 3731 3731 3732 3732 /emoji-regex@8.0.0: ··· 3782 3782 object-keys: 1.1.1 3783 3783 object.assign: 4.1.5 3784 3784 regexp.prototype.flags: 1.5.1 3785 - safe-array-concat: 1.0.1 3786 - safe-regex-test: 1.0.0 3785 + safe-array-concat: 1.1.0 3786 + safe-regex-test: 1.0.2 3787 3787 string.prototype.trim: 1.2.8 3788 3788 string.prototype.trimend: 1.0.7 3789 3789 string.prototype.trimstart: 1.0.7 ··· 3811 3811 has-symbols: 1.0.3 3812 3812 internal-slot: 1.0.6 3813 3813 iterator.prototype: 1.1.2 3814 - safe-array-concat: 1.0.1 3814 + safe-array-concat: 1.1.0 3815 3815 dev: false 3816 3816 3817 3817 /es-set-tostringtag@2.0.2: ··· 3857 3857 optional: true 3858 3858 dependencies: 3859 3859 '@next/eslint-plugin-next': 14.0.4 3860 - '@rushstack/eslint-patch': 1.6.1 3860 + '@rushstack/eslint-patch': 1.7.0 3861 3861 '@typescript-eslint/parser': 5.62.0(eslint@8.55.0)(typescript@5.3.3) 3862 3862 eslint: 8.55.0 3863 3863 eslint-import-resolver-node: 0.3.9 ··· 3976 3976 peerDependencies: 3977 3977 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 3978 3978 dependencies: 3979 - '@babel/runtime': 7.23.6 3979 + '@babel/runtime': 7.23.8 3980 3980 aria-query: 5.3.0 3981 3981 array-includes: 3.1.7 3982 3982 array.prototype.flatmap: 1.3.2 ··· 4096 4096 '@eslint-community/regexpp': 4.10.0 4097 4097 '@eslint/eslintrc': 2.1.4 4098 4098 '@eslint/js': 8.55.0 4099 - '@humanwhocodes/config-array': 0.11.13 4099 + '@humanwhocodes/config-array': 0.11.14 4100 4100 '@humanwhocodes/module-importer': 1.0.1 4101 4101 '@nodelib/fs.walk': 1.2.8 4102 4102 '@ungap/structured-clone': 1.2.0 ··· 4137 4137 resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} 4138 4138 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 4139 4139 dependencies: 4140 - acorn: 8.11.2 4141 - acorn-jsx: 5.3.2(acorn@8.11.2) 4140 + acorn: 8.11.3 4141 + acorn-jsx: 5.3.2(acorn@8.11.3) 4142 4142 eslint-visitor-keys: 3.4.3 4143 4143 4144 4144 /esquery@1.5.0: ··· 4283 4283 map-cache: 0.2.2 4284 4284 dev: true 4285 4285 4286 - /framer-motion@10.16.16(react-dom@18.2.0)(react@18.2.0): 4287 - resolution: {integrity: sha512-je6j91rd7NmUX7L1XHouwJ4v3R+SO4umso2LUcgOct3rHZ0PajZ80ETYZTajzEXEl9DlKyzjyt4AvGQ+lrebOw==} 4286 + /framer-motion@10.18.0(react-dom@18.2.0)(react@18.2.0): 4287 + resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==} 4288 4288 peerDependencies: 4289 4289 react: ^18.0.0 4290 4290 react-dom: ^18.0.0 ··· 4544 4544 hast-util-from-parse5: 8.0.1 4545 4545 hast-util-to-parse5: 8.0.0 4546 4546 html-void-elements: 3.0.0 4547 - mdast-util-to-hast: 13.0.2 4547 + mdast-util-to-hast: 13.1.0 4548 4548 parse5: 7.1.2 4549 4549 unist-util-position: 5.0.0 4550 4550 unist-util-visit: 5.0.0 ··· 4625 4625 engines: {node: '>=12'} 4626 4626 dev: false 4627 4627 4628 - /intl-messageformat@10.5.8: 4629 - resolution: {integrity: sha512-NRf0jpBWV0vd671G5b06wNofAN8tp7WWDogMZyaU8GUAsmbouyvgwmFJI7zLjfAMpm3zK+vSwRP3jzaoIcMbaA==} 4628 + /intl-messageformat@10.5.10: 4629 + resolution: {integrity: sha512-3yzwX6t/my9WRtNiqP05r+/UkpWxwstQiwaHAiuHmDRt7ykzWJ+nceOVjNLZYYWGiSltY+C+Likd8OIVkASepw==} 4630 4630 dependencies: 4631 - '@formatjs/ecma402-abstract': 1.18.0 4631 + '@formatjs/ecma402-abstract': 1.18.2 4632 4632 '@formatjs/fast-memoize': 2.2.0 4633 - '@formatjs/icu-messageformat-parser': 2.7.3 4633 + '@formatjs/icu-messageformat-parser': 2.7.5 4634 4634 tslib: 2.6.2 4635 4635 dev: false 4636 4636 ··· 5118 5118 /mdast-util-to-hast@12.3.0: 5119 5119 resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} 5120 5120 dependencies: 5121 - '@types/hast': 2.3.8 5121 + '@types/hast': 2.3.9 5122 5122 '@types/mdast': 3.0.15 5123 5123 mdast-util-definitions: 5.1.2 5124 5124 micromark-util-sanitize-uri: 1.2.0 ··· 5128 5128 unist-util-visit: 4.1.2 5129 5129 dev: false 5130 5130 5131 - /mdast-util-to-hast@13.0.2: 5132 - resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==} 5131 + /mdast-util-to-hast@13.1.0: 5132 + resolution: {integrity: sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==} 5133 5133 dependencies: 5134 5134 '@types/hast': 3.0.3 5135 5135 '@types/mdast': 4.0.3 ··· 5139 5139 trim-lines: 3.0.1 5140 5140 unist-util-position: 5.0.0 5141 5141 unist-util-visit: 5.0.0 5142 + vfile: 6.0.1 5142 5143 dev: false 5143 5144 5144 5145 /mdast-util-to-string@3.2.0: ··· 5463 5464 '@next/env': 14.0.4 5464 5465 '@swc/helpers': 0.5.2 5465 5466 busboy: 1.6.0 5466 - caniuse-lite: 1.0.30001571 5467 + caniuse-lite: 1.0.30001578 5467 5468 graceful-fs: 4.2.11 5468 5469 postcss: 8.4.31 5469 5470 react: 18.2.0 ··· 5731 5732 postcss: ^8.2.14 5732 5733 dependencies: 5733 5734 postcss: 8.4.32 5734 - postcss-selector-parser: 6.0.14 5735 + postcss-selector-parser: 6.0.15 5735 5736 dev: false 5736 5737 5737 - /postcss-selector-parser@6.0.14: 5738 - resolution: {integrity: sha512-65xXYsT40i9GyWzlHQ5ShZoK7JZdySeOozi/tz2EezDo6c04q6+ckYMeoY7idaie1qp2dT5KoYQ2yky6JuoHnA==} 5738 + /postcss-selector-parser@6.0.15: 5739 + resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} 5739 5740 engines: {node: '>=4'} 5740 5741 dependencies: 5741 5742 cssesc: 3.0.0 ··· 5831 5832 engines: {node: '>= 12.0.0'} 5832 5833 dev: false 5833 5834 5834 - /react-markdown@8.0.7(@types/react@18.2.45)(react@18.2.0): 5835 + /react-markdown@8.0.7(@types/react@18.2.48)(react@18.2.0): 5835 5836 resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==} 5836 5837 peerDependencies: 5837 5838 '@types/react': '>=16' 5838 5839 react: '>=16' 5839 5840 dependencies: 5840 - '@types/hast': 2.3.8 5841 + '@types/hast': 2.3.9 5841 5842 '@types/prop-types': 15.7.11 5842 - '@types/react': 18.2.45 5843 + '@types/react': 18.2.48 5843 5844 '@types/unist': 2.0.10 5844 5845 comma-separated-tokens: 2.0.3 5845 5846 hast-util-whitespace: 2.0.1 ··· 5858 5859 - supports-color 5859 5860 dev: false 5860 5861 5861 - /react-remove-scroll-bar@2.3.4(@types/react@18.2.45)(react@18.2.0): 5862 + /react-remove-scroll-bar@2.3.4(@types/react@18.2.48)(react@18.2.0): 5862 5863 resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} 5863 5864 engines: {node: '>=10'} 5864 5865 peerDependencies: ··· 5868 5869 '@types/react': 5869 5870 optional: true 5870 5871 dependencies: 5871 - '@types/react': 18.2.45 5872 + '@types/react': 18.2.48 5872 5873 react: 18.2.0 5873 - react-style-singleton: 2.2.1(@types/react@18.2.45)(react@18.2.0) 5874 + react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.2.0) 5874 5875 tslib: 2.6.2 5875 5876 dev: false 5876 5877 5877 - /react-remove-scroll@2.5.7(@types/react@18.2.45)(react@18.2.0): 5878 + /react-remove-scroll@2.5.7(@types/react@18.2.48)(react@18.2.0): 5878 5879 resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==} 5879 5880 engines: {node: '>=10'} 5880 5881 peerDependencies: ··· 5884 5885 '@types/react': 5885 5886 optional: true 5886 5887 dependencies: 5887 - '@types/react': 18.2.45 5888 + '@types/react': 18.2.48 5888 5889 react: 18.2.0 5889 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.45)(react@18.2.0) 5890 - react-style-singleton: 2.2.1(@types/react@18.2.45)(react@18.2.0) 5890 + react-remove-scroll-bar: 2.3.4(@types/react@18.2.48)(react@18.2.0) 5891 + react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.2.0) 5891 5892 tslib: 2.6.2 5892 - use-callback-ref: 1.3.1(@types/react@18.2.45)(react@18.2.0) 5893 - use-sidecar: 1.1.2(@types/react@18.2.45)(react@18.2.0) 5893 + use-callback-ref: 1.3.1(@types/react@18.2.48)(react@18.2.0) 5894 + use-sidecar: 1.1.2(@types/react@18.2.48)(react@18.2.0) 5894 5895 dev: false 5895 5896 5896 5897 /react-smooth@2.0.5(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): ··· 5907 5908 react-transition-group: 2.9.0(react-dom@18.2.0)(react@18.2.0) 5908 5909 dev: false 5909 5910 5910 - /react-style-singleton@2.2.1(@types/react@18.2.45)(react@18.2.0): 5911 + /react-style-singleton@2.2.1(@types/react@18.2.48)(react@18.2.0): 5911 5912 resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} 5912 5913 engines: {node: '>=10'} 5913 5914 peerDependencies: ··· 5917 5918 '@types/react': 5918 5919 optional: true 5919 5920 dependencies: 5920 - '@types/react': 18.2.45 5921 + '@types/react': 18.2.48 5921 5922 get-nonce: 1.0.1 5922 5923 invariant: 2.2.4 5923 5924 react: 18.2.0 5924 5925 tslib: 2.6.2 5925 5926 dev: false 5926 5927 5927 - /react-textarea-autosize@8.5.3(@types/react@18.2.45)(react@18.2.0): 5928 + /react-textarea-autosize@8.5.3(@types/react@18.2.48)(react@18.2.0): 5928 5929 resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==} 5929 5930 engines: {node: '>=10'} 5930 5931 peerDependencies: 5931 5932 react: ^16.8.0 || ^17.0.0 || ^18.0.0 5932 5933 dependencies: 5933 - '@babel/runtime': 7.23.6 5934 + '@babel/runtime': 7.23.8 5934 5935 react: 18.2.0 5935 5936 use-composed-ref: 1.3.0(react@18.2.0) 5936 - use-latest: 1.2.1(@types/react@18.2.45)(react@18.2.0) 5937 + use-latest: 1.2.1(@types/react@18.2.48)(react@18.2.0) 5937 5938 transitivePeerDependencies: 5938 5939 - '@types/react' 5939 5940 dev: false ··· 5978 5979 decimal.js-light: 2.5.1 5979 5980 dev: false 5980 5981 5981 - /recharts@2.10.3(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): 5982 - resolution: {integrity: sha512-G4J96fKTZdfFQd6aQnZjo2nVNdXhp+uuLb00+cBTGLo85pChvm1+E67K3wBOHDE/77spcYb2Cy9gYWVqiZvQCg==} 5982 + /recharts@2.10.4(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): 5983 + resolution: {integrity: sha512-/Q7/wdf8bW91lN3NEeCjL9RWfaiXQViJFgdnas4Eix/I8B9HAI3tHHK/CW/zDfgRMh4fzW1zlfjoz1IAapLO1Q==} 5983 5984 engines: {node: '>=14'} 5984 5985 peerDependencies: 5985 5986 prop-types: ^15.6.0 5986 5987 react: ^16.0.0 || ^17.0.0 || ^18.0.0 5987 5988 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 5988 5989 dependencies: 5989 - clsx: 2.0.0 5990 + clsx: 2.1.0 5990 5991 eventemitter3: 4.0.7 5991 5992 lodash: 4.17.21 5992 5993 prop-types: 15.8.1 ··· 5996 5997 react-smooth: 2.0.5(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) 5997 5998 recharts-scale: 0.4.5 5998 5999 tiny-invariant: 1.3.1 5999 - victory-vendor: 36.7.0 6000 + victory-vendor: 36.8.2 6000 6001 dev: false 6001 6002 6002 6003 /reflect.getprototypeof@1.0.4: ··· 6053 6054 /remark-rehype@10.1.0: 6054 6055 resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} 6055 6056 dependencies: 6056 - '@types/hast': 2.3.8 6057 + '@types/hast': 2.3.9 6057 6058 '@types/mdast': 3.0.15 6058 6059 mdast-util-to-hast: 12.3.0 6059 6060 unified: 10.1.2 ··· 6117 6118 mri: 1.2.0 6118 6119 dev: false 6119 6120 6120 - /safe-array-concat@1.0.1: 6121 - resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} 6121 + /safe-array-concat@1.1.0: 6122 + resolution: {integrity: sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==} 6122 6123 engines: {node: '>=0.4'} 6123 6124 dependencies: 6124 6125 call-bind: 1.0.5 ··· 6127 6128 isarray: 2.0.5 6128 6129 dev: false 6129 6130 6130 - /safe-regex-test@1.0.0: 6131 - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} 6131 + /safe-regex-test@1.0.2: 6132 + resolution: {integrity: sha512-83S9w6eFq12BBIJYvjMux6/dkirb8+4zJRA9cxNBVb7Wq5fJBW+Xze48WqR8pxua7bDuAaaAxtVVd4Idjp1dBQ==} 6133 + engines: {node: '>= 0.4'} 6132 6134 dependencies: 6133 6135 call-bind: 1.0.5 6134 6136 get-intrinsic: 1.2.2 ··· 6165 6167 dependencies: 6166 6168 lru-cache: 6.0.0 6167 6169 6168 - /set-function-length@1.1.1: 6169 - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} 6170 + /set-function-length@1.2.0: 6171 + resolution: {integrity: sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==} 6170 6172 engines: {node: '>= 0.4'} 6171 6173 dependencies: 6172 6174 define-data-property: 1.1.1 6175 + function-bind: 1.1.2 6173 6176 get-intrinsic: 1.2.2 6174 6177 gopd: 1.0.1 6175 6178 has-property-descriptors: 1.0.1 ··· 6194 6197 split-string: 3.1.0 6195 6198 dev: true 6196 6199 6197 - /sharp@0.33.1: 6198 - resolution: {integrity: sha512-iAYUnOdTqqZDb3QjMneBKINTllCJDZ3em6WaWy7NPECM4aHncvqHRm0v0bN9nqJxMiwamv5KIdauJ6lUzKDpTQ==} 6199 - engines: {libvips: '>=8.15.0', node: ^18.17.0 || ^20.3.0 || >=21.0.0} 6200 + /sharp@0.33.2: 6201 + resolution: {integrity: sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==} 6202 + engines: {libvips: '>=8.15.1', node: ^18.17.0 || ^20.3.0 || >=21.0.0} 6200 6203 requiresBuild: true 6201 6204 dependencies: 6202 6205 color: 4.2.3 6203 6206 detect-libc: 2.0.2 6204 6207 semver: 7.5.4 6205 6208 optionalDependencies: 6206 - '@img/sharp-darwin-arm64': 0.33.1 6207 - '@img/sharp-darwin-x64': 0.33.1 6208 - '@img/sharp-libvips-darwin-arm64': 1.0.0 6209 - '@img/sharp-libvips-darwin-x64': 1.0.0 6210 - '@img/sharp-libvips-linux-arm': 1.0.0 6211 - '@img/sharp-libvips-linux-arm64': 1.0.0 6212 - '@img/sharp-libvips-linux-s390x': 1.0.0 6213 - '@img/sharp-libvips-linux-x64': 1.0.0 6214 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.0 6215 - '@img/sharp-libvips-linuxmusl-x64': 1.0.0 6216 - '@img/sharp-linux-arm': 0.33.1 6217 - '@img/sharp-linux-arm64': 0.33.1 6218 - '@img/sharp-linux-s390x': 0.33.1 6219 - '@img/sharp-linux-x64': 0.33.1 6220 - '@img/sharp-linuxmusl-arm64': 0.33.1 6221 - '@img/sharp-linuxmusl-x64': 0.33.1 6222 - '@img/sharp-wasm32': 0.33.1 6223 - '@img/sharp-win32-ia32': 0.33.1 6224 - '@img/sharp-win32-x64': 0.33.1 6209 + '@img/sharp-darwin-arm64': 0.33.2 6210 + '@img/sharp-darwin-x64': 0.33.2 6211 + '@img/sharp-libvips-darwin-arm64': 1.0.1 6212 + '@img/sharp-libvips-darwin-x64': 1.0.1 6213 + '@img/sharp-libvips-linux-arm': 1.0.1 6214 + '@img/sharp-libvips-linux-arm64': 1.0.1 6215 + '@img/sharp-libvips-linux-s390x': 1.0.1 6216 + '@img/sharp-libvips-linux-x64': 1.0.1 6217 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.1 6218 + '@img/sharp-libvips-linuxmusl-x64': 1.0.1 6219 + '@img/sharp-linux-arm': 0.33.2 6220 + '@img/sharp-linux-arm64': 0.33.2 6221 + '@img/sharp-linux-s390x': 0.33.2 6222 + '@img/sharp-linux-x64': 0.33.2 6223 + '@img/sharp-linuxmusl-arm64': 0.33.2 6224 + '@img/sharp-linuxmusl-x64': 0.33.2 6225 + '@img/sharp-wasm32': 0.33.2 6226 + '@img/sharp-win32-ia32': 0.33.2 6227 + '@img/sharp-win32-x64': 0.33.2 6225 6228 dev: false 6226 6229 6227 6230 /shebang-command@2.0.0: ··· 6457 6460 /tailwind-merge@2.2.0: 6458 6461 resolution: {integrity: sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==} 6459 6462 dependencies: 6460 - '@babel/runtime': 7.23.6 6463 + '@babel/runtime': 7.23.8 6461 6464 dev: false 6462 6465 6463 - /tailwind-variants@0.1.19(tailwindcss@3.3.6): 6464 - resolution: {integrity: sha512-D9Yf5WqsxodnCtjZt6KifEoKwW8rTURXQV03KRKlojITQM5gV1vPVWufWNiIvd/ptC3QybYFpwmHK9cs4Ei08Q==} 6466 + /tailwind-variants@0.1.20(tailwindcss@3.3.6): 6467 + resolution: {integrity: sha512-AMh7x313t/V+eTySKB0Dal08RHY7ggYK0MSn/ad8wKWOrDUIzyiWNayRUm2PIJ4VRkvRnfNuyRuKbLV3EN+ewQ==} 6465 6468 engines: {node: '>=16.x', pnpm: '>=7.x'} 6466 6469 peerDependencies: 6467 6470 tailwindcss: '*' ··· 6494 6497 postcss-js: 4.0.1(postcss@8.4.32) 6495 6498 postcss-load-config: 4.0.2(postcss@8.4.32) 6496 6499 postcss-nested: 6.0.1(postcss@8.4.32) 6497 - postcss-selector-parser: 6.0.14 6500 + postcss-selector-parser: 6.0.15 6498 6501 resolve: 1.22.8 6499 6502 sucrase: 3.35.0 6500 6503 transitivePeerDependencies: ··· 6773 6776 deprecated: Please see https://github.com/lydell/urix#deprecated 6774 6777 dev: true 6775 6778 6776 - /use-callback-ref@1.3.1(@types/react@18.2.45)(react@18.2.0): 6779 + /use-callback-ref@1.3.1(@types/react@18.2.48)(react@18.2.0): 6777 6780 resolution: {integrity: sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ==} 6778 6781 engines: {node: '>=10'} 6779 6782 peerDependencies: ··· 6783 6786 '@types/react': 6784 6787 optional: true 6785 6788 dependencies: 6786 - '@types/react': 18.2.45 6789 + '@types/react': 18.2.48 6787 6790 react: 18.2.0 6788 6791 tslib: 2.6.2 6789 6792 dev: false ··· 6796 6799 react: 18.2.0 6797 6800 dev: false 6798 6801 6799 - /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.45)(react@18.2.0): 6802 + /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.48)(react@18.2.0): 6800 6803 resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} 6801 6804 peerDependencies: 6802 6805 '@types/react': '*' ··· 6805 6808 '@types/react': 6806 6809 optional: true 6807 6810 dependencies: 6808 - '@types/react': 18.2.45 6811 + '@types/react': 18.2.48 6809 6812 react: 18.2.0 6810 6813 dev: false 6811 6814 6812 - /use-latest@1.2.1(@types/react@18.2.45)(react@18.2.0): 6815 + /use-latest@1.2.1(@types/react@18.2.48)(react@18.2.0): 6813 6816 resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} 6814 6817 peerDependencies: 6815 6818 '@types/react': '*' ··· 6818 6821 '@types/react': 6819 6822 optional: true 6820 6823 dependencies: 6821 - '@types/react': 18.2.45 6824 + '@types/react': 18.2.48 6822 6825 react: 18.2.0 6823 - use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.45)(react@18.2.0) 6826 + use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.48)(react@18.2.0) 6824 6827 dev: false 6825 6828 6826 - /use-sidecar@1.1.2(@types/react@18.2.45)(react@18.2.0): 6829 + /use-sidecar@1.1.2(@types/react@18.2.48)(react@18.2.0): 6827 6830 resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} 6828 6831 engines: {node: '>=10'} 6829 6832 peerDependencies: ··· 6833 6836 '@types/react': 6834 6837 optional: true 6835 6838 dependencies: 6836 - '@types/react': 18.2.45 6839 + '@types/react': 18.2.48 6837 6840 detect-node-es: 1.1.0 6838 6841 react: 18.2.0 6839 6842 tslib: 2.6.2 ··· 6905 6908 vfile-message: 4.0.2 6906 6909 dev: false 6907 6910 6908 - /victory-vendor@36.7.0: 6909 - resolution: {integrity: sha512-nqYuTkLSdTTeACyXcCLbL7rl0y6jpzLPtTNGOtSnajdR+xxMxBdjMxDjfNJNlhR+ZU8vbXz+QejntcbY7h9/ZA==} 6911 + /victory-vendor@36.8.2: 6912 + resolution: {integrity: sha512-NfSQi7ISCdBbDpn3b6rg+8RpFZmWIM9mcks48BbogHE2F6h1XKdA34oiCKP5hP1OGvTotDRzsexiJKzrK4Exuw==} 6910 6913 dependencies: 6911 6914 '@types/d3-array': 3.2.1 6912 6915 '@types/d3-ease': 3.0.2 ··· 7024 7027 resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 7025 7028 engines: {node: '>=10'} 7026 7029 7027 - /zustand@4.4.7(@types/react@18.2.45)(react@18.2.0): 7030 + /zustand@4.4.7(@types/react@18.2.48)(react@18.2.0): 7028 7031 resolution: {integrity: sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==} 7029 7032 engines: {node: '>=12.7.0'} 7030 7033 peerDependencies: ··· 7039 7042 react: 7040 7043 optional: true 7041 7044 dependencies: 7042 - '@types/react': 18.2.45 7045 + '@types/react': 18.2.48 7043 7046 react: 18.2.0 7044 7047 use-sync-external-store: 1.2.0(react@18.2.0) 7045 7048 dev: false