diff --git a/apps/backend/package.json b/apps/backend/package.json index 04ac76918..bcd32d7a4 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -24,8 +24,8 @@ "@nestjs/schedule": "^4.1.1", "@nestjs/serve-static": "^4.0.2", "pg": "^8.13.0", - "react": "19.0.0-rc-fb9a90fa48-20240614", - "react-dom": "19.0.0-rc-fb9a90fa48-20240614", + "react": "19.0.0-rc-459fd418-20241001", + "react-dom": "19.0.0-rc-459fd418-20241001", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, @@ -42,7 +42,7 @@ "@types/express": "^4.17.21", "@types/node": "^22.7.4", "@types/pg": "^8.11.10", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "cross-env": "^7.0.3", diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 3b99f9041..3e348f146 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -20,8 +20,8 @@ "lucide-react": "^0.446.0", "next": "15.0.0-canary.177", "next-intl": "3.21.0-canary.0", - "react": "19.0.0-rc-fb9a90fa48-20240614", - "react-dom": "19.0.0-rc-fb9a90fa48-20240614", + "react": "19.0.0-rc-459fd418-20241001", + "react-dom": "19.0.0-rc-459fd418-20241001", "react-hook-form": "^7.53.0", "sonner": "^1.5.0", "vitnode-frontend": "workspace:*", @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/node": "^22.7.4", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "eslint-config-typescript-vitnode": "workspace:*", diff --git a/packages/backend/package.json b/packages/backend/package.json index 924ec8e32..d6dd0b9f5 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -56,8 +56,8 @@ "typescript": "^5.5.4" }, "dependencies": { - "@ai-sdk/google": "^0.0.48", - "@ai-sdk/openai": "^0.0.61", + "@ai-sdk/google": "^0.0.51", + "@ai-sdk/openai": "^0.0.64", "@apollo/server": "^4.11.0", "@graphql-codegen/near-operation-file-preset": "^3.0.0", "@graphql-codegen/typescript": "^4.0.9", @@ -70,7 +70,7 @@ "@react-email/render": "^1.0.1", "@swc/cli": "^0.4.0", "@swc/core": "^1.7.28", - "ai": "^3.4.0", + "ai": "^3.4.8", "busboy": "^1.6.0", "cookie-parser": "^1.4.6", "helmet": "^8.0.0", @@ -98,7 +98,7 @@ "@types/nodemailer": "^6.4.16", "@types/object-path": "^0.11.4", "@types/pg": "^8.11.10", - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "concurrently": "^9.0.1", diff --git a/packages/create-vitnode-app/helpers/create-packages-json.ts b/packages/create-vitnode-app/helpers/create-packages-json.ts index 27602f8b5..b89d6d315 100644 --- a/packages/create-vitnode-app/helpers/create-packages-json.ts +++ b/packages/create-vitnode-app/helpers/create-packages-json.ts @@ -100,7 +100,7 @@ export const createPackagesJSON = ({ }, devDependencies: { '@types/node': '^22.7.4', - '@types/react': '^18.3.10', + '@types/react': '^18.3.11', '@types/react-dom': '^18.3.0', autoprefixer: '^10.4.20', ...(eslint ? { eslint: '^9.11.1' } : {}), @@ -154,7 +154,7 @@ export const createPackagesJSON = ({ '@types/express': '^4.17.21', '@types/node': '^22.7.4', '@types/pg': '^8.11.10', - '@types/react': '^18.3.10', + '@types/react': '^18.3.11', 'cross-env': '^7.0.3', 'drizzle-kit': '^0.24.2', 'drizzle-orm': '^0.33.0', diff --git a/packages/eslint-config-typescript-vitnode/package.json b/packages/eslint-config-typescript-vitnode/package.json index 705fd2867..5bd833b0c 100644 --- a/packages/eslint-config-typescript-vitnode/package.json +++ b/packages/eslint-config-typescript-vitnode/package.json @@ -44,11 +44,11 @@ "@eslint/js": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-perfectionist": "^3.7.0", + "eslint-plugin-perfectionist": "^3.8.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.37.0", - "globals": "^15.9.0", + "eslint-plugin-react": "^7.37.1", + "globals": "^15.10.0", "prettier-plugin-tailwindcss": "^0.6.8", - "typescript-eslint": "^8.7.0" + "typescript-eslint": "^8.8.0" } } diff --git a/packages/frontend/src/views/layout/auth/auth-layout.tsx b/packages/frontend/src/views/layout/auth/auth-layout.tsx index a9271af71..bf602af1a 100644 --- a/packages/frontend/src/views/layout/auth/auth-layout.tsx +++ b/packages/frontend/src/views/layout/auth/auth-layout.tsx @@ -1,10 +1,10 @@ import { getGlobalData } from '@/graphql/get-global-data'; import { getSessionData } from '@/graphql/get-session-data'; +import { getLocale } from 'next-intl/server'; import React from 'react'; import { redirect } from '../../../navigation'; import { AuthProviders } from './providers'; -import { getLocale } from 'next-intl/server'; export const AuthLayout = async ({ children, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4593a0fdb..216fc2575 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,11 +57,11 @@ importers: specifier: ^8.13.0 version: 8.13.0 react: - specifier: 19.0.0-rc-fb9a90fa48-20240614 - version: 19.0.0-rc-fb9a90fa48-20240614 + specifier: 19.0.0-rc-459fd418-20241001 + version: 19.0.0-rc-459fd418-20241001 react-dom: - specifier: 19.0.0-rc-fb9a90fa48-20240614 - version: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 19.0.0-rc-459fd418-20241001 + version: 19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001) reflect-metadata: specifier: ^0.2.2 version: 0.2.2 @@ -89,7 +89,7 @@ importers: version: 10.1.4(chokidar@3.6.0)(typescript@5.6.2) '@react-email/components': specifier: ^0.0.25 - version: 0.0.25(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + version: 0.0.25(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) '@swc/cli': specifier: ^0.4.0 version: 0.4.0(@swc/core@1.7.28(@swc/helpers@0.5.13))(chokidar@3.6.0) @@ -106,8 +106,8 @@ importers: specifier: ^8.11.10 version: 8.11.10 '@types/react': - specifier: ^18.3.10 - version: 18.3.10 + specifier: ^18.3.11 + version: 18.3.11 class-transformer: specifier: ^0.5.1 version: 0.5.1 @@ -122,7 +122,7 @@ importers: version: 0.24.2 drizzle-orm: specifier: ^0.33.0 - version: 0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.10)(pg@8.13.0)(react@19.0.0-rc-fb9a90fa48-20240614) + version: 0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.11)(pg@8.13.0)(react@19.0.0-rc-459fd418-20241001) eslint-config-typescript-vitnode: specifier: workspace:* version: link:../../packages/eslint-config-typescript-vitnode @@ -152,28 +152,28 @@ importers: dependencies: geist: specifier: ^1.3.1 - version: 1.3.1(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)) + version: 1.3.1(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001)) lucide-react: specifier: ^0.446.0 - version: 0.446.0(react@19.0.0-rc-fb9a90fa48-20240614) + version: 0.446.0(react@19.0.0-rc-459fd418-20241001) next: specifier: 15.0.0-canary.177 - version: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + version: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) next-intl: specifier: 3.21.0-canary.0 - version: 3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + version: 3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) react: - specifier: 19.0.0-rc-fb9a90fa48-20240614 - version: 19.0.0-rc-fb9a90fa48-20240614 + specifier: 19.0.0-rc-459fd418-20241001 + version: 19.0.0-rc-459fd418-20241001 react-dom: - specifier: 19.0.0-rc-fb9a90fa48-20240614 - version: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: 19.0.0-rc-459fd418-20241001 + version: 19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001) react-hook-form: specifier: ^7.53.0 - version: 7.53.0(react@19.0.0-rc-fb9a90fa48-20240614) + version: 7.53.0(react@19.0.0-rc-459fd418-20241001) sonner: specifier: ^1.5.0 - version: 1.5.0(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + version: 1.5.0(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) vitnode-frontend: specifier: workspace:* version: link:../../packages/frontend @@ -185,8 +185,8 @@ importers: specifier: ^22.7.4 version: 22.7.4 '@types/react': - specifier: ^18.3.10 - version: 18.3.10 + specifier: ^18.3.11 + version: 18.3.11 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -212,11 +212,11 @@ importers: packages/backend: dependencies: '@ai-sdk/google': - specifier: ^0.0.48 - version: 0.0.48(zod@3.23.8) + specifier: ^0.0.51 + version: 0.0.51(zod@3.23.8) '@ai-sdk/openai': - specifier: ^0.0.61 - version: 0.0.61(zod@3.23.8) + specifier: ^0.0.64 + version: 0.0.64(zod@3.23.8) '@apollo/server': specifier: ^4.11.0 version: 4.11.0(graphql@16.9.0) @@ -254,8 +254,8 @@ importers: specifier: ^1.7.28 version: 1.7.28(@swc/helpers@0.5.13) ai: - specifier: ^3.4.0 - version: 3.4.2(react@19.0.0-rc-e56f4ae3-20240830)(sswr@2.1.0(svelte@4.2.19))(svelte@4.2.19)(vue@3.5.8(typescript@5.6.2))(zod@3.23.8) + specifier: ^3.4.8 + version: 3.4.8(react@19.0.0-rc-e56f4ae3-20240830)(sswr@2.1.0(svelte@4.2.19))(svelte@4.2.19)(vue@3.5.8(typescript@5.6.2))(zod@3.23.8) busboy: specifier: ^1.6.0 version: 1.6.0 @@ -333,8 +333,8 @@ importers: specifier: ^8.11.10 version: 8.11.10 '@types/react': - specifier: ^18.3.10 - version: 18.3.10 + specifier: ^18.3.11 + version: 18.3.11 class-transformer: specifier: ^0.5.1 version: 0.5.1 @@ -352,7 +352,7 @@ importers: version: 0.24.2 drizzle-orm: specifier: ^0.33.0 - version: 0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.10)(pg@8.13.0)(react@19.0.0-rc-e56f4ae3-20240830) + version: 0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.11)(pg@8.13.0)(react@19.0.0-rc-e56f4ae3-20240830) eslint-config-typescript-vitnode: specifier: workspace:* version: link:../eslint-config-typescript-vitnode @@ -442,23 +442,23 @@ importers: specifier: ^6.10.0 version: 6.10.0(eslint@9.11.1(jiti@1.21.6)) eslint-plugin-perfectionist: - specifier: ^3.7.0 - version: 3.7.0(eslint@9.11.1(jiti@1.21.6))(svelte@4.2.19)(typescript@5.6.2) + specifier: ^3.8.0 + version: 3.8.0(eslint@9.11.1(jiti@1.21.6))(svelte@4.2.19)(typescript@5.6.2) eslint-plugin-prettier: specifier: ^5.2.1 version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.11.1(jiti@1.21.6)))(eslint@9.11.1(jiti@1.21.6))(prettier@3.3.3) eslint-plugin-react: - specifier: ^7.37.0 - version: 7.37.0(eslint@9.11.1(jiti@1.21.6)) + specifier: ^7.37.1 + version: 7.37.1(eslint@9.11.1(jiti@1.21.6)) globals: - specifier: ^15.9.0 - version: 15.9.0 + specifier: ^15.10.0 + version: 15.10.0 prettier-plugin-tailwindcss: specifier: ^0.6.8 version: 0.6.8(prettier@3.3.3) typescript-eslint: - specifier: ^8.7.0 - version: 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + specifier: ^8.8.0 + version: 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) devDependencies: '@types/eslint__js': specifier: ^8.42.3 @@ -621,7 +621,7 @@ importers: version: 0.3.0(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) nextjs-toploader: specifier: ^3.6.15 - version: 3.6.15(next@15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) + version: 3.6.15(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -712,10 +712,10 @@ importers: version: 0.446.0(react@19.0.0-rc-e56f4ae3-20240830) next: specifier: 15.0.0-canary.177 - version: 15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) + version: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) next-intl: specifier: 3.21.0-canary.0 - version: 3.21.0-canary.0(next@15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) + version: 3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) react: specifier: 19.0.0-rc-e56f4ae3-20240830 version: 19.0.0-rc-e56f4ae3-20240830 @@ -743,20 +743,20 @@ importers: packages: - '@ai-sdk/google@0.0.48': - resolution: {integrity: sha512-8L7a5WVuTZjeU7Q0rPn+mL5VvqkN1zDe5WQgzmu6ppXAJ4KULO4ca5sueJSJj01etJyFhcqnY3g7UNLNn5iP6A==} + '@ai-sdk/google@0.0.51': + resolution: {integrity: sha512-MUwN3tFH0grkL5zZdTUFDCDubQdMjykFw0o9bR3dMFtKP8Z2tc/iEqU1fb79+jbz2HzUBbnNGjqMQiUwG3/OrA==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 - '@ai-sdk/openai@0.0.61': - resolution: {integrity: sha512-yIJ70xU9sbDjVAaNoq+W+0jnAgIUsx4e9VTnoNPXNTIQRpgpLvQ7iG8GYNgujO4oX4sLiHsWpOEMzrSwD0mNmw==} + '@ai-sdk/openai@0.0.64': + resolution: {integrity: sha512-0FhO4hpxCTGKuyR1QsPMsxS3I385/aUPylopzVUaVT6pDnMwIh4HZrVqkK+R1D+xCR9F+I9ZZ0uSaEDo0Oe7jw==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 - '@ai-sdk/provider-utils@1.0.19': - resolution: {integrity: sha512-p02Fq5Mnc8T6nwRBN1Iaou8YXvN1sDS6hbmJaD5UaRbXjizbh+8rpFS/o7jqAHTwf3uHCDitP3pnODyHdc/CDQ==} + '@ai-sdk/provider-utils@1.0.20': + resolution: {integrity: sha512-ngg/RGpnA00eNOWEtXHenpX1MsM2QshQh4QJFjUfwcqHpM5kTfG7je7Rc3HcEDP+OkRVv2GF+X4fC1Vfcnl8Ow==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 @@ -764,12 +764,12 @@ packages: zod: optional: true - '@ai-sdk/provider@0.0.23': - resolution: {integrity: sha512-oAc49O5+xypVrKM7EUU5P/Y4DUL4JZUWVxhejoAVOTOl3WZUEWsMbP3QZR+TrimQIsS0WR/n9UuF6U0jPdp0tQ==} + '@ai-sdk/provider@0.0.24': + resolution: {integrity: sha512-XMsNGJdGO+L0cxhhegtqZ8+T6nn4EoShS819OvCgI2kLbYTIvk0GWFGD0AXJmxkxs3DrpsJxKAFukFR7bvTkgQ==} engines: {node: '>=18'} - '@ai-sdk/react@0.0.60': - resolution: {integrity: sha512-FCOaAh7sxzUK07cXUTIvyjqrx1I2/8CQk6kcZMDSuec6iXcyPlExxfbDo6/7j7xYRqSQGKxou6rBThdHi6oEUg==} + '@ai-sdk/react@0.0.62': + resolution: {integrity: sha512-1asDpxgmeHWL0/EZPCLENxfOHT+0jce0z/zasRhascodm2S6f6/KZn5doLG9jdmarcb+GjMjFmmwyOVXz3W1xg==} engines: {node: '>=18'} peerDependencies: react: ^18 || ^19 @@ -780,8 +780,8 @@ packages: zod: optional: true - '@ai-sdk/solid@0.0.47': - resolution: {integrity: sha512-lVMxIxtuNqoo/TObSFGflEP2dUeJv7bfPQbS4jHTZGBNlyhgBRY2Xc19yNjA3QKRfvQNDVoQusqxn+18MiHJJQ==} + '@ai-sdk/solid@0.0.49': + resolution: {integrity: sha512-KnfWTt640cS1hM2fFIba8KHSPLpOIWXtEm28pNCHTvqasVKlh2y/zMQANTwE18pF2nuXL9P9F5/dKWaPsaEzQw==} engines: {node: '>=18'} peerDependencies: solid-js: ^1.7.7 @@ -789,8 +789,8 @@ packages: solid-js: optional: true - '@ai-sdk/svelte@0.0.49': - resolution: {integrity: sha512-gV0MhaWxkatjf7uJrCAHO3bWrihokNUwGhuMCgyG+y53lwJKAYhR0zCoDRM2HnTJ89fdnx/PVe3R9fOWEVY5qA==} + '@ai-sdk/svelte@0.0.51': + resolution: {integrity: sha512-aIZJaIds+KpCt19yUDCRDWebzF/17GCY7gN9KkcA2QM6IKRO5UmMcqEYja0ZmwFQPm1kBZkF2njhr8VXis2mAw==} engines: {node: '>=18'} peerDependencies: svelte: ^3.0.0 || ^4.0.0 @@ -798,8 +798,8 @@ packages: svelte: optional: true - '@ai-sdk/ui-utils@0.0.44': - resolution: {integrity: sha512-0qiyun/n5zqJzQs/WfQT86dZE5DiDhSHJc7b7ZGLYvNMztHkRQmak2zUCZP4IyGVZEicyEPQK6NEEpBgkmd3Dg==} + '@ai-sdk/ui-utils@0.0.46': + resolution: {integrity: sha512-ZG/wneyJG+6w5Nm/hy1AKMuRgjPQToAxBsTk61c9sVPUTaxo+NNjM2MhXQMtmsja2N5evs8NmHie+ExEgpL3cA==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 @@ -807,8 +807,8 @@ packages: zod: optional: true - '@ai-sdk/vue@0.0.51': - resolution: {integrity: sha512-6RjuuRGf749EjnsfbETJpF0fmq6a1lF6qUUUnd/Q1Ojf0tX8fI4qwvNykbECZHWuIj42EqZ3HDuNNR9c8oG4rA==} + '@ai-sdk/vue@0.0.54': + resolution: {integrity: sha512-Ltu6gbuii8Qlp3gg7zdwdnHdS4M8nqKDij2VVO1223VOtIFwORFJzKqpfx44U11FW8z2TPVBYN+FjkyVIcN2hg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.4 @@ -949,6 +949,10 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.25.7': + resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.4': resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} engines: {node: '>=6.9.0'} @@ -1015,10 +1019,18 @@ packages: resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.25.7': + resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.7': + resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} @@ -1031,11 +1043,20 @@ packages: resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} + '@babel/highlight@7.25.7': + resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.25.6': resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.7': + resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-class-properties@7.18.6': resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} @@ -1202,6 +1223,10 @@ packages: resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.25.7': + resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==} + engines: {node: '>=6.9.0'} + '@babel/template@7.25.0': resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} @@ -1214,6 +1239,10 @@ packages: resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.7': + resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==} + engines: {node: '>=6.9.0'} + '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} @@ -3446,83 +3475,83 @@ packages: '@repeaterjs/repeater@3.0.6': resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - '@rollup/rollup-android-arm-eabi@4.22.5': - resolution: {integrity: sha512-SU5cvamg0Eyu/F+kLeMXS7GoahL+OoizlclVFX3l5Ql6yNlywJJ0OuqTzUx0v+aHhPHEB/56CT06GQrRrGNYww==} + '@rollup/rollup-android-arm-eabi@4.24.0': + resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.22.5': - resolution: {integrity: sha512-S4pit5BP6E5R5C8S6tgU/drvgjtYW76FBuG6+ibG3tMvlD1h9LHVF9KmlmaUBQ8Obou7hEyS+0w+IR/VtxwNMQ==} + '@rollup/rollup-android-arm64@4.24.0': + resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.22.5': - resolution: {integrity: sha512-250ZGg4ipTL0TGvLlfACkIxS9+KLtIbn7BCZjsZj88zSg2Lvu3Xdw6dhAhfe/FjjXPVNCtcSp+WZjVsD3a/Zlw==} + '@rollup/rollup-darwin-arm64@4.24.0': + resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.22.5': - resolution: {integrity: sha512-D8brJEFg5D+QxFcW6jYANu+Rr9SlKtTenmsX5hOSzNYVrK5oLAEMTUgKWYJP+wdKyCdeSwnapLsn+OVRFycuQg==} + '@rollup/rollup-darwin-x64@4.24.0': + resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.22.5': - resolution: {integrity: sha512-PNqXYmdNFyWNg0ma5LdY8wP+eQfdvyaBAojAXgO7/gs0Q/6TQJVXAXe8gwW9URjbS0YAammur0fynYGiWsKlXw==} + '@rollup/rollup-linux-arm-gnueabihf@4.24.0': + resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.22.5': - resolution: {integrity: sha512-kSSCZOKz3HqlrEuwKd9TYv7vxPYD77vHSUvM2y0YaTGnFc8AdI5TTQRrM1yIp3tXCKrSL9A7JLoILjtad5t8pQ==} + '@rollup/rollup-linux-arm-musleabihf@4.24.0': + resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.22.5': - resolution: {integrity: sha512-oTXQeJHRbOnwRnRffb6bmqmUugz0glXaPyspp4gbQOPVApdpRrY/j7KP3lr7M8kTfQTyrBUzFjj5EuHAhqH4/w==} + '@rollup/rollup-linux-arm64-gnu@4.24.0': + resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.22.5': - resolution: {integrity: sha512-qnOTIIs6tIGFKCHdhYitgC2XQ2X25InIbZFor5wh+mALH84qnFHvc+vmWUpyX97B0hNvwNUL4B+MB8vJvH65Fw==} + '@rollup/rollup-linux-arm64-musl@4.24.0': + resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.22.5': - resolution: {integrity: sha512-TMYu+DUdNlgBXING13rHSfUc3Ky5nLPbWs4bFnT+R6Vu3OvXkTkixvvBKk8uO4MT5Ab6lC3U7x8S8El2q5o56w==} + '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': + resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.22.5': - resolution: {integrity: sha512-PTQq1Kz22ZRvuhr3uURH+U/Q/a0pbxJoICGSprNLAoBEkyD3Sh9qP5I0Asn0y0wejXQBbsVMRZRxlbGFD9OK4A==} + '@rollup/rollup-linux-riscv64-gnu@4.24.0': + resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.22.5': - resolution: {integrity: sha512-bR5nCojtpuMss6TDEmf/jnBnzlo+6n1UhgwqUvRoe4VIotC7FG1IKkyJbwsT7JDsF2jxR+NTnuOwiGv0hLyDoQ==} + '@rollup/rollup-linux-s390x-gnu@4.24.0': + resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.22.5': - resolution: {integrity: sha512-N0jPPhHjGShcB9/XXZQWuWBKZQnC1F36Ce3sDqWpujsGjDz/CQtOL9LgTrJ+rJC8MJeesMWrMWVLKKNR/tMOCA==} + '@rollup/rollup-linux-x64-gnu@4.24.0': + resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.22.5': - resolution: {integrity: sha512-uBa2e28ohzNNwjr6Uxm4XyaA1M/8aTgfF2T7UIlElLaeXkgpmIJ2EitVNQxjO9xLLLy60YqAgKn/AqSpCUkE9g==} + '@rollup/rollup-linux-x64-musl@4.24.0': + resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.22.5': - resolution: {integrity: sha512-RXT8S1HP8AFN/Kr3tg4fuYrNxZ/pZf1HemC5Tsddc6HzgGnJm0+Lh5rAHJkDuW3StI0ynNXukidROMXYl6ew8w==} + '@rollup/rollup-win32-arm64-msvc@4.24.0': + resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.22.5': - resolution: {integrity: sha512-ElTYOh50InL8kzyUD6XsnPit7jYCKrphmddKAe1/Ytt74apOxDq5YEcbsiKs0fR3vff3jEneMM+3I7jbqaMyBg==} + '@rollup/rollup-win32-ia32-msvc@4.24.0': + resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.22.5': - resolution: {integrity: sha512-+lvL/4mQxSV8MukpkKyyvfwhH266COcWlXE/1qxwN08ajovta3459zrjLghYMgDerlzNwLAcFpvU+WWE5y6nAQ==} + '@rollup/rollup-win32-x64-msvc@4.24.0': + resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==} cpu: [x64] os: [win32] @@ -3955,6 +3984,9 @@ packages: '@types/react@18.3.10': resolution: {integrity: sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==} + '@types/react@18.3.11': + resolution: {integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==} + '@types/responselike@1.0.3': resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} @@ -3979,8 +4011,8 @@ packages: '@types/ws@8.5.12': resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} - '@typescript-eslint/eslint-plugin@8.7.0': - resolution: {integrity: sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==} + '@typescript-eslint/eslint-plugin@8.8.0': + resolution: {integrity: sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -3990,8 +4022,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.7.0': - resolution: {integrity: sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==} + '@typescript-eslint/parser@8.8.0': + resolution: {integrity: sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -4000,12 +4032,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.7.0': - resolution: {integrity: sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==} + '@typescript-eslint/scope-manager@8.8.0': + resolution: {integrity: sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.7.0': - resolution: {integrity: sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==} + '@typescript-eslint/type-utils@8.8.0': + resolution: {integrity: sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4013,12 +4045,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.7.0': - resolution: {integrity: sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==} + '@typescript-eslint/types@8.8.0': + resolution: {integrity: sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.7.0': - resolution: {integrity: sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==} + '@typescript-eslint/typescript-estree@8.8.0': + resolution: {integrity: sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -4026,14 +4058,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.7.0': - resolution: {integrity: sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==} + '@typescript-eslint/utils@8.8.0': + resolution: {integrity: sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.7.0': - resolution: {integrity: sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==} + '@typescript-eslint/visitor-keys@8.8.0': + resolution: {integrity: sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vue/compiler-core@3.5.8': @@ -4168,8 +4200,8 @@ packages: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} - ai@3.4.2: - resolution: {integrity: sha512-IwlmUGb72sgi++KvnjtbjJYByPzevmZNkjzpC/ZoZp8OgmxTqU4oO4oOhBAPof4WipEE+iiW0YPQGvM3JYZxHw==} + ai@3.4.8: + resolution: {integrity: sha512-UEk+TvUsQjqO6auQtwEaJdQ+eAjEErWkbH13rFqUqJl+NkfL9kCwRkLOtsf3/VyrIv0CsHJNvEzWWh9Vld/B3g==} engines: {node: '>=18'} peerDependencies: openai: ^4.42.0 @@ -4466,8 +4498,8 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - caniuse-lite@1.0.30001664: - resolution: {integrity: sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==} + caniuse-lite@1.0.30001666: + resolution: {integrity: sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==} capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -5040,8 +5072,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.5.29: - resolution: {integrity: sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==} + electron-to-chromium@1.5.31: + resolution: {integrity: sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==} embla-carousel-react@8.3.0: resolution: {integrity: sha512-P1FlinFDcIvggcErRjNuVqnUR8anyo8vLMIH8Rthgofw7Nj8qTguCa2QjFAbzxAUTQTPNNjNL7yt0BGGinVdFw==} @@ -5186,8 +5218,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-perfectionist@3.7.0: - resolution: {integrity: sha512-pemhfcR3LDbYVWeveHok9u048yR7GpsnfyPvn6RsDkp/UV7iqBV0y5K0aGb9ZJMsemOyWok7akxGzPLsz+mHKQ==} + eslint-plugin-perfectionist@3.8.0: + resolution: {integrity: sha512-BYJWbQVOjvIGK9V1xUfn790HuvkePjxti8epOi1H6sdzo0N4RehBmQ8coHPbgA/f12BUG1NIoDtQhI9mUm+o2A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: astro-eslint-parser: ^1.0.2 @@ -5219,8 +5251,8 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-react@7.37.0: - resolution: {integrity: sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==} + eslint-plugin-react@7.37.1: + resolution: {integrity: sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -5376,8 +5408,8 @@ packages: fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} - fdir@6.3.0: - resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} + fdir@6.4.0: + resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -5583,8 +5615,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.9.0: - resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==} + globals@15.10.0: + resolution: {integrity: sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==} engines: {node: '>=18'} globalthis@1.0.4: @@ -6113,8 +6145,8 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} - libphonenumber-js@1.11.9: - resolution: {integrity: sha512-Zs5wf5HaWzW2/inlupe2tstl0I/Tbqo7lH20ZLr6Is58u7Dz2n+gRFGNlj9/gWxFvNfp9+YyDsiegjNhdixB9A==} + libphonenumber-js@1.11.10: + resolution: {integrity: sha512-yHEtzDlG2VbhuxMIo/sAUY+lyL5YThqD+gHT3YyelaRWRQv1VeyEk94jDvviRT4PYmLJR9cHxvtrx9h2f4OAIQ==} lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} @@ -7115,16 +7147,16 @@ packages: date-fns: ^2.28.0 || ^3.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom@19.0.0-rc-459fd418-20241001: + resolution: {integrity: sha512-dpNLhqGW+vxg596Cbi14SqXEnEl/hk0cTtTpP7auCBe+FWhhLfyvPCl5mPspQ0qzQtu5k48fVsHEZjoA/dkM3w==} + peerDependencies: + react: 19.0.0-rc-459fd418-20241001 + react-dom@19.0.0-rc-e56f4ae3-20240830: resolution: {integrity: sha512-y3BHFYpAin8WvXKyyWyTIVU1GW4mL9+D5aQnGEEvNEK81NHayxNzKhGzcGISh6sa/T3+6ja/Rpqwv/raHuIx+w==} peerDependencies: react: 19.0.0-rc-e56f4ae3-20240830 - react-dom@19.0.0-rc-fb9a90fa48-20240614: - resolution: {integrity: sha512-PoEsPe32F7KPLYOBvZfjylEI1B67N44PwY3lyvpmBkhlluLnLz0jH8q2Wg9YidAi6z0k3iUnNRm5x10wurzt9Q==} - peerDependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - react-hook-form@7.53.0: resolution: {integrity: sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==} engines: {node: '>=18.0.0'} @@ -7192,12 +7224,12 @@ packages: react: '>=16 || >=17 || >= 18' react-dom: '>=16 || >=17 || >= 18' - react@19.0.0-rc-e56f4ae3-20240830: - resolution: {integrity: sha512-lK74zKlBQ59tbf0Yy2HaOn9OC8lFIOknI/bZ3gIdEyrIVcMlsKZf4hSfM4JpaCkNopxsZJbw0T6pKh7sxgTS0A==} + react@19.0.0-rc-459fd418-20241001: + resolution: {integrity: sha512-KzJyYiR1buScnzs9gNGRLr8277h7iAZgaGg/X8ELyl9rwSYdiuXHp6Syfii4SiEQjF25H5qBS83ZPn4kTEXfUw==} engines: {node: '>=0.10.0'} - react@19.0.0-rc-fb9a90fa48-20240614: - resolution: {integrity: sha512-nvE3Gy+IOIfH/DXhkyxFVQSrITarFcQz4+shzC/McxQXEUSonpw2oDy/Wi9hdDtV3hlP12VYuDL95iiBREedNQ==} + react@19.0.0-rc-e56f4ae3-20240830: + resolution: {integrity: sha512-lK74zKlBQ59tbf0Yy2HaOn9OC8lFIOknI/bZ3gIdEyrIVcMlsKZf4hSfM4JpaCkNopxsZJbw0T6pKh7sxgTS0A==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -7228,8 +7260,8 @@ packages: regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - regexp.prototype.flags@1.5.2: - resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} engines: {node: '>= 0.4'} relay-runtime@12.0.0: @@ -7311,8 +7343,8 @@ packages: resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} hasBin: true - rollup@4.22.5: - resolution: {integrity: sha512-WoinX7GeQOFMGznEcWA1WrTQCd/tpEbMkc3nuMs9BT0CPjMdSjPMTVClwWd4pgSQwJdP65SK9mTCNvItlr5o7w==} + rollup@4.24.0: + resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7350,12 +7382,12 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + scheduler@0.25.0-rc-459fd418-20241001: + resolution: {integrity: sha512-dstjmvNS3cwmWtm88wRyCiGu5zCiyYCQ0+iRKLG8VlvlbJkALTOx2oXJDDPChG2CKg+ubEG7IoMjagUdbrrBCw==} + scheduler@0.25.0-rc-e56f4ae3-20240830: resolution: {integrity: sha512-oulyb0UMHXa1ZItcjYIbwHNfGD9+BvUvuWGTswSJ7fvj/2fDNDPa88lb/kwb9KABCdE1ozHVR65h/s7af904vA==} - scheduler@0.25.0-rc-fb9a90fa48-20240614: - resolution: {integrity: sha512-HHqQ/SqbeiDfXXVKgNxTpbQTD4n7IUb4hZATvHjp03jr3TF7igehCyHdOjeYTrzIseLO93cTTfSb5f4qWcirMQ==} - schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} @@ -7754,8 +7786,8 @@ packages: through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - tinyglobby@0.2.6: - resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} + tinyglobby@0.2.9: + resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} engines: {node: '>=12.0.0'} tippy.js@6.3.7: @@ -7932,8 +7964,8 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript-eslint@8.7.0: - resolution: {integrity: sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ==} + typescript-eslint@8.8.0: + resolution: {integrity: sha512-BjIT/VwJ8+0rVO01ZQ2ZVnjE1svFBiRczcpr1t1Yxt7sT25VSbPfrJtDsQ8uQTy2pilX5nI9gwxhUyLULNentw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -8312,72 +8344,72 @@ packages: snapshots: - '@ai-sdk/google@0.0.48(zod@3.23.8)': + '@ai-sdk/google@0.0.51(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.23 - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) + '@ai-sdk/provider': 0.0.24 + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) json-schema: 0.4.0 zod: 3.23.8 - '@ai-sdk/openai@0.0.61(zod@3.23.8)': + '@ai-sdk/openai@0.0.64(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.23 - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) + '@ai-sdk/provider': 0.0.24 + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) zod: 3.23.8 - '@ai-sdk/provider-utils@1.0.19(zod@3.23.8)': + '@ai-sdk/provider-utils@1.0.20(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.23 + '@ai-sdk/provider': 0.0.24 eventsource-parser: 1.1.2 nanoid: 3.3.6 secure-json-parse: 2.7.0 optionalDependencies: zod: 3.23.8 - '@ai-sdk/provider@0.0.23': + '@ai-sdk/provider@0.0.24': dependencies: json-schema: 0.4.0 - '@ai-sdk/react@0.0.60(react@19.0.0-rc-e56f4ae3-20240830)(zod@3.23.8)': + '@ai-sdk/react@0.0.62(react@19.0.0-rc-e56f4ae3-20240830)(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.44(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.46(zod@3.23.8) swr: 2.2.5(react@19.0.0-rc-e56f4ae3-20240830) optionalDependencies: react: 19.0.0-rc-e56f4ae3-20240830 zod: 3.23.8 - '@ai-sdk/solid@0.0.47(zod@3.23.8)': + '@ai-sdk/solid@0.0.49(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.44(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.46(zod@3.23.8) transitivePeerDependencies: - zod - '@ai-sdk/svelte@0.0.49(svelte@4.2.19)(zod@3.23.8)': + '@ai-sdk/svelte@0.0.51(svelte@4.2.19)(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.44(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.46(zod@3.23.8) sswr: 2.1.0(svelte@4.2.19) optionalDependencies: svelte: 4.2.19 transitivePeerDependencies: - zod - '@ai-sdk/ui-utils@0.0.44(zod@3.23.8)': + '@ai-sdk/ui-utils@0.0.46(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.23 - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) + '@ai-sdk/provider': 0.0.24 + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) json-schema: 0.4.0 secure-json-parse: 2.7.0 zod-to-json-schema: 3.23.2(zod@3.23.8) optionalDependencies: zod: 3.23.8 - '@ai-sdk/vue@0.0.51(vue@3.5.8(typescript@5.6.2))(zod@3.23.8)': + '@ai-sdk/vue@0.0.54(vue@3.5.8(typescript@5.6.2))(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.44(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.46(zod@3.23.8) swrv: 1.0.4(vue@3.5.8(typescript@5.6.2)) optionalDependencies: vue: 3.5.8(typescript@5.6.2) @@ -8578,12 +8610,17 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.1.0 + '@babel/code-frame@7.25.7': + dependencies: + '@babel/highlight': 7.25.7 + picocolors: 1.1.0 + '@babel/compat-data@7.25.4': {} '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 '@babel/generator': 7.25.6 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) @@ -8651,7 +8688,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 + '@babel/helper-validator-identifier': 7.25.7 '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color @@ -8687,8 +8724,12 @@ snapshots: '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-string-parser@7.25.7': {} + '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.7': {} + '@babel/helper-validator-option@7.24.8': {} '@babel/helpers@7.25.6': @@ -8703,10 +8744,21 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.0 + '@babel/highlight@7.25.7': + dependencies: + '@babel/helper-validator-identifier': 7.25.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.1.0 + '@babel/parser@7.25.6': dependencies: '@babel/types': 7.25.6 + '@babel/parser@7.25.7': + dependencies: + '@babel/types': 7.25.7 + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -8885,6 +8937,10 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.25.7': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 @@ -8893,7 +8949,7 @@ snapshots: '@babel/traverse@7.25.6': dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 '@babel/generator': 7.25.6 '@babel/parser': 7.25.6 '@babel/template': 7.25.0 @@ -8909,6 +8965,12 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.7': + dependencies: + '@babel/helper-string-parser': 7.25.7 + '@babel/helper-validator-identifier': 7.25.7 + to-fast-properties: 2.0.0 + '@colors/colors@1.5.0': optional: true @@ -9871,7 +9933,7 @@ snapshots: dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) graphql: 16.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@graphql-tools/wrap@10.0.5(graphql@16.9.0)': dependencies: @@ -11082,47 +11144,73 @@ snapshots: '@radix-ui/rect@1.1.0': {} + '@react-email/body@0.0.10(react@19.0.0-rc-459fd418-20241001)': + dependencies: + react: 19.0.0-rc-459fd418-20241001 + '@react-email/body@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/body@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/button@0.0.17(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/button@0.0.17(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/button@0.0.17(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/code-block@0.0.9(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + prismjs: 1.29.0 + react: 19.0.0-rc-459fd418-20241001 '@react-email/code-block@0.0.9(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: prismjs: 1.29.0 react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/code-block@0.0.9(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/code-inline@0.0.4(react@19.0.0-rc-459fd418-20241001)': dependencies: - prismjs: 1.29.0 - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/code-inline@0.0.4(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/code-inline@0.0.4(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/column@0.0.12(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/column@0.0.12(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/column@0.0.12(react@19.0.0-rc-fb9a90fa48-20240614)': - dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + '@react-email/components@0.0.25(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001)': + dependencies: + '@react-email/body': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/button': 0.0.17(react@19.0.0-rc-459fd418-20241001) + '@react-email/code-block': 0.0.9(react@19.0.0-rc-459fd418-20241001) + '@react-email/code-inline': 0.0.4(react@19.0.0-rc-459fd418-20241001) + '@react-email/column': 0.0.12(react@19.0.0-rc-459fd418-20241001) + '@react-email/container': 0.0.14(react@19.0.0-rc-459fd418-20241001) + '@react-email/font': 0.0.8(react@19.0.0-rc-459fd418-20241001) + '@react-email/head': 0.0.11(react@19.0.0-rc-459fd418-20241001) + '@react-email/heading': 0.0.14(react@19.0.0-rc-459fd418-20241001) + '@react-email/hr': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/html': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/img': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/link': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/markdown': 0.0.12(react@19.0.0-rc-459fd418-20241001) + '@react-email/preview': 0.0.11(react@19.0.0-rc-459fd418-20241001) + '@react-email/render': 1.0.1(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) + '@react-email/row': 0.0.10(react@19.0.0-rc-459fd418-20241001) + '@react-email/section': 0.0.14(react@19.0.0-rc-459fd418-20241001) + '@react-email/tailwind': 0.1.0(react@19.0.0-rc-459fd418-20241001) + '@react-email/text': 0.0.10(react@19.0.0-rc-459fd418-20241001) + react: 19.0.0-rc-459fd418-20241001 + transitivePeerDependencies: + - react-dom '@react-email/components@0.0.25(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: @@ -11150,114 +11238,88 @@ snapshots: transitivePeerDependencies: - react-dom - '@react-email/components@0.0.25(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)': - dependencies: - '@react-email/body': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/button': 0.0.17(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/code-block': 0.0.9(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/code-inline': 0.0.4(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/column': 0.0.12(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/container': 0.0.14(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/font': 0.0.8(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/head': 0.0.11(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/heading': 0.0.14(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/hr': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/html': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/img': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/link': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/markdown': 0.0.12(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/preview': 0.0.11(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/render': 1.0.1(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/row': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/section': 0.0.14(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/tailwind': 0.1.0(react@19.0.0-rc-fb9a90fa48-20240614) - '@react-email/text': 0.0.10(react@19.0.0-rc-fb9a90fa48-20240614) - react: 19.0.0-rc-fb9a90fa48-20240614 - transitivePeerDependencies: - - react-dom + '@react-email/container@0.0.14(react@19.0.0-rc-459fd418-20241001)': + dependencies: + react: 19.0.0-rc-459fd418-20241001 '@react-email/container@0.0.14(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/container@0.0.14(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/font@0.0.8(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/font@0.0.8(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/font@0.0.8(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/head@0.0.11(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/head@0.0.11(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/head@0.0.11(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/heading@0.0.14(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/heading@0.0.14(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/heading@0.0.14(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/hr@0.0.10(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/hr@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/hr@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/html@0.0.10(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/html@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/html@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/img@0.0.10(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/img@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/img@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/link@0.0.10(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/link@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/link@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/markdown@0.0.12(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + md-to-react-email: 5.0.2(react@19.0.0-rc-459fd418-20241001) + react: 19.0.0-rc-459fd418-20241001 '@react-email/markdown@0.0.12(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: md-to-react-email: 5.0.2(react@19.0.0-rc-e56f4ae3-20240830) react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/markdown@0.0.12(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/preview@0.0.11(react@19.0.0-rc-459fd418-20241001)': dependencies: - md-to-react-email: 5.0.2(react@19.0.0-rc-fb9a90fa48-20240614) - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/preview@0.0.11(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/preview@0.0.11(react@19.0.0-rc-fb9a90fa48-20240614)': - dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - '@react-email/render@0.0.17(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: html-to-text: 9.0.5 @@ -11266,104 +11328,104 @@ snapshots: react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) react-promise-suspense: 0.3.4 - '@react-email/render@1.0.1(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830)': + '@react-email/render@1.0.1(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001)': dependencies: html-to-text: 9.0.5 js-beautify: 1.15.1 - react: 19.0.0-rc-e56f4ae3-20240830 - react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) + react: 19.0.0-rc-459fd418-20241001 + react-dom: 19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001) react-promise-suspense: 0.3.4 - '@react-email/render@1.0.1(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/render@1.0.1(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: html-to-text: 9.0.5 js-beautify: 1.15.1 - react: 19.0.0-rc-fb9a90fa48-20240614 - react-dom: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) + react: 19.0.0-rc-e56f4ae3-20240830 + react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) react-promise-suspense: 0.3.4 + '@react-email/row@0.0.10(react@19.0.0-rc-459fd418-20241001)': + dependencies: + react: 19.0.0-rc-459fd418-20241001 + '@react-email/row@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/row@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/section@0.0.14(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/section@0.0.14(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/section@0.0.14(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/tailwind@0.1.0(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/tailwind@0.1.0(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/tailwind@0.1.0(react@19.0.0-rc-fb9a90fa48-20240614)': + '@react-email/text@0.0.10(react@19.0.0-rc-459fd418-20241001)': dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 '@react-email/text@0.0.10(react@19.0.0-rc-e56f4ae3-20240830)': dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - '@react-email/text@0.0.10(react@19.0.0-rc-fb9a90fa48-20240614)': - dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - '@remirror/core-constants@3.0.0': {} '@repeaterjs/repeater@3.0.6': {} - '@rollup/rollup-android-arm-eabi@4.22.5': + '@rollup/rollup-android-arm-eabi@4.24.0': optional: true - '@rollup/rollup-android-arm64@4.22.5': + '@rollup/rollup-android-arm64@4.24.0': optional: true - '@rollup/rollup-darwin-arm64@4.22.5': + '@rollup/rollup-darwin-arm64@4.24.0': optional: true - '@rollup/rollup-darwin-x64@4.22.5': + '@rollup/rollup-darwin-x64@4.24.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.22.5': + '@rollup/rollup-linux-arm-gnueabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.22.5': + '@rollup/rollup-linux-arm-musleabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.22.5': + '@rollup/rollup-linux-arm64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.22.5': + '@rollup/rollup-linux-arm64-musl@4.24.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.22.5': + '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.22.5': + '@rollup/rollup-linux-riscv64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.22.5': + '@rollup/rollup-linux-s390x-gnu@4.24.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.22.5': + '@rollup/rollup-linux-x64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-x64-musl@4.22.5': + '@rollup/rollup-linux-x64-musl@4.24.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.22.5': + '@rollup/rollup-win32-arm64-msvc@4.24.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.22.5': + '@rollup/rollup-win32-ia32-msvc@4.24.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.22.5': + '@rollup/rollup-win32-x64-msvc@4.24.0': optional: true '@selderee/plugin-htmlparser2@0.11.0': @@ -11806,6 +11868,11 @@ snapshots: '@types/prop-types': 15.7.13 csstype: 3.1.3 + '@types/react@18.3.11': + dependencies: + '@types/prop-types': 15.7.13 + csstype: 3.1.3 + '@types/responselike@1.0.3': dependencies: '@types/node': 22.7.4 @@ -11833,14 +11900,14 @@ snapshots: dependencies: '@types/node': 22.7.4 - '@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2))(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': + '@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2))(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) - '@typescript-eslint/scope-manager': 8.7.0 - '@typescript-eslint/type-utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) - '@typescript-eslint/visitor-keys': 8.7.0 + '@typescript-eslint/parser': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/scope-manager': 8.8.0 + '@typescript-eslint/type-utils': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/visitor-keys': 8.8.0 eslint: 9.11.1(jiti@1.21.6) graphemer: 1.4.0 ignore: 5.3.2 @@ -11851,12 +11918,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': + '@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': dependencies: - '@typescript-eslint/scope-manager': 8.7.0 - '@typescript-eslint/types': 8.7.0 - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) - '@typescript-eslint/visitor-keys': 8.7.0 + '@typescript-eslint/scope-manager': 8.8.0 + '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) + '@typescript-eslint/visitor-keys': 8.8.0 debug: 4.3.7 eslint: 9.11.1(jiti@1.21.6) optionalDependencies: @@ -11864,15 +11931,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.7.0': + '@typescript-eslint/scope-manager@8.8.0': dependencies: - '@typescript-eslint/types': 8.7.0 - '@typescript-eslint/visitor-keys': 8.7.0 + '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/visitor-keys': 8.8.0 - '@typescript-eslint/type-utils@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': + '@typescript-eslint/type-utils@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) + '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) debug: 4.3.7 ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: @@ -11881,12 +11948,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.7.0': {} + '@typescript-eslint/types@8.8.0': {} - '@typescript-eslint/typescript-estree@8.7.0(typescript@5.6.2)': + '@typescript-eslint/typescript-estree@8.8.0(typescript@5.6.2)': dependencies: - '@typescript-eslint/types': 8.7.0 - '@typescript-eslint/visitor-keys': 8.7.0 + '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/visitor-keys': 8.8.0 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -11898,25 +11965,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': + '@typescript-eslint/utils@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@1.21.6)) - '@typescript-eslint/scope-manager': 8.7.0 - '@typescript-eslint/types': 8.7.0 - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) + '@typescript-eslint/scope-manager': 8.8.0 + '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2) eslint: 9.11.1(jiti@1.21.6) transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.7.0': + '@typescript-eslint/visitor-keys@8.8.0': dependencies: - '@typescript-eslint/types': 8.7.0 + '@typescript-eslint/types': 8.8.0 eslint-visitor-keys: 3.4.3 '@vue/compiler-core@3.5.8': dependencies: - '@babel/parser': 7.25.6 + '@babel/parser': 7.25.7 '@vue/shared': 3.5.8 entities: 4.5.0 estree-walker: 2.0.2 @@ -11929,7 +11996,7 @@ snapshots: '@vue/compiler-sfc@3.5.8': dependencies: - '@babel/parser': 7.25.6 + '@babel/parser': 7.25.7 '@vue/compiler-core': 3.5.8 '@vue/compiler-dom': 3.5.8 '@vue/compiler-ssr': 3.5.8 @@ -12110,15 +12177,15 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 - ai@3.4.2(react@19.0.0-rc-e56f4ae3-20240830)(sswr@2.1.0(svelte@4.2.19))(svelte@4.2.19)(vue@3.5.8(typescript@5.6.2))(zod@3.23.8): + ai@3.4.8(react@19.0.0-rc-e56f4ae3-20240830)(sswr@2.1.0(svelte@4.2.19))(svelte@4.2.19)(vue@3.5.8(typescript@5.6.2))(zod@3.23.8): dependencies: - '@ai-sdk/provider': 0.0.23 - '@ai-sdk/provider-utils': 1.0.19(zod@3.23.8) - '@ai-sdk/react': 0.0.60(react@19.0.0-rc-e56f4ae3-20240830)(zod@3.23.8) - '@ai-sdk/solid': 0.0.47(zod@3.23.8) - '@ai-sdk/svelte': 0.0.49(svelte@4.2.19)(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.44(zod@3.23.8) - '@ai-sdk/vue': 0.0.51(vue@3.5.8(typescript@5.6.2))(zod@3.23.8) + '@ai-sdk/provider': 0.0.24 + '@ai-sdk/provider-utils': 1.0.20(zod@3.23.8) + '@ai-sdk/react': 0.0.62(react@19.0.0-rc-e56f4ae3-20240830)(zod@3.23.8) + '@ai-sdk/solid': 0.0.49(zod@3.23.8) + '@ai-sdk/svelte': 0.0.51(svelte@4.2.19)(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.46(zod@3.23.8) + '@ai-sdk/vue': 0.0.54(vue@3.5.8(typescript@5.6.2))(zod@3.23.8) '@opentelemetry/api': 1.9.0 eventsource-parser: 1.1.2 json-schema: 0.4.0 @@ -12289,7 +12356,7 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.47): dependencies: browserslist: 4.24.0 - caniuse-lite: 1.0.30001664 + caniuse-lite: 1.0.30001666 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 @@ -12407,8 +12474,8 @@ snapshots: browserslist@4.24.0: dependencies: - caniuse-lite: 1.0.30001664 - electron-to-chromium: 1.5.29 + caniuse-lite: 1.0.30001666 + electron-to-chromium: 1.5.31 node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.0) @@ -12469,7 +12536,7 @@ snapshots: camelcase@5.3.1: {} - caniuse-lite@1.0.30001664: {} + caniuse-lite@1.0.30001666: {} capital-case@1.0.4: dependencies: @@ -12554,7 +12621,7 @@ snapshots: class-validator@0.14.1: dependencies: '@types/validator': 13.12.2 - libphonenumber-js: 1.11.9 + libphonenumber-js: 1.11.10 validator: 13.12.0 class-variance-authority@0.7.0: @@ -12853,7 +12920,7 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 debounce@1.2.1: {} @@ -12886,7 +12953,7 @@ snapshots: object-is: 1.1.6 object-keys: 1.1.1 object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 + regexp.prototype.flags: 1.5.3 side-channel: 1.0.6 which-boxed-primitive: 1.0.2 which-collection: 1.0.2 @@ -12986,21 +13053,21 @@ snapshots: transitivePeerDependencies: - supports-color - drizzle-orm@0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.10)(pg@8.13.0)(react@19.0.0-rc-e56f4ae3-20240830): + drizzle-orm@0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.11)(pg@8.13.0)(react@19.0.0-rc-459fd418-20241001): optionalDependencies: '@opentelemetry/api': 1.9.0 '@types/pg': 8.11.10 - '@types/react': 18.3.10 + '@types/react': 18.3.11 pg: 8.13.0 - react: 19.0.0-rc-e56f4ae3-20240830 + react: 19.0.0-rc-459fd418-20241001 - drizzle-orm@0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.10)(pg@8.13.0)(react@19.0.0-rc-fb9a90fa48-20240614): + drizzle-orm@0.33.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.11)(pg@8.13.0)(react@19.0.0-rc-e56f4ae3-20240830): optionalDependencies: '@opentelemetry/api': 1.9.0 '@types/pg': 8.11.10 - '@types/react': 18.3.10 + '@types/react': 18.3.11 pg: 8.13.0 - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-e56f4ae3-20240830 dset@3.1.4: {} @@ -13019,7 +13086,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.5.29: {} + electron-to-chromium@1.5.31: {} embla-carousel-react@8.3.0(react@19.0.0-rc-e56f4ae3-20240830): dependencies: @@ -13100,7 +13167,7 @@ snapshots: object-inspect: 1.13.2 object-keys: 1.1.1 object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 + regexp.prototype.flags: 1.5.3 safe-array-concat: 1.1.2 safe-regex-test: 1.0.3 string.prototype.trim: 1.2.9 @@ -13289,10 +13356,10 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-perfectionist@3.7.0(eslint@9.11.1(jiti@1.21.6))(svelte@4.2.19)(typescript@5.6.2): + eslint-plugin-perfectionist@3.8.0(eslint@9.11.1(jiti@1.21.6))(svelte@4.2.19)(typescript@5.6.2): dependencies: - '@typescript-eslint/types': 8.7.0 - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) eslint: 9.11.1(jiti@1.21.6) minimatch: 9.0.5 natural-compare-lite: 1.4.0 @@ -13312,7 +13379,7 @@ snapshots: '@types/eslint': 9.6.1 eslint-config-prettier: 9.1.0(eslint@9.11.1(jiti@1.21.6)) - eslint-plugin-react@7.37.0(eslint@9.11.1(jiti@1.21.6)): + eslint-plugin-react@7.37.1(eslint@9.11.1(jiti@1.21.6)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -13559,7 +13626,7 @@ snapshots: transitivePeerDependencies: - encoding - fdir@6.3.0(picomatch@4.0.2): + fdir@6.4.0(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -13637,7 +13704,7 @@ snapshots: fork-ts-checker-webpack-plugin@9.0.2(typescript@5.3.3)(webpack@5.94.0(@swc/core@1.7.28(@swc/helpers@0.5.13))): dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 chalk: 4.1.2 chokidar: 3.6.0 cosmiconfig: 8.3.6(typescript@5.3.3) @@ -13696,9 +13763,9 @@ snapshots: functions-have-names@1.2.3: {} - geist@1.3.1(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)): + geist@1.3.1(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001)): dependencies: - next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) gensync@1.0.0-beta.2: {} @@ -13775,7 +13842,7 @@ snapshots: globals@14.0.0: {} - globals@15.9.0: {} + globals@15.10.0: {} globalthis@1.0.4: dependencies: @@ -14338,7 +14405,7 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - libphonenumber-js@1.11.9: {} + libphonenumber-js@1.11.10: {} lilconfig@2.1.0: {} @@ -14457,13 +14524,13 @@ snapshots: lru-cache@7.18.3: {} - lucide-react@0.446.0(react@19.0.0-rc-e56f4ae3-20240830): + lucide-react@0.446.0(react@19.0.0-rc-459fd418-20241001): dependencies: - react: 19.0.0-rc-e56f4ae3-20240830 + react: 19.0.0-rc-459fd418-20241001 - lucide-react@0.446.0(react@19.0.0-rc-fb9a90fa48-20240614): + lucide-react@0.446.0(react@19.0.0-rc-e56f4ae3-20240830): dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-e56f4ae3-20240830 luxon@3.4.4: {} @@ -14490,15 +14557,15 @@ snapshots: marked@7.0.4: {} - md-to-react-email@5.0.2(react@19.0.0-rc-e56f4ae3-20240830): + md-to-react-email@5.0.2(react@19.0.0-rc-459fd418-20241001): dependencies: marked: 7.0.4 - react: 19.0.0-rc-e56f4ae3-20240830 + react: 19.0.0-rc-459fd418-20241001 - md-to-react-email@5.0.2(react@19.0.0-rc-fb9a90fa48-20240614): + md-to-react-email@5.0.2(react@19.0.0-rc-e56f4ae3-20240830): dependencies: marked: 7.0.4 - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-e56f4ae3-20240830 mdn-data@2.0.30: {} @@ -14608,38 +14675,38 @@ snapshots: neo-async@2.6.2: {} - next-intl@3.21.0-canary.0(next@15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): + next-intl@3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001): dependencies: '@formatjs/intl-localematcher': 0.5.4 negotiator: 0.6.3 - next: 15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) - react: 19.0.0-rc-e56f4ae3-20240830 - use-intl: 3.21.0-canary.0(react@19.0.0-rc-e56f4ae3-20240830) + next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001) + react: 19.0.0-rc-459fd418-20241001 + use-intl: 3.21.0-canary.0(react@19.0.0-rc-459fd418-20241001) - next-intl@3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): + next-intl@3.21.0-canary.0(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): dependencies: '@formatjs/intl-localematcher': 0.5.4 negotiator: 0.6.3 - next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) - react: 19.0.0-rc-fb9a90fa48-20240614 - use-intl: 3.21.0-canary.0(react@19.0.0-rc-fb9a90fa48-20240614) + next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) + react: 19.0.0-rc-e56f4ae3-20240830 + use-intl: 3.21.0-canary.0(react@19.0.0-rc-e56f4ae3-20240830) next-themes@0.3.0(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): dependencies: react: 19.0.0-rc-e56f4ae3-20240830 react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) - next@15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): + next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001): dependencies: '@next/env': 15.0.0-canary.177 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.13 busboy: 1.6.0 - caniuse-lite: 1.0.30001664 + caniuse-lite: 1.0.30001666 postcss: 8.4.31 - react: 19.0.0-rc-e56f4ae3-20240830 - react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) - styled-jsx: 5.1.6(@babel/core@7.25.2)(react@19.0.0-rc-e56f4ae3-20240830) + react: 19.0.0-rc-459fd418-20241001 + react-dom: 19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001) + styled-jsx: 5.1.6(react@19.0.0-rc-459fd418-20241001) optionalDependencies: '@next/swc-darwin-arm64': 15.0.0-canary.177 '@next/swc-darwin-x64': 15.0.0-canary.177 @@ -14656,17 +14723,17 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): + next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): dependencies: '@next/env': 15.0.0-canary.177 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.13 busboy: 1.6.0 - caniuse-lite: 1.0.30001664 + caniuse-lite: 1.0.30001666 postcss: 8.4.31 - react: 19.0.0-rc-fb9a90fa48-20240614 - react-dom: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) - styled-jsx: 5.1.6(react@19.0.0-rc-fb9a90fa48-20240614) + react: 19.0.0-rc-e56f4ae3-20240830 + react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) + styled-jsx: 5.1.6(react@19.0.0-rc-e56f4ae3-20240830) optionalDependencies: '@next/swc-darwin-arm64': 15.0.0-canary.177 '@next/swc-darwin-x64': 15.0.0-canary.177 @@ -14683,9 +14750,9 @@ snapshots: - '@babel/core' - babel-plugin-macros - nextjs-toploader@3.6.15(next@15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): + nextjs-toploader@3.6.15(next@15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830))(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): dependencies: - next: 15.0.0-canary.177(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) + next: 15.0.0-canary.177(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830) nprogress: 0.2.0 prop-types: 15.8.1 react: 19.0.0-rc-e56f4ae3-20240830 @@ -14883,7 +14950,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -15276,24 +15343,24 @@ snapshots: date-fns: 2.30.0 react: 19.0.0-rc-e56f4ae3-20240830 + react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001): + dependencies: + react: 19.0.0-rc-459fd418-20241001 + scheduler: 0.25.0-rc-459fd418-20241001 + react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830): dependencies: react: 19.0.0-rc-e56f4ae3-20240830 scheduler: 0.25.0-rc-e56f4ae3-20240830 - react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614): + react-hook-form@7.53.0(react@19.0.0-rc-459fd418-20241001): dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - scheduler: 0.25.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-459fd418-20241001 react-hook-form@7.53.0(react@19.0.0-rc-e56f4ae3-20240830): dependencies: react: 19.0.0-rc-e56f4ae3-20240830 - react-hook-form@7.53.0(react@19.0.0-rc-fb9a90fa48-20240614): - dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - react-is@16.13.1: {} react-promise-suspense@0.3.4: @@ -15350,9 +15417,9 @@ snapshots: react: 19.0.0-rc-e56f4ae3-20240830 react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) - react@19.0.0-rc-e56f4ae3-20240830: {} + react@19.0.0-rc-459fd418-20241001: {} - react@19.0.0-rc-fb9a90fa48-20240614: {} + react@19.0.0-rc-e56f4ae3-20240830: {} read-cache@1.0.0: dependencies: @@ -15396,7 +15463,7 @@ snapshots: regenerator-runtime@0.14.1: {} - regexp.prototype.flags@1.5.2: + regexp.prototype.flags@1.5.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -15476,26 +15543,26 @@ snapshots: dependencies: glob: 10.4.5 - rollup@4.22.5: + rollup@4.24.0: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.22.5 - '@rollup/rollup-android-arm64': 4.22.5 - '@rollup/rollup-darwin-arm64': 4.22.5 - '@rollup/rollup-darwin-x64': 4.22.5 - '@rollup/rollup-linux-arm-gnueabihf': 4.22.5 - '@rollup/rollup-linux-arm-musleabihf': 4.22.5 - '@rollup/rollup-linux-arm64-gnu': 4.22.5 - '@rollup/rollup-linux-arm64-musl': 4.22.5 - '@rollup/rollup-linux-powerpc64le-gnu': 4.22.5 - '@rollup/rollup-linux-riscv64-gnu': 4.22.5 - '@rollup/rollup-linux-s390x-gnu': 4.22.5 - '@rollup/rollup-linux-x64-gnu': 4.22.5 - '@rollup/rollup-linux-x64-musl': 4.22.5 - '@rollup/rollup-win32-arm64-msvc': 4.22.5 - '@rollup/rollup-win32-ia32-msvc': 4.22.5 - '@rollup/rollup-win32-x64-msvc': 4.22.5 + '@rollup/rollup-android-arm-eabi': 4.24.0 + '@rollup/rollup-android-arm64': 4.24.0 + '@rollup/rollup-darwin-arm64': 4.24.0 + '@rollup/rollup-darwin-x64': 4.24.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.24.0 + '@rollup/rollup-linux-arm-musleabihf': 4.24.0 + '@rollup/rollup-linux-arm64-gnu': 4.24.0 + '@rollup/rollup-linux-arm64-musl': 4.24.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.24.0 + '@rollup/rollup-linux-riscv64-gnu': 4.24.0 + '@rollup/rollup-linux-s390x-gnu': 4.24.0 + '@rollup/rollup-linux-x64-gnu': 4.24.0 + '@rollup/rollup-linux-x64-musl': 4.24.0 + '@rollup/rollup-win32-arm64-msvc': 4.24.0 + '@rollup/rollup-win32-ia32-msvc': 4.24.0 + '@rollup/rollup-win32-x64-msvc': 4.24.0 fsevents: 2.3.3 rope-sequence@1.3.4: {} @@ -15531,9 +15598,9 @@ snapshots: safer-buffer@2.1.2: {} - scheduler@0.25.0-rc-e56f4ae3-20240830: {} + scheduler@0.25.0-rc-459fd418-20241001: {} - scheduler@0.25.0-rc-fb9a90fa48-20240614: {} + scheduler@0.25.0-rc-e56f4ae3-20240830: {} schema-utils@3.3.0: dependencies: @@ -15701,16 +15768,16 @@ snapshots: dot-case: 3.0.4 tslib: 2.7.0 + sonner@1.5.0(react-dom@19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001))(react@19.0.0-rc-459fd418-20241001): + dependencies: + react: 19.0.0-rc-459fd418-20241001 + react-dom: 19.0.0-rc-459fd418-20241001(react@19.0.0-rc-459fd418-20241001) + sonner@1.5.0(react-dom@19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830))(react@19.0.0-rc-e56f4ae3-20240830): dependencies: react: 19.0.0-rc-e56f4ae3-20240830 react-dom: 19.0.0-rc-e56f4ae3-20240830(react@19.0.0-rc-e56f4ae3-20240830) - sonner@1.5.0(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): - dependencies: - react: 19.0.0-rc-fb9a90fa48-20240614 - react-dom: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614) - sort-keys-length@1.0.1: dependencies: sort-keys: 1.1.2 @@ -15793,7 +15860,7 @@ snapshots: gopd: 1.0.1 has-symbols: 1.0.3 internal-slot: 1.0.7 - regexp.prototype.flags: 1.5.2 + regexp.prototype.flags: 1.5.3 set-function-name: 2.0.2 side-channel: 1.0.6 @@ -15860,17 +15927,15 @@ snapshots: dependencies: inline-style-parser: 0.2.3 - styled-jsx@5.1.6(@babel/core@7.25.2)(react@19.0.0-rc-e56f4ae3-20240830): + styled-jsx@5.1.6(react@19.0.0-rc-459fd418-20241001): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-e56f4ae3-20240830 - optionalDependencies: - '@babel/core': 7.25.2 + react: 19.0.0-rc-459fd418-20241001 - styled-jsx@5.1.6(react@19.0.0-rc-fb9a90fa48-20240614): + styled-jsx@5.1.6(react@19.0.0-rc-e56f4ae3-20240830): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-e56f4ae3-20240830 stylis@4.2.0: {} @@ -16026,9 +16091,9 @@ snapshots: through@2.3.8: {} - tinyglobby@0.2.6: + tinyglobby@0.2.9: dependencies: - fdir: 6.3.0(picomatch@4.0.2) + fdir: 6.4.0(picomatch@4.0.2) picomatch: 4.0.2 tippy.js@6.3.7: @@ -16137,10 +16202,10 @@ snapshots: picocolors: 1.1.0 postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(yaml@2.5.1) resolve-from: 5.0.0 - rollup: 4.22.5 + rollup: 4.24.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 - tinyglobby: 0.2.6 + tinyglobby: 0.2.9 tree-kill: 1.2.2 optionalDependencies: '@swc/core': 1.7.28(@swc/helpers@0.5.13) @@ -16224,11 +16289,11 @@ snapshots: typedarray@0.0.6: {} - typescript-eslint@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2): + typescript-eslint@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2))(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) - '@typescript-eslint/parser': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2))(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/parser': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) + '@typescript-eslint/utils': 8.8.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2) optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: @@ -16307,17 +16372,17 @@ snapshots: dequal: 2.0.3 react: 19.0.0-rc-e56f4ae3-20240830 - use-intl@3.21.0-canary.0(react@19.0.0-rc-e56f4ae3-20240830): + use-intl@3.21.0-canary.0(react@19.0.0-rc-459fd418-20241001): dependencies: '@formatjs/fast-memoize': 2.2.0 intl-messageformat: 10.5.14 - react: 19.0.0-rc-e56f4ae3-20240830 + react: 19.0.0-rc-459fd418-20241001 - use-intl@3.21.0-canary.0(react@19.0.0-rc-fb9a90fa48-20240614): + use-intl@3.21.0-canary.0(react@19.0.0-rc-e56f4ae3-20240830): dependencies: '@formatjs/fast-memoize': 2.2.0 intl-messageformat: 10.5.14 - react: 19.0.0-rc-fb9a90fa48-20240614 + react: 19.0.0-rc-e56f4ae3-20240830 use-sidecar@1.1.2(@types/react@18.3.10)(react@19.0.0-rc-e56f4ae3-20240830): dependencies: