diff --git a/client/package.json b/client/package.json index 6316bad9..fe31f9bb 100644 --- a/client/package.json +++ b/client/package.json @@ -11,18 +11,18 @@ "@lingui/macro": "^4.10.0", "@lingui/react": "^4.10.0", "design": "workspace:*", - "react": "^18.3.0", - "react-dom": "^18.3.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-exo": "workspace:*", "react-native": "^0.73.0", "react-native-web": "^0.19.10", "react-native-svg": "^15.1.0", - "react-redux": "^9.1.1", + "react-redux": "^9.1.2", "vite-plugin-node-polyfills": "^0.21.0" }, "devDependencies": { - "@types/react": "^18.3.0", - "@types/react-dom": "^18.3.0", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "config": "workspace:*", "typescript": "^5.3.2", "web": "workspace:*" diff --git a/design/package.json b/design/package.json index 5b85f811..ab1bb584 100644 --- a/design/package.json +++ b/design/package.json @@ -27,20 +27,20 @@ "@lingui/core": "^4.10.0", "@lingui/macro": "^4.10.0", "@lingui/react": "^4.10.0", - "react": "18.2.0", + "react": "^18.2.0", "react-dom": "^18.2.0", "react-exo": "workspace:*", "react-native": "^0.73.6", "react-native-svg": "^15.1.0", "react-native-unistyles": "^2.7.1", "react-native-web": "^0.19.10", - "react-redux": "^9.1.1", + "react-redux": "^9.1.2", "vite-plugin-node-polyfills": "^0.21.0" }, "devDependencies": { "@storybook/react": "^8.0.8", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "config": "workspace:*", "typescript": "^5.3.2", "web": "workspace:*" diff --git a/library/package.json b/library/package.json index 7d5fec6c..ad3dec99 100644 --- a/library/package.json +++ b/library/package.json @@ -183,7 +183,7 @@ "idb-keyval": "^6.2.1", "react-content-loader": "^7.0.0", "react-hook-form": "^7.51.3", - "react-redux": "^9.1.1", + "react-redux": "^9.1.2", "react-router": "^6.22.3", "redux": "^5.0.1", "redux-first-history": "^5.2.0", @@ -201,8 +201,8 @@ "@react-native-picker/picker": "^2.7.5", "@storybook/react": "^8.0.8", "@types/jest": "^29.5.12", - "@types/react": "^18.2.78", - "@types/react-dom": "^18.2.25", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "@types/react-native-video": "^5.0.20", "config": "workspace:*", "react": "^18.2.0", diff --git a/package.json b/package.json index 5c2ffaf6..f9525791 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "scripts": { "start": "conc -c 'auto' 'pnpm:*-dev'", - "build": "conc -c 'gray,gray,green,yellow,magenta,blue,gray' -g 'pnpm:*-build'", + "build": "conc -c 'gray,gray,auto' -g 'pnpm:*-build'", "generate": "pnpm toolkit-cfg-build && pnpm translate-build && pnpm toolkit-web-build && pnpm library-build && pnpm design-build", "toolkit-cfg-dev": "pnpm --filter ./toolkit/config dev", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95f30f48..39d5bada 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,10 +33,10 @@ importers: specifier: workspace:* version: link:../design react: - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 react-dom: - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0(react@18.3.0) react-exo: specifier: workspace:* @@ -51,17 +51,17 @@ importers: specifier: ^0.19.10 version: 0.19.10(react-dom@18.3.0)(react@18.3.0) react-redux: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.3.0)(react-native@0.73.6)(react@18.3.0) + specifier: ^9.1.2 + version: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) vite-plugin-node-polyfills: specifier: ^0.21.0 version: 0.21.0(rollup@4.13.0)(vite@5.2.8) devDependencies: '@types/react': - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 '@types/react-dom': - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 config: specifier: workspace:* @@ -83,44 +83,44 @@ importers: version: 4.10.0(@lingui/react@4.10.0)(babel-plugin-macros@3.1.0)(typescript@5.4.3) '@lingui/react': specifier: ^4.10.0 - version: 4.10.0(react@18.2.0) + version: 4.10.0(react@18.3.0) react: - specifier: 18.2.0 - version: 18.2.0 + specifier: ^18.2.0 + version: 18.3.0 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.0(react@18.3.0) react-exo: specifier: workspace:* version: link:../library react-native: specifier: ^0.73.6 - version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) react-native-svg: specifier: ^15.1.0 - version: 15.1.0(react-native@0.73.6)(react@18.2.0) + version: 15.1.0(react-native@0.73.6)(react@18.3.0) react-native-unistyles: specifier: ^2.7.1 - version: 2.7.1(@react-native/normalize-colors@0.74.1)(react-native-web@0.19.10)(react-native@0.73.6)(react@18.2.0) + version: 2.7.1(@react-native/normalize-colors@0.74.1)(react-native-web@0.19.10)(react-native@0.73.6)(react@18.3.0) react-native-web: specifier: ^0.19.10 - version: 0.19.10(react-dom@18.2.0)(react@18.2.0) + version: 0.19.10(react-dom@18.3.0)(react@18.3.0) react-redux: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.2.74)(react-native@0.73.6)(react@18.2.0) + specifier: ^9.1.2 + version: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) vite-plugin-node-polyfills: specifier: ^0.21.0 version: 0.21.0(rollup@4.13.0)(vite@5.2.8) devDependencies: '@storybook/react': specifier: ^8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3) '@types/react': - specifier: latest - version: 18.2.74 + specifier: ^18.2.0 + version: 18.3.0 '@types/react-dom': - specifier: latest - version: 18.2.24 + specifier: ^18.2.0 + version: 18.3.0 config: specifier: workspace:* version: link:../toolkit/config @@ -135,52 +135,52 @@ importers: dependencies: '@dotlottie/react-player': specifier: ^1.6.19 - version: 1.6.19(react@18.2.0) + version: 1.6.19(react@18.3.0) '@iconify/react': specifier: ^4.1.1 - version: 4.1.1(react@18.2.0) + version: 4.1.1(react@18.3.0) '@legendapp/motion': specifier: ^2.3.0 - version: 2.3.0(nativewind@2.0.11)(react-native@0.73.6)(react@18.2.0) + version: 2.3.0(nativewind@2.0.11)(react-native@0.73.6)(react@18.3.0) '@lingui/macro': specifier: '>=4' version: 4.8.0(@lingui/react@4.8.0)(babel-plugin-macros@3.1.0)(typescript@5.4.3) '@lingui/react': specifier: '>=4' - version: 4.8.0(react@18.2.0) + version: 4.8.0(react@18.3.0) '@radix-ui/react-checkbox': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-progress': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-radio-group': specifier: ^1.1.3 - version: 1.1.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-select': specifier: ^2.0.0 - version: 2.0.0(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-slider': specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-switch': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@reduxjs/toolkit': specifier: ^2.2.3 - version: 2.2.3(react-redux@9.1.1)(react@18.2.0) + version: 2.2.3(react-redux@9.1.2)(react@18.3.0) '@rive-app/react-canvas': specifier: ^4.8.7 - version: 4.8.7(react@18.2.0) + version: 4.8.7(react@18.3.0) '@shopify/flash-list': specifier: ^1.6.4 - version: 1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.2.0) + version: 1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.3.0) '@vidstack/react': specifier: ^0.6.14 - version: 0.6.14(@types/react@18.2.78)(maverick.js@0.37.0)(react@18.2.0)(vidstack@0.6.14) + version: 0.6.14(@types/react@18.3.0)(maverick.js@0.37.0)(react@18.3.0)(vidstack@0.6.14) burnt: specifier: ^0.12.2 - version: 0.12.2(expo@50.0.14)(react-dom@18.2.0)(react-native@0.73.6)(react@18.2.0) + version: 0.12.2(expo@50.0.14)(react-dom@18.3.0)(react-native@0.73.6)(react@18.3.0) history: specifier: ^5.3.0 version: 5.3.0 @@ -189,16 +189,16 @@ importers: version: 6.2.1 react-content-loader: specifier: ^7.0.0 - version: 7.0.0(react@18.2.0) + version: 7.0.0(react@18.3.0) react-hook-form: specifier: ^7.51.3 - version: 7.51.3(react@18.2.0) + version: 7.51.3(react@18.3.0) react-redux: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.2.78)(react-native@0.73.6)(react@18.2.0)(redux@5.0.1) + specifier: ^9.1.2 + version: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) react-router: specifier: ^6.22.3 - version: 6.22.3(react@18.2.0) + version: 6.22.3(react@18.3.0) redux: specifier: ^5.0.1 version: 5.0.1 @@ -207,7 +207,7 @@ importers: version: 5.2.0(history@5.3.0)(redux@5.0.1) redux-persist: specifier: ^6.0.0 - version: 6.0.0(react@18.2.0)(redux@5.0.1) + version: 6.0.0(react@18.3.0)(redux@5.0.1) thumbhash: specifier: ^0.1.1 version: 0.1.1 @@ -217,16 +217,16 @@ importers: devDependencies: '@candlefinance/faster-image': specifier: ^1.4.3 - version: 1.4.3(react-native@0.73.6)(react@18.2.0) + version: 1.4.3(react-native@0.73.6)(react@18.3.0) '@lingui/core': specifier: ^4.10.0 version: 4.10.0 '@marceloterreiro/flash-calendar': specifier: ^0.0.8 - version: 0.0.8(@shopify/flash-list@1.6.4)(react-native@0.73.6)(react@18.2.0) + version: 0.0.8(@shopify/flash-list@1.6.4)(react-native@0.73.6)(react@18.3.0) '@react-native-community/checkbox': specifier: ^0.5.17 - version: 0.5.17(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.2.0) + version: 0.5.17(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0) '@react-native-community/netinfo': specifier: ^11.3.1 version: 11.3.1(react-native@0.73.6) @@ -235,76 +235,76 @@ importers: version: 4.5.2 '@react-native-picker/picker': specifier: ^2.7.5 - version: 2.7.5(react-native@0.73.6)(react@18.2.0) + version: 2.7.5(react-native@0.73.6)(react@18.3.0) '@storybook/react': specifier: ^8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3) '@types/jest': specifier: ^29.5.12 version: 29.5.12 '@types/react': - specifier: ^18.2.78 - version: 18.2.78 + specifier: ^18.2.0 + version: 18.3.0 '@types/react-dom': - specifier: ^18.2.25 - version: 18.2.25 + specifier: ^18.2.0 + version: 18.3.0 '@types/react-native-video': specifier: ^5.0.20 - version: 5.0.20(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + version: 5.0.20(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) config: specifier: workspace:* version: link:../toolkit/config react: specifier: ^18.2.0 - version: 18.2.0 + version: 18.3.0 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.0(react@18.3.0) react-native: specifier: ^0.73.6 - version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) react-native-bootsplash: specifier: ^5.5.2 - version: 5.5.2(react-native@0.73.6)(react@18.2.0) + version: 5.5.2(react-native@0.73.6)(react@18.3.0) react-native-gesture-handler: specifier: ^2.16.0 - version: 2.16.0(react-native@0.73.6)(react@18.2.0) + version: 2.16.0(react-native@0.73.6)(react@18.3.0) react-native-get-random-values: specifier: ^1.11.0 version: 1.11.0(react-native@0.73.6) react-native-iconify: specifier: ^1.0.1 - version: 1.0.1(react-native-svg@15.1.0)(react-native@0.73.6)(react@18.2.0) + version: 1.0.1(react-native-svg@15.1.0)(react-native@0.73.6)(react@18.3.0) react-native-linear-gradient: specifier: ^2.8.3 - version: 2.8.3(react-native@0.73.6)(react@18.2.0) + version: 2.8.3(react-native@0.73.6)(react@18.3.0) react-native-macos: specifier: ^0.73.24 - version: 0.73.24(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.2.0) + version: 0.73.24(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0) react-native-mmkv: specifier: ^2.12.2 - version: 2.12.2(react-native@0.73.6)(react@18.2.0) + version: 2.12.2(react-native@0.73.6)(react@18.3.0) react-native-navigation: specifier: 7.39.1 - version: 7.39.1(react-native@0.73.6)(react@18.2.0) + version: 7.39.1(react-native@0.73.6)(react@18.3.0) react-native-reanimated: specifier: ^3.8.1 - version: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0) + version: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0) react-native-safe-area-context: specifier: ^4.9.0 - version: 4.9.0(react-native@0.73.6)(react@18.2.0) + version: 4.9.0(react-native@0.73.6)(react@18.3.0) react-native-screens: specifier: ^3.30.1 - version: 3.30.1(react-native@0.73.6)(react@18.2.0) + version: 3.30.1(react-native@0.73.6)(react@18.3.0) react-native-skottie: specifier: ^2.1.0 - version: 2.1.0(@shopify/react-native-skia@0.1.238)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0) + version: 2.1.0(@shopify/react-native-skia@0.1.238)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0) react-native-svg: specifier: ^15.1.0 - version: 15.1.0(react-native@0.73.6)(react@18.2.0) + version: 15.1.0(react-native@0.73.6)(react@18.3.0) react-native-ui-lib: specifier: ^7.20.0 - version: 7.20.0(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0) + version: 7.20.0(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0) react-native-url-polyfill: specifier: ^2.0.0 version: 2.0.0(react-native@0.73.6) @@ -313,16 +313,16 @@ importers: version: 5.2.1 react-native-web: specifier: ^0.19.10 - version: 0.19.10(react-dom@18.2.0)(react@18.2.0) + version: 0.19.10(react-dom@18.3.0)(react@18.3.0) react-native-web-linear-gradient: specifier: ^1.1.2 version: 1.1.2(react-native-web@0.19.10) react-native-windows: specifier: ^0.73.11 - version: 0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.2.0) + version: 0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0) rive-react-native: specifier: ^7.0.0 - version: 7.0.0(react-native@0.73.6)(react@18.2.0) + version: 7.0.0(react-native@0.73.6)(react@18.3.0) typedoc: specifier: ^0.25.13 version: 0.25.13(typescript@5.4.3) @@ -347,7 +347,7 @@ importers: version: 5.4.3 vocs: specifier: latest - version: 1.0.0-alpha.43(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0)(rollup@4.13.0)(typescript@5.4.3) + version: 1.0.0-alpha.43(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0)(rollup@4.13.0)(typescript@5.4.3) toolkit/native: dependencies: @@ -355,7 +355,7 @@ importers: specifier: ^0.73.0 version: 0.73.10(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0) react: - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 react-native: specifier: ^0.73.0 @@ -389,20 +389,20 @@ importers: specifier: ^1.3.15 version: 1.3.15(@react-native/metro-config@0.73.5)(react-native@0.73.6)(react@18.3.0) '@types/react': - specifier: ^18.3.0 - version: 18.3.1 + specifier: ^18.2.0 + version: 18.3.0 '@types/react-test-renderer': - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 config: specifier: workspace:* version: link:../config react-native-test-app: - specifier: ^3.5.13 - version: 3.5.13(@callstack/react-native-visionos@0.73.10)(react-native-macos@0.73.24)(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0) + specifier: ^3.7.0 + version: 3.7.0(@callstack/react-native-visionos@0.73.10)(react-native-macos@0.73.24)(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0) react-test-renderer: - specifier: 18.3.0 - version: 18.3.0(react@18.3.0) + specifier: 18.3.1 + version: 18.3.1(react@18.3.0) typescript: specifier: ^5.3.2 version: 5.4.3 @@ -414,17 +414,17 @@ importers: version: 4.1.1(react@18.2.0) '@storybook/addon-essentials': specifier: ^8.0.4 - version: 8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0) + version: 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) '@storybook/blocks': specifier: ^8.0.4 - version: 8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0) + version: 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) design: specifier: workspace:* version: link:../../../design devDependencies: '@types/react': - specifier: ^18.2.72 - version: 18.2.74 + specifier: ^18.2.0 + version: 18.3.0 config: specifier: workspace:* version: link:../../config @@ -448,71 +448,71 @@ importers: version: 4.10.0(@lingui/react@4.10.0)(babel-plugin-macros@3.1.0)(typescript@5.4.3) '@lingui/react': specifier: ^4.10.0 - version: 4.10.0(react@18.2.0) + version: 4.10.0(react@18.3.0) design: specifier: workspace:* version: link:../../../design react: - specifier: 18.2.0 - version: 18.2.0 + specifier: ^18.2.0 + version: 18.3.0 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.0(react@18.3.0) react-exo: specifier: workspace:* version: link:../../../library react-native: specifier: ^0.73.6 - version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) react-native-svg: specifier: ^15.1.0 - version: 15.1.0(react-native@0.73.6)(react@18.2.0) + version: 15.1.0(react-native@0.73.6)(react@18.3.0) react-native-web: specifier: ^0.19.10 - version: 0.19.10(react-dom@18.2.0)(react@18.2.0) + version: 0.19.10(react-dom@18.3.0)(react@18.3.0) react-redux: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.2.75)(react-native@0.73.6)(react@18.2.0) + specifier: ^9.1.2 + version: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) vite-plugin-node-polyfills: specifier: ^0.21.0 version: 0.21.0(rollup@4.13.0)(vite@5.2.8) devDependencies: '@iconify/react': specifier: ^4.1.1 - version: 4.1.1(react@18.2.0) + version: 4.1.1(react@18.3.0) '@storybook/addon-a11y': specifier: ^8.0.8 version: 8.0.8 '@storybook/addon-designs': specifier: ^8.0.0 - version: 8.0.0(@storybook/theming@8.0.8)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.0(@storybook/theming@8.0.8)(react-dom@18.3.0)(react@18.3.0) '@storybook/addon-essentials': specifier: 8.0.8 - version: 8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/addon-interactions': specifier: 8.0.8 version: 8.0.8 '@storybook/addon-links': specifier: 8.0.8 - version: 8.0.8(react@18.2.0) + version: 8.0.8(react@18.3.0) '@storybook/builder-vite': specifier: 8.0.8 version: 8.0.8(typescript@5.4.3)(vite@5.2.8) '@storybook/manager-api': specifier: 8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/react': specifier: 8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3) '@storybook/react-vite': specifier: 8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3)(vite@5.2.8) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3)(vite@5.2.8) '@storybook/theming': specifier: 8.0.8 - version: 8.0.8(react-dom@18.2.0)(react@18.2.0) + version: 8.0.8(react-dom@18.3.0)(react@18.3.0) '@types/react': - specifier: ^18.2.75 - version: 18.2.75 + specifier: ^18.2.0 + version: 18.3.0 client: specifier: workspace:* version: link:../../../client @@ -521,7 +521,7 @@ importers: version: link:../../config storybook: specifier: 8.0.8 - version: 8.0.8(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.8(@babel/preset-env@7.23.6)(react-dom@18.3.0)(react@18.3.0) storybook-common: specifier: workspace:* version: link:../common @@ -539,34 +539,34 @@ importers: version: 4.10.0(@lingui/react@4.10.0)(babel-plugin-macros@3.1.0)(typescript@5.4.3) '@lingui/react': specifier: ^4.10.0 - version: 4.10.0(react@18.2.0) + version: 4.10.0(react@18.3.0) design: specifier: workspace:* version: link:../../design react: - specifier: 18.2.0 - version: 18.2.0 + specifier: ^18.2.0 + version: 18.3.0 react-docgen: specifier: ^7.0.3 version: 7.0.3 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.0(react@18.3.0) react-exo: specifier: workspace:* version: link:../../library react-native: specifier: ^0.73.6 - version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + version: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) react-native-svg: specifier: ^15.1.0 - version: 15.1.0(react-native@0.73.6)(react@18.2.0) + version: 15.1.0(react-native@0.73.6)(react@18.3.0) react-native-web: specifier: ^0.19.10 - version: 0.19.10(react-dom@18.2.0)(react@18.2.0) + version: 0.19.10(react-dom@18.3.0)(react@18.3.0) react-redux: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.2.74)(react-native@0.73.6)(react@18.2.0) + specifier: ^9.1.2 + version: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) vite-plugin-node-polyfills: specifier: ^0.21.0 version: 0.21.0(rollup@4.13.0)(vite@5.2.8) @@ -575,11 +575,11 @@ importers: specifier: latest version: 11.0.4 '@types/react': - specifier: latest - version: 18.2.74 + specifier: ^18.2.0 + version: 18.3.0 '@types/react-dom': - specifier: latest - version: 18.2.24 + specifier: ^18.2.0 + version: 18.3.0 config: specifier: workspace:* version: link:../config @@ -594,7 +594,7 @@ importers: version: 5.4.3 vocs: specifier: latest - version: 1.0.0-alpha.43(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(rollup@4.13.0)(typescript@5.4.3) + version: 1.0.0-alpha.43(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0)(rollup@4.13.0)(typescript@5.4.3) web: specifier: workspace:* version: link:../web @@ -614,10 +614,10 @@ importers: specifier: ^2.1.2 version: 2.1.2(rollup@4.13.0) '@types/react': - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 '@types/react-dom': - specifier: ^18.3.0 + specifier: ^18.2.0 version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.2.1 @@ -2221,15 +2221,15 @@ packages: - supports-color - utf-8-validate - /@candlefinance/faster-image@1.4.3(react-native@0.73.6)(react@18.2.0): + /@candlefinance/faster-image@1.4.3(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-CmQuJhgM3+R8ZNlEB8tFt+0r3Ei0OnX5aLnT6rLCDM1KobHAfbIXF1W0WlanlGudfitsdLx+qrX9oolOf+9enA==} engines: {node: '>=18'} peerDependencies: react: '*' react-native: '*' dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /@clack/core@0.3.3: @@ -2283,13 +2283,13 @@ packages: valibot: 0.13.1 dev: false - /@dotlottie/react-player@1.6.19(react@18.2.0): + /@dotlottie/react-player@1.6.19(react@18.3.0): resolution: {integrity: sha512-kXQ/BD3OnK70wIGOIy5DWg1jgfgb3AWaDLXwVnLtzSmTBcH2dFcU/XGXF+z4w8vm2/s2tdbNd7c4yq8twoIVLw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@dotlottie/common': 0.7.11 - react: 18.2.0 + react: 18.3.0 dev: false /@egjs/hammerjs@2.0.17: @@ -2317,6 +2317,7 @@ packages: react: '>=16.8.0' dependencies: react: 18.2.0 + dev: false /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.0): resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} @@ -3278,14 +3279,14 @@ packages: lit: 2.8.0 dev: true - /@figspec/react@1.0.3(react@18.2.0): + /@figspec/react@1.0.3(react@18.3.0): resolution: {integrity: sha512-r683qOko+5CbT48Ox280fMx2MNAtaFPgCNJvldOqN3YtmAzlcTT+YSxd3OahA+kjXGGrnzDbUgeTOX1cPLII+g==} peerDependencies: react: ^16.14.0 || ^17.0.0 || ^18.0.0 dependencies: '@figspec/components': 1.0.3 '@lit-labs/react': 1.2.1 - react: 18.2.0 + react: 18.3.0 dev: true /@floating-ui/core@1.6.0: @@ -3299,16 +3300,6 @@ packages: '@floating-ui/core': 1.6.0 '@floating-ui/utils': 0.2.1 - /@floating-ui/react-dom@2.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - dependencies: - '@floating-ui/dom': 1.6.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@floating-ui/react-dom@2.0.8(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} peerDependencies: @@ -3329,20 +3320,6 @@ packages: '@floating-ui/dom': 1.6.1 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - - /@floating-ui/react@0.26.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-fOZb8BnJBrVohGPZ8RthDM5cHD9SnBKgY/U7LFXHhuwafSZD7TVmCX67+ezkkwxFbWpQGTEbgcjuHUDRonGy1g==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - dependencies: - '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) - '@floating-ui/utils': 0.2.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - tabbable: 6.2.0 - dev: true /@floating-ui/react@0.26.8(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-fOZb8BnJBrVohGPZ8RthDM5cHD9SnBKgY/U7LFXHhuwafSZD7TVmCX67+ezkkwxFbWpQGTEbgcjuHUDRonGy1g==} @@ -3412,6 +3389,15 @@ packages: dependencies: '@iconify/types': 2.0.0 react: 18.2.0 + dev: false + + /@iconify/react@4.1.1(react@18.3.0): + resolution: {integrity: sha512-jed14EjvKjee8mc0eoscGxlg7mSQRkwQG3iX3cPBCO7UlOjz0DtlvTqxqEcHUJGh+z1VJ31Yhu5B9PxfO0zbdg==} + peerDependencies: + react: '>=16' + dependencies: + '@iconify/types': 2.0.0 + react: 18.3.0 /@iconify/types@2.0.0: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -3741,20 +3727,20 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - /@legendapp/motion@2.3.0(nativewind@2.0.11)(react-native@0.73.6)(react@18.2.0): + /@legendapp/motion@2.3.0(nativewind@2.0.11)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-LtTD06eyz/Ge23FAR6BY+i9Gsgr/ZgxE12FneML8LrZGcZOSPN2Ojz3N2eJaTiA50kqoeqrGCaYJja8KgKpL6Q==} peerDependencies: nativewind: ^2.0.0 react: '>=16' react-native: '*' dependencies: - '@legendapp/tools': 2.0.1(react@18.2.0) - nativewind: 2.0.11(react@18.2.0)(tailwindcss@3.4.1) - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + '@legendapp/tools': 2.0.1(react@18.3.0) + nativewind: 2.0.11(react@18.3.0)(tailwindcss@3.4.1) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: false - /@legendapp/tools@2.0.1(react@18.2.0): + /@legendapp/tools@2.0.1(react@18.3.0): resolution: {integrity: sha512-Kxt0HWvWElRK6oybHRzcYxdgaKGwuaiRNreS7usW7QuHXRIHaH4yMcW2YNRG4DHE5fpefv+Bno/BohQcCE4FaA==} peerDependencies: react: '>=16' @@ -3762,7 +3748,7 @@ packages: react: optional: true dependencies: - react: 18.2.0 + react: 18.3.0 dev: false /@lingui/babel-plugin-extract-messages@4.10.0: @@ -3949,7 +3935,7 @@ packages: '@lingui/conf': 4.8.0(typescript@5.4.3) '@lingui/core': 4.8.0 '@lingui/message-utils': 4.8.0 - '@lingui/react': 4.8.0(react@18.2.0) + '@lingui/react': 4.8.0(react@18.3.0) babel-plugin-macros: 3.1.0 transitivePeerDependencies: - typescript @@ -3969,17 +3955,6 @@ packages: '@messageformat/parser': 5.1.0 js-sha256: 0.10.1 - /@lingui/react@4.10.0(react@18.2.0): - resolution: {integrity: sha512-QBbgKnIEePbt2ktq/6AVi9q91TRbwvcdrruOMu3qqXBqcF4KMu7rf05M9tvk/cClTjImuOF+FI3k+MX6LGnnYQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@babel/runtime': 7.23.6 - '@lingui/core': 4.10.0 - react: 18.2.0 - dev: false - /@lingui/react@4.10.0(react@18.3.0): resolution: {integrity: sha512-QBbgKnIEePbt2ktq/6AVi9q91TRbwvcdrruOMu3qqXBqcF4KMu7rf05M9tvk/cClTjImuOF+FI3k+MX6LGnnYQ==} engines: {node: '>=16.0.0'} @@ -3991,7 +3966,7 @@ packages: react: 18.3.0 dev: false - /@lingui/react@4.8.0(react@18.2.0): + /@lingui/react@4.8.0(react@18.3.0): resolution: {integrity: sha512-GVoGDYZAN9wHrEvQWljxS1CZqZ80yLtK0LS8Y907RLlmD3GXLwNvT63iJUHwRu4710HNdgD7qM7XNOgPZZNu7A==} engines: {node: '>=16.0.0'} peerDependencies: @@ -3999,7 +3974,7 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@lingui/core': 4.8.0 - react: 18.2.0 + react: 18.3.0 dev: false /@lingui/vite-plugin@4.10.0(typescript@5.4.3)(vite@5.2.8): @@ -4030,17 +4005,17 @@ packages: '@lit-labs/ssr-dom-shim': 1.2.0 dev: true - /@marceloterreiro/flash-calendar@0.0.8(@shopify/flash-list@1.6.4)(react-native@0.73.6)(react@18.2.0): + /@marceloterreiro/flash-calendar@0.0.8(@shopify/flash-list@1.6.4)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-sm3Ukmtctv/b3wpw/NkHnPSdQaqe7cFO+p2VXgYlV3RHFr+sQt5ioEHR3JGj1pglWePad95nuAvoDw2EtZ8ooQ==} peerDependencies: '@shopify/flash-list': '*' react: '*' react-native: '*' dependencies: - '@shopify/flash-list': 1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.2.0) + '@shopify/flash-list': 1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.3.0) mitt: 3.0.1 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /@maverick-js/signals@5.11.4: @@ -4077,17 +4052,6 @@ packages: - supports-color dev: true - /@mdx-js/react@3.0.0(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==} - peerDependencies: - '@types/react': '>=16' - react: '>=16' - dependencies: - '@types/mdx': 2.0.10 - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - /@mdx-js/react@3.0.0(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==} peerDependencies: @@ -4099,14 +4063,14 @@ packages: react: 18.2.0 dev: true - /@mdx-js/react@3.0.0(@types/react@18.3.1)(react@18.3.0): + /@mdx-js/react@3.0.0(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==} peerDependencies: '@types/react': '>=16' react: '>=16' dependencies: '@types/mdx': 2.0.10 - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 /@mdx-js/rollup@3.0.0(rollup@4.13.0): @@ -4300,35 +4264,6 @@ packages: dependencies: '@babel/runtime': 7.23.6 - /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==} peerDependencies: @@ -4358,7 +4293,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-accordion@1.1.2(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==} peerDependencies: '@types/react': '*' @@ -4373,61 +4308,20 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-collection': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) dev: true - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: @@ -4449,7 +4343,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-arrow@1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: '@types/react': '*' @@ -4463,13 +4357,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - /@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-CBuGQa52aAYnADZVt/KBQzXrwx6TqnlwtcIPGtVt5JkkzQwMOLJjPukimhfKEr4GQNd43C+djUh5Ikopj8pSLg==} peerDependencies: '@types/react': '*' @@ -4484,47 +4378,19 @@ packages: dependencies: '@babel/runtime': 7.20.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: false - /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} peerDependencies: @@ -4553,7 +4419,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-collapsible@1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} peerDependencies: '@types/react': '*' @@ -4568,66 +4434,19 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) dev: true - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: @@ -4652,7 +4471,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-collection@1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: '@types/react': '*' @@ -4666,16 +4485,16 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.74)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: '@types/react': '*' @@ -4685,10 +4504,10 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 + '@types/react': 18.3.0 react: 18.2.0 - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.75)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: '@types/react': '*' @@ -4698,12 +4517,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.75 - react: 18.2.0 - dev: true + '@types/react': 18.3.0 + react: 18.3.0 - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} + /@radix-ui/react-context@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -4712,66 +4530,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 + '@types/react': 18.3.0 react: 18.2.0 - dev: false + dev: true - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.3.0 - react: 18.2.0 - dev: true - - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 - react: 18.3.0 - - /@radix-ui/react-context@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - - /@radix-ui/react-context@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - - /@radix-ui/react-context@1.0.1(@types/react@18.3.0)(react@18.2.0): + /@radix-ui/react-context@1.0.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: '@types/react': '*' @@ -4782,56 +4545,7 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@types/react': 18.3.0 - react: 18.2.0 - dev: true - - /@radix-ui/react-context@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 react: 18.3.0 - dev: true - - /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - 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.2.74)(react@18.2.0) - dev: true /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} @@ -4867,7 +4581,7 @@ packages: react-remove-scroll: 2.5.5(@types/react@18.3.0)(react@18.2.0) dev: true - /@radix-ui/react-dialog@1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} peerDependencies: '@types/react': '*' @@ -4882,52 +4596,25 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-portal': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 aria-hidden: 1.2.3 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - react-remove-scroll: 2.5.5(@types/react@18.3.1)(react@18.3.0) - dev: true - - /@radix-ui/react-direction@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 - react: 18.2.0 + react-remove-scroll: 2.5.5(@types/react@18.3.0)(react@18.3.0) dev: true - /@radix-ui/react-direction@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - /@radix-ui/react-direction@1.0.1(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: @@ -4942,7 +4629,7 @@ packages: react: 18.2.0 dev: true - /@radix-ui/react-direction@1.0.1(@types/react@18.3.1)(react@18.3.0): + /@radix-ui/react-direction@1.0.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: '@types/react': '*' @@ -4952,59 +4639,8 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 - dev: true - - /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} @@ -5031,7 +4667,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-dismissable-layer@1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} peerDependencies: '@types/react': '*' @@ -5046,42 +4682,14 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false /@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} @@ -5097,7 +4705,7 @@ packages: react: 18.2.0 dev: true - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.1)(react@18.3.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} peerDependencies: '@types/react': '*' @@ -5107,55 +4715,8 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 - dev: true - - /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} @@ -5180,7 +4741,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-focus-scope@1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} peerDependencies: '@types/react': '*' @@ -5194,13 +4755,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true /@radix-ui/react-icons@1.3.0(react@18.2.0): resolution: {integrity: sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==} @@ -5218,36 +4779,6 @@ packages: react: 18.3.0 dev: true - /@radix-ui/react-id@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - - /@radix-ui/react-id@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - /@radix-ui/react-id@1.0.1(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: @@ -5263,7 +4794,7 @@ packages: react: 18.2.0 dev: true - /@radix-ui/react-id@1.0.1(@types/react@18.3.1)(react@18.3.0): + /@radix-ui/react-id@1.0.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: '@types/react': '*' @@ -5273,31 +4804,9 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 react: 18.3.0 - dev: true - - /@radix-ui/react-label@2.0.2(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true /@radix-ui/react-label@2.0.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==} @@ -5320,7 +4829,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-label@2.0.2(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-label@2.0.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==} peerDependencies: '@types/react': '*' @@ -5334,47 +4843,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) dev: true - /@radix-ui/react-navigation-menu@1.1.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-navigation-menu@1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): + /@radix-ui/react-navigation-menu@1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==} peerDependencies: '@types/react': '*' @@ -5408,7 +4884,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-navigation-menu@1.1.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-navigation-menu@1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==} peerDependencies: '@types/react': '*' @@ -5423,59 +4899,25 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) dev: true - /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - 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.2.74)(react@18.2.0) - dev: true - /@radix-ui/react-popover@1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} peerDependencies: @@ -5511,7 +4953,7 @@ packages: react-remove-scroll: 2.5.5(@types/react@18.3.0)(react@18.2.0) dev: true - /@radix-ui/react-popover@1.0.7(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-popover@1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} peerDependencies: '@types/react': '*' @@ -5526,85 +4968,26 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-popper': 1.1.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-portal': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 aria-hidden: 1.2.3 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - react-remove-scroll: 2.5.5(@types/react@18.3.1)(react@18.3.0) - dev: true - - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.3.0)(react@18.3.0) dev: true - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} peerDependencies: @@ -5635,7 +5018,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-popper@1.1.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-popper@1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} peerDependencies: '@types/react': '*' @@ -5650,61 +5033,19 @@ packages: dependencies: '@babel/runtime': 7.23.6 '@floating-ui/react-dom': 2.0.8(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-arrow': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.1)(react@18.3.0) + '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.0)(react@18.3.0) '@radix-ui/rect': 1.0.1 - '@types/react': 18.3.1 + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false /@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} @@ -5727,7 +5068,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-portal@1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} peerDependencies: '@types/react': '*' @@ -5741,55 +5082,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false /@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} @@ -5813,7 +5110,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-presence@1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} peerDependencies: '@types/react': '*' @@ -5827,54 +5124,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} @@ -5897,7 +5152,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-primitive@1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: '@types/react': '*' @@ -5911,13 +5166,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true - /@radix-ui/react-progress@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-progress@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-5G6Om/tYSxjSeEdrb1VfKkfZfn/1IlPWd731h2RfPuSbIfNUgfqAwbKfJCg/PP6nuUCTrYzalwHSpSinoWoCag==} peerDependencies: '@types/react': '*' @@ -5931,15 +5186,15 @@ packages: optional: true dependencies: '@babel/runtime': 7.20.0 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: false - /@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-x+yELayyefNeKeTx4fjK6j99Fs6c4qKm3aY38G3swQVTN6xMpsrbigC0uHs2L//g8q4qR7qOcww8430jJmi2ag==} peerDependencies: '@types/react': '*' @@ -5954,77 +5209,19 @@ packages: dependencies: '@babel/runtime': 7.20.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - 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-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: false /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): @@ -6056,7 +5253,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-roving-focus@1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: '@types/react': '*' @@ -6066,442 +5263,98 @@ packages: peerDependenciesMeta: '@types/react': optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 - react: 18.3.0 - react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-select@2.0.0(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-RH5b7af4oHtkcHS7pG6Sgv5rk5Wxa7XI8W5gvB1N/yiuDGZxko1ynvOiVhFM7Cis2A8zxF9bTOUVbRDzPepe6w==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.0 - '@radix-ui/number': 1.0.1 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - 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.2.78)(react@18.2.0) - dev: false - - /@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.0 - '@radix-ui/number': 1.0.1 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-slot@1.0.2(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - react: 18.2.0 - - /@radix-ui/react-slot@1.0.2(@types/react@18.2.75)(react@18.2.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.75)(react@18.2.0) - '@types/react': 18.2.75 - react: 18.2.0 - dev: true - - /@radix-ui/react-slot@1.0.2(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - - /@radix-ui/react-slot@1.0.2(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@types/react': 18.3.0 - react: 18.2.0 - dev: true - - /@radix-ui/react-slot@1.0.2(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 - react: 18.3.0 - - /@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.0 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@types/react': 18.3.0 - '@types/react-dom': 18.3.0 - react: 18.2.0 - react-dom: 18.3.0(react@18.2.0) - dev: true - - /@radix-ui/react-tabs@1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): - resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 - react: 18.3.0 - react-dom: 18.3.0(react@18.3.0) - dev: true - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.3.0 - react: 18.2.0 - dev: true - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 - react: 18.3.0 - dev: true - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - react: 18.2.0 - dev: true - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.2.0) - '@types/react': 18.3.0 - react: 18.2.0 - dev: true - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 - react: 18.3.0 - dev: true - - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 - react: 18.2.0 - dev: true + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} + /@radix-ui/react-select@2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-RH5b7af4oHtkcHS7pG6Sgv5rk5Wxa7XI8W5gvB1N/yiuDGZxko1ynvOiVhFM7Cis2A8zxF9bTOUVbRDzPepe6w==} peerDependencies: '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - react: 18.2.0 + '@babel/runtime': 7.20.0 + '@radix-ui/number': 1.0.1 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + aria-hidden: 1.2.3 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) + react-remove-scroll: 2.5.5(@types/react@18.3.0)(react@18.3.0) dev: false - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} + /@radix-ui/react-slider@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==} peerDependencies: '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: - '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@babel/runtime': 7.20.0 + '@radix-ui/number': 1.0.1 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.0)(react@18.3.0) '@types/react': 18.3.0 - react: 18.2.0 - dev: true + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) + dev: false - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} + /@radix-ui/react-slot@1.0.2(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6510,13 +5363,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 - react: 18.3.0 - dev: true + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@types/react': 18.3.0 + react: 18.2.0 - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} + /@radix-ui/react-slot@1.0.2(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6525,54 +5377,95 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 - react: 18.2.0 - dev: true + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + react: 18.3.0 - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} + /@radix-ui/react-switch@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==} peerDependencies: '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: - '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 + '@babel/runtime': 7.20.0 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: false - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} + /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} peerDependencies: '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.23.6 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.2.0) '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.2.0 + react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} + /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} peerDependencies: '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-context': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: true - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6581,12 +5474,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.74 + '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6595,12 +5488,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false + '@types/react': 18.3.0 + react: 18.3.0 - /@radix-ui/react-use-previous@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6609,12 +5501,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.2.0) '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-previous@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6623,12 +5516,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@types/react': 18.3.1 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 react: 18.3.0 - dev: true - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6637,13 +5530,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.74 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6652,13 +5545,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.78 - react: 18.2.0 - dev: false + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + react: 18.3.0 - /@radix-ui/react-use-rect@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6667,13 +5559,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/rect': 1.0.1 '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-rect@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6682,13 +5573,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/rect': 1.0.1 - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 - dev: true - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} + /@radix-ui/react-use-previous@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6697,13 +5586,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.74)(react@18.2.0) - '@types/react': 18.2.74 + '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} + /@radix-ui/react-use-previous@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6712,13 +5600,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.78)(react@18.2.0) - '@types/react': 18.2.78 - react: 18.2.0 - dev: false + '@types/react': 18.3.0 + react: 18.3.0 - /@radix-ui/react-use-size@1.0.1(@types/react@18.3.0)(react@18.2.0): - resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} + /@radix-ui/react-use-rect@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6727,13 +5613,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@radix-ui/rect': 1.0.1 '@types/react': 18.3.0 react: 18.2.0 dev: true - /@radix-ui/react-use-size@1.0.1(@types/react@18.3.1)(react@18.3.0): - resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} + /@radix-ui/react-use-rect@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 @@ -6742,52 +5628,38 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.1)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/rect': 1.0.1 + '@types/react': 18.3.0 react: 18.3.0 - dev: true - /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} + /@radix-ui/react-use-size@1.0.1(@types/react@18.3.0)(react@18.2.0): + resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: '@types/react': '*' - '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true - '@types/react-dom': - optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.74 - '@types/react-dom': 18.2.24 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.2.0) + '@types/react': 18.3.0 react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} + /@radix-ui/react-use-size@1.0.1(@types/react@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: '@types/react': '*' - '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: '@types/react': optional: true - '@types/react-dom': - optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.25)(@types/react@18.2.78)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.78 - '@types/react-dom': 18.2.25 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + react: 18.3.0 /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} @@ -6810,7 +5682,7 @@ packages: react-dom: 18.3.0(react@18.2.0) dev: true - /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} peerDependencies: '@types/react': '*' @@ -6824,18 +5696,18 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.6 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@types/react': 18.3.1 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@types/react': 18.3.0 + '@types/react-dom': 18.3.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - dev: true /@radix-ui/rect@1.0.1: resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==} dependencies: '@babel/runtime': 7.23.6 - /@react-native-community/checkbox@0.5.17(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.2.0): + /@react-native-community/checkbox@0.5.17(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-ZZx/eOH3SIxBg+hvA2zRd7lX5zPQEWcZU8C8Dn7WLdpJkiTkPmIUDFHWrmzxCnwZcyoD+BIt6gUZPKGGb9WmeQ==} requiresBuild: true peerDependencies: @@ -6846,9 +5718,9 @@ packages: react-native-windows: optional: true dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-windows: 0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-windows: 0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0) dev: true /@react-native-community/cli-clean@12.3.6: @@ -7173,7 +6045,7 @@ packages: peerDependencies: react-native: '>=0.59' dependencies: - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /@react-native-community/slider@4.5.2: @@ -7188,16 +6060,16 @@ packages: dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) - /@react-native-picker/picker@2.7.5(react-native@0.73.6)(react@18.2.0): + /@react-native-picker/picker@2.7.5(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-vhMaOLkXSUb+YKVbukMJToU4g+89VMhBG2U9+cLYF8X8HtFRidrHjohGqT8/OyesDuKIXeLIP+UFYI9Q9CRA9Q==} peerDependencies: react: '*' react-native: '*' dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /@react-native-windows/cli@0.73.2(react-native@0.73.6): @@ -7220,7 +6092,7 @@ packages: mustache: 4.2.0 ora: 3.4.0 prompts: 2.4.2 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) semver: 7.5.4 shelljs: 0.8.5 username: 5.1.0 @@ -7243,7 +6115,7 @@ packages: chalk: 4.1.2 globby: 11.1.0 mustache: 4.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) source-map-support: 0.5.21 yargs: 16.2.0 @@ -7615,7 +6487,7 @@ packages: nullthrows: 1.1.1 react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) - /@reduxjs/toolkit@2.2.3(react-redux@9.1.1)(react@18.2.0): + /@reduxjs/toolkit@2.2.3(react-redux@9.1.2)(react@18.3.0): resolution: {integrity: sha512-76dll9EnJXg4EVcI5YNxZA/9hSAmZsFqzMmNRHvIlzw2WS/twfcVX3ysYrWGJMClwEmChQFC4yRq74tn6fdzRA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 @@ -7627,8 +6499,8 @@ packages: optional: true dependencies: immer: 10.0.4 - react: 18.2.0 - react-redux: 9.1.1(@types/react@18.2.78)(react-native@0.73.6)(react@18.2.0)(redux@5.0.1) + react: 18.3.0 + react-redux: 9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1) redux: 5.0.1 redux-thunk: 3.1.0(redux@5.0.1) reselect: 5.1.0 @@ -7672,13 +6544,13 @@ packages: resolution: {integrity: sha512-UxpANWDJF3Bpnp1oVC/L6aNW2+6eqAZOkBBetFd/T9QzUkqGE3Og3BCrwulYzbO7SMrmGwYuL9P6bQLBt2i+Jw==} dev: false - /@rive-app/react-canvas@4.8.7(react@18.2.0): + /@rive-app/react-canvas@4.8.7(react@18.3.0): resolution: {integrity: sha512-fejFlZn25I3w4WY462Ck3bspXxN1JEvsManvMs93K1LRlfh97N5MjDy4TgaQRnyIWYIsLDcyDMG38dT2CEHtRw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@rive-app/canvas': 2.14.1 - react: 18.2.0 + react: 18.3.0 dev: false /@rnx-kit/chromium-edge-launcher@1.0.0: @@ -7717,8 +6589,8 @@ packages: react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true - /@rnx-kit/react-native-host@0.4.7(react-native@0.73.6): - resolution: {integrity: sha512-lfZG5XFrDajH13XkXUBlAYxW8uBbN098KMUbbcbdXhAxUxqXDBuxD46Uicdb9WysBl5BL18E+aFZKEKNPB3ttw==} + /@rnx-kit/react-native-host@0.4.8(react-native@0.73.6): + resolution: {integrity: sha512-hxa2KDQWKWolVuKweLKdaARLxqMS/i973Mbuh4Hd/b/gGmnbA0a88GpVf5lmKGDnH6rK+jL8zrNC7I9vGHQBBA==} peerDependencies: react-native: '>=0.66' dependencies: @@ -7965,7 +6837,7 @@ packages: - typescript dev: true - /@shopify/flash-list@1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.2.0): + /@shopify/flash-list@1.6.4(@babel/runtime@7.23.6)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-M2momcnY7swsvmpHIFDVbdOaFw4aQocJXA/lFP0Gpz+alQjFylqVKvszxl4atYO2SNbjxlb2L6hEP9WEcAknGQ==} peerDependencies: '@babel/runtime': '*' @@ -7973,12 +6845,12 @@ packages: react-native: '*' dependencies: '@babel/runtime': 7.23.6 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - recyclerlistview: 4.2.0(react-native@0.73.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + recyclerlistview: 4.2.0(react-native@0.73.6)(react@18.3.0) tslib: 2.4.0 - /@shopify/react-native-skia@0.1.238(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0): + /@shopify/react-native-skia@0.1.238(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-XWB8dyfa+jigOfr24s8gcuCrSSTeik3OvN81hUSr2sS+XZPci57QlE8zfRtwTgxxjRqGcsB4KxyR8KNL4564cA==} hasBin: true peerDependencies: @@ -7992,10 +6864,10 @@ packages: optional: true dependencies: canvaskit-wasm: 0.39.1 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0) - react-reconciler: 0.27.0(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0) + react-reconciler: 0.27.0(react@18.3.0) dev: true /@sideway/address@4.1.4: @@ -8067,10 +6939,10 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-controls@8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0): + /@storybook/addon-controls@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-K5EYBTsUOTJlvIdA7p6Xj31wnV+RbZAkk56UKQvA7nJD7oDuLOq3E9u46F/uZD1vxddd9zFhf2iONfMe3KTTwQ==} dependencies: - '@storybook/blocks': 8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0) + '@storybook/blocks': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) lodash: 4.17.21 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -8081,10 +6953,10 @@ packages: - supports-color dev: false - /@storybook/addon-controls@8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-controls@8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-7xANN18CLYsVthuSXwxKezqpelEKJlT9xaYLtw5vvD00btW5g3vxq+Z/A31OkS2OuaH2bE0GfRCoG2OLR8yQQA==} dependencies: - '@storybook/blocks': 8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@storybook/blocks': 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) lodash: 4.17.21 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -8095,7 +6967,7 @@ packages: - supports-color dev: true - /@storybook/addon-designs@8.0.0(@storybook/theming@8.0.8)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-designs@8.0.0(@storybook/theming@8.0.8)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-xCiv2PmdUXgco8IHVIY+pe5pWQQoPVwsyimhap1v68kDUuLio5glOS8pTm1zf2KWj8AqXreio/j5krOZpQyKSQ==} peerDependencies: '@storybook/blocks': ^8.0.0 @@ -8115,20 +6987,20 @@ packages: react-dom: optional: true dependencies: - '@figspec/react': 1.0.3(react@18.2.0) - '@storybook/theming': 8.0.8(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@figspec/react': 1.0.3(react@18.3.0) + '@storybook/theming': 8.0.8(react-dom@18.3.0)(react@18.3.0) + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: true /@storybook/addon-docs@8.0.4: resolution: {integrity: sha512-m0Y7qGAMnNPLEOEgzW/SBm8GX0xabJBaRN+aYijO6UKTln7F6oXXVve+xPC0Y4s6Gc9HZFdJY8WXZr1YSGEUVA==} dependencies: '@babel/core': 7.23.9 - '@mdx-js/react': 3.0.0(@types/react@18.3.1)(react@18.3.0) - '@storybook/blocks': 8.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@mdx-js/react': 3.0.0(@types/react@18.3.0)(react@18.3.0) + '@storybook/blocks': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/client-logger': 8.0.4 - '@storybook/components': 8.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@storybook/components': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/csf-plugin': 8.0.4 '@storybook/csf-tools': 8.0.4 '@storybook/global': 5.0.0 @@ -8137,7 +7009,7 @@ packages: '@storybook/react-dom-shim': 8.0.4(react-dom@18.3.0)(react@18.3.0) '@storybook/theming': 8.0.4(react-dom@18.3.0)(react@18.3.0) '@storybook/types': 8.0.4 - '@types/react': 18.3.1 + '@types/react': 18.3.0 fs-extra: 11.2.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) @@ -8153,10 +7025,10 @@ packages: resolution: {integrity: sha512-HNiY4ESH9WxGS6QpIpURzdSbyDxbRh7VIgbvUrePSKajlsL4RFN/gdnn5TnSL00tOP/w+Cy/fXcbljMUKy7Ivg==} dependencies: '@babel/core': 7.23.9 - '@mdx-js/react': 3.0.0(@types/react@18.3.1)(react@18.3.0) - '@storybook/blocks': 8.0.8(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@mdx-js/react': 3.0.0(@types/react@18.3.0)(react@18.3.0) + '@storybook/blocks': 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/client-logger': 8.0.8 - '@storybook/components': 8.0.8(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@storybook/components': 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/csf-plugin': 8.0.8 '@storybook/csf-tools': 8.0.8 '@storybook/global': 5.0.0 @@ -8165,7 +7037,7 @@ packages: '@storybook/react-dom-shim': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/theming': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/types': 8.0.8 - '@types/react': 18.3.1 + '@types/react': 18.3.0 fs-extra: 11.2.0 react: 18.3.0 react-dom: 18.3.0(react@18.3.0) @@ -8177,12 +7049,12 @@ packages: - supports-color dev: true - /@storybook/addon-essentials@8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0): + /@storybook/addon-essentials@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-mUIqhAkSz6Qv7nRqAAyCqMLiXBWVsY/8qN7HEIoaMQgdFq38KW3rYwNdzd2JLeXNWP1bBXwfvfcFe7/eqhYJFA==} dependencies: '@storybook/addon-actions': 8.0.4 '@storybook/addon-backgrounds': 8.0.4 - '@storybook/addon-controls': 8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0) + '@storybook/addon-controls': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) '@storybook/addon-docs': 8.0.4 '@storybook/addon-highlight': 8.0.4 '@storybook/addon-measure': 8.0.4 @@ -8202,12 +7074,12 @@ packages: - supports-color dev: false - /@storybook/addon-essentials@8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-essentials@8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-bc9KJk7SPM2I5CCJEAP8R5leP+74IYxhWPiTN8Y1YFmf3MA1lpDJbwy+RfuRZ2ZKnSKszCXCVzU/T10HKUHLZw==} dependencies: '@storybook/addon-actions': 8.0.8 '@storybook/addon-backgrounds': 8.0.8 - '@storybook/addon-controls': 8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-controls': 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/addon-docs': 8.0.8 '@storybook/addon-highlight': 8.0.8 '@storybook/addon-measure': 8.0.8 @@ -8215,7 +7087,7 @@ packages: '@storybook/addon-toolbars': 8.0.8 '@storybook/addon-viewport': 8.0.8 '@storybook/core-common': 8.0.8 - '@storybook/manager-api': 8.0.8(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-api': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/node-logger': 8.0.8 '@storybook/preview-api': 8.0.8 ts-dedent: 2.2.0 @@ -8256,7 +7128,7 @@ packages: - vitest dev: true - /@storybook/addon-links@8.0.8(react@18.2.0): + /@storybook/addon-links@8.0.8(react@18.3.0): resolution: {integrity: sha512-iRI/W9I6fOom5zfZvsu53gfJtuhBSMmhgI/u5uZbAbfEoNL5D1PqpDXD4ygM8Vvlx90AZNZ2W5slEe7gCZOMyA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8266,7 +7138,7 @@ packages: dependencies: '@storybook/csf': 0.1.2 '@storybook/global': 5.0.0 - react: 18.2.0 + react: 18.3.0 ts-dedent: 2.2.0 dev: true @@ -8318,7 +7190,7 @@ packages: memoizerific: 1.11.3 dev: true - /@storybook/blocks@8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0): + /@storybook/blocks@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-9dRXk9zLJVPOmEWsSXm10XUmIfvS/tVgeBgFXNbusFQZXPpexIPNdRgB004pDGg9RvlY78ykpnd3yP143zaXMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8331,7 +7203,7 @@ packages: dependencies: '@storybook/channels': 8.0.4 '@storybook/client-logger': 8.0.4 - '@storybook/components': 8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0) + '@storybook/components': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0) '@storybook/core-events': 8.0.4 '@storybook/csf': 0.1.2 '@storybook/docs-tools': 8.0.4 @@ -8350,50 +7222,7 @@ packages: polished: 4.2.2 react: 18.2.0 react-colorful: 5.6.1(react-dom@18.3.0)(react@18.2.0) - react-dom: 18.3.0(react@18.2.0) - telejson: 7.2.0 - tocbot: 4.23.0 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - - encoding - - supports-color - dev: false - - /@storybook/blocks@8.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): - resolution: {integrity: sha512-9dRXk9zLJVPOmEWsSXm10XUmIfvS/tVgeBgFXNbusFQZXPpexIPNdRgB004pDGg9RvlY78ykpnd3yP143zaXMg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true - dependencies: - '@storybook/channels': 8.0.4 - '@storybook/client-logger': 8.0.4 - '@storybook/components': 8.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@storybook/core-events': 8.0.4 - '@storybook/csf': 0.1.2 - '@storybook/docs-tools': 8.0.4 - '@storybook/global': 5.0.0 - '@storybook/icons': 1.2.9(react-dom@18.3.0)(react@18.3.0) - '@storybook/manager-api': 8.0.4(react-dom@18.3.0)(react@18.3.0) - '@storybook/preview-api': 8.0.4 - '@storybook/theming': 8.0.4(react-dom@18.3.0)(react@18.3.0) - '@storybook/types': 8.0.4 - '@types/lodash': 4.14.202 - color-convert: 2.0.1 - dequal: 2.0.3 - lodash: 4.17.21 - markdown-to-jsx: 7.3.2(react@18.3.0) - memoizerific: 1.11.3 - polished: 4.2.2 - react: 18.3.0 - react-colorful: 5.6.1(react-dom@18.3.0)(react@18.3.0) - react-dom: 18.3.0(react@18.3.0) + react-dom: 18.3.0(react@18.2.0) telejson: 7.2.0 tocbot: 4.23.0 ts-dedent: 2.2.0 @@ -8404,8 +7233,8 @@ packages: - supports-color dev: false - /@storybook/blocks@8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-kwsjhvnmFEaIl51QHJt/83G7mZ5YbzFKnWCwy8WUpi0xvVcyoFQSGGgwR3XRrzGfUEPK8P2FDHeKw1bLzyIejA==} + /@storybook/blocks@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): + resolution: {integrity: sha512-9dRXk9zLJVPOmEWsSXm10XUmIfvS/tVgeBgFXNbusFQZXPpexIPNdRgB004pDGg9RvlY78ykpnd3yP143zaXMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8415,28 +7244,28 @@ packages: react-dom: optional: true dependencies: - '@storybook/channels': 8.0.8 - '@storybook/client-logger': 8.0.8 - '@storybook/components': 8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 8.0.8 + '@storybook/channels': 8.0.4 + '@storybook/client-logger': 8.0.4 + '@storybook/components': 8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@storybook/core-events': 8.0.4 '@storybook/csf': 0.1.2 - '@storybook/docs-tools': 8.0.8 + '@storybook/docs-tools': 8.0.4 '@storybook/global': 5.0.0 - '@storybook/icons': 1.2.9(react-dom@18.2.0)(react@18.2.0) - '@storybook/manager-api': 8.0.8(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 8.0.8 - '@storybook/theming': 8.0.8(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 8.0.8 + '@storybook/icons': 1.2.9(react-dom@18.3.0)(react@18.3.0) + '@storybook/manager-api': 8.0.4(react-dom@18.3.0)(react@18.3.0) + '@storybook/preview-api': 8.0.4 + '@storybook/theming': 8.0.4(react-dom@18.3.0)(react@18.3.0) + '@storybook/types': 8.0.4 '@types/lodash': 4.14.202 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 - markdown-to-jsx: 7.3.2(react@18.2.0) + markdown-to-jsx: 7.3.2(react@18.3.0) memoizerific: 1.11.3 polished: 4.2.2 - react: 18.2.0 - react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) + react: 18.3.0 + react-colorful: 5.6.1(react-dom@18.3.0)(react@18.3.0) + react-dom: 18.3.0(react@18.3.0) telejson: 7.2.0 tocbot: 4.23.0 ts-dedent: 2.2.0 @@ -8445,9 +7274,9 @@ packages: - '@types/react' - encoding - supports-color - dev: true + dev: false - /@storybook/blocks@8.0.8(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@storybook/blocks@8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-kwsjhvnmFEaIl51QHJt/83G7mZ5YbzFKnWCwy8WUpi0xvVcyoFQSGGgwR3XRrzGfUEPK8P2FDHeKw1bLzyIejA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8460,7 +7289,7 @@ packages: dependencies: '@storybook/channels': 8.0.8 '@storybook/client-logger': 8.0.8 - '@storybook/components': 8.0.8(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@storybook/components': 8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@storybook/core-events': 8.0.8 '@storybook/csf': 0.1.2 '@storybook/docs-tools': 8.0.8 @@ -8571,7 +7400,7 @@ packages: tiny-invariant: 1.3.3 dev: true - /@storybook/cli@8.0.8(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0): + /@storybook/cli@8.0.8(@babel/preset-env@7.23.6)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-RnSdgykh2i7es1rQ7CNGpDrKK/PN1f0xjwpkAHXCEB6T9KpHBmqDquzZp+N127a1HBHHXy018yi4wT8mSQyEoA==} hasBin: true dependencies: @@ -8581,7 +7410,7 @@ packages: '@storybook/codemod': 8.0.8 '@storybook/core-common': 8.0.8 '@storybook/core-events': 8.0.8 - '@storybook/core-server': 8.0.8(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-server': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/csf-tools': 8.0.8 '@storybook/node-logger': 8.0.8 '@storybook/telemetry': 8.0.8 @@ -8655,13 +7484,13 @@ packages: - supports-color dev: true - /@storybook/components@8.0.4(@types/react@18.2.74)(react-dom@18.3.0)(react@18.2.0): + /@storybook/components@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-i5ngl5GTOLB9nZ1cmpxTjtWct5IuH9UxzFC73a0jHMkCwN26w16IqufRVDaoQv0AvZN4pd4fNM2in/XVHA10dw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.74)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.2.0) '@storybook/client-logger': 8.0.4 '@storybook/csf': 0.1.2 '@storybook/global': 5.0.0 @@ -8676,13 +7505,13 @@ packages: - '@types/react' dev: false - /@storybook/components@8.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@storybook/components@8.0.4(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-i5ngl5GTOLB9nZ1cmpxTjtWct5IuH9UxzFC73a0jHMkCwN26w16IqufRVDaoQv0AvZN4pd4fNM2in/XVHA10dw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) '@storybook/client-logger': 8.0.4 '@storybook/csf': 0.1.2 '@storybook/global': 5.0.0 @@ -8697,34 +7526,13 @@ packages: - '@types/react' dev: false - /@storybook/components@8.0.8(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-EpBExH4kHWQJSfA8QXJJ5AsLRUGi5X/zWY7ffiYW8rtnBmEnk3T9FpmnyJlY1A8sdd3b1wQ07JGBDHfL1mdELw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.75)(react@18.2.0) - '@storybook/client-logger': 8.0.8 - '@storybook/csf': 0.1.2 - '@storybook/global': 5.0.0 - '@storybook/icons': 1.2.9(react-dom@18.2.0)(react@18.2.0) - '@storybook/theming': 8.0.8(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 8.0.8 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/components@8.0.8(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0): + /@storybook/components@8.0.8(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-EpBExH4kHWQJSfA8QXJJ5AsLRUGi5X/zWY7ffiYW8rtnBmEnk3T9FpmnyJlY1A8sdd3b1wQ07JGBDHfL1mdELw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.1)(react@18.3.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.3.0)(react@18.3.0) '@storybook/client-logger': 8.0.8 '@storybook/csf': 0.1.2 '@storybook/global': 5.0.0 @@ -8823,7 +7631,7 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/core-server@8.0.8(react-dom@18.2.0)(react@18.2.0): + /@storybook/core-server@8.0.8(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-tSEueEBttbSohzhZVN2bFNlFx3eoqQ7p57cjQLKXXwKygS2qKxISKnFy+Y0nj20APz68Wj51kx0rN0nGALeegw==} dependencies: '@aw-web-design/x-default-browser': 1.4.126 @@ -8838,7 +7646,7 @@ packages: '@storybook/docs-mdx': 3.0.0 '@storybook/global': 5.0.0 '@storybook/manager': 8.0.8 - '@storybook/manager-api': 8.0.8(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-api': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/node-logger': 8.0.8 '@storybook/preview-api': 8.0.8 '@storybook/telemetry': 8.0.8 @@ -8970,17 +7778,6 @@ packages: /@storybook/global@5.0.0: resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} - /@storybook/icons@1.2.9(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==} - engines: {node: '>=14.0.0'} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/icons@1.2.9(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==} engines: {node: '>=14.0.0'} @@ -9060,29 +7857,6 @@ packages: - react-dom dev: false - /@storybook/manager-api@8.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1HU4nfLRi0sD2uw229gb8EQyufNWrLvMNpg013kBsBXRd+Dj4dqF3v+KrYFNtteY7riC4mAJ6YcQ4tBUNYZDug==} - dependencies: - '@storybook/channels': 8.0.8 - '@storybook/client-logger': 8.0.8 - '@storybook/core-events': 8.0.8 - '@storybook/csf': 0.1.2 - '@storybook/global': 5.0.0 - '@storybook/icons': 1.2.9(react-dom@18.2.0)(react@18.2.0) - '@storybook/router': 8.0.8 - '@storybook/theming': 8.0.8(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 8.0.8 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - store2: 2.14.2 - telejson: 7.2.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - react - - react-dom - dev: true - /@storybook/manager-api@8.0.8(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-1HU4nfLRi0sD2uw229gb8EQyufNWrLvMNpg013kBsBXRd+Dj4dqF3v+KrYFNtteY7riC4mAJ6YcQ4tBUNYZDug==} dependencies: @@ -9170,16 +7944,6 @@ packages: react-dom: 18.3.0(react@18.3.0) dev: false - /@storybook/react-dom-shim@8.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-vOMlAz2HH/xfgZmSO28fCEmp5/tPxINDEdBDVLdZeYG6R1j5jlMRyaNcXt4cPNDkyc///PkB/K767hg4goca/Q==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/react-dom-shim@8.0.8(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-vOMlAz2HH/xfgZmSO28fCEmp5/tPxINDEdBDVLdZeYG6R1j5jlMRyaNcXt4cPNDkyc///PkB/K767hg4goca/Q==} peerDependencies: @@ -9190,7 +7954,7 @@ packages: react-dom: 18.3.0(react@18.3.0) dev: true - /@storybook/react-vite@8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3)(vite@5.2.8): + /@storybook/react-vite@8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3)(vite@5.2.8): resolution: {integrity: sha512-3xN+/KgcjEAKJ0cM8yFYk8+T59kgKSMlQaavoIgQudbEErSubr9l7jDWXH44afQIEBVs++ayYWrbEN2wyMGoug==} engines: {node: '>=18.0.0'} peerDependencies: @@ -9202,12 +7966,12 @@ packages: '@rollup/pluginutils': 5.1.0(rollup@4.13.0) '@storybook/builder-vite': 8.0.8(typescript@5.4.3)(vite@5.2.8) '@storybook/node-logger': 8.0.8 - '@storybook/react': 8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3) + '@storybook/react': 8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3) find-up: 5.0.0 magic-string: 0.30.5 - react: 18.2.0 + react: 18.3.0 react-docgen: 7.0.1 - react-dom: 18.2.0(react@18.2.0) + react-dom: 18.3.0(react@18.3.0) resolve: 1.22.8 tsconfig-paths: 4.2.0 vite: 5.2.8(lightningcss@1.24.1) @@ -9220,7 +7984,7 @@ packages: - vite-plugin-glimmerx dev: true - /@storybook/react@8.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@5.4.3): + /@storybook/react@8.0.8(react-dom@18.3.0)(react@18.3.0)(typescript@5.4.3): resolution: {integrity: sha512-pPTlQntl09kv7qkAFYsxUq6qCLeeZC/K3yGFBGMy2Dc+PFjBYdT6mt2I8GB3twK0Cq5gJESlLj48QnYLQ/9PbA==} engines: {node: '>=18.0.0'} peerDependencies: @@ -9235,7 +7999,7 @@ packages: '@storybook/docs-tools': 8.0.8 '@storybook/global': 5.0.0 '@storybook/preview-api': 8.0.8 - '@storybook/react-dom-shim': 8.0.8(react-dom@18.2.0)(react@18.2.0) + '@storybook/react-dom-shim': 8.0.8(react-dom@18.3.0)(react@18.3.0) '@storybook/types': 8.0.8 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 @@ -9247,9 +8011,9 @@ packages: html-tags: 3.3.1 lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-element-to-jsx-string: 15.0.0(react-dom@18.2.0)(react@18.2.0) + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) + react-element-to-jsx-string: 15.0.0(react-dom@18.3.0)(react@18.3.0) semver: 7.5.4 ts-dedent: 2.2.0 type-fest: 2.19.0 @@ -9352,25 +8116,6 @@ packages: react-dom: 18.3.0(react@18.3.0) dev: false - /@storybook/theming@8.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-43hkNz7yo8Bl97AO2WbxIGprUqMhUZyK9g8383bd30gSxy9nfND/bdSdcgmA8IokDn8qp37Q4QmxtUZdhjMzZQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true - dependencies: - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) - '@storybook/client-logger': 8.0.8 - '@storybook/global': 5.0.0 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/theming@8.0.8(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-43hkNz7yo8Bl97AO2WbxIGprUqMhUZyK9g8383bd30gSxy9nfND/bdSdcgmA8IokDn8qp37Q4QmxtUZdhjMzZQ==} peerDependencies: @@ -9693,28 +8438,16 @@ packages: /@types/range-parser@1.2.7: resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - /@types/react-dom@18.2.24: - resolution: {integrity: sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==} - dependencies: - '@types/react': 18.2.78 - dev: true - - /@types/react-dom@18.2.25: - resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==} - dependencies: - '@types/react': 18.3.0 - /@types/react-dom@18.3.0: resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} dependencies: '@types/react': 18.3.0 - dev: true - /@types/react-native-video@5.0.20(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0): + /@types/react-native-video@5.0.20(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0): resolution: {integrity: sha512-CdD4T43uEKzTNJ/RylTDViNuGuyOPWQUEuA1Y9GY8T+HiE9cwYw1zQNqk8a7zz9GHamlPfJQ+bYoEE9OWjZ/6g==} dependencies: '@types/react': 18.3.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -9728,39 +8461,15 @@ packages: /@types/react-test-renderer@18.3.0: resolution: {integrity: sha512-HW4MuEYxfDbOHQsVlY/XtOvNHftCVEPhJF2pQXXwcUiUF+Oyb0usgp48HSgpK5rt8m9KZb22yqOeZm+rrVG8gw==} dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 dev: true - /@types/react@18.2.74: - resolution: {integrity: sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==} - dependencies: - '@types/prop-types': 15.7.11 - csstype: 3.1.3 - - /@types/react@18.2.75: - resolution: {integrity: sha512-+DNnF7yc5y0bHkBTiLKqXFe+L4B3nvOphiMY3tuA5X10esmjqk7smyBZzbGTy2vsiy/Bnzj8yFIBL8xhRacoOg==} - dependencies: - '@types/prop-types': 15.7.11 - csstype: 3.1.3 - - /@types/react@18.2.78: - resolution: {integrity: sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==} - dependencies: - '@types/prop-types': 15.7.11 - csstype: 3.1.3 - /@types/react@18.3.0: resolution: {integrity: sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==} dependencies: '@types/prop-types': 15.7.11 csstype: 3.1.3 - /@types/react@18.3.1: - resolution: {integrity: sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==} - dependencies: - '@types/prop-types': 15.7.11 - csstype: 3.1.3 - /@types/resolve@1.20.6: resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} @@ -9932,7 +8641,7 @@ packages: - ts-node dev: true - /@vidstack/react@0.6.14(@types/react@18.2.78)(maverick.js@0.37.0)(react@18.2.0)(vidstack@0.6.14): + /@vidstack/react@0.6.14(@types/react@18.3.0)(maverick.js@0.37.0)(react@18.3.0)(vidstack@0.6.14): resolution: {integrity: sha512-vwmLMMQ5yIJ3ED3JLJYD/gb5tpl+V0LSSic/g/coJj7m1rZRzOpFWflocDDiEHSMQ6Z+wHcrcoj5voTzPsurww==} engines: {node: '>=16'} peerDependencies: @@ -9941,9 +8650,9 @@ packages: react: ^18.0.0 vidstack: 0.6.14 dependencies: - '@types/react': 18.2.78 + '@types/react': 18.3.0 maverick.js: 0.37.0 - react: 18.2.0 + react: 18.3.0 vidstack: 0.6.14 dev: false @@ -10891,7 +9600,7 @@ packages: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: false - /burnt@0.12.2(expo@50.0.14)(react-dom@18.2.0)(react-native@0.73.6)(react@18.2.0): + /burnt@0.12.2(expo@50.0.14)(react-dom@18.3.0)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-bbZjGN4Om7dykr8ZcLb0tTO5L2becMR+HIez1ySUGgG/rvK+ePgBEuBA6lMOZqOTsUXhIKFUBH0sCXQ25fq5SA==} peerDependencies: expo: '*' @@ -10899,10 +9608,10 @@ packages: react-native: '*' dependencies: expo: 50.0.14(@babel/core@7.23.9)(@react-native/babel-preset@0.73.21) - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) sf-symbols-typescript: 1.0.0 - sonner: 0.3.5(react-dom@18.2.0)(react@18.2.0) + sonner: 0.3.5(react-dom@18.3.0)(react@18.3.0) transitivePeerDependencies: - react-dom dev: false @@ -13482,7 +12191,7 @@ packages: htmlparser2: 9.1.0 dev: true - /html-react-parser@5.1.1(react@18.2.0): + /html-react-parser@5.1.1(react@18.3.0): resolution: {integrity: sha512-L5VK0rKN3VM7uzRH+4wxAL9elvHuCNDjyWKKjcCDR+YWW5Qr7WWSK7+e627DcePVAFi5IMqc+rAU8j/1DpC/Tw==} requiresBuild: true peerDependencies: @@ -13490,7 +12199,7 @@ packages: dependencies: domhandler: 5.0.3 html-dom-parser: 5.0.7 - react: 18.2.0 + react: 18.3.0 react-property: 2.0.2 style-to-js: 1.1.10 dev: true @@ -14788,6 +13497,7 @@ packages: react: '>= 0.14.0' dependencies: react: 18.2.0 + dev: false /markdown-to-jsx@7.3.2(react@18.3.0): resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==} @@ -15935,7 +14645,7 @@ packages: resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} dev: true - /nativewind@2.0.11(react@18.2.0)(tailwindcss@3.4.1): + /nativewind@2.0.11(react@18.3.0)(tailwindcss@3.4.1): resolution: {integrity: sha512-qCEXUwKW21RYJ33KRAJl3zXq2bCq82WoI564fI21D/TiqhfmstZOqPN53RF8qK1NDK6PGl56b2xaTxgObEePEg==} engines: {node: '>=14.18'} peerDependencies: @@ -15954,7 +14664,7 @@ packages: postcss-nested: 5.0.6(postcss@8.4.38) react-is: 18.3.0 tailwindcss: 3.4.1 - use-sync-external-store: 1.2.0(react@18.2.0) + use-sync-external-store: 1.2.0(react@18.3.0) transitivePeerDependencies: - react dev: false @@ -16761,7 +15471,7 @@ packages: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 - react-is: 18.2.0 + react-is: 18.3.0 /pretty-hrtime@1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} @@ -16957,16 +15667,6 @@ packages: minimist: 1.2.8 strip-json-comments: 2.0.1 - /react-colorful@5.6.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /react-colorful@5.6.1(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: @@ -16986,13 +15686,13 @@ packages: react: 18.3.0 react-dom: 18.3.0(react@18.3.0) - /react-content-loader@7.0.0(react@18.2.0): + /react-content-loader@7.0.0(react@18.3.0): resolution: {integrity: sha512-xaBwpO7eiJyEc4ndym+g6wcruV9W2y3DKqbw4U48QFBsv0IeAVZO+aCUb8GptlDLWM8n5zi2HcFSGlj5r+53Tg==} engines: {node: '>=10'} peerDependencies: react: '>=16.0.0' dependencies: - react: 18.2.0 + react: 18.3.0 dev: false /react-devtools-core@4.28.5: @@ -17048,15 +15748,6 @@ packages: - supports-color dev: false - /react-dom@18.2.0(react@18.2.0): - resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} - peerDependencies: - react: ^18.2.0 - dependencies: - loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 - /react-dom@18.3.0(react@18.2.0): resolution: {integrity: sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==} peerDependencies: @@ -17075,7 +15766,7 @@ packages: react: 18.3.0 scheduler: 0.23.1 - /react-element-to-jsx-string@15.0.0(react-dom@18.2.0)(react@18.2.0): + /react-element-to-jsx-string@15.0.0(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==} peerDependencies: react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 @@ -17083,8 +15774,8 @@ packages: dependencies: '@base2/pretty-print-object': 1.0.1 is-plain-object: 5.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) react-is: 18.1.0 dev: true @@ -17092,14 +15783,14 @@ packages: resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} dev: true - /react-freeze@1.0.3(react@18.2.0): + /react-freeze@1.0.3(react@18.3.0): resolution: {integrity: sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g==} engines: {node: '>=10'} requiresBuild: true peerDependencies: react: '>=17.0.0' dependencies: - react: 18.2.0 + react: 18.3.0 dev: true /react-helmet@6.1.0(react@18.2.0): @@ -17126,13 +15817,13 @@ packages: react-side-effect: 2.1.2(react@18.3.0) dev: true - /react-hook-form@7.51.3(react@18.2.0): + /react-hook-form@7.51.3(react@18.3.0): resolution: {integrity: sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 dependencies: - react: 18.2.0 + react: 18.3.0 dev: false /react-intersection-observer@9.5.3(react@18.2.0): @@ -17161,17 +15852,18 @@ packages: resolution: {integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==} dev: true - /react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-is@18.3.0: resolution: {integrity: sha512-wRiUsea88TjKDc4FBEn+sLvIDesp6brMbGWnJGjew2waAc9evdhja/2LvePc898HJbHw0L+MTWy7NhpnELAvLQ==} + /react-is@18.3.1: + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + dev: true + /react-lifecycles-compat@2.0.0: resolution: {integrity: sha512-txfpPCQYiazVdcbMRhatqWKcAxJweUu2wDXvts5/7Wyp6+Y9cHojqXHsLPEckzutfHlxZhG8Oiundbmp8Fd6eQ==} dev: true - /react-native-bootsplash@5.5.2(react-native@0.73.6)(react@18.2.0): + /react-native-bootsplash@5.5.2(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-syS0dOn6CbZuB+7LEHzYZ7xaa/GJ8gNXQxQw+XCPtZ1R9XBc3+BhfJH79jipH1+1hiRTbA9qAIGDBoWdBi6HAA==} peerDependencies: react: '>=18.1.0' @@ -17183,8 +15875,8 @@ packages: node-html-parser: 6.1.12 picocolors: 1.0.0 prettier: 3.2.5 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) sharp: 0.32.6 ts-dedent: 2.2.0 xml-formatter: 3.6.2 @@ -17192,112 +15884,56 @@ packages: - supports-color dev: true - /react-native-gesture-handler@2.16.0(react-native@0.73.6)(react@18.2.0): + /react-native-gesture-handler@2.16.0(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-1hFkx7RIfeJSyTQQ0Nkv4icFVZ5+XjQkd47OgZMBFzoB7ecL+nFSz8KLi3OCWOhq+nbHpSPlSG5VF3CQNCJpWA==} peerDependencies: - react: '*' - react-native: '*' - dependencies: - '@egjs/hammerjs': 2.0.17 - hoist-non-react-statics: 3.3.2 - invariant: 2.2.4 - lodash: 4.17.21 - prop-types: 15.8.1 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - dev: true - - /react-native-get-random-values@1.11.0(react-native@0.73.6): - resolution: {integrity: sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==} - peerDependencies: - react-native: '>=0.56' - dependencies: - fast-base64-decode: 1.0.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - dev: true - - /react-native-iconify@1.0.1(react-native-svg@15.1.0)(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-tUVmMXOPONnMwl/jP3OoaZAYDOXQQ1deoX/S2+nBCoLe2hswf36q6U0CDmk3yKokeeJJoDhQvgTlr/7hyyweOQ==} - engines: {node: '>= 16.0.0'} - peerDependencies: - react: '*' - react-native: '*' - react-native-svg: '>=13.2.0' - dependencies: - '@iconify/json': 2.2.196 - '@iconify/utils': 2.1.22 - html-react-parser: 5.1.1(react@18.2.0) - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-svg: 15.1.0(react-native@0.73.6)(react@18.2.0) - transitivePeerDependencies: - - supports-color - dev: true - - /react-native-linear-gradient@2.8.3(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-KflAXZcEg54PXkLyflaSZQ3PJp4uC4whM7nT/Uot9m0e/qxFV3p6uor1983D1YOBJbJN7rrWdqIjq0T42jOJyA==} - peerDependencies: - react: '*' - react-native: '*' - dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - dev: true - - /react-native-macos@0.73.24(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-XD2KjU8NqwdIUo1whkupv6xqlNF/kjKTQMeF2Mpfb24oUzqhXc4B83WOS0HF3lKArusMvi+RpPz6rvmbBJHPLw==} - engines: {node: '>=18'} - hasBin: true - peerDependencies: - react: 18.2.0 - dependencies: - '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 12.3.6 - '@react-native-community/cli-platform-android': 12.3.6 - '@react-native-community/cli-platform-ios': 12.3.6 - '@react-native-mac/virtualized-lists': 0.73.3(react-native@0.73.6) - '@react-native/assets-registry': 0.73.1 - '@react-native/codegen': 0.73.3(@babel/preset-env@7.23.6) - '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.23.9)(@babel/preset-env@7.23.6) - '@react-native/gradle-plugin': 0.73.4 - '@react-native/js-polyfills': 0.73.1 - '@react-native/normalize-colors': 0.73.2 - abort-controller: 3.0.0 - anser: 1.4.10 - ansi-regex: 5.0.1 - base64-js: 1.5.1 - chalk: 4.1.2 - deprecated-react-native-prop-types: 5.0.0 - event-target-shim: 5.0.1 - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - jest-environment-node: 29.7.0 - jsc-android: 250231.0.0 - memoize-one: 5.2.1 - metro-runtime: 0.80.5 - metro-source-map: 0.80.5 - mkdirp: 0.5.6 - nullthrows: 1.1.1 - pretty-format: 26.6.2 - promise: 8.3.0 - react: 18.2.0 - react-devtools-core: 4.28.5 - react-refresh: 0.14.0 - react-shallow-renderer: 16.15.0(react@18.2.0) - regenerator-runtime: 0.13.11 - scheduler: 0.24.0-canary-efb381bbf-20230505 - stacktrace-parser: 0.1.10 - whatwg-fetch: 3.6.20 - ws: 6.2.2 - yargs: 17.7.2 + react: '*' + react-native: '*' + dependencies: + '@egjs/hammerjs': 2.0.17 + hoist-non-react-statics: 3.3.2 + invariant: 2.2.4 + lodash: 4.17.21 + prop-types: 15.8.1 + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + dev: true + + /react-native-get-random-values@1.11.0(react-native@0.73.6): + resolution: {integrity: sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==} + peerDependencies: + react-native: '>=0.56' + dependencies: + fast-base64-decode: 1.0.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + dev: true + + /react-native-iconify@1.0.1(react-native-svg@15.1.0)(react-native@0.73.6)(react@18.3.0): + resolution: {integrity: sha512-tUVmMXOPONnMwl/jP3OoaZAYDOXQQ1deoX/S2+nBCoLe2hswf36q6U0CDmk3yKokeeJJoDhQvgTlr/7hyyweOQ==} + engines: {node: '>= 16.0.0'} + peerDependencies: + react: '*' + react-native: '*' + react-native-svg: '>=13.2.0' + dependencies: + '@iconify/json': 2.2.196 + '@iconify/utils': 2.1.22 + html-react-parser: 5.1.1(react@18.3.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-svg: 15.1.0(react-native@0.73.6)(react@18.3.0) transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - bufferutil - - encoding - - react-native - supports-color - - utf-8-validate + dev: true + + /react-native-linear-gradient@2.8.3(react-native@0.73.6)(react@18.3.0): + resolution: {integrity: sha512-KflAXZcEg54PXkLyflaSZQ3PJp4uC4whM7nT/Uot9m0e/qxFV3p6uor1983D1YOBJbJN7rrWdqIjq0T42jOJyA==} + peerDependencies: + react: '*' + react-native: '*' + dependencies: + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /react-native-macos@0.73.24(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0): @@ -17355,17 +15991,17 @@ packages: - supports-color - utf-8-validate - /react-native-mmkv@2.12.2(react-native@0.73.6)(react@18.2.0): + /react-native-mmkv@2.12.2(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-6058Aq0p57chPrUutLGe9fYoiDVDNMU2PKV+lLFUJ3GhoHvUrLdsS1PDSCLr00yqzL4WJQ7TTzH+V8cpyrNcfg==} peerDependencies: react: '*' react-native: '>=0.71.0' dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true - /react-native-navigation@7.39.1(react-native@0.73.6)(react@18.2.0): + /react-native-navigation@7.39.1(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-VpJjrgoyolldUiUnR5zUzWamiSBlX0mv23kJAiSrwErfuVAXer7xxrF6B3o8eutx5B/DJ8SWOENGJfgmZ4rAbw==} hasBin: true peerDependencies: @@ -17379,13 +16015,13 @@ packages: hoist-non-react-statics: 3.3.2 lodash: 4.17.21 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.0 react-lifecycles-compat: 2.0.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) tslib: 1.9.3 dev: true - /react-native-reanimated@3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0): + /react-native-reanimated@3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-EdM0vr3JEaNtqvstqESaPfOBy0gjYBkr1iEolWJ82Ax7io8y9OVUIphgsLKTB36CtR1XtmBw0RZVj7KArc7ZVA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -17401,11 +16037,11 @@ packages: '@babel/preset-typescript': 7.23.3(@babel/core@7.23.9) convert-source-map: 2.0.0 invariant: 2.2.4 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true - /react-native-redash@12.6.1(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0): + /react-native-redash@12.6.1(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-SChHzssVr512PfZxGCcVMmlAzQ20k5BkC8BiSfZls6bFohLiJT3ih6Of9mPmaTENCQWe7ywTx7gzr3tAnIu2mg==} peerDependencies: react: '*' @@ -17416,36 +16052,36 @@ packages: abs-svg-path: 0.1.1 normalize-svg-path: 1.1.0 parse-svg-path: 0.1.2 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-gesture-handler: 2.16.0(react-native@0.73.6)(react@18.2.0) - react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0) - use-memo-one: 1.1.3(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-gesture-handler: 2.16.0(react-native@0.73.6)(react@18.3.0) + react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0) + use-memo-one: 1.1.3(react@18.3.0) dev: true - /react-native-safe-area-context@4.9.0(react-native@0.73.6)(react@18.2.0): + /react-native-safe-area-context@4.9.0(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==} peerDependencies: react: '*' react-native: '*' dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true - /react-native-screens@3.30.1(react-native@0.73.6)(react@18.2.0): + /react-native-screens@3.30.1(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-/muEvjocCtFb+j5J3YmLvB25+f4rIU8hnnxgGTkXcAf2omPBY8uhPjJaaFUlvj64VEoEzJcRpugbXWsjfPPIFg==} peerDependencies: react: '*' react-native: '*' dependencies: - react: 18.2.0 - react-freeze: 1.0.3(react@18.2.0) - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-freeze: 1.0.3(react@18.3.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) warn-once: 0.1.1 dev: true - /react-native-skottie@2.1.0(@shopify/react-native-skia@0.1.238)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0): + /react-native-skottie@2.1.0(@shopify/react-native-skia@0.1.238)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-Wf/bdvf6hKSe9CZtSb2N8zb1pLkMBxned/nfgAtk4w+pqAKgABNU12yav+FESLlSOTTO4wV2yUhYvWMMstpO3w==} engines: {node: '>= 18.0.0'} requiresBuild: true @@ -17458,23 +16094,12 @@ packages: react-native-reanimated: optional: true dependencies: - '@shopify/react-native-skia': 0.1.238(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0) - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0) + '@shopify/react-native-skia': 0.1.238(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0) dev: true - /react-native-svg@15.1.0(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-p0Sx0EpQNk1nu6UcMEiB8K9P04n3J7s+pNYUwf1d/Yz+v4hk961VjuVqjyndgiEbHZyWiKWLZRVNuvLpwjPY2A==} - peerDependencies: - react: '*' - react-native: '*' - dependencies: - css-select: 5.1.0 - css-tree: 1.1.3 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - /react-native-svg@15.1.0(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-p0Sx0EpQNk1nu6UcMEiB8K9P04n3J7s+pNYUwf1d/Yz+v4hk961VjuVqjyndgiEbHZyWiKWLZRVNuvLpwjPY2A==} peerDependencies: @@ -17485,10 +16110,9 @@ packages: css-tree: 1.1.3 react: 18.3.0 react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) - dev: false - /react-native-test-app@3.5.13(@callstack/react-native-visionos@0.73.10)(react-native-macos@0.73.24)(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0): - resolution: {integrity: sha512-69EemnW50lQVHxjRGhQ6McO+JmjPKqg7bGcx8JF274ZQRuhAz7TeDj/pX4lLxukCVYpIL4IlcrNS9A+orTMZrQ==} + /react-native-test-app@3.7.0(@callstack/react-native-visionos@0.73.10)(react-native-macos@0.73.24)(react-native-windows@0.73.11)(react-native@0.73.6)(react@18.3.0): + resolution: {integrity: sha512-zYKKX1yBwgo0rJRKOLROiCZR9JBKMxsORvEkX3p+3hdZ3TdgTN85EkrohCvR6NB7SzHqNAibfFZJnA868nTcMQ==} engines: {node: '>=16.17'} hasBin: true peerDependencies: @@ -17509,7 +16133,7 @@ packages: optional: true dependencies: '@callstack/react-native-visionos': 0.73.10(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0) - '@rnx-kit/react-native-host': 0.4.7(react-native@0.73.6) + '@rnx-kit/react-native-host': 0.4.8(react-native@0.73.6) ajv: 8.12.0 cliui: 8.0.1 fast-xml-parser: 4.3.2 @@ -17522,7 +16146,7 @@ packages: uuid: 9.0.1 dev: true - /react-native-ui-lib@7.20.0(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0): + /react-native-ui-lib@7.20.0(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-lGRhMe0sc8d97B8UUAnViZt2Cb2LzfLy+LNYHuaez0F5nXyz3zUpfO/taNQdiCZ71kU62YBHYoU52WyiCkJzgg==} peerDependencies: react: '>=17.0.1' @@ -17539,12 +16163,12 @@ packages: lodash: 4.17.21 memoize-one: 5.2.1 prop-types: 15.8.1 - react: 18.2.0 - react-freeze: 1.0.3(react@18.2.0) - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-gesture-handler: 2.16.0(react-native@0.73.6)(react@18.2.0) - react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.2.0) - react-native-redash: 12.6.1(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.2.0) + react: 18.3.0 + react-freeze: 1.0.3(react@18.3.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-gesture-handler: 2.16.0(react-native@0.73.6)(react@18.3.0) + react-native-reanimated: 3.8.1(@babel/core@7.23.9)(react-native@0.73.6)(react@18.3.0) + react-native-redash: 12.6.1(react-native-gesture-handler@2.16.0)(react-native-reanimated@3.8.1)(react-native@0.73.6)(react@18.3.0) semver: 5.7.2 tinycolor2: 1.6.0 url-parse: 1.5.10 @@ -17565,7 +16189,7 @@ packages: yargs: 17.7.2 dev: false - /react-native-unistyles@2.7.1(@react-native/normalize-colors@0.74.1)(react-native-web@0.19.10)(react-native@0.73.6)(react@18.2.0): + /react-native-unistyles@2.7.1(@react-native/normalize-colors@0.74.1)(react-native-web@0.19.10)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-sYaDBsoX+2dfgak4YPWXvy1Hr9QFpGumBavn5wYF5dT3/Yl8F1VFol8SrvxRFfcqjpa+ENuKR6ylvmQXtQAbGQ==} engines: {node: '>= 18.0.0'} peerDependencies: @@ -17584,9 +16208,9 @@ packages: optional: true dependencies: '@react-native/normalize-colors': 0.74.1 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-native-web: 0.19.10(react-dom@18.2.0)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) + react-native-web: 0.19.10(react-dom@18.3.0)(react@18.3.0) dev: false /react-native-url-polyfill@2.0.0(react-native@0.73.6): @@ -17594,7 +16218,7 @@ packages: peerDependencies: react-native: '*' dependencies: - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) whatwg-url-without-unicode: 8.0.0-3 dev: true @@ -17612,28 +16236,9 @@ packages: peerDependencies: react-native-web: '*' dependencies: - react-native-web: 0.19.10(react-dom@18.2.0)(react@18.2.0) + react-native-web: 0.19.10(react-dom@18.3.0)(react@18.3.0) dev: true - /react-native-web@0.19.10(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-IQoHiTQq8egBCVVwmTrYcFLgEFyb4LMZYEktHn4k22JMk9+QTCEz5WTfvr+jdNoeqj/7rtE81xgowKbfGO74qg==} - peerDependencies: - react: ^18.0.0 - react-dom: ^18.0.0 - dependencies: - '@babel/runtime': 7.23.6 - '@react-native/normalize-color': 2.1.0 - fbjs: 3.0.5 - inline-style-prefixer: 6.0.4 - memoize-one: 6.0.0 - nullthrows: 1.1.1 - postcss-value-parser: 4.2.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styleq: 0.1.3 - transitivePeerDependencies: - - encoding - /react-native-web@0.19.10(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-IQoHiTQq8egBCVVwmTrYcFLgEFyb4LMZYEktHn4k22JMk9+QTCEz5WTfvr+jdNoeqj/7rtE81xgowKbfGO74qg==} peerDependencies: @@ -17652,67 +16257,6 @@ packages: styleq: 0.1.3 transitivePeerDependencies: - encoding - dev: false - - /react-native-windows@0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-SS9GysV9qAOCk88TujvxzHOuc8JR3xjAgCYOu9wsZ0ZBBZsNQlNb7rV0pfvXD2O11tq+C1zF+L0Z44bJ+lMZ0g==} - engines: {node: '>= 18'} - peerDependencies: - react: 18.2.0 - react-native: ^0.73.0 - dependencies: - '@babel/runtime': 7.20.0 - '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 12.3.6 - '@react-native-community/cli-platform-android': 12.3.6 - '@react-native-community/cli-platform-ios': 12.3.6 - '@react-native-windows/cli': 0.73.2(react-native@0.73.6) - '@react-native/assets-registry': 0.73.1 - '@react-native/codegen': 0.73.3(@babel/preset-env@7.23.6) - '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.23.9)(@babel/preset-env@7.23.6) - '@react-native/gradle-plugin': 0.73.4 - '@react-native/js-polyfills': 0.73.1 - '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6) - abort-controller: 3.0.0 - anser: 1.4.10 - ansi-regex: 5.0.1 - base64-js: 1.5.1 - chalk: 4.1.2 - deprecated-react-native-prop-types: 5.0.0 - event-target-shim: 5.0.1 - flow-enums-runtime: 0.0.6 - invariant: 2.2.4 - jest-environment-node: 29.7.0 - jsc-android: 250231.0.0 - memoize-one: 5.2.1 - metro-runtime: 0.80.5 - metro-source-map: 0.80.5 - mkdirp: 0.5.6 - nullthrows: 1.1.1 - pretty-format: 26.6.2 - promise: 8.3.0 - react: 18.2.0 - react-devtools-core: 4.28.5 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - react-refresh: 0.14.0 - react-shallow-renderer: 16.15.0(react@18.2.0) - regenerator-runtime: 0.13.11 - scheduler: 0.24.0-canary-efb381bbf-20230505 - source-map-support: 0.5.21 - stacktrace-parser: 0.1.10 - whatwg-fetch: 3.6.20 - ws: 6.2.2 - yargs: 17.7.2 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - applicationinsights-native-metrics - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: true /react-native-windows@0.73.11(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-SS9GysV9qAOCk88TujvxzHOuc8JR3xjAgCYOu9wsZ0ZBBZsNQlNb7rV0pfvXD2O11tq+C1zF+L0Z44bJ+lMZ0g==} @@ -17721,7 +16265,7 @@ packages: react: 18.2.0 react-native: ^0.73.0 dependencies: - '@babel/runtime': 7.23.6 + '@babel/runtime': 7.20.0 '@jest/create-cache-key-function': 29.7.0 '@react-native-community/cli': 12.3.6 '@react-native-community/cli-platform-android': 12.3.6 @@ -17826,6 +16370,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: true /react-native@0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0): resolution: {integrity: sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==} @@ -17886,142 +16431,40 @@ packages: requiresBuild: true dev: true - /react-reconciler@0.27.0(react@18.2.0): + /react-reconciler@0.27.0(react@18.3.0): resolution: {integrity: sha512-HmMDKciQjYmBRGuuhIaKA1ba/7a+UsM5FzOZsMO2JYHt9Jh8reCb7j1eDC95NOyUlKM9KRyvdx0flBuDvYSBoA==} engines: {node: '>=0.10.0'} peerDependencies: react: ^18.0.0 dependencies: loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.21.0 - dev: true - - /react-redux@9.1.1(@types/react@18.2.74)(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==} - peerDependencies: - '@types/react': ^18.2.25 - react: ^18.0 - react-native: '>=0.69' - redux: ^5.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@types/react': 18.2.74 - '@types/use-sync-external-store': 0.0.3 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - use-sync-external-store: 1.2.0(react@18.2.0) - dev: false - - /react-redux@9.1.1(@types/react@18.2.75)(react-native@0.73.6)(react@18.2.0): - resolution: {integrity: sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==} - peerDependencies: - '@types/react': ^18.2.25 - react: ^18.0 - react-native: '>=0.69' - redux: ^5.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@types/react': 18.2.75 - '@types/use-sync-external-store': 0.0.3 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - use-sync-external-store: 1.2.0(react@18.2.0) - dev: false - - /react-redux@9.1.1(@types/react@18.2.78)(react-native@0.73.6)(react@18.2.0)(redux@5.0.1): - resolution: {integrity: sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==} - peerDependencies: - '@types/react': ^18.2.25 - react: ^18.0 - react-native: '>=0.69' - redux: ^5.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@types/react': 18.2.78 - '@types/use-sync-external-store': 0.0.3 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) - redux: 5.0.1 - use-sync-external-store: 1.2.0(react@18.2.0) - dev: false - - /react-redux@9.1.1(@types/react@18.3.0)(react-native@0.73.6)(react@18.3.0): - resolution: {integrity: sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==} - peerDependencies: - '@types/react': ^18.2.25 - react: ^18.0 - react-native: '>=0.69' - redux: ^5.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@types/react': 18.3.0 - '@types/use-sync-external-store': 0.0.3 react: 18.3.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) - use-sync-external-store: 1.2.0(react@18.3.0) - dev: false - - /react-refresh@0.14.0: - resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} - engines: {node: '>=0.10.0'} - - /react-remove-scroll-bar@2.3.4(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.74 - react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.74)(react@18.2.0) - tslib: 2.6.2 + scheduler: 0.21.0 dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + /react-redux@9.1.2(@types/react@18.3.0)(react@18.3.0)(redux@5.0.1): + resolution: {integrity: sha512-0OA4dhM1W48l3uzmv6B7TXPCGmokUU4p1M44DGN2/D9a1FjVPukVjER1PcPX97jIg6aUeLq1XJo1IpfbgULn0w==} + peerDependencies: + '@types/react': ^18.2.25 + react: ^18.0 + redux: ^5.0.0 peerDependenciesMeta: '@types/react': optional: true + redux: + optional: true dependencies: - '@types/react': 18.2.78 - react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.78)(react@18.2.0) - tslib: 2.6.2 + '@types/react': 18.3.0 + '@types/use-sync-external-store': 0.0.3 + react: 18.3.0 + redux: 5.0.1 + use-sync-external-store: 1.2.0(react@18.3.0) dev: false + /react-refresh@0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} + engines: {node: '>=0.10.0'} + /react-remove-scroll-bar@2.3.4(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} @@ -18038,7 +16481,7 @@ packages: tslib: 2.6.2 dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.3.1)(react@18.3.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -18048,49 +16491,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 - react-style-singleton: 2.2.1(@types/react@18.3.1)(react@18.3.0) - tslib: 2.6.2 - dev: true - - /react-remove-scroll@2.5.5(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.74 - react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.74)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.74)(react@18.2.0) - tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.74)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.74)(react@18.2.0) - dev: true - - /react-remove-scroll@2.5.5(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.78 - react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.78)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.78)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.3.0)(react@18.3.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.78)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.78)(react@18.2.0) - dev: false /react-remove-scroll@2.5.5(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} @@ -18111,7 +16515,7 @@ packages: use-sidecar: 1.1.2(@types/react@18.3.0)(react@18.2.0) dev: true - /react-remove-scroll@2.5.5(@types/react@18.3.1)(react@18.3.0): + /react-remove-scroll@2.5.5(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -18121,27 +16525,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.3.1)(react@18.3.0) - react-style-singleton: 2.2.1(@types/react@18.3.1)(react@18.3.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.3.0)(react@18.3.0) + react-style-singleton: 2.2.1(@types/react@18.3.0)(react@18.3.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.3.1)(react@18.3.0) - use-sidecar: 1.1.2(@types/react@18.3.1)(react@18.3.0) - dev: true - - /react-router-dom@6.21.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==} - engines: {node: '>=14.0.0'} - peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' - dependencies: - '@remix-run/router': 1.14.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-router: 6.21.3(react@18.2.0) - dev: true + use-callback-ref: 1.3.0(@types/react@18.3.0)(react@18.3.0) + use-sidecar: 1.1.2(@types/react@18.3.0)(react@18.3.0) /react-router-dom@6.21.3(react-dom@18.3.0)(react@18.2.0): resolution: {integrity: sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==} @@ -18189,14 +16579,14 @@ packages: react: 18.3.0 dev: true - /react-router@6.22.3(react@18.2.0): + /react-router@6.22.3(react@18.3.0): resolution: {integrity: sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: '@remix-run/router': 1.15.3 - react: 18.2.0 + react: 18.3.0 dev: false /react-shallow-renderer@16.15.0(react@18.2.0): @@ -18206,7 +16596,8 @@ packages: dependencies: object-assign: 4.1.1 react: 18.2.0 - react-is: 18.2.0 + react-is: 18.3.0 + dev: true /react-shallow-renderer@16.15.0(react@18.3.0): resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} @@ -18215,7 +16606,7 @@ packages: dependencies: object-assign: 4.1.1 react: 18.3.0 - react-is: 18.2.0 + react-is: 18.3.0 /react-side-effect@2.1.2(react@18.2.0): resolution: {integrity: sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==} @@ -18233,40 +16624,6 @@ packages: react: 18.3.0 dev: true - /react-style-singleton@2.2.1(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.74 - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 18.2.0 - tslib: 2.6.2 - dev: true - - /react-style-singleton@2.2.1(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.78 - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 18.2.0 - tslib: 2.6.2 - dev: false - /react-style-singleton@2.2.1(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} @@ -18284,7 +16641,7 @@ packages: tslib: 2.6.2 dev: true - /react-style-singleton@2.2.1(@types/react@18.3.1)(react@18.3.0): + /react-style-singleton@2.2.1(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -18294,22 +16651,21 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.3.0 tslib: 2.6.2 - dev: true - /react-test-renderer@18.3.0(react@18.3.0): - resolution: {integrity: sha512-eFnJU8sSYq9I6VI8ISrXDm+7F0igeFlTc0Ngq2XCkVasR5AsyJRg8SuwcD9D5E+VvDS2NrYGZ+gKpO43/wIDHw==} + /react-test-renderer@18.3.1(react@18.3.0): + resolution: {integrity: sha512-KkAgygexHUkQqtvvx/otwxtuFu5cVjfzTCtjXLH9boS19/Nbtg84zS7wIQn39G8IlrhThBpQsMKkq5ZHZIYFXA==} peerDependencies: - react: ^18.3.0 + react: ^18.3.1 dependencies: react: 18.3.0 - react-is: 18.3.0 + react-is: 18.3.1 react-shallow-renderer: 16.15.0(react@18.3.0) - scheduler: 0.23.1 + scheduler: 0.23.2 dev: true /react@18.2.0: @@ -18416,7 +16772,7 @@ packages: dependencies: resolve: 1.22.8 - /recyclerlistview@4.2.0(react-native@0.73.6)(react@18.2.0): + /recyclerlistview@4.2.0(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-uuBCi0c+ggqHKwrzPX4Z/mJOzsBbjZEAwGGmlwpD/sD7raXixdAbdJ6BTcAmuWG50Cg4ru9p12M94Njwhr/27A==} peerDependencies: react: '>= 15.2.1' @@ -18424,8 +16780,8 @@ packages: dependencies: lodash.debounce: 4.0.8 prop-types: 15.8.1 - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) ts-object-utils: 0.0.5 /redent@3.0.0: @@ -18446,7 +16802,7 @@ packages: redux: 5.0.1 dev: false - /redux-persist@6.0.0(react@18.2.0)(redux@5.0.1): + /redux-persist@6.0.0(react@18.3.0)(redux@5.0.1): resolution: {integrity: sha512-71LLMbUq2r02ng2We9S215LtPu3fY0KgaGE0k8WRgl6RkqxtGfl7HUozz1Dftwsb0D/5mZ8dwAaPbtnzfvbEwQ==} peerDependencies: react: '>=16' @@ -18455,7 +16811,7 @@ packages: react: optional: true dependencies: - react: 18.2.0 + react: 18.3.0 redux: 5.0.1 dev: false @@ -18783,15 +17139,15 @@ packages: hash-base: 3.1.0 inherits: 2.0.4 - /rive-react-native@7.0.0(react-native@0.73.6)(react@18.2.0): + /rive-react-native@7.0.0(react-native@0.73.6)(react@18.3.0): resolution: {integrity: sha512-oCwW4Gbotbuw3iN9PuEOYds6whFZjSQqD5DB0WR7xI5wrtFWWE0XBjUI5ORyjL2b+vUVb7tz5gAt7jnaYKCTyQ==} engines: {node: '>=16'} peerDependencies: react: '*' react-native: '*' dependencies: - react: 18.2.0 - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react: 18.3.0 + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /rollup@4.13.0: @@ -18864,15 +17220,16 @@ packages: loose-envify: 1.4.0 dev: true - /scheduler@0.23.0: - resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + /scheduler@0.23.1: + resolution: {integrity: sha512-5GKS5JGfiah1O38Vfa9srZE4s3wdHbwjlCrvIookrg2FO9aIwKLOJXuJQFlEfNcVSOXuaL2hzDeY20uVXcUtrw==} dependencies: loose-envify: 1.4.0 - /scheduler@0.23.1: - resolution: {integrity: sha512-5GKS5JGfiah1O38Vfa9srZE4s3wdHbwjlCrvIookrg2FO9aIwKLOJXuJQFlEfNcVSOXuaL2hzDeY20uVXcUtrw==} + /scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} dependencies: loose-envify: 1.4.0 + dev: true /scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} @@ -19184,14 +17541,14 @@ packages: resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} engines: {node: '>=8.0.0'} - /sonner@0.3.5(react-dom@18.2.0)(react@18.2.0): + /sonner@0.3.5(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-yIwaQ4dftMvFApuruto2t7wGyyaPRpj5qYBWYJIz4Z7uGcVn0IfqI/hWN0JyJN4izNbZFuCYZISf3fOGnvSlNQ==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.0 + react-dom: 18.3.0(react@18.3.0) dev: false /source-map-js@1.2.0: @@ -19337,11 +17694,11 @@ packages: /store2@2.14.2: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} - /storybook@8.0.8(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0): + /storybook@8.0.8(@babel/preset-env@7.23.6)(react-dom@18.3.0)(react@18.3.0): resolution: {integrity: sha512-9gTnnAakJBtMCg8oPGqnpy7g/C3Tj2IWiVflHiFg1SDD9zXBoc4mZhaYPTne4LRBUhXk7XuFagKfiRN2V/MuKA==} hasBin: true dependencies: - '@storybook/cli': 8.0.8(@babel/preset-env@7.23.6)(react-dom@18.2.0)(react@18.2.0) + '@storybook/cli': 8.0.8(@babel/preset-env@7.23.6)(react-dom@18.3.0)(react@18.3.0) transitivePeerDependencies: - '@babel/preset-env' - bufferutil @@ -20229,36 +18586,6 @@ packages: punycode: 1.4.1 qs: 6.11.2 - /use-callback-ref@1.3.0(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.74 - react: 18.2.0 - tslib: 2.6.2 - dev: true - - /use-callback-ref@1.3.0(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.78 - react: 18.2.0 - tslib: 2.6.2 - dev: false - /use-callback-ref@1.3.0(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} @@ -20274,7 +18601,7 @@ packages: tslib: 2.6.2 dev: true - /use-callback-ref@1.3.0(@types/react@18.3.1)(react@18.3.0): + /use-callback-ref@1.3.0(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -20284,52 +18611,19 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 react: 18.3.0 tslib: 2.6.2 - dev: true - /use-memo-one@1.1.3(react@18.2.0): + /use-memo-one@1.1.3(react@18.3.0): resolution: {integrity: sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==} requiresBuild: true peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - react: 18.2.0 - dev: true - - /use-sidecar@1.1.2(@types/react@18.2.74)(react@18.2.0): - resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.74 - detect-node-es: 1.1.0 - react: 18.2.0 - tslib: 2.6.2 + react: 18.3.0 dev: true - /use-sidecar@1.1.2(@types/react@18.2.78)(react@18.2.0): - resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.78 - detect-node-es: 1.1.0 - react: 18.2.0 - tslib: 2.6.2 - dev: false - /use-sidecar@1.1.2(@types/react@18.3.0)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} @@ -20346,7 +18640,7 @@ packages: tslib: 2.6.2 dev: true - /use-sidecar@1.1.2(@types/react@18.3.1)(react@18.3.0): + /use-sidecar@1.1.2(@types/react@18.3.0)(react@18.3.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -20356,19 +18650,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.3.1 + '@types/react': 18.3.0 detect-node-es: 1.1.0 react: 18.3.0 tslib: 2.6.2 - dev: true - - /use-sync-external-store@1.2.0(react@18.2.0): - resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - dev: false /use-sync-external-store@1.2.0(react@18.3.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} @@ -20603,91 +18888,6 @@ packages: /vm-browserify@1.1.2: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - /vocs@1.0.0-alpha.43(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0)(rollup@4.13.0)(typescript@5.4.3): - resolution: {integrity: sha512-HNceLIyKXbkZqWZPEboZzDWmLRQ6X71SMfPcFmXHYqk6kwoH/IJLTjbTCPpvvGodGtRwTbnVs+aw/3VPe2HMDw==} - hasBin: true - peerDependencies: - react: ^18.2.0 - react-dom: ^18.2.0 - dependencies: - '@floating-ui/react': 0.26.8(react-dom@18.2.0)(react@18.2.0) - '@hono/node-server': 1.7.0 - '@mdx-js/react': 3.0.0(@types/react@18.2.74)(react@18.2.0) - '@mdx-js/rollup': 3.0.0(rollup@4.13.0) - '@noble/hashes': 1.3.3 - '@radix-ui/colors': 3.0.0 - '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-icons': 1.3.0(react@18.2.0) - '@radix-ui/react-label': 2.0.2(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-navigation-menu': 1.1.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-popover': 1.0.7(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-tabs': 1.0.4(@types/react-dom@18.2.24)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) - '@shikijs/rehype': 1.2.0 - '@shikijs/transformers': 1.2.0 - '@shikijs/twoslash': 1.2.0(typescript@5.4.3) - '@vanilla-extract/css': 1.14.1 - '@vanilla-extract/dynamic': 2.1.0 - '@vanilla-extract/vite-plugin': 3.9.5(lightningcss@1.24.1)(vite@5.2.8) - '@vitejs/plugin-react': 4.2.0(vite@5.2.8) - autoprefixer: 10.4.17(postcss@8.4.38) - cac: 6.7.14 - chroma-js: 2.4.2 - clsx: 2.1.0 - compression: 1.7.4 - create-vocs: 1.0.0-alpha.5 - cross-spawn: 7.0.3 - fs-extra: 11.2.0 - globby: 13.2.2 - hastscript: 8.0.0 - hono: 3.12.9 - mark.js: 8.11.1 - mdast-util-directive: 3.0.0 - mdast-util-from-markdown: 2.0.0 - mdast-util-gfm: 3.0.0 - mdast-util-to-hast: 13.1.0 - minimatch: 9.0.3 - minisearch: 6.3.0 - ora: 7.0.1 - postcss: 8.4.38 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-helmet: 6.1.0(react@18.2.0) - react-intersection-observer: 9.5.3(react@18.2.0) - react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0) - rehype-autolink-headings: 7.1.0 - rehype-class-names: 1.0.14 - rehype-slug: 6.0.0 - remark-directive: 3.0.0 - remark-frontmatter: 5.0.0 - remark-gfm: 4.0.0 - remark-mdx-frontmatter: 4.0.0 - remark-parse: 11.0.0 - serve-static: 1.15.0 - shiki: 1.2.0 - tailwindcss: 3.4.1 - toml: 3.0.0 - twoslash: 0.2.4(typescript@5.4.3) - ua-parser-js: 1.0.37 - unified: 11.0.4 - unist-util-visit: 5.0.0 - vite: 5.2.8(lightningcss@1.24.1) - transitivePeerDependencies: - - '@types/node' - - '@types/react' - - '@types/react-dom' - - less - - lightningcss - - rollup - - sass - - stylus - - sugarss - - supports-color - - terser - - ts-node - - typescript - dev: true - /vocs@1.0.0-alpha.43(@types/react-dom@18.3.0)(@types/react@18.3.0)(lightningcss@1.24.1)(react-dom@18.3.0)(react@18.2.0)(rollup@4.13.0)(typescript@5.4.3): resolution: {integrity: sha512-HNceLIyKXbkZqWZPEboZzDWmLRQ6X71SMfPcFmXHYqk6kwoH/IJLTjbTCPpvvGodGtRwTbnVs+aw/3VPe2HMDw==} hasBin: true @@ -20773,7 +18973,7 @@ packages: - typescript dev: true - /vocs@1.0.0-alpha.43(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0)(rollup@4.13.0)(typescript@5.4.3): + /vocs@1.0.0-alpha.43(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0)(rollup@4.13.0)(typescript@5.4.3): resolution: {integrity: sha512-HNceLIyKXbkZqWZPEboZzDWmLRQ6X71SMfPcFmXHYqk6kwoH/IJLTjbTCPpvvGodGtRwTbnVs+aw/3VPe2HMDw==} hasBin: true peerDependencies: @@ -20782,17 +18982,17 @@ packages: dependencies: '@floating-ui/react': 0.26.8(react-dom@18.3.0)(react@18.3.0) '@hono/node-server': 1.7.0 - '@mdx-js/react': 3.0.0(@types/react@18.3.1)(react@18.3.0) + '@mdx-js/react': 3.0.0(@types/react@18.3.0)(react@18.3.0) '@mdx-js/rollup': 3.0.0(rollup@4.13.0) '@noble/hashes': 1.3.3 '@radix-ui/colors': 3.0.0 - '@radix-ui/react-accordion': 1.1.2(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-dialog': 1.0.5(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@radix-ui/react-icons': 1.3.0(react@18.3.0) - '@radix-ui/react-label': 2.0.2(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-navigation-menu': 1.1.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-popover': 1.0.7(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) - '@radix-ui/react-tabs': 1.0.4(@types/react@18.3.1)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-label': 2.0.2(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-navigation-menu': 1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-popover': 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) + '@radix-ui/react-tabs': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.0)(react-dom@18.3.0)(react@18.3.0) '@shikijs/rehype': 1.2.0 '@shikijs/transformers': 1.2.0 '@shikijs/twoslash': 1.2.0(typescript@5.4.3) @@ -21008,7 +19208,7 @@ packages: peerDependencies: react-native: '>=0.59.0' dependencies: - react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.2.0) + react-native: 0.73.6(@babel/core@7.23.9)(@babel/preset-env@7.23.6)(react@18.3.0) dev: true /wnpm-ci@8.0.131: diff --git a/toolkit/native/package.json b/toolkit/native/package.json index 14a28ad5..121777d6 100644 --- a/toolkit/native/package.json +++ b/toolkit/native/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@callstack/react-native-visionos": "^0.73.0", - "react": "^18.3.0", + "react": "^18.2.0", "react-native": "^0.73.0", "react-native-macos": "^0.73.0", "react-native-windows": "^0.73.0", @@ -32,11 +32,11 @@ "@react-native/babel-preset": "0.73.21", "@react-native/metro-config": "0.73.5", "@rnx-kit/metro-config": "^1.3.15", - "@types/react": "^18.3.0", - "@types/react-test-renderer": "^18.3.0", + "@types/react": "^18.2.0", + "@types/react-test-renderer": "^18.2.0", "config": "workspace:*", - "react-native-test-app": "^3.5.13", - "react-test-renderer": "18.3.0", + "react-native-test-app": "^3.7.0", + "react-test-renderer": "18.3.1", "typescript": "^5.3.2" } } diff --git a/toolkit/storybook/common/package.json b/toolkit/storybook/common/package.json index 1f2d085f..488a6796 100644 --- a/toolkit/storybook/common/package.json +++ b/toolkit/storybook/common/package.json @@ -9,7 +9,7 @@ "design": "workspace:*" }, "devDependencies": { - "@types/react": "^18.2.72", + "@types/react": "^18.2.0", "config": "workspace:*", "react-exo": "workspace:*", "react-native": "^0.73.6", diff --git a/toolkit/storybook/web/package.json b/toolkit/storybook/web/package.json index a0ba467a..fb080ba3 100644 --- a/toolkit/storybook/web/package.json +++ b/toolkit/storybook/web/package.json @@ -11,13 +11,13 @@ "@lingui/macro": "^4.10.0", "@lingui/react": "^4.10.0", "design": "workspace:*", - "react": "18.2.0", + "react": "^18.2.0", "react-dom": "^18.2.0", "react-exo": "workspace:*", "react-native": "^0.73.6", "react-native-svg": "^15.1.0", "react-native-web": "^0.19.10", - "react-redux": "^9.1.1", + "react-redux": "^9.1.2", "vite-plugin-node-polyfills": "^0.21.0" }, "devDependencies": { @@ -32,7 +32,7 @@ "@storybook/react": "8.0.8", "@storybook/react-vite": "8.0.8", "@storybook/theming": "8.0.8", - "@types/react": "^18.2.75", + "@types/react": "^18.2.0", "config": "workspace:*", "client": "workspace:*", "storybook": "8.0.8", diff --git a/toolkit/vocs/package.json b/toolkit/vocs/package.json index f381c8da..f35067e7 100644 --- a/toolkit/vocs/package.json +++ b/toolkit/vocs/package.json @@ -12,20 +12,20 @@ "@lingui/macro": "^4.10.0", "@lingui/react": "^4.10.0", "design": "workspace:*", - "react": "18.2.0", + "react": "^18.2.0", "react-docgen": "^7.0.3", "react-dom": "^18.2.0", "react-exo": "workspace:*", "react-native": "^0.73.6", "react-native-svg": "^15.1.0", "react-native-web": "^0.19.10", - "react-redux": "^9.1.1", + "react-redux": "^9.1.2", "vite-plugin-node-polyfills": "^0.21.0" }, "devDependencies": { "@types/fs-extra": "latest", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "config": "workspace:*", "fs-extra": "latest", "tsx": "latest", diff --git a/toolkit/web/package.json b/toolkit/web/package.json index 37ecf191..cd1aad5a 100644 --- a/toolkit/web/package.json +++ b/toolkit/web/package.json @@ -19,8 +19,8 @@ "@lingui/core": "^4.10.0", "@lingui/vite-plugin": "^4.10.0", "@rollup/plugin-dynamic-import-vars": "^2.1.2", - "@types/react": "^18.3.0", - "@types/react-dom": "^18.3.0", + "@types/react": "^18.2.0", + "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.1", "config": "workspace:*", "lightningcss": "^1.24.1",