diff --git a/apps/app/package.json b/apps/app/package.json index 9252cfde..b84cdd31 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -78,8 +78,8 @@ "@babel/runtime": "7.25.6", "@element/tailwind-config": "*", "@expo/config-plugins": "7.8.4", - "@types/react": "18.3.10", - "@types/uuid": "3.4.13", + "@types/react": "19.0.6", + "@types/uuid": "10.0.0", "metro-react-native-babel-preset": "^0.77.0", "postcss": "8.4.47", "tailwindcss": "3.3.2", diff --git a/apps/web/package.json b/apps/web/package.json index 7f1644f4..49d222a1 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -78,12 +78,12 @@ "@element/tailwind-config": "workspace:*", "@remix-run/dev": "2.12.1", "@tailwindcss/forms": "0.5.9", - "@types/cookie": "0.6.0", + "@types/cookie": "1.0.0", "@types/deep-equal": "1.0.4", "@types/js-cookie": "3.0.6", "@types/jsonwebtoken": "9.0.7", - "@types/react": "18.3.10", - "@types/react-dom": "18.3.0", + "@types/react": "19.0.6", + "@types/react-dom": "19.0.3", "cssnano": "6.1.2", "dotenv-cli": "7.4.2", "postcss": "8.4.47", diff --git a/packages/api/package.json b/packages/api/package.json index c49e2634..fdc7878a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "@types/jsonwebtoken": "9.0.7", - "@types/node": "^18.15.3" + "@types/node": "^22.0.0" } } diff --git a/packages/database/package.json b/packages/database/package.json index 1f3f5754..efd81a3c 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@faker-js/faker": "8.4.1", - "@types/node": "^18.15.3", + "@types/node": "^22.0.0", "@types/ws": "^8.5.10", "ts-node": "^10.9.2" }, diff --git a/packages/server/env/package.json b/packages/server/env/package.json index 9233226b..67174f7e 100644 --- a/packages/server/env/package.json +++ b/packages/server/env/package.json @@ -13,7 +13,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@types/node": "18.19.54", + "@types/node": "22.10.6", "dotenv-cli": "7.4.2", "typescript": "5.6.2" } diff --git a/packages/server/schemas/package.json b/packages/server/schemas/package.json index e808ebde..acc13740 100644 --- a/packages/server/schemas/package.json +++ b/packages/server/schemas/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@element/tailwind-config": "workspace:*", - "@types/node": "18.19.54", + "@types/node": "22.10.6", "typescript": "5.6.2" } } diff --git a/packages/server/services/package.json b/packages/server/services/package.json index fba4f4f2..ad0de08c 100644 --- a/packages/server/services/package.json +++ b/packages/server/services/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/bcryptjs": "2.4.6", "@types/jsonwebtoken": "9.0.7", - "@types/node": "18.19.54", + "@types/node": "22.10.6", "@types/nodemailer": "6.4.16", "typescript": "5.6.2" } diff --git a/packages/shared/package.json b/packages/shared/package.json index 635addb2..17cdbcff 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -16,6 +16,6 @@ "tailwind-merge": "2.5.2" }, "devDependencies": { - "@types/node": "^18.15.3" + "@types/node": "^22.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1dcfcfc7..f514b054 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,10 +191,10 @@ importers: version: 3.4.0 zeego: specifier: ^1.10.0 - version: 1.10.0(@react-native-menu/menu@1.0.3)(@types/react@18.3.10)(react-dom@18.2.0)(react-native-ios-context-menu@2.5.1)(react-native@0.73.6)(react@18.2.0) + version: 1.10.0(@react-native-menu/menu@1.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react-native-ios-context-menu@2.5.1)(react-native@0.73.6)(react@18.2.0) zustand: specifier: 4.5.5 - version: 4.5.5(@types/react@18.3.10)(react@18.2.0) + version: 4.5.5(@types/react@19.0.6)(react@18.2.0) devDependencies: '@babel/core': specifier: 7.25.2 @@ -209,11 +209,11 @@ importers: specifier: 7.8.4 version: 7.8.4 '@types/react': - specifier: 18.3.10 - version: 18.3.10 + specifier: 19.0.6 + version: 19.0.6 '@types/uuid': - specifier: 3.4.13 - version: 3.4.13 + specifier: 10.0.0 + version: 10.0.0 metro-react-native-babel-preset: specifier: ^0.77.0 version: 0.77.0(@babel/core@7.25.2) @@ -255,34 +255,34 @@ importers: version: 5.1.0 '@hello-pangea/dnd': specifier: 16.6.0 - version: 16.6.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 16.6.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-alert-dialog': specifier: 1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-avatar': specifier: 1.1.0 - version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-checkbox': specifier: 1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-dropdown-menu': specifier: 2.1.1 - version: 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 2.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-hover-card': specifier: 1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-popover': specifier: 1.1.1 - version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-switch': specifier: 1.1.0 - version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-toast': specifier: 1.2.1 - version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.2.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-tooltip': specifier: 1.1.2 - version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.2(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@remix-run/css-bundle': specifier: 2.12.1 version: 2.12.1 @@ -384,7 +384,7 @@ importers: version: 9.13.1(react-dom@18.2.0)(react@18.2.0) react-select: specifier: 5.8.1 - version: 5.8.1(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + version: 5.8.1(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) recharts: specifier: 2.12.7 version: 2.12.7(react-dom@18.2.0)(react@18.2.0) @@ -408,7 +408,7 @@ importers: version: 3.23.8 zustand: specifier: 4.5.5 - version: 4.5.5(@types/react@18.3.10)(react@18.2.0) + version: 4.5.5(@types/react@19.0.6)(react@18.2.0) devDependencies: '@element/tailwind-config': specifier: workspace:* @@ -420,8 +420,8 @@ importers: specifier: 0.5.9 version: 0.5.9(tailwindcss@3.3.2) '@types/cookie': - specifier: 0.6.0 - version: 0.6.0 + specifier: 1.0.0 + version: 1.0.0 '@types/deep-equal': specifier: 1.0.4 version: 1.0.4 @@ -432,11 +432,11 @@ importers: specifier: 9.0.7 version: 9.0.7 '@types/react': - specifier: 18.3.10 - version: 18.3.10 + specifier: 19.0.6 + version: 19.0.6 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: 19.0.3 + version: 19.0.3(@types/react@19.0.6) cssnano: specifier: 6.1.2 version: 6.1.2(postcss@8.4.47) @@ -496,8 +496,8 @@ importers: specifier: 9.0.7 version: 9.0.7 '@types/node': - specifier: ^18.15.3 - version: 18.19.54 + specifier: ^22.0.0 + version: 22.10.6 packages/config/tailwind: dependencies: @@ -539,14 +539,14 @@ importers: specifier: 8.4.1 version: 8.4.1 '@types/node': - specifier: ^18.15.3 - version: 18.19.54 + specifier: ^22.0.0 + version: 22.10.6 '@types/ws': specifier: ^8.5.10 version: 8.5.12 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@18.19.54)(typescript@5.6.2) + version: 10.9.2(@types/node@22.10.6)(typescript@5.6.2) packages/emails: dependencies: @@ -577,8 +577,8 @@ importers: version: 3.23.8 devDependencies: '@types/node': - specifier: 18.19.54 - version: 18.19.54 + specifier: 22.10.6 + version: 22.10.6 dotenv-cli: specifier: 7.4.2 version: 7.4.2 @@ -605,8 +605,8 @@ importers: specifier: workspace:* version: link:../../config/tailwind '@types/node': - specifier: 18.19.54 - version: 18.19.54 + specifier: 22.10.6 + version: 22.10.6 typescript: specifier: 5.6.2 version: 5.6.2 @@ -678,8 +678,8 @@ importers: specifier: 9.0.7 version: 9.0.7 '@types/node': - specifier: 18.19.54 - version: 18.19.54 + specifier: 22.10.6 + version: 22.10.6 '@types/nodemailer': specifier: 6.4.16 version: 6.4.16 @@ -700,8 +700,8 @@ importers: version: 2.5.2 devDependencies: '@types/node': - specifier: ^18.15.3 - version: 18.19.54 + specifier: ^22.0.0 + version: 22.10.6 packages: @@ -3507,7 +3507,7 @@ packages: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: false - /@emotion/react@11.11.1(@types/react@18.3.10)(react@18.2.0): + /@emotion/react@11.11.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==} peerDependencies: '@types/react': '*' @@ -3523,7 +3523,7 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 - '@types/react': 18.3.10 + '@types/react': 19.0.6 hoist-non-react-statics: 3.3.2 react: 18.2.0 transitivePeerDependencies: @@ -4488,7 +4488,7 @@ packages: '@hapi/hoek': 9.3.0 dev: false - /@hello-pangea/dnd@16.6.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@hello-pangea/dnd@16.6.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-vfZ4GydqbtUPXSLfAvKvXQ6xwRzIjUSjVU0Sx+70VOhc2xx6CdmJXJ8YhH70RpbTUGjxctslQTHul9sIOxCfFQ==} peerDependencies: react: ^16.8.5 || ^17.0.0 || ^18.0.0 @@ -4500,7 +4500,7 @@ packages: raf-schd: 4.0.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-redux: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.1.3(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 use-memo-one: 1.1.3(react@18.2.0) transitivePeerDependencies: @@ -4542,7 +4542,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.54 + '@types/node': 22.10.6 jest-mock: 29.7.0 dev: false @@ -4552,7 +4552,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.19.54 + '@types/node': 22.10.6 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -4571,7 +4571,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.54 + '@types/node': 22.10.6 '@types/yargs': 15.0.19 chalk: 4.1.2 dev: false @@ -4583,7 +4583,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.54 + '@types/node': 22.10.6 '@types/yargs': 17.0.32 chalk: 4.1.2 dev: false @@ -4835,7 +4835,7 @@ packages: resolution: {integrity: sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==} dev: false - /@radix-ui/react-alert-dialog@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-alert-dialog@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wmCoJwj7byuVuiLKqDLlX7ClSUU0vd9sdCeM+2Ls+uf13+cpSJoMgwysHq1SGVVkJj5Xn0XWi1NoRCdkMpr6Mw==} peerDependencies: '@types/react': '*' @@ -4849,18 +4849,18 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dialog': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dialog': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-arrow@1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-arrow@1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: '@types/react': '*' @@ -4874,13 +4874,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-arrow@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-arrow@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==} peerDependencies: '@types/react': '*' @@ -4893,14 +4893,14 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-avatar@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-avatar@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Q/PbuSMk/vyAd/UoIShVGZ7StHHeRFYU7wXmi5GV+8cLXflZAEpHL/F697H1klrzxKXNtZ97vWiC0q3RKUH8UA==} peerDependencies: '@types/react': '*' @@ -4913,17 +4913,17 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-checkbox@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-checkbox@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-0i/EKJ222Afa1FE0C6pNJxDq1itzcl3HChE9DwskA4th4KRse8ojx8a1nVcOjwJdbpDLcz7uol77yYnQNMHdKw==} peerDependencies: '@types/react': '*' @@ -4937,20 +4937,20 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collection@1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collection@1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: '@types/react': '*' @@ -4964,16 +4964,16 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collection@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collection@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==} peerDependencies: '@types/react': '*' @@ -4986,12 +4986,12 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -5005,7 +5005,7 @@ packages: react: 18.2.0 dev: false - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: '@types/react': '*' @@ -5015,11 +5015,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-compose-refs@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-compose-refs@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==} peerDependencies: '@types/react': '*' @@ -5028,11 +5028,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-context-menu@2.1.5(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-context-menu@2.1.5(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-R5XaDj06Xul1KGb+WP8qiOh7tKJNz2durpLBXAGZjSVtctcRFCuEvy2gtMwRJGePwQQE5nV77gs4FwRi8T+r2g==} peerDependencies: '@types/react': '*' @@ -5047,17 +5047,17 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-menu': 2.0.6(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-menu': 2.0.6(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-context@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-context@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: '@types/react': '*' @@ -5067,11 +5067,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-context@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-context@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==} peerDependencies: '@types/react': '*' @@ -5080,11 +5080,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-dialog@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dialog@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==} peerDependencies: '@types/react': '*' @@ -5098,26 +5098,26 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.7(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll: 2.5.7(@types/react@19.0.6)(react@18.2.0) dev: false - /@radix-ui/react-direction@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-direction@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: '@types/react': '*' @@ -5127,11 +5127,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-direction@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-direction@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==} peerDependencies: '@types/react': '*' @@ -5140,11 +5140,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-dismissable-layer@1.0.5(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dismissable-layer@1.0.5(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} peerDependencies: '@types/react': '*' @@ -5159,16 +5159,16 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==} peerDependencies: '@types/react': '*' @@ -5182,17 +5182,17 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-dropdown-menu@2.0.6(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dropdown-menu@2.0.6(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==} peerDependencies: '@types/react': '*' @@ -5207,18 +5207,18 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-menu': 2.0.6(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-menu': 2.0.6(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-y8E+x9fBq9qvteD2Zwa4397pUVhYsh9iq44b5RD5qu1GMJWBCBuVg1hMyItbc6+zH00TxGRqd9Iot4wzf3OoBQ==} peerDependencies: '@types/react': '*' @@ -5232,19 +5232,19 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-menu': 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-menu': 2.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} peerDependencies: '@types/react': '*' @@ -5254,11 +5254,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-focus-guards@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-focus-guards@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==} peerDependencies: '@types/react': '*' @@ -5267,11 +5267,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-focus-scope@1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-focus-scope@1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} peerDependencies: '@types/react': '*' @@ -5285,15 +5285,15 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-focus-scope@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==} peerDependencies: '@types/react': '*' @@ -5306,16 +5306,16 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-hover-card@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-hover-card@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-IwzAOP97hQpDADYVKrEEHUH/b2LA+9MgB0LgdmnbFO2u/3M5hmEofjjr2M6CyzUblaAqJdFm6B7oFtU72DPXrA==} peerDependencies: '@types/react': '*' @@ -5329,21 +5329,21 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-id@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-id@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: '@types/react': '*' @@ -5353,12 +5353,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-id@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-id@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==} peerDependencies: '@types/react': '*' @@ -5367,12 +5367,12 @@ packages: '@types/react': optional: true dependencies: - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-menu@2.0.6(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-menu@2.0.6(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==} peerDependencies: '@types/react': '*' @@ -5387,29 +5387,29 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-collection': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@19.0.6)(react@18.2.0) dev: false - /@radix-ui/react-menu@2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-menu@2.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-oa3mXRRVjHi6DZu/ghuzdylyjaMXLymx83irM7hTxutQbD+7IhPKdMdRHD26Rm+kHRrWcrUkkRPv5pd47a2xFQ==} peerDependencies: '@types/react': '*' @@ -5423,30 +5423,30 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-direction': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-direction': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.7(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll: 2.5.7(@types/react@19.0.6)(react@18.2.0) dev: false - /@radix-ui/react-popover@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popover@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-3y1A3isulwnWhvTTwmIreiB8CF4L+qRjZnK1wYLO7pplddzXKby/GnZ2M7OZY3qgnl6p9AodUIHRYGXNah8Y7g==} peerDependencies: '@types/react': '*' @@ -5460,27 +5460,27 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.7(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll: 2.5.7(@types/react@19.0.6)(react@18.2.0) dev: false - /@radix-ui/react-popper@1.1.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popper@1.1.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} peerDependencies: '@types/react': '*' @@ -5495,21 +5495,21 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.10)(react@18.2.0) + '@radix-ui/react-arrow': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-rect': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@19.0.6)(react@18.2.0) '@radix-ui/rect': 1.0.1 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-popper@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popper@1.2.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==} peerDependencies: '@types/react': '*' @@ -5523,22 +5523,22 @@ packages: optional: true dependencies: '@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-rect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.10)(react@18.2.0) + '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-rect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.6)(react@18.2.0) '@radix-ui/rect': 1.1.0 - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-portal@1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-portal@1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} peerDependencies: '@types/react': '*' @@ -5552,13 +5552,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-portal@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-portal@1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==} peerDependencies: '@types/react': '*' @@ -5571,15 +5571,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-presence@1.0.1(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-presence@1.0.1(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} peerDependencies: '@types/react': '*' @@ -5593,14 +5593,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-presence@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-presence@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==} peerDependencies: '@types/react': '*' @@ -5613,15 +5613,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-primitive@1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-primitive@1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: '@types/react': '*' @@ -5635,13 +5635,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-slot': 1.0.2(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-primitive@2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-primitive@2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==} peerDependencies: '@types/react': '*' @@ -5654,14 +5654,14 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-roving-focus@1.0.4(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: '@types/react': '*' @@ -5676,20 +5676,20 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-collection': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-roving-focus@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-roving-focus@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==} peerDependencies: '@types/react': '*' @@ -5703,16 +5703,16 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-direction': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-direction': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -5727,7 +5727,7 @@ packages: react: 18.2.0 dev: false - /@radix-ui/react-slot@1.0.2(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-slot@1.0.2(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: '@types/react': '*' @@ -5737,12 +5737,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-slot@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-slot@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==} peerDependencies: '@types/react': '*' @@ -5751,12 +5751,12 @@ packages: '@types/react': optional: true dependencies: - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-switch@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-switch@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OBzy5WAj641k0AOSpKQtreDMe+isX0MQJ1IVyF03ucdF3DunOnROVrjWs8zsXUxC3zfZ6JL9HFVCUlMghz9dJw==} peerDependencies: '@types/react': '*' @@ -5770,19 +5770,19 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-toast@1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toast@1.2.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-5trl7piMXcZiCq7MW6r8YYmu0bK5qDpTWz+FdEPdKyft2UixkspheYbjbrLXVN5NGKHFbOP7lm8eD0biiSqZqg==} peerDependencies: '@types/react': '*' @@ -5796,24 +5796,24 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-tooltip@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-tooltip@1.1.2(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9XRsLwe6Yb9B/tlnYCPVUd/TFS4J7HuOZW345DCeC6vKIxQGMZdx21RK4VoZauPD5frgkXTYVS5y90L+3YBn4w==} peerDependencies: '@types/react': '*' @@ -5827,24 +5827,24 @@ packages: optional: true dependencies: '@radix-ui/primitive': 1.1.0 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-context': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-context': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: '@types/react': '*' @@ -5854,11 +5854,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-callback-ref@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==} peerDependencies: '@types/react': '*' @@ -5867,11 +5867,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: '@types/react': '*' @@ -5881,12 +5881,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-controllable-state@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==} peerDependencies: '@types/react': '*' @@ -5895,12 +5895,12 @@ packages: '@types/react': optional: true dependencies: - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: '@types/react': '*' @@ -5910,12 +5910,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-escape-keydown@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==} peerDependencies: '@types/react': '*' @@ -5924,12 +5924,12 @@ packages: '@types/react': optional: true dependencies: - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: '@types/react': '*' @@ -5939,11 +5939,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-layout-effect@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==} peerDependencies: '@types/react': '*' @@ -5952,11 +5952,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-previous@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-previous@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==} peerDependencies: '@types/react': '*' @@ -5965,11 +5965,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-rect@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-rect@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: '@types/react': '*' @@ -5980,11 +5980,11 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@radix-ui/rect': 1.0.1 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-rect@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-rect@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==} peerDependencies: '@types/react': '*' @@ -5994,11 +5994,11 @@ packages: optional: true dependencies: '@radix-ui/rect': 1.1.0 - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-size@1.0.1(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-size@1.0.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: '@types/react': '*' @@ -6008,12 +6008,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.25.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-use-size@1.1.0(@types/react@18.3.10)(react@18.2.0): + /@radix-ui/react-use-size@1.1.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==} peerDependencies: '@types/react': '*' @@ -6022,12 +6022,12 @@ packages: '@types/react': optional: true dependencies: - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.10)(react@18.2.0) - '@types/react': 18.3.10 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.6)(react@18.2.0) + '@types/react': 19.0.6 react: 18.2.0 dev: false - /@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==} peerDependencies: '@types/react': '*' @@ -6040,9 +6040,9 @@ packages: '@types/react-dom': optional: true dependencies: - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -6141,7 +6141,7 @@ packages: resolution: {integrity: sha512-xzkcGlm+/aFrNlJZBKzxRKkRYJ2cRx92IqmSKAuGnwuKQ/uMKomXzPsHPu3Dclmnhn3wVKj4uprkgQOoxP6uXQ==} engines: {node: '>=16.0.0'} dependencies: - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.10)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@19.0.6)(react@18.2.0) react: 18.2.0 transitivePeerDependencies: - '@types/react' @@ -7341,7 +7341,7 @@ packages: resolution: {integrity: sha512-Wz7QYfPAlG/DR+DfABddUZeNgoeY7d1J39OCR2jR+v7VBsB8ezulDK5szTnDDPDwLH5IWhLvXIHlCFZV7MSKgA==} engines: {node: '>= 18', npm: '>= 8.6.0'} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 dev: false /@slack/types@2.11.0: @@ -7355,7 +7355,7 @@ packages: dependencies: '@slack/logger': 4.0.0 '@slack/types': 2.11.0 - '@types/node': 18.19.54 + '@types/node': 22.10.6 '@types/retry': 0.12.0 axios: 1.7.7 eventemitter3: 5.0.1 @@ -7982,6 +7982,13 @@ packages: /@types/cookie@0.6.0: resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + /@types/cookie@1.0.0: + resolution: {integrity: sha512-mGFXbkDQJ6kAXByHS7QAggRXgols0mAdP4MuXgloGY1tXokvzaFFM4SMqWvf7AH0oafI7zlFJwoGWzmhDqTZ9w==} + deprecated: This is a stub types definition. cookie provides its own type definitions, so you do not need this installed. + dependencies: + cookie: 0.7.0 + dev: true + /@types/d3-array@3.2.1: resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} dev: false @@ -8057,7 +8064,7 @@ packages: /@types/hoist-non-react-statics@3.3.5: resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 hoist-non-react-statics: 3.3.2 dev: false @@ -8109,11 +8116,17 @@ packages: resolution: {integrity: sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==} dependencies: undici-types: 5.26.5 + dev: true + + /@types/node@22.10.6: + resolution: {integrity: sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==} + dependencies: + undici-types: 6.20.0 /@types/nodemailer@6.4.16: resolution: {integrity: sha512-uz6hN6Pp0upXMcilM61CoKyjT7sskBoOWpptkjjJp8jIMlTdc3xG01U7proKkXzruMS4hS0zqtHNkNPFB20rKQ==} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 dev: true /@types/parse-json@4.0.2: @@ -8123,29 +8136,27 @@ packages: /@types/pg@8.11.6: resolution: {integrity: sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 pg-protocol: 1.7.0 pg-types: 4.0.2 dev: false - /@types/prop-types@15.7.11: - resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} - - /@types/react-dom@18.3.0: - resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} + /@types/react-dom@19.0.3(@types/react@19.0.6): + resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} + peerDependencies: + '@types/react': ^19.0.0 dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 /@types/react-transition-group@4.4.10: resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==} dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 dev: false - /@types/react@18.3.10: - resolution: {integrity: sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==} + /@types/react@19.0.6: + resolution: {integrity: sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==} dependencies: - '@types/prop-types': 15.7.11 csstype: 3.1.3 /@types/retry@0.12.0: @@ -8164,14 +8175,14 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/uuid@3.4.13: - resolution: {integrity: sha512-pAeZeUbLE4Z9Vi9wsWV2bYPTweEHeJJy0G4pEjOA/FSvy1Ad5U5Km8iDV6TKre1mjBiVNfAdVHKruP8bAh4Q5A==} + /@types/uuid@10.0.0: + resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} dev: true /@types/ws@8.5.12: resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 dev: true /@types/yargs-parser@21.0.3: @@ -9088,7 +9099,7 @@ packages: engines: {node: '>=12.13.0'} hasBin: true dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -9099,7 +9110,7 @@ packages: /chromium-edge-launcher@1.0.0: resolution: {integrity: sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA==} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -9357,7 +9368,6 @@ packages: /cookie@0.7.0: resolution: {integrity: sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==} engines: {node: '>= 0.6'} - dev: false /copy-anything@3.0.5: resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} @@ -10243,7 +10253,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 require-like: 0.1.2 dev: true @@ -11912,7 +11922,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.54 + '@types/node': 22.10.6 jest-mock: 29.7.0 jest-util: 29.7.0 dev: false @@ -11942,7 +11952,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.54 + '@types/node': 22.10.6 jest-util: 29.7.0 dev: false @@ -11951,7 +11961,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.54 + '@types/node': 22.10.6 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -11974,7 +11984,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -15234,7 +15244,7 @@ packages: fast-deep-equal: 2.0.1 dev: false - /react-redux@8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.1.3(@types/react-dom@19.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -15257,8 +15267,8 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.3.10 - '@types/react-dom': 18.3.0 + '@types/react': 19.0.6 + '@types/react-dom': 19.0.3(@types/react@19.0.6) '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -15282,7 +15292,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.3.10)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -15292,13 +15302,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.3.10)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@19.0.6)(react@18.2.0) tslib: 2.6.2 dev: false - /react-remove-scroll@2.5.5(@types/react@18.3.10)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -15308,16 +15318,16 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.3.10)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@19.0.6)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@19.0.6)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.3.10)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.3.10)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@19.0.6)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@19.0.6)(react@18.2.0) dev: false - /react-remove-scroll@2.5.7(@types/react@18.3.10)(react@18.2.0): + /react-remove-scroll@2.5.7(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==} engines: {node: '>=10'} peerDependencies: @@ -15327,13 +15337,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.3.10)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.3.10)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@19.0.6)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@19.0.6)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.3.10)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.3.10)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@19.0.6)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@19.0.6)(react@18.2.0) dev: false /react-router-dom@6.26.2(react-dom@18.2.0)(react@18.2.0): @@ -15357,7 +15367,7 @@ packages: '@remix-run/router': 1.19.2 react: 18.2.0 - /react-select@5.8.1(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0): + /react-select@5.8.1(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -15365,7 +15375,7 @@ packages: dependencies: '@babel/runtime': 7.25.6 '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.1(@types/react@18.3.10)(react@18.2.0) + '@emotion/react': 11.11.1(@types/react@19.0.6)(react@18.2.0) '@floating-ui/dom': 1.5.3 '@types/react-transition-group': 4.4.10 memoize-one: 6.0.0 @@ -15373,7 +15383,7 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - use-isomorphic-layout-effect: 1.1.2(@types/react@18.3.10)(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@19.0.6)(react@18.2.0) transitivePeerDependencies: - '@types/react' - supports-color @@ -15402,7 +15412,7 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /react-style-singleton@2.2.1(@types/react@18.3.10)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -15412,7 +15422,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -16398,7 +16408,7 @@ packages: resolution: {integrity: sha512-slTbYS1WhRJXVB8YXU8fgHizkUrM9KJyrw4Dd8pLEwzKHYyQTIE46EePC2MVbSDZdE24o1GdNtzmJV4PrPpmJA==} engines: {node: '>=12.*'} dependencies: - '@types/node': 18.19.54 + '@types/node': 22.10.6 qs: 6.11.2 dev: false @@ -16744,7 +16754,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-node@10.9.2(@types/node@18.19.54)(typescript@5.6.2): + /ts-node@10.9.2(@types/node@22.10.6)(typescript@5.6.2): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -16763,7 +16773,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.54 + '@types/node': 22.10.6 acorn: 8.11.2 acorn-walk: 8.3.2 arg: 4.1.0 @@ -16913,6 +16923,10 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + + /undici-types@6.20.0: + resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} /undici@6.15.0: resolution: {integrity: sha512-VviMt2tlMg1BvQ0FKXxrz1eJuyrcISrL2sPfBf7ZskX/FCEc/7LeThQaoygsMJpNqrATWQIsRVx+1Dpe4jaYuQ==} @@ -17088,7 +17102,7 @@ packages: resolution: {integrity: sha512-EGXjXJZhIHiQMK2pQukuFcL303nskqIRzWvPvV5O8miOfwoUb9G+a/Cld60kUyeaybEI94wvVClT10DtfeAExA==} dev: false - /use-callback-ref@1.3.0(@types/react@18.3.10)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -17098,12 +17112,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 tslib: 2.6.2 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.3.10)(react@18.2.0): + /use-isomorphic-layout-effect@1.1.2(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -17112,7 +17126,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 dev: false @@ -17132,7 +17146,7 @@ packages: react: 18.2.0 dev: false - /use-sidecar@1.1.2(@types/react@18.3.10)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -17142,7 +17156,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 @@ -17664,7 +17678,7 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /zeego@1.10.0(@react-native-menu/menu@1.0.3)(@types/react@18.3.10)(react-dom@18.2.0)(react-native-ios-context-menu@2.5.1)(react-native@0.73.6)(react@18.2.0): + /zeego@1.10.0(@react-native-menu/menu@1.0.3)(@types/react@19.0.6)(react-dom@18.2.0)(react-native-ios-context-menu@2.5.1)(react-native@0.73.6)(react@18.2.0): resolution: {integrity: sha512-HrPv7DfyAubkp/NOy+Uwcb1rcS3DtkZEtNQFiSDduBoZt2EDf89+1N+aweACj1UnmGOOu+kk56WYiV9sliMpng==} peerDependencies: '@react-native-menu/menu': '*' @@ -17672,8 +17686,8 @@ packages: react-native: '*' react-native-ios-context-menu: ^2.3.2 dependencies: - '@radix-ui/react-context-menu': 2.1.5(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-dropdown-menu': 2.0.6(@types/react@18.3.10)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-context-menu': 2.1.5(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-dropdown-menu': 2.0.6(@types/react@19.0.6)(react-dom@18.2.0)(react@18.2.0) '@react-native-menu/menu': 1.0.3(react-native@0.73.6)(react@18.2.0) react: 18.2.0 react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.4)(react@18.2.0) @@ -17699,7 +17713,7 @@ packages: zod: 3.23.8 dev: false - /zustand@4.5.5(@types/react@18.3.10)(react@18.2.0): + /zustand@4.5.5(@types/react@19.0.6)(react@18.2.0): resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==} engines: {node: '>=12.7.0'} peerDependencies: @@ -17714,7 +17728,7 @@ packages: react: optional: true dependencies: - '@types/react': 18.3.10 + '@types/react': 19.0.6 react: 18.2.0 use-sync-external-store: 1.2.2(react@18.2.0) dev: false