- {/* Sorting Options */}
-
- {tabs.map(tab => (
-
+ {/* Category Filter Buttons */}
+
+
+ {categories.map(category => (
+ setSelectedTag(category.id)}
+ selected={selectedTag === category.id}
+ label={category.label}
+ size="32"
+ />
))}
-
- {/* Categories Button */}
-
-
-
-
- {/* Category Filter Buttons */}
-
- {/* First Row */}
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Second Row */}
-
-
-
-
-
-
-
- {/* Apps Grid */}
-
- {currentApps.map(app => (
-
-
-
-
- {app.icon}
-
-
-
- {app.name}
-
-
-
- {app.category}
-
-
- {app.status}
-
-
-
-
-
-
-
- {app.rating}
-
- ⭐
-
-
{app.users} users
-
+ {/* Apps Grid */}
+ {currentApps.length > 0 ? (
+
+ {currentApps.map(app => (
+
+ ))}
+
+ ) : (
+
+
+
+ No apps found
+
+
+ Try adjusting your filters to see more apps
+
-
-
- {app.description}
-
-
-
- ))}
+ )}
diff --git a/apps/hub/src/app/layout.tsx b/apps/hub/src/app/layout.tsx
index 1064253d0..928a215eb 100644
--- a/apps/hub/src/app/layout.tsx
+++ b/apps/hub/src/app/layout.tsx
@@ -2,6 +2,8 @@ import './globals.css'
import { Inter } from 'next/font/google'
+import { Providers } from './_providers'
+
import type { Metadata } from 'next'
const inter = Inter({
@@ -22,7 +24,9 @@ export default function RootLayout({
}) {
return (
- {children}
+
+
{children}
+
)
}
diff --git a/apps/hub/src/constants/categories.ts b/apps/hub/src/constants/categories.ts
new file mode 100644
index 000000000..ebf284498
--- /dev/null
+++ b/apps/hub/src/constants/categories.ts
@@ -0,0 +1,18 @@
+import type { Category } from '~/types/app'
+
+export const categories: Category[] = [
+ { id: 'all-apps', label: '🧩 All apps' },
+ { id: 'ai', label: '✨ AI' },
+ { id: 'bridge', label: '🚗 Bridge' },
+ { id: 'community', label: '🐕 Community' },
+ { id: 'defi', label: '📈 DeFi' },
+ { id: 'gaming', label: '🎮 Gaming' },
+ { id: 'infra', label: '💻 Infra' },
+ { id: 'nft', label: '🖼️ NFT' },
+ { id: 'payment', label: '💰 Payment' },
+ { id: 'privacy', label: '🕵️ Privacy' },
+ { id: 'social', label: '☕ Social' },
+ { id: 'spending', label: '🐷 Spending' },
+ { id: 'tooling', label: '☂️ Tooling' },
+ { id: 'wallet', label: '💎 Wallet' },
+]
diff --git a/apps/hub/src/constants/tabs.ts b/apps/hub/src/constants/tabs.ts
new file mode 100644
index 000000000..35ee01a5e
--- /dev/null
+++ b/apps/hub/src/constants/tabs.ts
@@ -0,0 +1,7 @@
+import type { Tab } from '~/types/app'
+
+export const tabs: Tab[] = [
+ { id: 'popular', label: 'Popular' },
+ { id: 'new', label: 'New' },
+ { id: 'all', label: 'All' },
+]
diff --git a/apps/hub/src/data/apps.ts b/apps/hub/src/data/apps.ts
new file mode 100644
index 000000000..1ed973133
--- /dev/null
+++ b/apps/hub/src/data/apps.ts
@@ -0,0 +1,112 @@
+import type { App } from '~/types/app'
+
+export const apps: App[] = [
+ {
+ id: 1,
+ name: 'Paw-sitive Vibes',
+ category: 'Community',
+ status: 'Live',
+ description: 'Join the community that supports animal welfare!',
+ website: 'https://paw-sitive.vibes',
+ cover: '/apps/paw-sitive-vibes-cover.png',
+ icon: '/apps/paw-sitive-vibes-avatar.png',
+ isPopular: true,
+ isNew: false,
+ },
+ {
+ id: 2,
+ name: 'Whiskers & Waves',
+ category: 'Social',
+ status: 'Live',
+ description: 'Surf the web with a feline twist',
+ website: 'https://whiskers.waves',
+ cover: '/apps/whiskers-waves-cover.png',
+ icon: '/apps/whiskers-waves-avatar.png',
+ isPopular: false,
+ isNew: true,
+ },
+ {
+ id: 3,
+ name: 'Feline Friends',
+ category: 'Social',
+ status: 'Live',
+ description: 'A social platform for cat lovers to connect',
+ website: 'https://feline-friends.com',
+ cover: '/apps/feline-friends-cover.png',
+ icon: '/apps/feline-friends-avatar.png',
+ isPopular: true,
+ isNew: false,
+ },
+ {
+ id: 4,
+ name: 'KittyCoin',
+ category: 'DeFi',
+ status: 'Live',
+ description: 'The cryptocurrency for cat enthusiasts',
+ website: 'https://kittycoin.org',
+ cover: '/apps/kittycoin-cover.png',
+ icon: '/apps/kittycoin-avatar.png',
+ isPopular: true,
+ isNew: true,
+ },
+ {
+ id: 5,
+ name: 'Meow Marketplace',
+ category: 'NFT',
+ status: 'Live',
+ description: 'Buy, sell, and trade cat-related goods',
+ website: 'https://meow.marketplace',
+ cover: '/apps/meow-marketplace-cover.png',
+ icon: '/apps/meow-marketplace-avatar.png',
+ isPopular: false,
+ isNew: true,
+ },
+ {
+ id: 6,
+ name: 'Fur-tastic Adventures',
+ category: 'Gaming',
+ status: 'Live',
+ description: 'Documenting the adventures of cats',
+ website: 'https://furtastic.tube',
+ cover: '/apps/furtastic-adventures-cover.png',
+ icon: '/apps/furtastic-adventures-avatar.png',
+ isPopular: false,
+ isNew: false,
+ },
+ {
+ id: 7,
+ name: 'Cats on Canvas',
+ category: 'NFT',
+ status: 'Live',
+ description: 'Art inspired by our furry friends',
+ website: 'https://cats.on.canvas',
+ cover: '/apps/cats-on-canvas-cover.png',
+ icon: '/apps/cats-on-canvas-avatar.png',
+ isPopular: true,
+ isNew: false,
+ },
+ {
+ id: 8,
+ name: 'Pawse',
+ category: 'Social',
+ status: 'Live',
+ description: "Cat's first music platform",
+ website: 'https://pawse.fm',
+ cover: '/apps/pawse-cover.png',
+ icon: '/apps/pawse-avatar.png',
+ isPopular: false,
+ isNew: true,
+ },
+ {
+ id: 9,
+ name: 'Cuddle Club',
+ category: 'Community',
+ status: 'Live',
+ description: 'A subscription box for cat lovers and their pets',
+ website: 'https://cuddleclub.com',
+ cover: '/apps/cuddleclub-cover.png',
+ icon: '/apps/cuddleclub-avatar.png',
+ isPopular: true,
+ isNew: false,
+ },
+]
diff --git a/apps/hub/src/data/featured-apps.ts b/apps/hub/src/data/featured-apps.ts
new file mode 100644
index 000000000..eec5b9efd
--- /dev/null
+++ b/apps/hub/src/data/featured-apps.ts
@@ -0,0 +1,37 @@
+import type { App } from '~/types/app'
+
+export const featuredApps: App[] = [
+ {
+ id: 1,
+ name: 'Cat Fishing',
+ category: 'Community',
+ status: 'Live',
+ description: 'You love cats, cats love fish.',
+ website: 'https://cats.fishing',
+ twitter: 'catsfishings',
+ icon: '/apps/cats-fishing-avatar.png',
+ cover: '/apps/cats-fishing-cover.png',
+ },
+ {
+ id: 2,
+ name: 'Status Network Bridge',
+ category: 'Bridge',
+ status: 'Live',
+ description: "Saving for gas? We've got you covered!",
+ website: 'https://bridge.status.network',
+ twitter: 'StatusL2',
+ icon: '/apps/status-network-bridge-avatar.png',
+ cover: '/apps/status-network-bridge-cover.png',
+ },
+ {
+ id: 3,
+ name: 'Hash Vegas',
+ category: 'Gaming',
+ status: 'Live',
+ description: 'Fair and transparent onchain gaming',
+ website: 'https://hashvegas.casino',
+ twitter: 'Hashvegas_Offi',
+ icon: '/apps/hashvegas-avatar.png',
+ cover: '/apps/hashvegas-cover.png',
+ },
+]
diff --git a/apps/hub/src/types/app.ts b/apps/hub/src/types/app.ts
new file mode 100644
index 000000000..8c82825c4
--- /dev/null
+++ b/apps/hub/src/types/app.ts
@@ -0,0 +1,23 @@
+export type App = {
+ id: number
+ name: string
+ category: string
+ status: string
+ description: string
+ website: string
+ twitter?: string
+ cover: string
+ icon: string
+ isPopular?: boolean
+ isNew?: boolean
+}
+
+export type Category = {
+ id: string
+ label: string
+}
+
+export type Tab = {
+ id: 'popular' | 'new' | 'all'
+ label: string
+}
diff --git a/apps/hub/tailwind.config.ts b/apps/hub/tailwind.config.ts
index 737e118d6..4f68468e6 100644
--- a/apps/hub/tailwind.config.ts
+++ b/apps/hub/tailwind.config.ts
@@ -160,6 +160,17 @@ export default {
2: '0px 4px 20px rgba(9, 16, 28, 0.08)',
3: '0px 8px 30px rgba(9, 16, 28, 0.12)',
},
+
+ keyframes: {
+ skeleton: {
+ '0%, 100%': { backgroundPosition: '0% 50%' },
+ '50%': { backgroundPosition: '100% 50%' },
+ },
+ },
+
+ animation: {
+ skeleton: 'skeleton 1.5s ease infinite',
+ },
},
},
diff --git a/apps/hub/vercel.json b/apps/hub/vercel.json
index 6677bf96c..270db0a42 100644
--- a/apps/hub/vercel.json
+++ b/apps/hub/vercel.json
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
- "ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons} ./",
+ "ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons,components,wallet,status-network} ./",
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
"buildCommand": "turbo run build --cwd ../../ --filter=./apps/hub..."
}
diff --git a/package.json b/package.json
index bb24a5269..08a1482f8 100644
--- a/package.json
+++ b/package.json
@@ -9,14 +9,8 @@
"packages/icons",
"packages/components",
"packages/wallet",
-
-
-
-
"packages/status-network",
-
"apps/hub",
-
"apps/connector",
"apps/portfolio",
"apps/wallet",
@@ -39,7 +33,11 @@
},
"resolutions": {
"@types/react": "19.1.0",
- "@types/react-dom": "19.1.1",
+ "@types/react-dom": "19.1.0",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
+ "viem": "2.29.1",
+ "wagmi": "2.15.2",
"zod": "3.23.8",
"vite": "6.3.5",
"vitest": "3.1.4",
@@ -57,9 +55,9 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
- "react": "^18.3.1",
+ "react": "^19.1.0",
"react-devtools": "^6.1.5",
- "react-dom": "^18.3.1",
+ "react-dom": "^19.1.0",
"rimraf": "^4.4.1",
"turbo": "^2.3.0",
"typescript": "^5.6.2",
diff --git a/packages/status-network/package.json b/packages/status-network/package.json
index 4435b3a43..3016f28b9 100644
--- a/packages/status-network/package.json
+++ b/packages/status-network/package.json
@@ -61,6 +61,7 @@
"@status-im/colors": "workspace:*",
"@status-im/components": "workspace:*",
"@status-im/icons": "workspace:*",
+ "connectkit": "^1.9.0",
"cva": "^1.0.0-beta.1",
"framer-motion": "^12.0.6",
"next": "15.1.6",
diff --git a/packages/status-network/src/components/button/index.tsx b/packages/status-network/src/components/button/index.tsx
index 21a8de0df..09ea41b84 100644
--- a/packages/status-network/src/components/button/index.tsx
+++ b/packages/status-network/src/components/button/index.tsx
@@ -3,7 +3,7 @@ import { forwardRef } from 'react'
import { cva, cx } from 'cva'
type Props = {
- variant?: 'primary' | 'secondary' | 'white'
+ variant?: 'primary' | 'secondary' | 'white' | 'grey'
backdropFilter?: boolean
children?: React.ReactNode
active?: boolean
@@ -22,6 +22,7 @@ const buttonStyles = cva({
'border-white-10 bg-white-5 text-white-100 hover:border-white-20 hover:bg-white-10',
white:
'border-neutral-30 bg-white-100 text-dark-100 hover:border-neutral-40 hover:bg-white-80',
+ grey: 'bg-neutral-10 text-neutral-100 hover:bg-neutral-20 hover:text-neutral-100',
},
withIcon: {
true: '',
@@ -51,6 +52,11 @@ const buttonStyles = cva({
{ size: '32', withIcon: true, className: 'pl-3 pr-2' },
{ size: '40', withIconBefore: true, className: 'pl-3 pr-4' },
{ size: '32', withIconBefore: true, className: 'pl-2 pr-3' },
+ {
+ variant: 'grey',
+ active: true,
+ className: 'bg-neutral-50 text-white-100',
+ },
],
})
diff --git a/packages/status-network/src/components/index.tsx b/packages/status-network/src/components/index.tsx
index 6162922b9..e1bccf778 100644
--- a/packages/status-network/src/components/index.tsx
+++ b/packages/status-network/src/components/index.tsx
@@ -4,3 +4,4 @@ export { GameCard } from './cards'
export { Divider } from './divider'
export { Footer } from './footer'
export { Link } from './link'
+export { ShortenAddress } from './shorten-address'
diff --git a/packages/status-network/src/components/shorten-address/index.tsx b/packages/status-network/src/components/shorten-address/index.tsx
new file mode 100644
index 000000000..e033ad1a0
--- /dev/null
+++ b/packages/status-network/src/components/shorten-address/index.tsx
@@ -0,0 +1,19 @@
+type Props = {
+ address: string
+}
+
+export const shortenAddress = (address: string) => {
+ const prefix = address.slice(0, 5)
+ const suffix = address.slice(-4)
+
+ return `${prefix}...${suffix}`
+}
+
+const ShortenAddress = ({ address }: Props) => {
+ const shortenedAddress = shortenAddress(address)
+
+ return shortenedAddress
+}
+
+export { ShortenAddress }
+export type { Props as ShortenAddressProps }
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c3b415563..37c6da3b6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -6,7 +6,11 @@ settings:
overrides:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
+ viem: 2.29.1
+ wagmi: 2.15.2
zod: 3.23.8
vite: 6.3.5
vitest: 3.1.4
@@ -43,8 +47,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
eslint:
specifier: ^9.14.0
version: 9.14.0(jiti@2.4.2)
@@ -61,14 +65,14 @@ importers:
specifier: ^0.6.6
version: 0.6.6(@ianvs/prettier-plugin-sort-imports@4.6.2(@vue/compiler-sfc@3.3.4)(prettier@3.3.3))(prettier@3.3.3)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-devtools:
specifier: ^6.1.5
version: 6.1.5(bufferutil@4.0.9)(utf-8-validate@5.0.10)
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
rimraf:
specifier: ^4.4.1
version: 4.4.1
@@ -98,7 +102,7 @@ importers:
version: 10.45.2(@trpc/server@10.45.2)
'@trpc/next':
specifier: 10.45.2
- version: 10.45.2(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/react-query@11.1.0(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@trpc/server@10.45.2)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 10.45.2(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/react-query@11.1.0(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@trpc/server@10.45.2)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@trpc/server':
specifier: 10.45.2
version: 10.45.2
@@ -106,10 +110,10 @@ importers:
specifier: 15.3.0
version: 15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
react:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0
react-dom:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0(react@19.1.0)
zod:
specifier: 3.23.8
@@ -125,8 +129,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
eslint:
specifier: ^9
version: 9.14.0(jiti@2.4.2)
@@ -144,16 +148,16 @@ importers:
dependencies:
'@plasmohq/messaging':
specifier: ^0.6.2
- version: 0.6.2(react@18.2.0)
+ version: 0.6.2(react@19.1.0)
'@plasmohq/storage':
specifier: ^1.11.0
- version: 1.12.0(react@18.2.0)
+ version: 1.12.0(react@19.1.0)
'@radix-ui/react-dropdown-menu':
specifier: ^2.1.1
- version: 2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ version: 2.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-switch':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@status-im/colors':
specifier: workspace:*
version: link:../../packages/colors
@@ -165,13 +169,13 @@ importers:
version: 6.13.4(bufferutil@4.0.9)(utf-8-validate@6.0.3)
plasmo:
specifier: 0.88.0
- version: 0.88.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ version: 0.88.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react:
- specifier: 18.2.0
- version: 18.2.0
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: 18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
ts-pattern:
specifier: ^5.2.0
version: 5.3.1
@@ -201,8 +205,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
autoprefixer:
specifier: ^10.4.19
version: 10.4.20(postcss@8.4.47)
@@ -248,9 +252,18 @@ importers:
'@status-im/status-network':
specifier: workspace:*
version: link:../../packages/status-network
+ '@status-im/wallet':
+ specifier: workspace:*
+ version: link:../../packages/wallet
+ '@tanstack/react-query':
+ specifier: 5.66.0
+ version: 5.66.0(react@19.1.0)
'@vercel/analytics':
specifier: ^1.5.0
- version: 1.5.0(next@15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react@19.1.0)(svelte@4.2.2)(vue@3.3.4)
+ version: 1.5.0(next@15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react@19.1.0)(svelte@4.2.2)(vue@3.3.4)
+ connectkit:
+ specifier: ^1.9.0
+ version: 1.9.0(@babel/core@7.27.1)(@tanstack/react-query@5.66.0(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8))
cva:
specifier: 1.0.0-beta.1
version: 1.0.0-beta.1(typescript@5.8.3)
@@ -258,16 +271,19 @@ importers:
specifier: ^12.0.6
version: 12.23.12(@emotion/is-prop-valid@1.3.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next:
- specifier: 15.1.6
- version: 15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
+ specifier: 15.3.0
+ version: 15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
next-mdx-remote:
specifier: ^5.0.0
version: 5.0.0(@types/react@19.1.0)(acorn@8.14.1)(react@19.1.0)
+ pino-pretty:
+ specifier: ^13.1.1
+ version: 13.1.1
react:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0
react-dom:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0(react@19.1.0)
rehype-slug:
specifier: ^6.0.0
@@ -275,6 +291,12 @@ importers:
ts-pattern:
specifier: ^5.6.2
version: 5.7.1
+ viem:
+ specifier: 2.29.1
+ version: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ wagmi:
+ specifier: 2.15.2
+ version: 2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
zod:
specifier: 3.23.8
version: 3.23.8
@@ -295,8 +317,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
eslint-config-next:
specifier: 15.1.6
version: 15.1.6(eslint@9.14.0(jiti@2.4.2))(typescript@5.8.3)
@@ -359,28 +381,28 @@ importers:
version: 20.1.2
'@radix-ui/react-accordion':
specifier: ^1.2.0
- version: 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-alert-dialog':
specifier: ^1.1.1
- version: 1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.13(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dialog':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dropdown-menu':
specifier: ^2.1.4
- version: 2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 2.1.14(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-navigation-menu':
specifier: 1.2.0
- version: 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-popover':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-switch':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-tooltip':
specifier: ^1.1.1
- version: 1.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@react-spring/core':
specifier: ^9.7.5
version: 9.7.5(react@19.1.0)
@@ -619,10 +641,10 @@ importers:
specifier: ^5.0.0
version: 5.0.1
viem:
- specifier: ^2.21.1
+ specifier: 2.29.1
version: 2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
wagmi:
- specifier: ^2.12.8
+ specifier: 2.15.2
version: 2.15.2(@tanstack/query-core@5.29.0)(@tanstack/react-query@5.29.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(viem@2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8))(zod@3.23.8)
zod:
specifier: 3.23.8
@@ -698,8 +720,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
'@types/tryghost__content-api':
specifier: ^1.3.11
version: 1.3.17
@@ -951,7 +973,7 @@ importers:
version: 3.10.0(react-hook-form@7.56.3(react@19.1.0))
'@radix-ui/react-dialog':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@status-im/colors':
specifier: workspace:*
version: link:../../packages/colors
@@ -1013,10 +1035,10 @@ importers:
specifier: ^5.3.1
version: 5.3.2
react:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0
react-dom:
- specifier: ^19.0.0
+ specifier: 19.1.0
version: 19.1.0(react@19.1.0)
react-hook-form:
specifier: ^7.54.2
@@ -1074,8 +1096,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
'@vitejs/plugin-react':
specifier: ^4.3.4
version: 4.4.1(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
@@ -1156,34 +1178,34 @@ importers:
dependencies:
'@radix-ui/react-accordion':
specifier: ^1.2.0
- version: 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-checkbox':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dialog':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dropdown-menu':
specifier: ^2.1.1
- version: 2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 2.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-popover':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-switch':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-tabs':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-toast':
specifier: ^1.2.1
- version: 1.2.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.2.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-toggle-group':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-tooltip':
specifier: ^1.1.2
- version: 1.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@status-im/colors':
specifier: workspace:*
version: link:../colors
@@ -1198,16 +1220,16 @@ importers:
version: 2.30.0
react-aria-components:
specifier: ^1.3.3
- version: 1.3.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.3.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react-day-picker:
specifier: ^8.7.1
- version: 8.7.1(date-fns@2.30.0)(react@18.3.1)
+ version: 8.7.1(date-fns@2.30.0)(react@19.1.0)
ts-pattern:
specifier: ^5.3.1
version: 5.3.1
zustand:
specifier: ^4.3.7
- version: 4.3.7(react@18.3.1)
+ version: 4.3.7(react@19.1.0)
devDependencies:
'@status-im/eslint-config':
specifier: workspace:*
@@ -1217,7 +1239,7 @@ importers:
version: 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/addon-designs':
specifier: ^8.0.3
- version: 8.0.3(@storybook/blocks@8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/components@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/theming@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 8.0.3(@storybook/blocks@8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/components@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/theming@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@storybook/addon-essentials':
specifier: ^8.3.0
version: 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
@@ -1226,19 +1248,19 @@ importers:
version: 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/addon-links':
specifier: ^8.3.0
- version: 8.3.0(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ version: 8.3.0(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/addon-mdx-gfm':
specifier: ^8.3.0
version: 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/blocks':
specifier: ^8.3.0
- version: 8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ version: 8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/react':
specifier: ^8.3.0
- version: 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)
+ version: 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)
'@storybook/react-vite':
specifier: ^8.3.0
- version: 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.40.2)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
+ version: 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.40.2)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
'@storybook/testing-library':
specifier: ^0.2.2
version: 0.2.2
@@ -1246,8 +1268,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
'@vitejs/plugin-react-swc':
specifier: ^3.7.0
version: 3.7.0(@swc/helpers@0.5.15)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
@@ -1264,11 +1286,11 @@ importers:
specifier: ^0.6.6
version: 0.6.6(@ianvs/prettier-plugin-sort-imports@4.6.2(@vue/compiler-sfc@3.3.4)(prettier@3.5.3))(prettier@3.5.3)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
rollup-plugin-preserve-directives:
specifier: ^0.4.0
version: 0.4.0(rollup@4.40.2)
@@ -1342,11 +1364,11 @@ importers:
packages/icons:
dependencies:
react:
- specifier: ^16.x || ^17.x || ^18.x
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: '*'
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
devDependencies:
'@clack/prompts':
specifier: ^0.7.0
@@ -1442,15 +1464,18 @@ importers:
'@status-im/icons':
specifier: workspace:*
version: link:../icons
+ connectkit:
+ specifier: ^1.9.0
+ version: 1.9.0(@babel/core@7.27.1)(@tanstack/react-query@5.89.0(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8))
cva:
specifier: ^1.0.0-beta.1
version: 1.0.0-beta.1(typescript@5.8.3)
framer-motion:
specifier: ^12.0.6
- version: 12.23.12(@emotion/is-prop-valid@1.3.1)(react-dom@19.1.1(react@19.1.0))(react@19.1.0)
+ version: 12.23.12(@emotion/is-prop-valid@1.3.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next:
specifier: 15.1.6
- version: 15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.0))(react@19.1.0)(sass@1.80.4)
+ version: 15.1.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
ts-pattern:
specifier: ^5.3.1
version: 5.7.1
@@ -1460,7 +1485,7 @@ importers:
devDependencies:
'@hookform/devtools':
specifier: ^4.3.1
- version: 4.4.0(@types/react@19.1.0)(react-dom@19.1.1(react@19.1.0))(react@19.1.0)
+ version: 4.4.0(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@status-im/eslint-config':
specifier: workspace:*
version: link:../eslint-config
@@ -1471,8 +1496,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
'@vitejs/plugin-react-swc':
specifier: ^3.7.0
version: 3.7.0(@swc/helpers@0.5.15)(vite@6.3.5(@types/node@20.11.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
@@ -1492,11 +1517,11 @@ importers:
specifier: ^8.4.33
version: 8.5.3
react:
- specifier: ^19.1.0
+ specifier: 19.1.0
version: 19.1.0
react-dom:
- specifier: ^19.1.1
- version: 19.1.1(react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
rollup-plugin-preserve-directives:
specifier: ^0.4.0
version: 0.4.0(rollup@4.40.2)
@@ -1514,43 +1539,43 @@ importers:
dependencies:
'@hookform/resolvers':
specifier: ^3.3.4
- version: 3.10.0(react-hook-form@7.58.1(react@18.3.1))
+ version: 3.10.0(react-hook-form@7.58.1(react@19.1.0))
'@radix-ui/react-accordion':
specifier: ^1.2.0
- version: 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-alert-dialog':
specifier: ^1.1.1
- version: 1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.13(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-checkbox':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dialog':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-dropdown-menu':
specifier: ^2.1.1
- version: 2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 2.1.14(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-popover':
specifier: ^1.1.1
- version: 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-switch':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-tabs':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-toast':
specifier: ^1.2.1
- version: 1.2.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.2.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-toggle-group':
specifier: ^1.1.0
- version: 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-tooltip':
specifier: ^1.1.2
- version: 1.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@react-spring/web':
specifier: ^9.7.5
- version: 9.7.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 9.7.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@scure/bip39':
specifier: ^1.2.0
version: 1.6.0
@@ -1565,7 +1590,7 @@ importers:
version: link:../icons
'@trpc/react-query':
specifier: 10.45.2
- version: 10.45.2(@tanstack/react-query@5.75.5(react@18.3.1))(@trpc/client@11.1.0(@trpc/server@10.45.2)(typescript@5.8.3))(@trpc/server@10.45.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 10.45.2(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@11.1.0(@trpc/server@10.45.2)(typescript@5.8.3))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@trpc/server':
specifier: 10.45.2
version: 10.45.2
@@ -1580,25 +1605,25 @@ importers:
version: 3.12.0
'@visx/glyph':
specifier: ^3.0.0
- version: 3.12.0(react@18.3.1)
+ version: 3.12.0(react@19.1.0)
'@visx/gradient':
specifier: ^3.0.0
- version: 3.12.0(react@18.3.1)
+ version: 3.12.0(react@19.1.0)
'@visx/group':
specifier: ^3.0.0
- version: 3.12.0(react@18.3.1)
+ version: 3.12.0(react@19.1.0)
'@visx/responsive':
specifier: ^3.0.0
- version: 3.12.0(react@18.3.1)
+ version: 3.12.0(react@19.1.0)
'@visx/scale':
specifier: ^3.0.0
version: 3.12.0
'@visx/shape':
specifier: ^3.0.0
- version: 3.12.0(react@18.3.1)
+ version: 3.12.0(react@19.1.0)
'@visx/tooltip':
specifier: ^3.0.0
- version: 3.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@zxcvbn-ts/core':
specifier: ^3.0.4
version: 3.0.4
@@ -1628,22 +1653,22 @@ importers:
version: 6.15.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
next:
specifier: 15.1.6
- version: 15.1.6(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.4)
+ version: 15.1.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
qrcode.react:
specifier: ^3.1.0
- version: 3.2.0(react@18.3.1)
+ version: 3.2.0(react@19.1.0)
react-aria-components:
specifier: ^1.3.3
- version: 1.3.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 1.3.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react-day-picker:
specifier: ^8.7.1
- version: 8.7.1(date-fns@2.30.0)(react@18.3.1)
+ version: 8.7.1(date-fns@2.30.0)(react@19.1.0)
react-hook-form:
specifier: ^7.58.1
- version: 7.58.1(react@18.3.1)
+ version: 7.58.1(react@19.1.0)
react-swipeable:
specifier: ^7.0.1
- version: 7.0.2(react@18.3.1)
+ version: 7.0.2(react@19.1.0)
superjson:
specifier: ^2.2.1
version: 2.2.2
@@ -1655,11 +1680,11 @@ importers:
version: 3.23.8
zustand:
specifier: ^4.3.7
- version: 4.3.7(react@18.3.1)
+ version: 4.3.7(react@19.1.0)
devDependencies:
'@hookform/devtools':
specifier: ^4.3.1
- version: 4.4.0(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 4.4.0(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@status-im/eslint-config':
specifier: workspace:*
version: link:../eslint-config
@@ -1676,8 +1701,8 @@ importers:
specifier: 19.1.0
version: 19.1.0
'@types/react-dom':
- specifier: 19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: 19.1.0
+ version: 19.1.0(@types/react@19.1.0)
'@vitejs/plugin-react-swc':
specifier: ^3.7.0
version: 3.7.0(@swc/helpers@0.5.15)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
@@ -1703,11 +1728,11 @@ importers:
specifier: ^0.6.6
version: 0.6.6(@ianvs/prettier-plugin-sort-imports@4.6.2(@vue/compiler-sfc@3.3.4)(prettier@3.5.3))(prettier@3.5.3)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: 19.1.0
+ version: 19.1.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.1.0
+ version: 19.1.0(react@19.1.0)
rollup-plugin-preserve-directives:
specifier: ^0.4.0
version: 0.4.0(rollup@4.40.2)
@@ -1848,10 +1873,6 @@ packages:
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.24.7':
- resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-module-imports@7.27.1':
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
engines: {node: '>=6.9.0'}
@@ -2382,30 +2403,30 @@ packages:
'@dnd-kit/accessibility@3.1.1':
resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==}
peerDependencies:
- react: '>=16.8.0'
+ react: 19.1.0
'@dnd-kit/core@6.3.1':
resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==}
peerDependencies:
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@dnd-kit/modifiers@7.0.0':
resolution: {integrity: sha512-BG/ETy3eBjFap7+zIti53f0PCLGDzNXyTmn6fSdrudORf+OH04MxrW4p5+mPu4mgMk9kM41iYONjc3DOUWTcfg==}
peerDependencies:
'@dnd-kit/core': ^6.1.0
- react: '>=16.8.0'
+ react: 19.1.0
'@dnd-kit/sortable@8.0.0':
resolution: {integrity: sha512-U3jk5ebVXe1Lr7c2wU7SBZjcWdQP+j7peHJfCspnA81enlu88Mgd7CC8Q+pub9ubP7eKVETzJW+IBAhsqbSu/g==}
peerDependencies:
'@dnd-kit/core': ^6.1.0
- react: '>=16.8.0'
+ react: 19.1.0
'@dnd-kit/utilities@3.2.2':
resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==}
peerDependencies:
- react: '>=16.8.0'
+ react: 19.1.0
'@ecies/ciphers@0.2.3':
resolution: {integrity: sha512-tapn6XhOueMwht3E2UzY0ZZjYokdaw9XtL9kEyjhQ/Fb9vL9xTFbOaI+fV0AWvTpYu4BNloC6getKW6NtSg4mA==}
@@ -2489,7 +2510,7 @@ packages:
resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==}
peerDependencies:
'@types/react': '*'
- react: '>=16.8.0'
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -2505,7 +2526,7 @@ packages:
peerDependencies:
'@emotion/react': ^11.0.0-rc.0
'@types/react': '*'
- react: '>=16.8.0'
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -2522,7 +2543,7 @@ packages:
'@emotion/use-insertion-effect-with-fallbacks@1.2.0':
resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==}
peerDependencies:
- react: '>=16.8.0'
+ react: 19.1.0
'@emotion/utils@1.4.2':
resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==}
@@ -3122,12 +3143,6 @@ packages:
cpu: [x64]
os: [win32]
- '@eslint-community/eslint-utils@4.2.0':
- resolution: {integrity: sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
-
'@eslint-community/eslint-utils@4.4.1':
resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3213,7 +3228,7 @@ packages:
'@figspec/react@1.0.3':
resolution: {integrity: sha512-r683qOko+5CbT48Ox280fMx2MNAtaFPgCNJvldOqN3YtmAzlcTT+YSxd3OahA+kjXGGrnzDbUgeTOX1cPLII+g==}
peerDependencies:
- react: ^16.14.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@floating-ui/core@1.6.8':
resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==}
@@ -3224,8 +3239,8 @@ packages:
'@floating-ui/react-dom@2.1.2':
resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==}
peerDependencies:
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@floating-ui/utils@0.2.8':
resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==}
@@ -3562,14 +3577,14 @@ packages:
resolution: {integrity: sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==}
engines: {node: '>=10'}
peerDependencies:
- react: ^16 || ^17 || ^18
- react-dom: ^16 || ^17 || ^18
+ react: 19.1.0
+ react-dom: 19.1.0
'@hookform/devtools@4.4.0':
resolution: {integrity: sha512-Mtlic+uigoYBPXlfvPBfiYYUZuyMrD3pTjDpVIhL6eCZTvQkHsKBSKeZCvXWUZr8fqrkzDg27N+ZuazLKq6Vmg==}
peerDependencies:
- react: ^16.8.0 || ^17 || ^18 || ^19
- react-dom: ^16.8.0 || ^17 || ^18 || ^19
+ react: 19.1.0
+ react-dom: 19.1.0
'@hookform/resolvers@3.10.0':
resolution: {integrity: sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==}
@@ -4076,13 +4091,13 @@ packages:
'@mdx-js/react@2.3.0':
resolution: {integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==}
peerDependencies:
- react: '>=16'
+ react: 19.1.0
'@mdx-js/react@3.0.1':
resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==}
peerDependencies:
'@types/react': 19.1.0
- react: '>=16'
+ react: 19.1.0
'@metamask/eth-json-rpc-provider@1.0.1':
resolution: {integrity: sha512-whiUMPlAOrVGmX8aKYVPvlKyG4CpQXiNNyt74vE1xb5sPvmx5oA7B/kOi/JdBvhGQq97U1/AVdXEdk2zkP8qyA==}
@@ -5537,8 +5552,8 @@ packages:
qejs: ^3.0.5
ractive: ^1.3.12
razor-tmpl: ^1.3.1
- react: ^18.2.0
- react-dom: ^18.2.0
+ react: 19.1.0
+ react-dom: 19.1.0
slm: ^2.0.0
squirrelly: ^5.1.0
teacup: ^2.0.0
@@ -5653,7 +5668,7 @@ packages:
'@plasmohq/messaging@0.6.2':
resolution: {integrity: sha512-CGfcvfVE0wsN/Y/i/jV0nwjkwh2gBCEujZFhLoxJ12N0ScoP3JVEIvUxJSFsAD4ylBQ8IjD2FyjQozwiSxWc4Q==}
peerDependencies:
- react: ^16.8.6 || ^17 || ^18
+ react: 19.1.0
peerDependenciesMeta:
react:
optional: true
@@ -5724,7 +5739,7 @@ packages:
'@plasmohq/storage@1.12.0':
resolution: {integrity: sha512-LoCyO0PXl609ee8QKVEwVpkTyD/8WjYQhd0sxFomLxbdxsZC0LD4n8nv4nSegP5X8lYQBQnR/LMq4ZXoQh87wA==}
peerDependencies:
- react: ^16.8.6 || ^17 || ^18
+ react: 19.1.0
peerDependenciesMeta:
react:
optional: true
@@ -5784,9 +5799,9 @@ packages:
resolution: {integrity: sha512-HJOzSX8dQqtsp/3jVxCU3CXEONF7/2jlGAB28oX8TTw1Dz8JYbEI1UcL8355PuLBE41/IRRMvCw7VkiK/jcUOQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5797,9 +5812,9 @@ packages:
resolution: {integrity: sha512-/uPs78OwxGxslYOG5TKeUsv9fZC0vo376cXSADdKirTmsLJU2au6L3n34c3p6W26rFDDDze/hwy4fYeNd0qdGA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5810,9 +5825,9 @@ packages:
resolution: {integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5823,9 +5838,9 @@ packages:
resolution: {integrity: sha512-2JMfHJf/eVnwq+2dewT3C0acmCWD3XiVA1Da+jTDqo342UlU13WvXtqHhG+yJw5JeQmu4ue2eMy6gcEArLBlcw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5836,9 +5851,9 @@ packages:
resolution: {integrity: sha512-0i/EKJ222Afa1FE0C6pNJxDq1itzcl3HChE9DwskA4th4KRse8ojx8a1nVcOjwJdbpDLcz7uol77yYnQNMHdKw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5849,9 +5864,9 @@ packages:
resolution: {integrity: sha512-zQY7Epa8sTL0mq4ajSJpjgn2YmCgyrG7RsQgLp3C0LQVkG7+Tf6Pv1CeNWZLyqMjhdPkBa5Lx7wYBeSu7uCSTA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5862,9 +5877,9 @@ packages:
resolution: {integrity: sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5875,9 +5890,9 @@ packages:
resolution: {integrity: sha512-PbhRFK4lIEw9ADonj48tiYWzkllz81TM7KVYyyMMw2cwHO7D5h4XKEblL8NlaRisTK3QTe6tBEhDccFUryxHBQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5888,7 +5903,7 @@ packages:
resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5897,7 +5912,7 @@ packages:
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5906,7 +5921,7 @@ packages:
resolution: {integrity: sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5915,7 +5930,7 @@ packages:
resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5924,9 +5939,9 @@ packages:
resolution: {integrity: sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5937,9 +5952,9 @@ packages:
resolution: {integrity: sha512-ARFmqUyhIVS3+riWzwGTe7JLjqwqgnODBUZdqpWar/z1WFs9z76fuOs/2BOWCR+YboRn4/WN9aoaGVwqNRr8VA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5950,7 +5965,7 @@ packages:
resolution: {integrity: sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5959,7 +5974,7 @@ packages:
resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5968,9 +5983,9 @@ packages:
resolution: {integrity: sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5981,9 +5996,9 @@ packages:
resolution: {integrity: sha512-way197PiTvNp+WBP7svMJasHl+vibhWGQDb6Mgf5mhEWJkgb85z7Lfl9TUdkqpWsf8GRNmoopx9ZxCyDzmgRMQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5994,9 +6009,9 @@ packages:
resolution: {integrity: sha512-y8E+x9fBq9qvteD2Zwa4397pUVhYsh9iq44b5RD5qu1GMJWBCBuVg1hMyItbc6+zH00TxGRqd9Iot4wzf3OoBQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6007,9 +6022,9 @@ packages:
resolution: {integrity: sha512-lzuyNjoWOoaMFE/VC5FnAAYM16JmQA8ZmucOXtlhm2kKR5TSU95YLAueQ4JYuRmUJmBvSqXaVFGIfuukybwZJQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6020,7 +6035,7 @@ packages:
resolution: {integrity: sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6029,7 +6044,7 @@ packages:
resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6038,9 +6053,9 @@ packages:
resolution: {integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6051,9 +6066,9 @@ packages:
resolution: {integrity: sha512-r9zpYNUQY+2jWHWZGyddQLL9YHkM/XvSFHVcWs7bdVuxMAnCwTAuy6Pf47Z4nw7dYcUou1vg/VgjjrrH03VeBw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6064,7 +6079,7 @@ packages:
resolution: {integrity: sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6073,7 +6088,7 @@ packages:
resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6082,9 +6097,9 @@ packages:
resolution: {integrity: sha512-oa3mXRRVjHi6DZu/ghuzdylyjaMXLymx83irM7hTxutQbD+7IhPKdMdRHD26Rm+kHRrWcrUkkRPv5pd47a2xFQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6095,9 +6110,9 @@ packages:
resolution: {integrity: sha512-0zSiBAIFq9GSKoSH5PdEaQeRB3RnEGxC+H2P0egtnKoKKLNBH8VBHyVO6/jskhjAezhOIplyRUj7U2lds9A+Yg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6108,9 +6123,9 @@ packages:
resolution: {integrity: sha512-OQ8tcwAOR0DhPlSY3e4VMXeHiol7la4PPdJWhhwJiJA+NLX0SaCaonOkRnI3gCDHoZ7Fo7bb/G6q25fRM2Y+3Q==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6121,9 +6136,9 @@ packages:
resolution: {integrity: sha512-3y1A3isulwnWhvTTwmIreiB8CF4L+qRjZnK1wYLO7pplddzXKby/GnZ2M7OZY3qgnl6p9AodUIHRYGXNah8Y7g==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6134,9 +6149,9 @@ packages:
resolution: {integrity: sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6147,9 +6162,9 @@ packages:
resolution: {integrity: sha512-7iqXaOWIjDBfIG7aq8CUEeCSsQMLFdn7VEE8TaFz704DtEzpPHR7w/uuzRflvKgltqSAImgcmxQ7fFX3X7wasg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6160,9 +6175,9 @@ packages:
resolution: {integrity: sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6173,9 +6188,9 @@ packages:
resolution: {integrity: sha512-hQsTUIn7p7fxCPvao/q6wpbxmCwgLrlz+nOrJgC+RwfZqWY/WN+UMqkXzrtKbPrF82P43eCTl3ekeKuyAQbFeg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6186,9 +6201,9 @@ packages:
resolution: {integrity: sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6199,9 +6214,9 @@ packages:
resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6212,9 +6227,9 @@ packages:
resolution: {integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6225,9 +6240,9 @@ packages:
resolution: {integrity: sha512-uHa+l/lKfxuDD2zjN/0peM/RhhSmRjr5YWdk/37EnSv1nJ88uvG85DPexSm8HdFQROd2VdERJ6ynXbkCFi+APw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6238,9 +6253,9 @@ packages:
resolution: {integrity: sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6251,9 +6266,9 @@ packages:
resolution: {integrity: sha512-ZzrIFnMYHHCNqSNCsuN6l7wlewBEq0O0BCSBkabJMFXVO51LRUTq71gLP1UxFvmrXElqmPjA5VX7IqC9VpazAQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6264,7 +6279,7 @@ packages:
resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6273,7 +6288,7 @@ packages:
resolution: {integrity: sha512-y7TBO4xN4Y94FvcWIOIh18fM4R1A8S4q1jhoz4PNzOoHsFcN8pogcFmZrTYAm4F9VRUrWP/Mw7xSKybIeRI+CQ==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6282,9 +6297,9 @@ packages:
resolution: {integrity: sha512-OBzy5WAj641k0AOSpKQtreDMe+isX0MQJ1IVyF03ucdF3DunOnROVrjWs8zsXUxC3zfZ6JL9HFVCUlMghz9dJw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6295,9 +6310,9 @@ packages:
resolution: {integrity: sha512-bZgOKB/LtZIij75FSuPzyEti/XBhJH52ExgtdVqjCIh+Nx/FW+LhnbXtbCzIi34ccyMsyOja8T0thCzoHFXNKA==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6308,9 +6323,9 @@ packages:
resolution: {integrity: sha512-5trl7piMXcZiCq7MW6r8YYmu0bK5qDpTWz+FdEPdKyft2UixkspheYbjbrLXVN5NGKHFbOP7lm8eD0biiSqZqg==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6321,9 +6336,9 @@ packages:
resolution: {integrity: sha512-PpTJV68dZU2oqqgq75Uzto5o/XfOVgkrJ9rulVmfTKxWp3HfUjHE6CP/WLRR4AzPX9HWxw7vFow2me85Yu+Naw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6334,9 +6349,9 @@ packages:
resolution: {integrity: sha512-gwoxaKZ0oJ4vIgzsfESBuSgJNdc0rv12VhHgcqN0TEJmmZixXG/2XpsLK8kzNWYcnaoRIEEQc0bEi3dIvdUpjw==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6347,9 +6362,9 @@ packages:
resolution: {integrity: sha512-9XRsLwe6Yb9B/tlnYCPVUd/TFS4J7HuOZW345DCeC6vKIxQGMZdx21RK4VoZauPD5frgkXTYVS5y90L+3YBn4w==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6360,7 +6375,7 @@ packages:
resolution: {integrity: sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6369,7 +6384,7 @@ packages:
resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6378,7 +6393,7 @@ packages:
resolution: {integrity: sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6387,7 +6402,7 @@ packages:
resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6396,7 +6411,7 @@ packages:
resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6405,7 +6420,7 @@ packages:
resolution: {integrity: sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6414,7 +6429,7 @@ packages:
resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6423,7 +6438,7 @@ packages:
resolution: {integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6432,7 +6447,7 @@ packages:
resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6441,7 +6456,7 @@ packages:
resolution: {integrity: sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6450,7 +6465,7 @@ packages:
resolution: {integrity: sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6459,7 +6474,7 @@ packages:
resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6468,7 +6483,7 @@ packages:
resolution: {integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6477,7 +6492,7 @@ packages:
resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6486,9 +6501,9 @@ packages:
resolution: {integrity: sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==}
peerDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ '@types/react-dom': 19.1.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6504,107 +6519,107 @@ packages:
'@react-aria/breadcrumbs@3.5.16':
resolution: {integrity: sha512-OXLKKu4SmjnSaSHkk4kow5/aH/SzlHWPJt+Uq3xec9TwDOr/Ob8aeFVGFoY0HxfGozuQlUz+4e+d29vfA0jNWg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/button@3.9.8':
resolution: {integrity: sha512-MdbMQ3t5KSCkvKtwYd/Z6sgw0v+r1VQFRYOZ4L53xOkn+u140z8vBpNeWKZh/45gxGv7SJn9s2KstLPdCWmIxw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/calendar@3.5.11':
resolution: {integrity: sha512-VLhBovLVu3uJXBkHbgEippmo/K58QLcc/tSJQ0aJUNyHsrvPgHEcj484cb+Uj/yOirXEIzaoW6WEvhcdKrb49Q==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/checkbox@3.14.6':
resolution: {integrity: sha512-LICY1PR3WsW/VbuLMjZbxo75+poeo3XCXGcUnk6hxMlWfp/Iy/XHVsHlGu9stRPKRF8BSuOGteaHWVn6IXfwtA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/collections@3.0.0-alpha.4':
resolution: {integrity: sha512-chMNAlsubnpErBWN7sLhmAMOnE7o17hSfq3s0VDHlvRN9K/mPOPlYokmyWkkPqi7fYiR50EPVHDtwTWLJoqfnw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/color@3.0.0-rc.2':
resolution: {integrity: sha512-h4P7LocDEHPOEWgHYb8VPJLRGkyMhcsXemmvGao6G23zGTpTX8Nr6pEuJhcXQlGWt8hXvj/ASnC750my+zb1yA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/combobox@3.10.3':
resolution: {integrity: sha512-EdDwr2Rp1xy7yWjOYHt2qF1IpAtUrkaNKZJzlIw1XSwcqizQY6E8orNPdZr6ZwD6/tgujxF1N71JTKyffrR0Xw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/datepicker@3.11.2':
resolution: {integrity: sha512-6sbLln3VXSBcBRDgSACBzIzF/5KV5NlNOhZvXPFE6KqFw6GbevjZQTv5BNDXiwA3CQoawIRF7zgRvTANw8HkNA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/dialog@3.5.17':
resolution: {integrity: sha512-lvfEgaqg922J1hurscqCS600OZQVitGtdpo81kAefJaUzMnCxzrYviyT96aaW0simHOlimbYF5js8lxBLZJRaw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/dnd@3.7.2':
resolution: {integrity: sha512-NuE3EGqoBbe9aXAO9mDfbu4kMO7S4MCgkjkCqYi16TWfRUf38ajQbIlqodCx91b3LVN3SYvNbE3D4Tj5ebkljw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/focus@3.18.2':
resolution: {integrity: sha512-Jc/IY+StjA3uqN73o6txKQ527RFU7gnG5crEl5Xy3V+gbYp2O5L3ezAo/E0Ipi2cyMbG6T5Iit1IDs7hcGu8aw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/form@3.0.8':
resolution: {integrity: sha512-8S2QiyUdAgK43M3flohI0R+2rTyzH088EmgeRArA8euvJTL16cj/oSOKMEgWVihjotJ9n6awPb43ZhKboyNsMg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/grid@3.10.3':
resolution: {integrity: sha512-l0r9mz05Gwjq3t6JOTNQOf+oAoWN0bXELPJtIr8m0XyXMPFCQe1xsTaX8igVQdrDmXyBc75RAWS0BJo2JF2fIA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/gridlist@3.9.3':
resolution: {integrity: sha512-bb9GnKKeuL6NljoVUcHxr9F0cy/2WDOXRYeMikTnviRw6cuX95oojrhFfCUvz2d6ID22Btrvh7LkE+oIPVuc+g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/i18n@3.12.2':
resolution: {integrity: sha512-PvEyC6JWylTpe8dQEWqQwV6GiA+pbTxHQd//BxtMSapRW3JT9obObAnb/nFhj3HthkUvqHyj0oO1bfeN+mtD8A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/interactions@3.22.2':
resolution: {integrity: sha512-xE/77fRVSlqHp2sfkrMeNLrqf2amF/RyuAS6T5oDJemRSgYM3UoxTbWjucPhfnoW7r32pFPHHgz4lbdX8xqD/g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/label@3.7.11':
resolution: {integrity: sha512-REgejE5Qr8cXG/b8H2GhzQmjQlII/0xQW/4eDzydskaTLvA7lF5HoJUE6biYTquH5va38d8XlH465RPk+bvHzA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/link@3.7.4':
resolution: {integrity: sha512-E8SLDuS9ssm/d42+3sDFNthfMcNXMUrT2Tq1DIZt22EsMcuEzmJ9B0P7bDP5RgvIw05xVGqZ20nOpU4mKTxQtA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/listbox@3.13.3':
resolution: {integrity: sha512-htluPyDfFtn66OEYaJdIaFCYH9wGCNk30vOgZrQkPul9F9Cjce52tTyPVR0ERsf14oCUsjjS5qgeq3dGidRqEw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/live-announcer@3.3.4':
resolution: {integrity: sha512-w8lxs35QrRrn6pBNzVfyGOeqWdxeVKf9U6bXIVwhq7rrTqRULL8jqy8RJIMfIs1s8G5FpwWYjyBOjl2g5Cu1iA==}
@@ -6612,149 +6627,149 @@ packages:
'@react-aria/menu@3.15.3':
resolution: {integrity: sha512-vvUmVjJwIg3h2r+7isQXTwlmoDlPAFBckHkg94p3afrT1kNOTHveTsaVl17mStx/ymIioaAi3PrIXk/PZXp1jw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/meter@3.4.16':
resolution: {integrity: sha512-hJqKnEE6mmK2Psx5kcI7NZ44OfTg0Bp7DatQSQ4zZE4yhnykRRwxqSKjze37tPR63cCqgRXtQ5LISfBfG54c0Q==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/numberfield@3.11.6':
resolution: {integrity: sha512-nvEWiQcWRwj6O2JXmkXEeWoBX/GVZT9zumFJcew3XknGTWJUr3h2AOymIQFt9g4mpag8IgOFEpSIlwhtZHdp1A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/overlays@3.23.2':
resolution: {integrity: sha512-vjlplr953YAuJfHiP4O+CyrTlr6OaFgXAGrzWq4MVMjnpV/PT5VRJWYFHR0sUGlHTPqeKS4NZbi/xCSgl/3pGQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/progress@3.4.16':
resolution: {integrity: sha512-RbDIFQg4+/LG+KYZeLAijt2zH7K2Gp0CY9RKWdho3nU5l3/w57Fa7NrfDGWtpImrt7bR2nRmXMA6ESfr7THfrg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/radio@3.10.7':
resolution: {integrity: sha512-o2tqIe7xd1y4HeCBQfz/sXIwLJuI6LQbVoCQ1hgk/5dGhQ0LiuXohRYitGRl9zvxW8jYdgLULmOEDt24IflE8A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/searchfield@3.7.8':
resolution: {integrity: sha512-SsF5xwH8Us548QgzivvbM7nhFbw7pu23xnRRIuhlP3MwOR3jRUFh17NKxf3Z0jvrDv/u0xfm3JKHIgaUN0KJ2A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/select@3.14.9':
resolution: {integrity: sha512-tiNgMyA2G9nKnFn3pB/lMSgidNToxSFU7r6l4OcG+Vyr63J7B/3dF2lTXq8IYhlfOR3K3uQkjroSx52CmC3NDw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/selection@3.19.3':
resolution: {integrity: sha512-GYoObXCXlmGK08hp7Qfl6Bk0U+bKP5YDWSsX+MzNjJsqzQSLm4S06tRB9ACM7gIo9dDCvL4IRxdSYTJAlJc6bw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/separator@3.4.2':
resolution: {integrity: sha512-Xql9Kg3VlGesEUC7QheE+L5b3KgBv0yxiUU+/4JP8V2vfU/XSz4xmprHEeq7KVQVOetn38iiXU8gA5g26SEsUA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/slider@3.7.11':
resolution: {integrity: sha512-2WAwjANXPsA2LHJ5nxxV4c7ihFAzz2spaBz8+FJ7MDYE7WroYnE8uAXElea1aGo+Lk0DTiAdepLpBkggqPNanw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/spinbutton@3.6.8':
resolution: {integrity: sha512-OJMAYRIZ0WrWE+5tZsywrSg4t+aOwl6vl/e1+J64YcGMM+p+AKd61KGG5T0OgNSORXjoVIZOmj6wZ6Od4xfPMw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/ssr@3.9.5':
resolution: {integrity: sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==}
engines: {node: '>= 12'}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/switch@3.6.7':
resolution: {integrity: sha512-yBNvKylhc3ZRQ0+7mD0mIenRRe+1yb8YaqMMZr8r3Bf87LaiFtQyhRFziq6ZitcwTJz5LEWjBihxbSVvUrf49w==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/table@3.15.3':
resolution: {integrity: sha512-nQCLjlEvyJHyuijHw8ESqnA9fxNJfQHx0WPcl08VDEb8VxcE/MVzSAIedSWaqjG5k9Oflz6o/F/zHtzw4AFAow==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/tabs@3.9.5':
resolution: {integrity: sha512-aQZGAoOIg1B16qlvXIy6+rHbNBNVcWkGjOjeyvqTTPMjXt/FmElkICnqckI7MRJ1lTqzyppCOBitYOHSXRo8Uw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/tag@3.4.5':
resolution: {integrity: sha512-iyJuATQ8t2cdLC7hiZm143eeZze/MtgxaMq0OewlI9TUje54bkw2Q+CjERdgisIo3Eemf55JJgylGrTcalEJAg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/textfield@3.14.8':
resolution: {integrity: sha512-FHEvsHdE1cMR2B7rlf+HIneITrC40r201oLYbHAp3q26jH/HUujzFBB9I20qhXjyBohMWfQLqJhSwhs1VW1RJQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/toggle@3.10.7':
resolution: {integrity: sha512-/RJQU8QlPZXRElZ3Tt10F5K5STgUBUGPpfuFUGuwF3Kw3GpPxYsA1YAVjxXz2MMGwS0+y6+U/J1xIs1AF0Jwzg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/toolbar@3.0.0-beta.8':
resolution: {integrity: sha512-nMlA1KK54/Kohb3HlHAzobg69PVIEr8Q1j5P3tLd9apY8FgGvnz7yLpcj6kO1GA872gseEzgiO0Rzk+yRHQRCA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/tooltip@3.7.7':
resolution: {integrity: sha512-UOTTDbbUz7OaE48VjNSWl+XQbYCUs5Gss4I3Tv1pfRLXzVtGYXv3ur/vRayvZR0xd12ANY26fZPNkSmCFpmiXw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/tree@3.0.0-alpha.5':
resolution: {integrity: sha512-6JtkvQ/KQNFyqxc5M6JMVY63heHt2gZAwXxEt+Ojx/sbWDtDb5RrZVgkb44n7R/tMrFPJEiYZLMFPbGCsUQeJQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/utils@3.25.2':
resolution: {integrity: sha512-GdIvG8GBJJZygB4L2QJP1Gabyn2mjFsha73I2wSe+o4DYeGWoJiMZRM06PyTIxLH4S7Sn7eVDtsSBfkc2VY/NA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-aria/virtualizer@4.0.2':
resolution: {integrity: sha512-HNhpZl53UM2Z8g0DNvjAW7aZRwOReYgKRxdTF/IlYHNMLpdqWZinKwLbxZCsbgX3SCjdIGns90YhkMSKVpfrpw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-aria/visually-hidden@3.8.15':
resolution: {integrity: sha512-l+sJ7xTdD5Sd6+rDNDaeJCSPnHOsI+BaJyApvb/YcVgHa7rB47lp6TXCWUCDItcPY4JqRGyeByRJVrtzBFTWCw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-spring/animated@9.7.5':
resolution: {integrity: sha512-Tqrwz7pIlsSDITzxoLS3n/v/YCUHQdOIKtOJf4yL6kYVSDTSmVK1LI1Q3M/uu2Sx4X3pIWF3xLUhlsA6SPNTNg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@react-spring/core@9.7.5':
resolution: {integrity: sha512-rmEqcxRcu7dWh7MnCcMXLvrf6/SDlSokLaLTxiPlAYi11nN3B5oiCUAblO72o+9z/87j2uzxa2Inm8UbLjXA+w==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@react-spring/rafz@9.7.5':
resolution: {integrity: sha512-5ZenDQMC48wjUzPAm1EtwQ5Ot3bLIAwwqP2w2owG5KoNdNHpEJV263nGhCeKKmuA3vG2zLLOdu3or6kuDjA6Aw==}
@@ -6762,7 +6777,7 @@ packages:
'@react-spring/shared@9.7.5':
resolution: {integrity: sha512-wdtoJrhUeeyD/PP/zo+np2s1Z820Ohr/BbuVYv+3dVLW7WctoiN7std8rISoYoHpUXtbkpesSKuPIw/6U1w1Pw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@react-spring/types@9.7.5':
resolution: {integrity: sha512-HVj7LrZ4ReHWBimBvu2SKND3cDVUPWKLqRTmWe/fNY6o1owGOX0cAHbdPDTMelgBlVbrTKrre6lFkhqGZErK/g==}
@@ -6770,48 +6785,48 @@ packages:
'@react-spring/web@9.7.5':
resolution: {integrity: sha512-lmvqGwpe+CSttsWNZVr+Dg62adtKhauGwLyGE/RRyZ8AAMLgb9x3NDMA5RMElXo+IMyTkPp7nxTB8ZQlmhb6JQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@react-stately/calendar@3.5.4':
resolution: {integrity: sha512-R2011mtFSXIjzMXaA+CZ1sflPm9XkTBMqVk77Bnxso2ZsG7FUX8nqFmaDavxwTuHFC6OUexAGSMs8bP9KycTNg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/checkbox@3.6.8':
resolution: {integrity: sha512-c8TWjU67XHHBCpqj6+FXXhQUWGr2Pil1IKggX81pkedhWiJl3/7+WHJuZI0ivGnRjp3aISNOG8UNVlBEjS9E8A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/collections@3.10.9':
resolution: {integrity: sha512-plyrng6hOQMG8LrjArMA6ts/DgWyXln3g90/hFNbqe/hdVYF53sDVsj8Jb+5LtoYTpiAlV6eOvy1XR0vPZUf8w==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/color@3.7.2':
resolution: {integrity: sha512-tNJ7pQjBqXtfASdLRjIYzeI8q0b3JtxqkJbusyEEdLAumpcWkbOvl3Vp9un0Bu/XXWihDa4v2dEdpKxjM+pPxg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/combobox@3.9.2':
resolution: {integrity: sha512-ZsbAcD58IvxZqwYxg9d2gOf8R/k5RUB2TPUiGKD6wgWfEKH6SDzY3bgRByHGOyMCyJB62cHjih/ZShizNTguqA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/data@3.11.6':
resolution: {integrity: sha512-S8q1Ejuhijl8SnyVOdDNFrMrWWnLk/Oh1ZT3KHSbTdpfMRtvhi5HukoiP06jlzz75phnpSPQL40npDtUB/kk3Q==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/datepicker@3.10.2':
resolution: {integrity: sha512-pa5IZUw+49AyOnddwu4XwU2kI5eo/1thbiIVNHP8uDpbbBrBkquSk3zVFDAGX1cu/I1U2VUkt64U/dxgkwaMQw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/dnd@3.4.2':
resolution: {integrity: sha512-VrHmNoNdVGrx5JHdz/zewmN+N8rlZe+vL/iAOLmvQ74RRLEz8KDFnHdlhgKg1AZqaSg3JJ18BlHEkS7oL1n+tA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/flags@3.0.3':
resolution: {integrity: sha512-/ha7XFA0RZTQsbzSPwu3KkbNMgbvuM0GuMTYLTBWpgBrovBNTM+QqI/PfZTdHg8PwCYF4H5Y8gjdSpdulCvJFw==}
@@ -6819,232 +6834,232 @@ packages:
'@react-stately/form@3.0.5':
resolution: {integrity: sha512-J3plwJ63HQz109OdmaTqTA8Qhvl3gcYYK7DtgKyNP6mc/Me2Q4tl2avkWoA+22NRuv5m+J8TpBk4AVHUEOwqeQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/grid@3.9.2':
resolution: {integrity: sha512-2gK//sqAqg2Xaq6UITTFQwFUJnBRgcW+cKBVbFt+F8d152xB6UwwTS/K79E5PUkOotwqZgTEpkrSFs/aVxCLpw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/layout@4.0.2':
resolution: {integrity: sha512-g3IOrYQcaWxWKW44fYCOLoLMYKEmoOAcT9vQIbgK8MLTQV9Zgt9sGREwn4WJPm85N58Ij6yP72aQ7og/PSymvg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/list@3.10.8':
resolution: {integrity: sha512-rHCiPLXd+Ry3ztR9DkLA5FPQeH4Zd4/oJAEDWJ77W3oBBOdiMp3ZdHDLP7KBRh17XGNLO/QruYoHWAQTPiMF4g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/menu@3.8.2':
resolution: {integrity: sha512-lt6hIHmSixMzkKx1rKJf3lbAf01EmEvvIlENL20GLiU9cRbpPnPJ1aJMZ5Ad5ygglA7wAemAx+daPhlTQfF2rg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/numberfield@3.9.6':
resolution: {integrity: sha512-p2R9admGLI439qZzB39dyANhkruprJJtZwuoGVtxW/VD0ficw6BrPVqAaKG25iwKPkmveleh9p8o+yRqjGedcQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/overlays@3.6.10':
resolution: {integrity: sha512-XxZ2qScT5JPwGk9qiVJE4dtVh3AXTcYwGRA5RsHzC26oyVVsegPqY2PmNJGblAh6Q57VyodoVUyebE0Eo5CzRw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/radio@3.10.7':
resolution: {integrity: sha512-ZwGzFR+sGd42DxRlDTp3G2vLZyhMVtgHkwv2BxazPHxPMvLO9yYl7+3PPNxAmhMB4tg2u9CrzffpGX2rmEJEXA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/searchfield@3.5.6':
resolution: {integrity: sha512-gVzU0FeWiLYD8VOYRgWlk79Qn7b2eirqOnWhtI5VNuGN8WyNaCIuBp6SkXTW2dY8hs2Hzn8HlMbgy1MIc7130Q==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/select@3.6.7':
resolution: {integrity: sha512-hCUIddw0mPxVy1OH6jhyaDwgNea9wESjf+MYdnnTG/abRB+OZv/dWScd87OjzVsHTHWcw7CN4ZzlJoXm0FJbKQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/selection@3.16.2':
resolution: {integrity: sha512-C4eSKw7BIZHJLPzwqGqCnsyFHiUIEyryVQZTJDt6d0wYBOHU6k1pW+Q4VhrZuzSv+IMiI2RkiXeJKc55f0ZXrg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/slider@3.5.7':
resolution: {integrity: sha512-gEIGTcpBLcXixd8LYiLc8HKrBiGQJltrrEGoOvvTP8KVItXQxmeL+JiSsh8qgOoUdRRpzmAoFNUKGEg2/gtN8A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/table@3.12.2':
resolution: {integrity: sha512-dUcsrdALylhWz6exqIoqtR/dnrzjIAptMyAUPT378Y/mCYs4PxKkHSvtPEQrZhdQS1ALIIgfeg9KUVIempoXPw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/tabs@3.6.9':
resolution: {integrity: sha512-YZDqZng3HrRX+uXmg6u78x73Oi24G5ICpiXVqDKKDkO333XCA5H8MWItiuPZkYB2h3SbaCaLqSobLkvCoWYpNQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/toggle@3.7.7':
resolution: {integrity: sha512-AS+xB4+hHWa3wzYkbS6pwBkovPfIE02B9SnuYTe0stKcuejpWKo5L3QMptW0ftFYsW3ZPCXuneImfObEw2T01A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/tooltip@3.4.12':
resolution: {integrity: sha512-QKYT/cze7n9qaBsk7o5ais3jRfhYCzcVRfps+iys/W+/9FFbbhjfQG995Lwi6b+vGOHWfXxXpwmyIO2tzM1Iog==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/tree@3.8.4':
resolution: {integrity: sha512-HFNclIXJ/3QdGQWxXbj+tdlmIX/XwCfzAMB5m26xpJ6HtJhia6dtx3GLfcdyHNjmuRbAsTBsAAnnVKBmNRUdIQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/utils@3.10.3':
resolution: {integrity: sha512-moClv7MlVSHpbYtQIkm0Cx+on8Pgt1XqtPx6fy9rQFb2DNc9u1G3AUVnqA17buOkH1vLxAtX4MedlxMWyRCYYA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-stately/virtualizer@4.0.2':
resolution: {integrity: sha512-LiSr6E6OoL/cKVFO088zEzkNGj41g02nlOAgLluYONncNEjoYiHmb8Yw0otPgViVLKiFjO6Kk4W+dbt8EZ51Ag==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/breadcrumbs@3.7.7':
resolution: {integrity: sha512-ZmhXwD2LLzfEA2OvOCp/QvXu8A/Edsrn5q0qUDGsmOZj9SCVeT82bIv8P+mQnATM13mi2gyoik6102Jc1OscJA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/button@3.9.6':
resolution: {integrity: sha512-8lA+D5JLbNyQikf8M/cPP2cji91aVTcqjrGpDqI7sQnaLFikM8eFR6l1ZWGtZS5MCcbfooko77ha35SYplSQvw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/calendar@3.4.9':
resolution: {integrity: sha512-O/PS9c21HgO9qzxOyZ7/dTccxabFZdF6tj3UED4DrBw7AN3KZ7JMzwzYbwHinOcO7nUcklGgNoAIHk45UAKR9g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/checkbox@3.8.3':
resolution: {integrity: sha512-f4c1mnLEt0iS1NMkyZXgT3q3AgcxzDk7w6MSONOKydcnh0xG5L2oefY14DhVDLkAuQS7jThlUFwiAs+MxiO3MA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/color@3.0.0-rc.1':
resolution: {integrity: sha512-aw6FzrBlZTWKrFaFskM7e3AFICe6JqH10wO0E919goa3LZDDFbyYEwRpatwjIyiZH1elEUkFPgwqpv3ZcPPn8g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/combobox@3.12.1':
resolution: {integrity: sha512-bd5YwHZWtgnJx4jGbplWbYzXj7IbO5w3IY5suNR7r891rx6IktquZ8GQwyYH0pQ/x+X5LdK2xI59i6+QC2PmlA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/datepicker@3.8.2':
resolution: {integrity: sha512-Ih4F0bNVGrEuwCD8XmmBAspuuOBsj/Svn/pDFtC2RyAZjXfWh+sI+n4XLz/sYKjvARh5TUI8GNy9smYS4vYXug==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/dialog@3.5.12':
resolution: {integrity: sha512-JmpQbSpXltqEyYfEwoqDolABIiojeExkqolHNdQlayIsfFuSxZxNwXZPOpz58Ri/iwv21JP7K3QF0Gb2Ohxl9w==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/form@3.7.6':
resolution: {integrity: sha512-lhS2y1bVtRnyYjkM+ylJUp2g663ZNbeZxu2o+mFfD5c2wYmVLA58IWR90c7DL8IVUitoANnZ1JPhhXvutiFpQQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/grid@3.2.8':
resolution: {integrity: sha512-6PJrpukwMqlv3IhJSDkJuVbhHM8Oe6hd2supWqd9adMXrlSP7QHt9a8SgFcFblCCTx8JzUaA0PvY5sTudcEtOQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/link@3.5.7':
resolution: {integrity: sha512-2WyaVmm1qr9UrSG3Dq6iz+2ziuVp+DH8CsYZ9CA6aNNb6U18Hxju3LTPb4a5gM0eC7W0mQGNBmrgGlAdDZEJOw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/listbox@3.5.1':
resolution: {integrity: sha512-n5bOgD9lgfK1qaLtag9WPnu151SwXBCNn/OgGY/Br9mWRl+nPUEYtFcPX+2VCld7uThf54kwrTmzlFnaraIlcw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/menu@3.9.11':
resolution: {integrity: sha512-IguQVF70d7aHXgWB1Rd2a/PiIuLZ2Nt7lyayJshLcy/NLOYmgpTmTyn2WCtlA5lTfQwmQrNFf4EvnWkeljJXdA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/meter@3.4.3':
resolution: {integrity: sha512-Y2fX5CTAPGRKxVSeepbeyN6/K+wlF9pMRcNxTSU2qDwdoFqNCtTWMcWuCsU/Y2L/zU0jFWu4x0Vo7WkrcsgcMA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/numberfield@3.8.5':
resolution: {integrity: sha512-LVWggkxwd1nyVZomXBPfQA1E4I4/i4PBifjcDs2AfcV7q5RE9D+DVIDXsYucVOBxPlDOxiAq/T9ypobspWSwHw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/overlays@3.8.9':
resolution: {integrity: sha512-9ni9upQgXPnR+K9cWmbYWvm3ll9gH8P/XsEZprqIV5zNLMF334jADK48h4jafb1X9RFnj0WbHo6BqcSObzjTig==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/progress@3.5.6':
resolution: {integrity: sha512-Nh43sjQ5adyN1bTHBPRaIPhXUdBqP0miYeJpeMY3V/KUl4qmouJLwDnccwFG4xLm6gBfYe22lgbbV7nAfNnuTQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/radio@3.8.3':
resolution: {integrity: sha512-fUVJt4Bb6jOReFqnhHVNxWXH7t6c60uSFfoPKuXt/xI9LL1i2jhpur0ggpTfIn3qLIAmNBU6bKBCWAdr4KjeVQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/searchfield@3.5.8':
resolution: {integrity: sha512-EcdqalHNIC6BJoRfmqUhAvXRd3aHkWlV1cFCz57JJKgUEFYyXPNrXd1b73TKLzTXEk+X/D6LKV15ILYpEaxu8w==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/select@3.9.6':
resolution: {integrity: sha512-cVSFR0eJLup/ht1Uto+y8uyLmHO89J6wNh65SIHb3jeVz9oLBAedP3YNI2qB+F9qFMUcA8PBSLXIIuT6gXzLgQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/shared@3.24.1':
resolution: {integrity: sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/slider@3.7.5':
resolution: {integrity: sha512-bRitwQRQjQoOcKEdPMljnvm474dwrmsc6pdsVQDh/qynzr+KO9IHuYc3qPW53WVE2hMQJDohlqtCAWQXWQ5Vcg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/switch@3.5.5':
resolution: {integrity: sha512-SZx1Bd+COhAOs/RTifbZG+uq/llwba7VAKx7XBeX4LeIz1dtguy5bigOBgFTMQi4qsIVCpybSWEEl+daj4XFPw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/table@3.10.1':
resolution: {integrity: sha512-xsNh0Gm4GtNeSknZqkMsfGvc94fycmfhspGO+FzQKim2hB5k4yILwd+lHYQ2UKW6New9GVH/zN2Pd3v67IeZ2g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/tabs@3.3.9':
resolution: {integrity: sha512-3Q9kRVvg/qDyeJR/W1+C2z2OyvDWQrSLvOCvAezX5UKzww4rBEAA8OqBlyDwn7q3fiwrh/m64l6p+dbln+RdxQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/textfield@3.9.6':
resolution: {integrity: sha512-0uPqjJh4lYp1aL1HL9IlV8Cgp8eT0PcsNfdoCktfkLytvvBPmox2Pfm57W/d0xTtzZu2CjxhYNTob+JtGAOeXA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@react-types/tooltip@3.4.11':
resolution: {integrity: sha512-WPikHQxeT5Lb09yJEaW6Ja3ecE0g1YM6ukWYS2v/iZLUPn5YlYrGytspuCYQNSh/u7suCz4zRLEHYCl7OCigjw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
'@reown/appkit-common@1.7.3':
resolution: {integrity: sha512-wKTr6N3z8ly17cc51xBEVkZK4zAd8J1m7RubgsdQ1olFY9YJGe61RYoNv9yFjt6tUVeYT+z7iMUwPhX2PziefQ==}
@@ -7286,8 +7301,8 @@ packages:
'@storybook/blocks': ^8.0.0
'@storybook/components': ^8.0.0
'@storybook/theming': ^8.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@storybook/blocks':
optional: true
@@ -7323,7 +7338,7 @@ packages:
'@storybook/addon-links@8.3.0':
resolution: {integrity: sha512-nUnoMPPuxM8yJ7LCrppsUrn3gwqt4E0si9fqIIb5IkB56vz48RxCO9MtO1qjwhWosfMdN6boHaOl1Qc6IxV3Lg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ react: 19.1.0
storybook: ^8.3.0
peerDependenciesMeta:
react:
@@ -7357,8 +7372,8 @@ packages:
'@storybook/blocks@8.3.0':
resolution: {integrity: sha512-V7D5lv5R+GJya9cCZOCjmOVjhvP5J3KIaclQuuGGJda/ZD/SpwHcFOGSpo6sNR2UKHXXvb61oM8gRQQWDvqPlg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ react: 19.1.0
+ react-dom: 19.1.0
storybook: ^8.3.0
peerDependenciesMeta:
react:
@@ -7405,8 +7420,8 @@ packages:
resolution: {integrity: sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==}
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
+ react: 19.1.0
+ react-dom: 19.1.0
'@storybook/instrumenter@8.3.0':
resolution: {integrity: sha512-oJmX8jbNKbPBlNMItRvEoaVAJWX1u6jsqXdIcNRCXo3PDdVnunVYz8vVkG8mbL8Cp/cKlsuQk7YBZA4IM5mRgg==}
@@ -7426,16 +7441,16 @@ packages:
'@storybook/react-dom-shim@8.3.0':
resolution: {integrity: sha512-87X4cvgwFT1ll5SzXgQq6iGbkVCgxLBpBm58akF/hzpeRkwfJDncGi/A5hElOJrBg63IkznmSJE7tf9RkrboqQ==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ react: 19.1.0
+ react-dom: 19.1.0
storybook: ^8.3.0
'@storybook/react-vite@8.3.0':
resolution: {integrity: sha512-VcKp/mpO8M+JsyprTGLLvAzwx7PChdWFDBasyQ0MO+YVwci78gPAZnfWNZaaEB2mdDgPPGuoSTwBgzZmP3FsPg==}
engines: {node: '>=18.0.0'}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ react: 19.1.0
+ react-dom: 19.1.0
storybook: ^8.3.0
vite: 6.3.5
@@ -7444,8 +7459,8 @@ packages:
engines: {node: '>=18.0.0'}
peerDependencies:
'@storybook/test': 8.3.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
+ react: 19.1.0
+ react-dom: 19.1.0
storybook: ^8.3.0
typescript: '>= 4.2.x'
peerDependenciesMeta:
@@ -7785,9 +7800,15 @@ packages:
'@tanstack/query-core@5.29.0':
resolution: {integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==}
+ '@tanstack/query-core@5.66.0':
+ resolution: {integrity: sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==}
+
'@tanstack/query-core@5.75.5':
resolution: {integrity: sha512-kPDOxtoMn2Ycycb76Givx2fi+2pzo98F9ifHL/NFiahEDpDwSVW6o12PRuQ0lQnBOunhRG5etatAhQij91M3MQ==}
+ '@tanstack/query-core@5.89.0':
+ resolution: {integrity: sha512-joFV1MuPhSLsKfTzwjmPDrp8ENfZ9N23ymFu07nLfn3JCkSHy0CFgsyhHTJOmWaumC/WiNIKM0EJyduCF/Ih/Q==}
+
'@tanstack/query-devtools@5.28.10':
resolution: {integrity: sha512-5UN629fKa5/1K/2Pd26gaU7epxRrYiT1gy+V+pW5K6hnf1DeUKK3pANSb2eHKlecjIKIhTwyF7k9XdyE2gREvQ==}
@@ -7798,50 +7819,60 @@ packages:
resolution: {integrity: sha512-WLuaU6yM4KdvBimEP1Km5lM4/p1J40cMp5I5z0Mc6a8QbBUYLK8qJcGIKelfLfDp7KmEcr59tzbRTmdH/GWvzQ==}
peerDependencies:
'@tanstack/react-query': ^5.29.0
- react: ^18.0.0
+ react: 19.1.0
'@tanstack/react-query-devtools@5.75.5':
resolution: {integrity: sha512-S31U00nJOQIbxydRH1kOwdLRaLBrda8O5QjzmgkRg60UZzPGdbI6+873Qa0YGUfPeILDbR2ukgWyg7CJQPy4iA==}
peerDependencies:
'@tanstack/react-query': ^5.75.5
- react: ^18 || ^19
+ react: 19.1.0
'@tanstack/react-query@5.29.0':
resolution: {integrity: sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==}
peerDependencies:
- react: ^18.0.0
+ react: 19.1.0
+
+ '@tanstack/react-query@5.66.0':
+ resolution: {integrity: sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==}
+ peerDependencies:
+ react: 19.1.0
'@tanstack/react-query@5.75.5':
resolution: {integrity: sha512-QrLCJe40BgBVlWdAdf2ZEVJ0cISOuEy/HKupId1aTKU6gPJZVhSvZpH+Si7csRflCJphzlQ77Yx6gUxGW9o0XQ==}
peerDependencies:
- react: ^18 || ^19
+ react: 19.1.0
+
+ '@tanstack/react-query@5.89.0':
+ resolution: {integrity: sha512-SXbtWSTSRXyBOe80mszPxpEbaN4XPRUp/i0EfQK1uyj3KCk/c8FuPJNIRwzOVe/OU3rzxrYtiNabsAmk1l714A==}
+ peerDependencies:
+ react: 19.1.0
'@tanstack/react-router-devtools@1.120.2':
resolution: {integrity: sha512-89qY5pKdIN6r5G0pHP92mLvorzd7rUlHjvCkjNYOyYduxGQ8a703Y7Fp/RqXibwhjvZcet6BR2IrEhIqg9Yjhw==}
engines: {node: '>=12'}
peerDependencies:
'@tanstack/react-router': ^1.120.2
- react: '>=18.0.0 || >=19.0.0'
- react-dom: '>=18.0.0 || >=19.0.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@tanstack/react-router@1.120.2':
resolution: {integrity: sha512-CNduh/O3miW6A/WDMd2cfca8D8x+kVJTYwG5fMaBfcEF/bfjneDnEWXsmKLMdB2iLc6miaRQu66ryPSMdIBUAw==}
engines: {node: '>=12'}
peerDependencies:
- react: '>=18.0.0 || >=19.0.0'
- react-dom: '>=18.0.0 || >=19.0.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@tanstack/react-store@0.7.0':
resolution: {integrity: sha512-S/Rq17HaGOk+tQHV/yrePMnG1xbsKZIl/VsNWnNXt4XW+tTY8dTlvpJH2ZQ3GRALsusG5K6Q3unAGJ2pd9W/Ng==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@tanstack/react-virtual@3.13.8':
resolution: {integrity: sha512-meS2AanUg50f3FBSNoAdBSRAh8uS0ue01qm7zrw65KGJtiXB9QXfybqZwkh4uFpRv2iX/eu5tjcH5wqUpwYLPg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
'@tanstack/router-core@1.119.0':
resolution: {integrity: sha512-3dZYP5cCq3jJYgnRDzKR3w4sYzrXP5sw1st303ye87VV26r31I8UaIuUEs7kiJaxgWBvqHglWCiygBWQODZXVw==}
@@ -7865,8 +7896,8 @@ packages:
peerDependencies:
'@tanstack/react-router': ^1.120.2
csstype: ^3.0.10
- react: '>=18.0.0 || >=19.0.0'
- react-dom: '>=18.0.0 || >=19.0.0'
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
csstype:
optional: true
@@ -8012,8 +8043,8 @@ packages:
'@trpc/react-query': 10.45.2
'@trpc/server': 10.45.2
next: '*'
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@trpc/react-query@10.45.2':
resolution: {integrity: sha512-BAqb9bGZIscroradlNx+Cc9522R+idY3BOSf5z0jHUtkxdMbjeGKxSSMxxu7JzoLqSIEC+LVzL3VvF8sdDWaZQ==}
@@ -8021,8 +8052,8 @@ packages:
'@tanstack/react-query': ^4.18.0
'@trpc/client': 10.45.2
'@trpc/server': 10.45.2
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
'@trpc/react-query@11.1.0':
resolution: {integrity: sha512-qdqKdFM8hVy/YSBCg1/3VO+IgB6Nbul3Fk1SA3lefGf0bkYZdWVVyKab8HBAfOWlMsuRufhVLPdKYmnjzBrK9g==}
@@ -8030,8 +8061,8 @@ packages:
'@tanstack/react-query': ^5.67.1
'@trpc/client': 11.1.0
'@trpc/server': 11.1.0
- react: '>=18.2.0'
- react-dom: '>=18.2.0'
+ react: 19.1.0
+ react-dom: 19.1.0
typescript: '>=5.7.2'
'@trpc/server@10.45.2':
@@ -8182,9 +8213,6 @@ packages:
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
- '@types/estree@1.0.6':
- resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
-
'@types/estree@1.0.7':
resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
@@ -8245,9 +8273,6 @@ packages:
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
- '@types/json-schema@7.0.9':
- resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==}
-
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
@@ -8339,8 +8364,8 @@ packages:
'@types/range-parser@1.2.4':
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
- '@types/react-dom@19.1.1':
- resolution: {integrity: sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==}
+ '@types/react-dom@19.1.0':
+ resolution: {integrity: sha512-21E2zejNNRtjG4hKIyJz4aWswGEcNFTgttA0bZIRGjj1HA/tbSUxIJnIcYbn98pwJck0cS1bsQhn6eaKqbcFWw==}
peerDependencies:
'@types/react': 19.1.0
@@ -8529,7 +8554,7 @@ packages:
'@use-gesture/react@10.3.1':
resolution: {integrity: sha512-Yy19y6O2GJq8f7CHf7L0nxL8bf4PZCPaVOCgJrusOeFHY1LvHgYXnmnXg6N5iwAnbgbZCDjo60SiM6IPJi9C5g==}
peerDependencies:
- react: '>= 16.8.0'
+ react: 19.1.0
'@vcarl/remark-headings@0.1.0':
resolution: {integrity: sha512-ffQxJUcapJ9Bk+fiGN49YJ9RaYMibrSTSezB1Fcrtu+0YSZxA3bsaLlIv1u/4sjPIeW/BKrs4xtMT3l3P9Ba5Q==}
@@ -8540,7 +8565,7 @@ packages:
'@remix-run/react': ^2
'@sveltejs/kit': ^1 || ^2
next: '>= 13'
- react: ^18 || ^19 || ^19.0.0-rc
+ react: 19.1.0
svelte: '>= 4'
vue: ^3
vue-router: ^4
@@ -8568,8 +8593,8 @@ packages:
'@vercel/analytics': '>=1.5.0'
'@vercel/speed-insights': '>=1.2.0'
next: '>=13'
- react: '>=17.0.0'
- react-dom: '>=17.0.0'
+ react: 19.1.0
+ react-dom: 19.1.0
vite: 6.3.5
peerDependenciesMeta:
'@sveltejs/kit':
@@ -8595,7 +8620,7 @@ packages:
resolution: {integrity: sha512-hEY4dx2XkR6p7uWT1pvP9brVWGM8cY6Ga9WG7utAsmayie+wNRKN/oVSGAVWTp4A55S0bYZshYBKwoZ7ng9FxA==}
peerDependencies:
next: '>=11.0.0'
- react: '>=17'
+ react: 19.1.0
vite: 6.3.5
peerDependenciesMeta:
next:
@@ -8608,28 +8633,28 @@ packages:
'@visx/annotation@3.12.0':
resolution: {integrity: sha512-ZH6Y4jfrb47iEUV9O2itU9TATE5IPzhs5qvP6J7vmv26qkqwDcuE7xN3S3l9R70WjyEKGbpO8js4EijA3FJWkA==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/axis@3.12.0':
resolution: {integrity: sha512-8MoWpfuaJkhm2Yg+HwyytK8nk+zDugCqTT/tRmQX7gW4LYrHYLXFUXOzbDyyBakCVaUbUaAhVFxpMASJiQKf7A==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/bounds@3.12.0':
resolution: {integrity: sha512-peAlNCUbYaaZ0IO6c1lDdEAnZv2iGPDiLIM8a6gu7CaMhtXZJkqrTh+AjidNcIqITktrICpGxJE/Qo9D099dvQ==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
- react-dom: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
+ react-dom: 19.1.0
'@visx/brush@3.12.0':
resolution: {integrity: sha512-ceqQe/IlIi9X9FT/DuiO6b3l5YAGnux/aQMX8M1gvLdz4T8pXIW8nDv1OhqbZ7lmbQEUEEM9IexOkR9ix7pL+Q==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/clip-path@3.12.0':
resolution: {integrity: sha512-pjpjyoQ15lhOrgpDhxfWKAxC4IswzREHGOHhrdWtxQbPoGzVZvFH8HHvwRi4afL11uYDO10z235MDnaDwP8GnQ==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/curve@3.12.0':
resolution: {integrity: sha512-Ng1mefXIzoIoAivw7dJ+ZZYYUbfuwXgZCgQynShr6ZIVw7P4q4HeQfJP3W24ON+1uCSrzoycHSXRelhR9SBPcw==}
@@ -8637,12 +8662,12 @@ packages:
'@visx/delaunay@3.12.0':
resolution: {integrity: sha512-bc8UCJ3l5G6lGnQt5AUo8GIZTm16vKpJycb/6IWHTDeBv4hJL0uahG5QKhy1d08T0cFtYQ3qv/xp5LQkwFxfsw==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/drag@3.12.0':
resolution: {integrity: sha512-LXOoPVw//YPjpYhDJYBsCYDuv1QimsXjDV98duH0aCy4V94ediXMQpe2wHq4pnlDobLEB71FjOZMFrbFmqtERg==}
peerDependencies:
- react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/event@3.12.0':
resolution: {integrity: sha512-9Lvw6qJ0Fi+y1vsC1WspfdIKCxHTb7oy59Uql1uBdPGT8zChP0vuxW0jQNQRDbKgoefj4pCXAFi8+MF1mEtVTw==}
@@ -8650,47 +8675,47 @@ packages:
'@visx/geo@3.12.0':
resolution: {integrity: sha512-/74NMEqGrAGXOKIdvuLsarUNs5liTjUs3XrgLb4UbSDMoo2itgQN6tCZuIxFKMdEBahfJl+s6pEVPLur5bH4vg==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/glyph@3.12.0':
resolution: {integrity: sha512-E9ST9MoPNyXQzjZxYYAGXT4CbBpnB90Qhx8UvUUM2/n/SZUNeH+m6UiB/CzT0jGK2b0lPHF91mlOiQ8JXBRhYg==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/gradient@3.12.0':
resolution: {integrity: sha512-QRatjjdUEPbcp4pqRca1JlChpAnmmIAO3r3ZscLK7D1xEIANlIjzjl3uNgrmseYmBAYyPCcJH8Zru07R97ovOg==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/grid@3.12.0':
resolution: {integrity: sha512-L4ex2ooSYhwNIxJ3XFIKRhoSvEGjPc2Y3YCrtNB4TV5Ofdj4q0UMOsxfrH23Pr8HSHuQhb6VGMgYoK0LuWqDmQ==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/group@3.12.0':
resolution: {integrity: sha512-Dye8iS1alVXPv7nj/7M37gJe6sSKqJLH7x6sEWAsRQ9clI0kFvjbKcKgF+U3aAVQr0NCohheFV+DtR8trfK/Ag==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/heatmap@3.12.0':
resolution: {integrity: sha512-+YhXHfMvwQOMf9xMd15FUOoiKqf84o1UF0zsmnNsCC75MqFMpjvzc3DeoC37fi69iBIKchU8DjhVubvCE9N4jA==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/hierarchy@3.12.0':
resolution: {integrity: sha512-+X1HOeLEOODxjAD7ixrWJ4KCVei4wFe8ra3dYU0uZ14RdPPgUeiuyBfdeXWZuAHM6Ix9qrryneatQjkC3h4mvA==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/legend@3.12.0':
resolution: {integrity: sha512-Tr6hdauEDXRXVNeNgIQ9JtCCrxn8Fbr8UCVlO9XsSxenk2hBC/2PIY5QPzpnKFEEEuH/C8vhj8T0JfFZV+D9zQ==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/marker@3.12.0':
resolution: {integrity: sha512-11aCWC13+PqbAatNgMVcm33J8PRNdyGiDbfMfwUXt5/FS2XLs2e1fjfhIwAxmCCLZ13FYlabrc1qnjnhwXbTVQ==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/mock-data@3.12.0':
resolution: {integrity: sha512-HI8LKdO3sU2tIBv16ZYRTc2JYsu0Ai/hQc7YUOBqbjhXUW993iCBe98pAgEdHDrSWqK2yvXY4En5ceBTAP34Jw==}
@@ -8698,12 +8723,12 @@ packages:
'@visx/network@3.12.0':
resolution: {integrity: sha512-mVWF9TQVpe6Qz95IJ+Pm+FB6xhdjzFGRKK7/qQFhjRloIJqVZkChAiBIua04Ux8BeyCt37wdFgQKFl6C2u3DXA==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/pattern@3.12.0':
resolution: {integrity: sha512-ZkNA/2TkULNiiY4cw2IkuQcQRp9zI3SQ0/JoZMQ+UmUvY5RNBcsdTmic7649egHq0FRYCbY0DDQVJicccW5JUg==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/point@3.12.0':
resolution: {integrity: sha512-I6UrHoJAEVbx3RORQNupgTiX5EzjuZpiwLPxn8L2mI5nfERotPKi1Yus12Cq2WtXqEBR/WgqTnoImlqOXBykcA==}
@@ -8712,17 +8737,17 @@ packages:
resolution: {integrity: sha512-ehtmjFrUQx3g0mZ684M4LgI9UfQ84ZWD/m9tKfvXhEm1Vl8D4AjaZ4af1tTOg9S7vk2VlpxvVOVN7+t5pu0nSA==}
peerDependencies:
'@react-spring/web': ^9.4.5
- react: ^16.3.0-0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@visx/responsive@3.12.0':
resolution: {integrity: sha512-GV1BTYwAGlk/K5c9vH8lS2syPnTuIqEacI7L6LRPbsuaLscXMNi+i9fZyzo0BWvAdtRV8v6Urzglo++lvAXT1Q==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/sankey@3.12.0':
resolution: {integrity: sha512-B3zIUejzv8ySGmcgJhqiy616llauT0CwvL7wWyTh2z3eCBkFOlPVF85NBrQq823w/0DkwoX8+LmLpKyelh6Vpw==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/scale@3.12.0':
resolution: {integrity: sha512-+ubijrZ2AwWCsNey0HGLJ0YKNeC/XImEFsr9rM+Uef1CM3PNM43NDdNTrdBejSlzRq0lcfQPWYMYQFSlkLcPOg==}
@@ -8730,23 +8755,23 @@ packages:
'@visx/shape@3.12.0':
resolution: {integrity: sha512-/1l0lrpX9tPic6SJEalryBKWjP/ilDRnQA+BGJTI1tj7i23mJ/J0t4nJHyA1GrL4QA/bM/qTJ35eyz5dEhJc4g==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/text@3.12.0':
resolution: {integrity: sha512-0rbDYQlbuKPhBqXkkGYKFec1gQo05YxV45DORzr6hCyaizdJk1G+n9VkuKSHKBy1vVQhBA0W3u/WXd7tiODQPA==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/threshold@3.12.0':
resolution: {integrity: sha512-HpbJbFBKaFOM7FiMiOQwZhQAoDtd5+xSUZRlZ3U7N7TF3S2oVKIBRNlMakhcu0eick7UNvmCl7ZTW2lI65IX4g==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/tooltip@3.12.0':
resolution: {integrity: sha512-pWhsYhgl0Shbeqf80qy4QCB6zpq6tQtMQQxKlh3UiKxzkkfl+Metaf9p0/S0HexNi4vewOPOo89xWx93hBeh3A==}
peerDependencies:
- react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0
- react-dom: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
+ react-dom: 19.1.0
'@visx/vendor@3.12.0':
resolution: {integrity: sha512-SVO+G0xtnL9dsNpGDcjCgoiCnlB3iLSM9KLz1sLbSrV7RaVXwY3/BTm2X9OWN1jH2a9M+eHt6DJ6sE6CXm4cUg==}
@@ -8754,28 +8779,28 @@ packages:
'@visx/visx@3.12.0':
resolution: {integrity: sha512-Lx8XKFUz8eyaR07jdUWcMcPYRp+sfrd3OsGw8uFIuZeAJ0hF6Ni7f7TVvyW1W5chlvCrL4/MGQTCjN/A8o3UZQ==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/voronoi@3.12.0':
resolution: {integrity: sha512-U3HWu6g5UjQchFDq8k/A4U9WrlN+80rAFPdGOUvIGOueQw9RmlZlNaeg8IJcQr2yk1s4O/VSpt3nR82zdINWMw==}
peerDependencies:
- react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/wordcloud@3.12.0':
resolution: {integrity: sha512-TAo9w1Z65ddRM1OPmrELXNvDSOYf4MRO0+VAIX5FNFAc8v4FNmTJriSWc+A/FIZL+1svDOKnDP9SwF86NX4Alg==}
peerDependencies:
- react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@visx/xychart@3.12.0':
resolution: {integrity: sha512-itJ7qvj/STpVmHesVyo2vPOataBM1mgSaf9R6/s4Bpe340wZldfCJ+IqRcNgdtbBagz1Hlr/sRnla4tWE2yw9A==}
peerDependencies:
'@react-spring/web': ^9.4.5
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
'@visx/zoom@3.12.0':
resolution: {integrity: sha512-JmxkOROPkjnMEdFGnnSKLo5BkFHgOkLe/N5KkWR02cA5bE+bmEkfAh7DJfrtVsPkqSPvwGH1TrMWWthJwoivPA==}
peerDependencies:
- react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
+ react: 19.1.0
'@vitejs/plugin-react-swc@3.7.0':
resolution: {integrity: sha512-yrknSb3Dci6svCd/qhHqhFPDSw0QtjumcqdKMoNNzmOl5lMXTTiqzjWtG4Qask2HdvvzaNgSunbQGet8/GrKdA==}
@@ -8878,7 +8903,7 @@ packages:
peerDependencies:
'@wagmi/core': 2.17.1
typescript: '>=5.0.4'
- viem: 2.x
+ viem: 2.29.1
peerDependenciesMeta:
typescript:
optional: true
@@ -8888,7 +8913,7 @@ packages:
peerDependencies:
'@tanstack/query-core': '>=5.0.0'
typescript: '>=5.0.4'
- viem: 2.x
+ viem: 2.29.1
peerDependenciesMeta:
'@tanstack/query-core':
optional: true
@@ -9910,10 +9935,6 @@ packages:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
- chokidar@4.0.1:
- resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
- engines: {node: '>= 14.16.0'}
-
chokidar@4.0.3:
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
engines: {node: '>= 14.16.0'}
@@ -10170,10 +10191,10 @@ packages:
engines: {node: '>=12.4'}
peerDependencies:
'@tanstack/react-query': '>=5.0.0'
- react: 17.x || 18.x
- react-dom: 17.x || 18.x
- viem: 2.x
- wagmi: 2.x
+ react: 19.1.0
+ react-dom: 19.1.0
+ viem: 2.29.1
+ wagmi: 2.15.2
consola@3.4.2:
resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
@@ -10489,6 +10510,9 @@ packages:
date-fns@3.6.0:
resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==}
+ dateformat@4.6.3:
+ resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==}
+
dayjs@1.11.13:
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
@@ -10848,7 +10872,7 @@ packages:
pg: '>=8'
postgres: '>=3'
prisma: '*'
- react: '>=18'
+ react: 19.1.0
sql.js: '>=1'
sqlite3: '>=5'
peerDependenciesMeta:
@@ -11270,6 +11294,7 @@ packages:
eslint-plugin-markdown@3.0.1:
resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ deprecated: Please use @eslint/markdown instead
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -11337,18 +11362,10 @@ packages:
resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint-visitor-keys@3.4.1:
- resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
eslint-visitor-keys@3.4.3:
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- eslint-visitor-keys@4.2.0:
- resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
eslint-visitor-keys@4.2.1:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -11559,10 +11576,10 @@ packages:
resolution: {integrity: sha512-X9gxkV4fm7U6ftSWcrHmNLfIhwwsvyn2uKEtLVgAGXbm+b+IAxXS1YdBC0HqQfooCZSUnw0vtVQg+eXN+kJAlw==}
engines: {node: '>=12.4'}
peerDependencies:
- react: 17.x || 18.x || 19.x
- react-dom: 17.x || 18.x || 19.x
- viem: 2.x
- wagmi: 2.x
+ react: 19.1.0
+ react-dom: 19.1.0
+ viem: 2.29.1
+ wagmi: 2.15.2
peerDependenciesMeta:
react:
optional: true
@@ -11577,6 +11594,9 @@ packages:
resolution: {integrity: sha512-k8GtQHi4pJoRQ1gVDFQno+/FVkowo/ehiz/aCj9O/D7HRWb1sSFzNrw+iPVU8QlWtH+jNwbuN+dDVg3QkS56DQ==}
engines: {node: '>=8.0.0'}
+ fast-copy@3.0.2:
+ resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==}
+
fast-decode-uri-component@1.0.1:
resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==}
@@ -11799,8 +11819,8 @@ packages:
resolution: {integrity: sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==}
peerDependencies:
'@emotion/is-prop-valid': '*'
- react: ^18.0.0 || ^19.0.0
- react-dom: ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
'@emotion/is-prop-valid':
optional: true
@@ -11812,8 +11832,8 @@ packages:
framer-motion@6.5.1:
resolution: {integrity: sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw==}
peerDependencies:
- react: '>=16.8 || ^17.0.0 || ^18.0.0'
- react-dom: '>=16.8 || ^17.0.0 || ^18.0.0'
+ react: 19.1.0
+ react-dom: 19.1.0
framesync@6.0.1:
resolution: {integrity: sha512-fUY88kXvGiIItgNC7wcTOl0SNRCVXMKSWW2Yzfmn7EKNc+MpCzcz9DhdHcdjbrtN3c6R4H5dTY2jiCpPdysEjA==}
@@ -12341,6 +12361,9 @@ packages:
header-case@2.0.4:
resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
+ help-me@5.0.0:
+ resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==}
+
hey-listen@1.0.8:
resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==}
@@ -12599,7 +12622,7 @@ packages:
resolution: {integrity: sha512-2ZWTOUyPq11AUaHMiePWUkp47qLuSuQryQ5JGKQ61PCOi1N3PHYvFvR0/0l1elEjXEqLgwubjpYZ8JnPJQRjDw==}
engines: {node: '>=10'}
peerDependencies:
- react: '>=16'
+ react: 19.1.0
interface-datastore@8.2.5:
resolution: {integrity: sha512-kvLGJMz3RPoJF/g5DbEvfWWempIiSBLVMf63b0PBsziVcSkj0ofzHYI86v8vqpGedkQ81DtPCUKyvX9W7zWvrQ==}
@@ -13592,7 +13615,7 @@ packages:
little-state-machine@4.8.1:
resolution: {integrity: sha512-liPHqaWMQ7rzZryQUDnbZ1Gclnnai3dIyaJ0nAgwZRXMzqbYrydrlCI0NDojRUbE5VYh5vu6hygEUZiH77nQkQ==}
peerDependencies:
- react: ^16.8.0 || ^17 || ^18 || ^19
+ react: 19.1.0
lmdb@2.5.2:
resolution: {integrity: sha512-V5V5Xa2Hp9i2XsbDALkBTeHXnBXh/lEmk9p22zdr7jtuOIY9TGhjK6vAvTpOOx9IKU4hJkRWZxn/HsvR1ELLtA==}
@@ -13805,7 +13828,7 @@ packages:
resolution: {integrity: sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==}
engines: {node: '>= 10'}
peerDependencies:
- react: '>= 0.14.0'
+ react: 19.1.0
marky@1.3.0:
resolution: {integrity: sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==}
@@ -14333,9 +14356,6 @@ packages:
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
engines: {node: '>= 6'}
- minimist@1.2.7:
- resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==}
-
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
@@ -14506,14 +14526,14 @@ packages:
peerDependencies:
contentlayer: 0.3.4
next: ^12 || ^13
- react: '*'
- react-dom: '*'
+ react: 19.1.0
+ react-dom: 19.1.0
next-mdx-remote@5.0.0:
resolution: {integrity: sha512-RNNbqRpK9/dcIFZs/esQhuLA8jANqlH694yqoDBK8hkVdJUndzzGmnPHa2nyi90N4Z9VmzuSWNRpr5ItT3M7xQ==}
engines: {node: '>=14', npm: '>=7'}
peerDependencies:
- react: '>=16'
+ react: 19.1.0
next-sitemap@4.2.3:
resolution: {integrity: sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ==}
@@ -14530,8 +14550,8 @@ packages:
'@opentelemetry/api': ^1.1.0
'@playwright/test': ^1.41.2
babel-plugin-react-compiler: '*'
- react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
- react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
sass: ^1.3.0
peerDependenciesMeta:
'@opentelemetry/api':
@@ -14551,8 +14571,8 @@ packages:
'@opentelemetry/api': ^1.1.0
'@playwright/test': ^1.41.2
babel-plugin-react-compiler: '*'
- react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
- react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
sass: ^1.3.0
peerDependenciesMeta:
'@opentelemetry/api':
@@ -14953,14 +14973,6 @@ packages:
outdent@0.5.0:
resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==}
- ox@0.6.7:
- resolution: {integrity: sha512-17Gk/eFsFRAZ80p5eKqv89a57uXjd3NgIf1CaXojATPBuujVc/fQSVhBeAU9JCRB+k7J50WQAyWTxK19T9GgbA==}
- peerDependencies:
- typescript: '>=5.4.0'
- peerDependenciesMeta:
- typescript:
- optional: true
-
ox@0.6.9:
resolution: {integrity: sha512-wi5ShvzE4eOcTwQVsIPdFr+8ycyX+5le/96iAJutaZAvCes1J0+RvpEPg5QDPDiaR0XQQAvZVl7AwqQcINuUug==}
peerDependencies:
@@ -15281,6 +15293,10 @@ packages:
pino-abstract-transport@2.0.0:
resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==}
+ pino-pretty@13.1.1:
+ resolution: {integrity: sha512-TNNEOg0eA0u+/WuqH0MH0Xui7uqVk9D74ESOpjtebSQYbNWJk/dIxCXIxFsNfeN53JmtWqYHP2OrIZjT/CBEnA==}
+ hasBin: true
+
pino-std-serializers@4.0.0:
resolution: {integrity: sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==}
@@ -15723,7 +15739,7 @@ packages:
qrcode.react@3.2.0:
resolution: {integrity: sha512-YietHHltOHA4+l5na1srdaMx4sVSOjV9tamHs+mwiLWAMr6QVACRUw1Neax5CptFILcNoITctJY0Ipyn5enQ8g==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
qrcode@1.5.3:
resolution: {integrity: sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==}
@@ -15807,31 +15823,31 @@ packages:
react-aria-components@1.3.3:
resolution: {integrity: sha512-wNjcoyIFTL14Z07OJ1I5m37CYB+1oH2DW8PIgZQjGt9lLcYKKEBLSgsenHVKu1F1L9tqlpXgYk5TeXCzU/xUKw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
react-aria@3.34.3:
resolution: {integrity: sha512-wSprEI5EojDFCm357MxnKAxJZN68OYIt6UH6N0KCo6MEUAVZMbhMSmGYjw/kLK4rI7KrbJDqGqUMQkwc93W9Ng==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
- react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
react-children-utilities@2.10.0:
resolution: {integrity: sha512-9naSkrOHACjoDsHDtAQR5mGMp3ffv1DkUSQPDa8iJFP0+lXloS4fw44hMHaWeNF3qL4B3GPiJ9032Oo309oa9g==}
peerDependencies:
- react: '>=15'
+ react: 19.1.0
react-colorful@5.6.1:
resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==}
peerDependencies:
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
react-day-picker@8.7.1:
resolution: {integrity: sha512-Gv426AW8b151CZfh3aP5RUGztLwHB/EyJgWZ5iMgtzbFBkjHfG6Y66CIQFMWGLnYjsQ9DYSJRmJ5S0Pg5HWKjA==}
peerDependencies:
date-fns: ^2.28.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
react-devtools-core@6.1.5:
resolution: {integrity: sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA==}
@@ -15849,31 +15865,16 @@ packages:
resolution: {integrity: sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==}
engines: {node: '>=16.14.0'}
- react-dom@18.2.0:
- resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
- peerDependencies:
- react: ^18.2.0
-
- react-dom@18.3.1:
- resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
- peerDependencies:
- react: ^18.3.1
-
react-dom@19.1.0:
resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==}
peerDependencies:
- react: ^19.1.0
-
- react-dom@19.1.1:
- resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==}
- peerDependencies:
- react: ^19.1.1
+ react: 19.1.0
react-easy-emoji@1.8.1:
resolution: {integrity: sha512-wAf2x+cjwtOlLfXnjc0J3k5B2PDZdoxd1BjtfKr5tq2AL7t2ygvByJQWgFOyN28xg3qe8EKBM6pKxGP+qrGWuQ==}
peerDependencies:
'@types/react': 19.1.0
- react: '>=0.14.27'
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -15881,13 +15882,13 @@ packages:
react-element-to-jsx-string@15.0.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
- react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
react-error-boundary@5.0.0:
resolution: {integrity: sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==}
peerDependencies:
- react: '>=16.13.1'
+ react: 19.1.0
react-error-overlay@6.0.9:
resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==}
@@ -15896,13 +15897,13 @@ packages:
resolution: {integrity: sha512-IK18V6GVbab4TAo1/cz3kqajxbDPGofdF0w7VHdCo0Nt8PrPlOZcuuDq9YYIV1BtjcX78x0XsldbQRQnQXWXmw==}
engines: {node: '>=18.0.0'}
peerDependencies:
- react: ^16.8.0 || ^17 || ^18 || ^19
+ react: 19.1.0
react-hook-form@7.58.1:
resolution: {integrity: sha512-Lml/KZYEEFfPhUVgE0RdCVpnC4yhW+PndRhbiTtdvSlQTL8IfVR+iQkBjLIvmmc6+GGoVeM11z37ktKFPAb0FA==}
engines: {node: '>=18.0.0'}
peerDependencies:
- react: ^16.8.0 || ^17 || ^18 || ^19
+ react: 19.1.0
react-is@16.13.1:
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
@@ -15934,7 +15935,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -15944,7 +15945,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -15954,7 +15955,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -15964,7 +15965,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -15973,25 +15974,25 @@ packages:
resolution: {integrity: sha512-4NLZQ8cZEUyxoA95DfrXWneOOUSFrFmpM0dZNzMErmuJ0LzY+CCw8Xw0hqB6xxHWxNknfs46AozyIPSWkZeucA==}
engines: {node: '>=10'}
peerDependencies:
- react: ^16.8.0-0 || >=17.0.1 || ^18.0.0
- react-dom: ^16.8.0-0 || >=17.0.1 || ^18.0.0
+ react: 19.1.0
+ react-dom: 19.1.0
react-simple-animate@3.5.3:
resolution: {integrity: sha512-Ob+SmB5J1tXDEZyOe2Hf950K4M8VaWBBmQ3cS2BUnTORqHjhK0iKG8fB+bo47ZL15t8d3g/Y0roiqH05UBjG7A==}
peerDependencies:
- react-dom: ^16.8.0 || ^17 || ^18 || ^19
+ react-dom: 19.1.0
react-stately@3.32.2:
resolution: {integrity: sha512-pDSrbCIJtir4HeSa//PTqLSR7Tl7pFC9usmkkBObNKktObQq3Vdgkf46cxeTD1ov7J7GDdR3meIyjXGnZoEzUg==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
react-style-singleton@2.2.1:
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -16001,7 +16002,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -16009,31 +16010,23 @@ packages:
react-swipeable@7.0.2:
resolution: {integrity: sha512-v1Qx1l+aC2fdxKa9aKJiaU/ZxmJ5o98RMoFwUqAAzVWUcxgfHFXDDruCKXhw6zIYXm6V64JiHgP9f6mlME5l8w==}
peerDependencies:
- react: ^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc
+ react: 19.1.0
react-transition-state@1.1.5:
resolution: {integrity: sha512-ITY2mZqc2dWG2eitJkYNdcSFW8aKeOlkL2A/vowRrLL8GH3J6Re/SpD/BLvQzrVOTqjsP0b5S9N10vgNNzwMUQ==}
peerDependencies:
- react: '>=16.8.0'
- react-dom: '>=16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
react-use-measure@2.1.7:
resolution: {integrity: sha512-KrvcAo13I/60HpwGO5jpW7E9DfusKyLPLvuHlUyP5zqnmAPhNc6qTRjUQrdTADl0lpPpDVU2/Gg51UlOGHXbdg==}
peerDependencies:
- react: '>=16.13'
- react-dom: '>=16.13'
+ react: 19.1.0
+ react-dom: 19.1.0
peerDependenciesMeta:
react-dom:
optional: true
- react@18.2.0:
- resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
- engines: {node: '>=0.10.0'}
-
- react@18.3.1:
- resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
- engines: {node: '>=0.10.0'}
-
react@19.1.0:
resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
engines: {node: '>=0.10.0'}
@@ -16699,9 +16692,6 @@ packages:
sax@1.2.4:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
- scheduler@0.23.2:
- resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
-
scheduler@0.26.0:
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
@@ -16715,6 +16705,9 @@ packages:
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
engines: {node: '>=4'}
+ secure-json-parse@4.0.0:
+ resolution: {integrity: sha512-dxtLJO6sc35jWidmLxo7ij+Eg48PM/kleBsxpC8QJE0qJICe+KawkDQmvCMZUr9u7WKVHgMW6vy3fQ7zMiFZMA==}
+
semver-compare@1.0.0:
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
@@ -17176,6 +17169,10 @@ packages:
resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==}
engines: {node: '>=14.16'}
+ strip-json-comments@5.0.3:
+ resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==}
+ engines: {node: '>=14.16'}
+
strip-literal@2.1.1:
resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==}
@@ -17201,8 +17198,8 @@ packages:
resolution: {integrity: sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==}
engines: {node: '>=10'}
peerDependencies:
- react: '>= 16.8.0'
- react-dom: '>= 16.8.0'
+ react: 19.1.0
+ react-dom: 19.1.0
react-is: '>= 16.8.0'
styled-jsx@5.1.6:
@@ -17211,7 +17208,7 @@ packages:
peerDependencies:
'@babel/core': '*'
babel-plugin-macros: '*'
- react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
+ react: 19.1.0
peerDependenciesMeta:
'@babel/core':
optional: true
@@ -18058,7 +18055,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -18068,7 +18065,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -18077,14 +18074,14 @@ packages:
resolution: {integrity: sha512-kbeNVZ9Zkc0RFGpfMN3MNfaKNvcLNyxOAAd9O4CBZ+kCBXXscn9s/4I+8ytUER4RDpEYs5+O6Rs4PqiZ+rHr5Q==}
engines: {node: '>=10', npm: '>=6'}
peerDependencies:
- react: '>=16.13'
+ react: 19.1.0
use-sidecar@1.1.2:
resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -18094,7 +18091,7 @@ packages:
engines: {node: '>=10'}
peerDependencies:
'@types/react': 19.1.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -18102,17 +18099,17 @@ packages:
use-sync-external-store@1.2.0:
resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: 19.1.0
use-sync-external-store@1.4.0:
resolution: {integrity: sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
use-sync-external-store@1.5.0:
resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react: 19.1.0
utf-8-validate@5.0.10:
resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==}
@@ -18172,7 +18169,7 @@ packages:
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': 19.1.0
- react: '>=16.8'
+ react: 19.1.0
peerDependenciesMeta:
'@types/react':
optional: true
@@ -18216,14 +18213,6 @@ packages:
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
- viem@2.23.2:
- resolution: {integrity: sha512-NVmW/E0c5crMOtbEAqMF0e3NmvQykFXhLOc/CkLIXOlzHSA6KXVz3CYVmaKqBF8/xtjsjHAGjdJN3Ru1kFJLaA==}
- peerDependencies:
- typescript: '>=5.0.4'
- peerDependenciesMeta:
- typescript:
- optional: true
-
viem@2.29.1:
resolution: {integrity: sha512-mhLn0vDdsxZ4taB7XYgnIVNvXASm60KyPAkvw4k8uNCQ+HLH+5jUgKvLg4AP3y6VJxsgiVPwqUt0dJANDF5DZA==}
peerDependencies:
@@ -18334,9 +18323,9 @@ packages:
resolution: {integrity: sha512-LbPr4QnZ9ixhlLyPhN2ajzMJaLKBArD2e9oVXDIEXe2qk+X8lviNRPmwymy9eF25S8B4kL7v4eeEbxQQLNw9XQ==}
peerDependencies:
'@tanstack/react-query': '>=5.0.0'
- react: '>=18'
+ react: 19.1.0
typescript: '>=5.0.4'
- viem: 2.x
+ viem: 2.29.1
peerDependenciesMeta:
typescript:
optional: true
@@ -18548,18 +18537,6 @@ packages:
utf-8-validate:
optional: true
- ws@8.18.0:
- resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
- engines: {node: '>=10.0.0'}
- peerDependencies:
- bufferutil: ^4.0.1
- utf-8-validate: '>=5.0.2'
- peerDependenciesMeta:
- bufferutil:
- optional: true
- utf-8-validate:
- optional: true
-
ws@8.18.1:
resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==}
engines: {node: '>=10.0.0'}
@@ -18707,7 +18684,7 @@ packages:
engines: {node: '>=12.7.0'}
peerDependencies:
immer: '>=9.0'
- react: '>=16.8'
+ react: 19.1.0
peerDependenciesMeta:
immer:
optional: true
@@ -18720,7 +18697,7 @@ packages:
peerDependencies:
'@types/react': 19.1.0
immer: '>=9.0.6'
- react: '>=18.0.0'
+ react: 19.1.0
use-sync-external-store: '>=1.2.0'
peerDependenciesMeta:
'@types/react':
@@ -18967,13 +18944,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.24.7(supports-color@5.5.0)':
- dependencies:
- '@babel/traverse': 7.27.1(supports-color@5.5.0)
- '@babel/types': 7.27.1
- transitivePeerDependencies:
- - supports-color
-
'@babel/helper-module-imports@7.27.1(supports-color@5.5.0)':
dependencies:
'@babel/traverse': 7.27.1(supports-color@5.5.0)
@@ -19962,22 +19932,6 @@ snapshots:
'@emotion/memoize@0.9.0': {}
- '@emotion/react@11.14.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@babel/runtime': 7.27.1
- '@emotion/babel-plugin': 11.13.5
- '@emotion/cache': 11.14.0
- '@emotion/serialize': 1.3.3
- '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1)
- '@emotion/utils': 1.4.2
- '@emotion/weak-memoize': 0.4.0
- hoist-non-react-statics: 3.3.2
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
- transitivePeerDependencies:
- - supports-color
-
'@emotion/react@11.14.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.1
@@ -20004,21 +19958,6 @@ snapshots:
'@emotion/sheet@1.4.0': {}
- '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.1.0)(react@18.3.1))(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@babel/runtime': 7.27.1
- '@emotion/babel-plugin': 11.13.5
- '@emotion/is-prop-valid': 1.3.1
- '@emotion/react': 11.14.0(@types/react@19.1.0)(react@18.3.1)
- '@emotion/serialize': 1.3.3
- '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1)
- '@emotion/utils': 1.4.2
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
- transitivePeerDependencies:
- - supports-color
-
'@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.1.0)(react@19.1.0))(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.1
@@ -20040,10 +19979,6 @@ snapshots:
'@emotion/unitless@0.7.5': {}
- '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)':
- dependencies:
- react: 18.3.1
-
'@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.0)':
dependencies:
react: 19.1.0
@@ -20373,11 +20308,6 @@ snapshots:
'@esbuild/win32-x64@0.25.4':
optional: true
- '@eslint-community/eslint-utils@4.2.0(eslint@9.14.0(jiti@2.4.2))':
- dependencies:
- eslint: 9.14.0(jiti@2.4.2)
- eslint-visitor-keys: 3.4.1
-
'@eslint-community/eslint-utils@4.4.1(eslint@9.14.0(jiti@2.4.2))':
dependencies:
eslint: 9.14.0(jiti@2.4.2)
@@ -20393,7 +20323,7 @@ snapshots:
'@eslint/config-array@0.18.0':
dependencies:
'@eslint/object-schema': 2.1.4
- debug: 4.3.7(supports-color@5.5.0)
+ debug: 4.4.0
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -20403,7 +20333,7 @@ snapshots:
'@eslint/eslintrc@3.1.0':
dependencies:
ajv: 6.12.6
- debug: 4.3.7(supports-color@5.5.0)
+ debug: 4.4.0
espree: 10.3.0
globals: 14.0.0
ignore: 5.3.2
@@ -20467,11 +20397,11 @@ snapshots:
dependencies:
lit: 2.6.1
- '@figspec/react@1.0.3(react@18.3.1)':
+ '@figspec/react@1.0.3(react@19.1.0)':
dependencies:
'@figspec/components': 1.0.1
'@lit-labs/react': 1.1.1
- react: 18.3.1
+ react: 19.1.0
'@floating-ui/core@1.6.8':
dependencies:
@@ -20482,18 +20412,6 @@ snapshots:
'@floating-ui/core': 1.6.8
'@floating-ui/utils': 0.2.8
- '@floating-ui/react-dom@2.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@floating-ui/dom': 1.6.11
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
-
- '@floating-ui/react-dom@2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@floating-ui/dom': 1.6.11
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
'@floating-ui/react-dom@2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@floating-ui/dom': 1.6.11
@@ -21116,22 +21034,6 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@hookform/devtools@4.4.0(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@emotion/react': 11.14.0(@types/react@19.1.0)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.1.0)(react@18.3.1))(@types/react@19.1.0)(react@18.3.1)
- '@types/lodash': 4.14.191
- little-state-machine: 4.8.1(react@18.3.1)
- lodash: 4.17.21
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-simple-animate: 3.5.3(react-dom@18.3.1(react@18.3.1))
- use-deep-compare-effect: 1.8.1(react@18.3.1)
- uuid: 8.3.2
- transitivePeerDependencies:
- - '@types/react'
- - supports-color
-
'@hookform/devtools@4.4.0(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@emotion/react': 11.14.0(@types/react@19.1.0)(react@19.1.0)
@@ -21148,29 +21050,13 @@ snapshots:
- '@types/react'
- supports-color
- '@hookform/devtools@4.4.0(@types/react@19.1.0)(react-dom@19.1.1(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@emotion/react': 11.14.0(@types/react@19.1.0)(react@19.1.0)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.1.0)(react@19.1.0))(@types/react@19.1.0)(react@19.1.0)
- '@types/lodash': 4.14.191
- little-state-machine: 4.8.1(react@19.1.0)
- lodash: 4.17.21
- react: 19.1.0
- react-dom: 19.1.1(react@19.1.0)
- react-simple-animate: 3.5.3(react-dom@19.1.1(react@19.1.0))
- use-deep-compare-effect: 1.8.1(react@19.1.0)
- uuid: 8.3.2
- transitivePeerDependencies:
- - '@types/react'
- - supports-color
-
'@hookform/resolvers@3.10.0(react-hook-form@7.56.3(react@19.1.0))':
dependencies:
react-hook-form: 7.56.3(react@19.1.0)
- '@hookform/resolvers@3.10.0(react-hook-form@7.58.1(react@18.3.1))':
+ '@hookform/resolvers@3.10.0(react-hook-form@7.58.1(react@19.1.0))':
dependencies:
- react-hook-form: 7.58.1(react@18.3.1)
+ react-hook-form: 7.58.1(react@19.1.0)
'@humanfs/core@0.19.1': {}
@@ -21864,12 +21750,6 @@ snapshots:
'@types/react': 19.1.0
react: 19.1.0
- '@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@types/mdx': 2.0.13
- '@types/react': 19.1.0
- react: 18.3.1
-
'@mdx-js/react@3.0.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@types/mdx': 2.0.13
@@ -21961,6 +21841,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@metamask/sdk-communication-layer@0.32.0(cross-fetch@4.1.0)(eciesjs@0.4.14)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))':
+ dependencies:
+ bufferutil: 4.0.9
+ cross-fetch: 4.1.0
+ date-fns: 2.30.0
+ debug: 4.4.0
+ eciesjs: 0.4.14
+ eventemitter2: 6.4.9
+ readable-stream: 3.6.2
+ socket.io-client: 4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ utf-8-validate: 5.0.10
+ uuid: 8.3.2
+ transitivePeerDependencies:
+ - supports-color
+
'@metamask/sdk-install-modal-web@0.32.0':
dependencies:
'@paulmillr/qr': 0.2.1
@@ -21992,6 +21887,33 @@ snapshots:
- supports-color
- utf-8-validate
+ '@metamask/sdk@0.32.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ dependencies:
+ '@babel/runtime': 7.27.1
+ '@metamask/onboarding': 1.0.1
+ '@metamask/providers': 16.1.0
+ '@metamask/sdk-communication-layer': 0.32.0(cross-fetch@4.1.0)(eciesjs@0.4.14)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))
+ '@metamask/sdk-install-modal-web': 0.32.0
+ '@paulmillr/qr': 0.2.1
+ bowser: 2.11.0
+ cross-fetch: 4.1.0
+ debug: 4.4.0
+ eciesjs: 0.4.14
+ eth-rpc-errors: 4.0.3
+ eventemitter2: 6.4.9
+ obj-multiplex: 1.0.0
+ pump: 3.0.2
+ readable-stream: 3.6.2
+ socket.io-client: 4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ tslib: 2.8.1
+ util: 0.12.5
+ uuid: 8.3.2
+ transitivePeerDependencies:
+ - bufferutil
+ - encoding
+ - supports-color
+ - utf-8-validate
+
'@metamask/superstruct@3.2.1': {}
'@metamask/utils@5.0.2':
@@ -23614,21 +23536,21 @@ snapshots:
'@pkgr/core@0.1.1': {}
- '@plasmohq/consolidate@0.17.0(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@plasmohq/consolidate@0.17.0(lodash@4.17.21)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
bluebird: 3.7.2
optionalDependencies:
lodash: 4.17.21
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
'@plasmohq/init@0.7.0': {}
- '@plasmohq/messaging@0.6.2(react@18.2.0)':
+ '@plasmohq/messaging@0.6.2(react@19.1.0)':
dependencies:
nanoid: 5.0.3
optionalDependencies:
- react: 18.2.0
+ react: 19.1.0
'@plasmohq/parcel-bundler@0.5.5':
dependencies:
@@ -23646,7 +23568,7 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@plasmohq/parcel-config@0.41.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.2.2)':
+ '@plasmohq/parcel-config@0.41.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.2.2)':
dependencies:
'@parcel/compressor-raw': 2.9.3(@parcel/core@2.9.3)
'@parcel/config-default': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.15)(postcss@8.4.47)(typescript@5.2.2)
@@ -23682,7 +23604,7 @@ snapshots:
'@plasmohq/parcel-transformer-inline-css': 0.3.11
'@plasmohq/parcel-transformer-manifest': 0.19.0
'@plasmohq/parcel-transformer-svelte': 0.6.0
- '@plasmohq/parcel-transformer-vue': 0.5.0(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@plasmohq/parcel-transformer-vue': 0.5.0(lodash@4.17.21)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
transitivePeerDependencies:
- '@swc/core'
- '@swc/helpers'
@@ -23864,7 +23786,7 @@ snapshots:
'@parcel/utils': 2.9.3
svelte: 4.2.2
- '@plasmohq/parcel-transformer-vue@0.5.0(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@plasmohq/parcel-transformer-vue@0.5.0(lodash@4.17.21)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@parcel/core': 2.9.3
'@parcel/diagnostic': 2.9.3
@@ -23872,7 +23794,7 @@ snapshots:
'@parcel/source-map': 2.1.1
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
- '@plasmohq/consolidate': 0.17.0(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@plasmohq/consolidate': 0.17.0(lodash@4.17.21)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@vue/compiler-sfc': 3.3.4
nullthrows: 1.1.1
semver: 7.5.4
@@ -23925,11 +23847,11 @@ snapshots:
- walrus
- whiskers
- '@plasmohq/storage@1.12.0(react@18.2.0)':
+ '@plasmohq/storage@1.12.0(react@19.1.0)':
dependencies:
pify: 6.1.0
optionalDependencies:
- react: 18.2.0
+ react: 19.1.0
'@pnpm/config.env-replace@1.1.0': {}
@@ -23975,232 +23897,110 @@ snapshots:
'@radix-ui/primitive@1.1.2': {}
- '@radix-ui/react-accordion@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-accordion@1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-accordion@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-alert-dialog@1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dialog': 1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-alert-dialog@1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-alert-dialog@1.1.13(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dialog': 1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dialog': 1.1.13(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-arrow@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-arrow@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-arrow@1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-checkbox@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-checkbox@1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-collapsible@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-collapsible@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-collapsible@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-collection@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-collection@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-collection@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-collection@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-collection@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-collection@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-collection@1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-compose-refs@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-compose-refs@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-compose-refs@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -24208,82 +24008,36 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-context@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-context@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-context@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-context@1.1.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-context@1.1.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-dialog@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- aria-hidden: 1.1.3
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dialog@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-dialog@1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
aria-hidden: 1.1.3
@@ -24292,42 +24046,20 @@ snapshots:
react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-dialog@1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- aria-hidden: 1.2.4
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dialog@1.1.13(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-dialog@1.1.13(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@19.1.0)
aria-hidden: 1.2.4
@@ -24336,19 +24068,7 @@ snapshots:
react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-direction@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-direction@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-direction@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -24356,154 +24076,67 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-direction@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-direction@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-dismissable-layer@1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dismissable-layer@1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-dismissable-layer@1.1.9(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-menu': 2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-menu': 2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-dropdown-menu@2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-menu': 2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-menu': 2.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-dropdown-menu@2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-dropdown-menu@2.1.14(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-menu': 2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-menu': 2.1.14(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-focus-guards@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-focus-guards@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-focus-guards@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -24511,86 +24144,33 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-focus-scope@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-focus-scope@1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-focus-scope@1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-id@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-id@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-id@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -24599,13 +24179,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-id@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-id@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -24613,100 +24186,48 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-menu@2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@radix-ui/react-menu@2.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- aria-hidden: 1.1.3
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-menu@2.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
+ '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
aria-hidden: 1.1.3
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-menu@2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-popper': 1.2.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-roving-focus': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- aria-hidden: 1.2.4
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-menu@2.1.14(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-menu@2.1.14(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
- '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.9(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-popper': 1.2.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-roving-focus': 1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-popper': 1.2.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.8(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.9(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
aria-hidden: 1.2.4
@@ -24715,66 +24236,43 @@ snapshots:
react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-navigation-menu@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-navigation-menu@1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-popover@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- aria-hidden: 1.1.3
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-popover@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-popover@1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-focus-guards': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
aria-hidden: 1.1.3
@@ -24783,51 +24281,15 @@ snapshots:
react-remove-scroll: 2.5.7(@types/react@19.1.0)(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-popper@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@floating-ui/react-dom': 2.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-rect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/rect': 1.1.0
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-popper@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-rect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/rect': 1.1.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-popper@1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-popper@1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@floating-ui/react-dom': 2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-rect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -24837,33 +24299,15 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-popper@1.2.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-arrow': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/rect': 1.1.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-popper@1.2.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-popper@1.2.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@floating-ui/react-dom': 2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-arrow': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-arrow': 1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -24873,79 +24317,29 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-portal@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@radix-ui/react-portal@1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-portal@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-portal@1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-portal@1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-portal@1.1.8(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-portal@1.1.8(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-presence@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-presence@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-presence@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-presence@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -24953,19 +24347,9 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -24973,134 +24357,59 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/react-slot': 1.2.2(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-roving-focus@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@radix-ui/react-roving-focus@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-roving-focus@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-roving-focus@1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.2
- '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-roving-focus@1.1.9(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-roving-focus@1.1.9(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.2
- '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collection': 1.1.6(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.0)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-slot@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-slot@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-slot@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -25109,13 +24418,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-slot@1.2.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-slot@1.2.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0)
@@ -25123,42 +24425,12 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-switch@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-switch@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-switch@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-switch@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-size': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -25166,121 +24438,89 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-tabs@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@radix-ui/primitive': 1.1.0
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-toast@1.2.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-tabs@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-toggle-group@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-toast@1.2.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-toggle': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-toggle@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-toggle-group@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-toggle': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-tooltip@1.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-toggle@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
- '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
- '@radix-ui/react-tooltip@1.1.2(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/react-tooltip@1.1.2(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.0
'@radix-ui/react-compose-refs': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-context': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.1(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@radix-ui/react-slot': 1.1.0(@types/react@19.1.0)(react@19.1.0)
'@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
@@ -25288,32 +24528,12 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -25321,14 +24541,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.0)(react@18.3.1)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.0)(react@19.1.0)
@@ -25337,13 +24549,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -25351,20 +24556,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -25372,13 +24563,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -25386,68 +24570,24 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-previous@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-previous@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-previous@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-rect@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/rect': 1.1.0
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-rect@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/rect': 1.1.0
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-rect@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/rect': 1.1.0
@@ -25455,13 +24595,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/rect': 1.1.1
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-rect@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/rect': 1.1.1
@@ -25469,20 +24602,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-size@1.1.0(@types/react@19.1.0)(react@18.2.0)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.2.0)
- react: 18.2.0
- optionalDependencies:
- '@types/react': 19.1.0
-
- '@radix-ui/react-use-size@1.1.0(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-size@1.1.0(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
@@ -25490,13 +24609,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-use-size@1.1.1(@types/react@19.1.0)(react@18.3.1)':
- dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@18.3.1)
- react: 18.3.1
- optionalDependencies:
- '@types/react': 19.1.0
-
'@radix-ui/react-use-size@1.1.1(@types/react@19.1.0)(react@19.1.0)':
dependencies:
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0)
@@ -25504,591 +24616,576 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
-
- '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
- dependencies:
- '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.1.0(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
optionalDependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
'@radix-ui/rect@1.1.0': {}
'@radix-ui/rect@1.1.1': {}
- '@react-aria/breadcrumbs@3.5.16(react@18.3.1)':
+ '@react-aria/breadcrumbs@3.5.16(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/link': 3.7.4(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/breadcrumbs': 3.7.7(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/link': 3.7.4(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/breadcrumbs': 3.7.7(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/button@3.9.8(react@18.3.1)':
+ '@react-aria/button@3.9.8(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/toggle': 3.7.7(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/toggle': 3.7.7(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/calendar@3.5.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/calendar@3.5.11(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/calendar': 3.5.4(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/calendar': 3.4.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/calendar': 3.5.4(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/calendar': 3.4.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/checkbox@3.14.6(react@18.3.1)':
- dependencies:
- '@react-aria/form': 3.0.8(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/toggle': 3.10.7(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/checkbox': 3.6.8(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/toggle': 3.7.7(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
+ '@react-aria/checkbox@3.14.6(react@19.1.0)':
+ dependencies:
+ '@react-aria/form': 3.0.8(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/toggle': 3.10.7(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/checkbox': 3.6.8(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/toggle': 3.7.7(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/collections@3.0.0-alpha.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/collections@3.0.0-alpha.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- use-sync-external-store: 1.2.0(react@18.3.1)
-
- '@react-aria/color@3.0.0-rc.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/numberfield': 3.11.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/slider': 3.7.11(react@18.3.1)
- '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/textfield': 3.14.8(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/visually-hidden': 3.8.15(react@18.3.1)
- '@react-stately/color': 3.7.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-types/color': 3.0.0-rc.1(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ use-sync-external-store: 1.5.0(react@19.1.0)
+
+ '@react-aria/color@3.0.0-rc.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/numberfield': 3.11.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/slider': 3.7.11(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.14.8(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.15(react@19.1.0)
+ '@react-stately/color': 3.7.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-types/color': 3.0.0-rc.1(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/combobox@3.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/combobox@3.10.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/listbox': 3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/listbox': 3.13.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/textfield': 3.14.8(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/combobox': 3.9.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/combobox': 3.12.1(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/menu': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.14.8(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/combobox': 3.9.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/combobox': 3.12.1(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/datepicker@3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/datepicker@3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
'@internationalized/number': 3.5.3
'@internationalized/string': 3.2.3
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/form': 3.0.8(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/datepicker': 3.10.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/calendar': 3.4.9(react@18.3.1)
- '@react-types/datepicker': 3.8.2(react@18.3.1)
- '@react-types/dialog': 3.5.12(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/form': 3.0.8(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/datepicker': 3.10.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/calendar': 3.4.9(react@19.1.0)
+ '@react-types/datepicker': 3.8.2(react@19.1.0)
+ '@react-types/dialog': 3.5.12(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/dialog@3.5.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/dialog@3.5.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/dialog': 3.5.12(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/overlays': 3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/dialog': 3.5.12(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/dnd@3.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/dnd@3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@internationalized/string': 3.2.3
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/dnd': 3.4.2(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/overlays': 3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/dnd': 3.4.2(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/focus@3.18.2(react@18.3.1)':
+ '@react-aria/focus@3.18.2(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
clsx: 2.1.1
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/form@3.0.8(react@18.3.1)':
+ '@react-aria/form@3.0.8(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/grid@3.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/grid@3.10.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/grid': 3.9.2(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/grid': 3.9.2(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/gridlist@3.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/grid': 3.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-stately/tree': 3.8.4(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
+ '@react-aria/gridlist@3.9.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/grid': 3.10.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-stately/tree': 3.8.4(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/i18n@3.12.2(react@18.3.1)':
+ '@react-aria/i18n@3.12.2(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
'@internationalized/message': 3.1.4
'@internationalized/number': 3.5.3
'@internationalized/string': 3.2.3
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/interactions@3.22.2(react@18.3.1)':
+ '@react-aria/interactions@3.22.2(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/label@3.7.11(react@18.3.1)':
+ '@react-aria/label@3.7.11(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/link@3.7.4(react@18.3.1)':
+ '@react-aria/link@3.7.4(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/link': 3.5.7(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/link': 3.5.7(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-aria/listbox@3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-types/listbox': 3.5.1(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+
+ '@react-aria/listbox@3.13.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-types/listbox': 3.5.1(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
'@react-aria/live-announcer@3.3.4':
dependencies:
'@swc/helpers': 0.5.15
- '@react-aria/menu@3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/menu': 3.8.2(react@18.3.1)
- '@react-stately/tree': 3.8.4(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/menu': 3.9.11(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/menu@3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/overlays': 3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/menu': 3.8.2(react@19.1.0)
+ '@react-stately/tree': 3.8.4(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/menu': 3.9.11(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/meter@3.4.16(react@18.3.1)':
+ '@react-aria/meter@3.4.16(react@19.1.0)':
dependencies:
- '@react-aria/progress': 3.4.16(react@18.3.1)
- '@react-types/meter': 3.4.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/progress': 3.4.16(react@19.1.0)
+ '@react-types/meter': 3.4.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-aria/numberfield@3.11.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/textfield': 3.14.8(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/numberfield': 3.9.6(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/numberfield': 3.8.5(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+
+ '@react-aria/numberfield@3.11.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.14.8(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/numberfield': 3.9.6(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/numberfield': 3.8.5(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/overlays@3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/visually-hidden': 3.8.15(react@18.3.1)
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/overlays': 3.8.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
+ '@react-aria/overlays@3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.15(react@19.1.0)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/overlays': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/progress@3.4.16(react@18.3.1)':
+ '@react-aria/progress@3.4.16(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/progress': 3.5.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/progress': 3.5.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-aria/radio@3.10.7(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/form': 3.0.8(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/radio': 3.10.7(react@18.3.1)
- '@react-types/radio': 3.8.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+
+ '@react-aria/radio@3.10.7(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/form': 3.0.8(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/radio': 3.10.7(react@19.1.0)
+ '@react-types/radio': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/searchfield@3.7.8(react@18.3.1)':
+ '@react-aria/searchfield@3.7.8(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/textfield': 3.14.8(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/searchfield': 3.5.6(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/searchfield': 3.5.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/textfield': 3.14.8(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/searchfield': 3.5.6(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/searchfield': 3.5.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-aria/select@3.14.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/form': 3.0.8(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/listbox': 3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/visually-hidden': 3.8.15(react@18.3.1)
- '@react-stately/select': 3.6.7(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/select': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+
+ '@react-aria/select@3.14.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/form': 3.0.8(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/listbox': 3.13.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/menu': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.15(react@19.1.0)
+ '@react-stately/select': 3.6.7(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/select': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/selection@3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/selection@3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/separator@3.4.2(react@18.3.1)':
+ '@react-aria/separator@3.4.2(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-aria/slider@3.7.11(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/slider': 3.5.7(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/slider': 3.7.5(react@18.3.1)
+ react: 19.1.0
+
+ '@react-aria/slider@3.7.11(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/slider': 3.5.7(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/slider': 3.7.5(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/spinbutton@3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/spinbutton@3.6.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/ssr@3.9.5(react@18.3.1)':
+ '@react-aria/ssr@3.9.5(react@19.1.0)':
dependencies:
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/switch@3.6.7(react@18.3.1)':
+ '@react-aria/switch@3.6.7(react@19.1.0)':
dependencies:
- '@react-aria/toggle': 3.10.7(react@18.3.1)
- '@react-stately/toggle': 3.7.7(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/switch': 3.5.5(react@18.3.1)
+ '@react-aria/toggle': 3.10.7(react@19.1.0)
+ '@react-stately/toggle': 3.7.7(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/switch': 3.5.5(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/table@3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/table@3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/grid': 3.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/grid': 3.10.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
'@react-aria/live-announcer': 3.3.4
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/visually-hidden': 3.8.15(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.15(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
'@react-stately/flags': 3.0.3
- '@react-stately/table': 3.12.2(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/table': 3.10.1(react@18.3.1)
+ '@react-stately/table': 3.12.2(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/table': 3.10.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/tabs@3.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/tabs': 3.6.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/tabs': 3.3.9(react@18.3.1)
- '@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/tag@3.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-aria/gridlist': 3.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
+ '@react-aria/tabs@3.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/tabs': 3.6.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/tabs': 3.3.9(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
- '@react-aria/textfield@3.14.8(react@18.3.1)':
- dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/form': 3.0.8(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/textfield': 3.9.6(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
+ '@react-aria/tag@3.4.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@react-aria/gridlist': 3.9.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/toggle@3.10.7(react@18.3.1)':
+ '@react-aria/textfield@3.14.8(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/toggle': 3.7.7(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/form': 3.0.8(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/textfield': 3.9.6(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/toolbar@3.0.0-beta.8(react@18.3.1)':
+ '@react-aria/toggle@3.10.7(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/toggle': 3.7.7(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/tooltip@3.7.7(react@18.3.1)':
+ '@react-aria/toolbar@3.0.0-beta.8(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/tooltip': 3.4.12(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/tooltip': 3.4.11(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-aria/tree@3.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/tooltip@3.7.7(react@19.1.0)':
dependencies:
- '@react-aria/gridlist': 3.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/tree': 3.8.4(react@18.3.1)
- '@react-types/button': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/tooltip': 3.4.12(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/tooltip': 3.4.11(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
- '@react-aria/utils@3.25.2(react@18.3.1)':
+ '@react-aria/tree@3.0.0-alpha.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/gridlist': 3.9.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/tree': 3.8.4(react@19.1.0)
+ '@react-types/button': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- clsx: 2.1.1
- react: 18.3.1
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-aria/virtualizer@4.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-aria/utils@3.25.2(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-stately/virtualizer': 4.0.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ clsx: 2.1.1
+ react: 19.1.0
- '@react-aria/visually-hidden@3.8.15(react@18.3.1)':
+ '@react-aria/virtualizer@4.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-stately/virtualizer': 4.0.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@react-spring/animated@9.7.5(react@18.3.1)':
+ '@react-aria/visually-hidden@3.8.15(react@19.1.0)':
dependencies:
- '@react-spring/shared': 9.7.5(react@18.3.1)
- '@react-spring/types': 9.7.5
- react: 18.3.1
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@swc/helpers': 0.5.15
+ react: 19.1.0
'@react-spring/animated@9.7.5(react@19.1.0)':
dependencies:
@@ -26096,13 +25193,6 @@ snapshots:
'@react-spring/types': 9.7.5
react: 19.1.0
- '@react-spring/core@9.7.5(react@18.3.1)':
- dependencies:
- '@react-spring/animated': 9.7.5(react@18.3.1)
- '@react-spring/shared': 9.7.5(react@18.3.1)
- '@react-spring/types': 9.7.5
- react: 18.3.1
-
'@react-spring/core@9.7.5(react@19.1.0)':
dependencies:
'@react-spring/animated': 9.7.5(react@19.1.0)
@@ -26112,12 +25202,6 @@ snapshots:
'@react-spring/rafz@9.7.5': {}
- '@react-spring/shared@9.7.5(react@18.3.1)':
- dependencies:
- '@react-spring/rafz': 9.7.5
- '@react-spring/types': 9.7.5
- react: 18.3.1
-
'@react-spring/shared@9.7.5(react@19.1.0)':
dependencies:
'@react-spring/rafz': 9.7.5
@@ -26126,15 +25210,6 @@ snapshots:
'@react-spring/types@9.7.5': {}
- '@react-spring/web@9.7.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@react-spring/animated': 9.7.5(react@18.3.1)
- '@react-spring/core': 9.7.5(react@18.3.1)
- '@react-spring/shared': 9.7.5(react@18.3.1)
- '@react-spring/types': 9.7.5
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
'@react-spring/web@9.7.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@react-spring/animated': 9.7.5(react@19.1.0)
@@ -26144,387 +25219,387 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-stately/calendar@3.5.4(react@18.3.1)':
+ '@react-stately/calendar@3.5.4(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/calendar': 3.4.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/calendar': 3.4.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/checkbox@3.6.8(react@18.3.1)':
+ '@react-stately/checkbox@3.6.8(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/collections@3.10.9(react@18.3.1)':
+ '@react-stately/collections@3.10.9(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/color@3.7.2(react@18.3.1)':
+ '@react-stately/color@3.7.2(react@19.1.0)':
dependencies:
'@internationalized/number': 3.5.3
'@internationalized/string': 3.2.3
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/numberfield': 3.9.6(react@18.3.1)
- '@react-stately/slider': 3.5.7(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/color': 3.0.0-rc.1(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/numberfield': 3.9.6(react@19.1.0)
+ '@react-stately/slider': 3.5.7(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/color': 3.0.0-rc.1(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
-
- '@react-stately/combobox@3.9.2(react@18.3.1)':
- dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-stately/select': 3.6.7(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/combobox': 3.12.1(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ react: 19.1.0
+
+ '@react-stately/combobox@3.9.2(react@19.1.0)':
+ dependencies:
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-stately/select': 3.6.7(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/combobox': 3.12.1(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/data@3.11.6(react@18.3.1)':
+ '@react-stately/data@3.11.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/datepicker@3.10.2(react@18.3.1)':
+ '@react-stately/datepicker@3.10.2(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
'@internationalized/string': 3.2.3
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/datepicker': 3.8.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/datepicker': 3.8.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/dnd@3.4.2(react@18.3.1)':
+ '@react-stately/dnd@3.4.2(react@19.1.0)':
dependencies:
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
'@react-stately/flags@3.0.3':
dependencies:
'@swc/helpers': 0.5.15
- '@react-stately/form@3.0.5(react@18.3.1)':
+ '@react-stately/form@3.0.5(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/grid@3.9.2(react@18.3.1)':
+ '@react-stately/grid@3.9.2(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/layout@4.0.2(react@18.3.1)':
+ '@react-stately/layout@4.0.2(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/table': 3.12.2(react@18.3.1)
- '@react-stately/virtualizer': 4.0.2(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/table': 3.10.1(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/table': 3.12.2(react@19.1.0)
+ '@react-stately/virtualizer': 4.0.2(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/table': 3.10.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/list@3.10.8(react@18.3.1)':
+ '@react-stately/list@3.10.8(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/menu@3.8.2(react@18.3.1)':
+ '@react-stately/menu@3.8.2(react@19.1.0)':
dependencies:
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-types/menu': 3.9.11(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-types/menu': 3.9.11(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/numberfield@3.9.6(react@18.3.1)':
+ '@react-stately/numberfield@3.9.6(react@19.1.0)':
dependencies:
'@internationalized/number': 3.5.3
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/numberfield': 3.8.5(react@18.3.1)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/numberfield': 3.8.5(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/overlays@3.6.10(react@18.3.1)':
+ '@react-stately/overlays@3.6.10(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/overlays': 3.8.9(react@18.3.1)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/overlays': 3.8.9(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/radio@3.10.7(react@18.3.1)':
+ '@react-stately/radio@3.10.7(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/radio': 3.8.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/radio': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/searchfield@3.5.6(react@18.3.1)':
+ '@react-stately/searchfield@3.5.6(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/searchfield': 3.5.8(react@18.3.1)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/searchfield': 3.5.8(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/select@3.6.7(react@18.3.1)':
+ '@react-stately/select@3.6.7(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-types/select': 3.9.6(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-types/select': 3.9.6(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/selection@3.16.2(react@18.3.1)':
+ '@react-stately/selection@3.16.2(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/slider@3.5.7(react@18.3.1)':
+ '@react-stately/slider@3.5.7(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/slider': 3.7.5(react@18.3.1)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/slider': 3.7.5(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/table@3.12.2(react@18.3.1)':
+ '@react-stately/table@3.12.2(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
'@react-stately/flags': 3.0.3
- '@react-stately/grid': 3.9.2(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/table': 3.10.1(react@18.3.1)
+ '@react-stately/grid': 3.9.2(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/table': 3.10.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/tabs@3.6.9(react@18.3.1)':
+ '@react-stately/tabs@3.6.9(react@19.1.0)':
dependencies:
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/tabs': 3.3.9(react@18.3.1)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/tabs': 3.3.9(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/toggle@3.7.7(react@18.3.1)':
+ '@react-stately/toggle@3.7.7(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/checkbox': 3.8.3(react@18.3.1)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/checkbox': 3.8.3(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/tooltip@3.4.12(react@18.3.1)':
+ '@react-stately/tooltip@3.4.12(react@19.1.0)':
dependencies:
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-types/tooltip': 3.4.11(react@18.3.1)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-types/tooltip': 3.4.11(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/tree@3.8.4(react@18.3.1)':
+ '@react-stately/tree@3.8.4(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/utils@3.10.3(react@18.3.1)':
+ '@react-stately/utils@3.10.3(react@19.1.0)':
dependencies:
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-stately/virtualizer@4.0.2(react@18.3.1)':
+ '@react-stately/virtualizer@4.0.2(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
'@swc/helpers': 0.5.15
- react: 18.3.1
+ react: 19.1.0
- '@react-types/breadcrumbs@3.7.7(react@18.3.1)':
+ '@react-types/breadcrumbs@3.7.7(react@19.1.0)':
dependencies:
- '@react-types/link': 3.5.7(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/link': 3.5.7(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/button@3.9.6(react@18.3.1)':
+ '@react-types/button@3.9.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/calendar@3.4.9(react@18.3.1)':
+ '@react-types/calendar@3.4.9(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/checkbox@3.8.3(react@18.3.1)':
+ '@react-types/checkbox@3.8.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/color@3.0.0-rc.1(react@18.3.1)':
+ '@react-types/color@3.0.0-rc.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/slider': 3.7.5(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/slider': 3.7.5(react@19.1.0)
+ react: 19.1.0
- '@react-types/combobox@3.12.1(react@18.3.1)':
+ '@react-types/combobox@3.12.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/datepicker@3.8.2(react@18.3.1)':
+ '@react-types/datepicker@3.8.2(react@19.1.0)':
dependencies:
'@internationalized/date': 3.5.5
- '@react-types/calendar': 3.4.9(react@18.3.1)
- '@react-types/overlays': 3.8.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/calendar': 3.4.9(react@19.1.0)
+ '@react-types/overlays': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/dialog@3.5.12(react@18.3.1)':
+ '@react-types/dialog@3.5.12(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/overlays': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/form@3.7.6(react@18.3.1)':
+ '@react-types/form@3.7.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/grid@3.2.8(react@18.3.1)':
+ '@react-types/grid@3.2.8(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/link@3.5.7(react@18.3.1)':
+ '@react-types/link@3.5.7(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/listbox@3.5.1(react@18.3.1)':
+ '@react-types/listbox@3.5.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/menu@3.9.11(react@18.3.1)':
+ '@react-types/menu@3.9.11(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/overlays': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/meter@3.4.3(react@18.3.1)':
+ '@react-types/meter@3.4.3(react@19.1.0)':
dependencies:
- '@react-types/progress': 3.5.6(react@18.3.1)
- react: 18.3.1
+ '@react-types/progress': 3.5.6(react@19.1.0)
+ react: 19.1.0
- '@react-types/numberfield@3.8.5(react@18.3.1)':
+ '@react-types/numberfield@3.8.5(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/overlays@3.8.9(react@18.3.1)':
+ '@react-types/overlays@3.8.9(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/progress@3.5.6(react@18.3.1)':
+ '@react-types/progress@3.5.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/radio@3.8.3(react@18.3.1)':
+ '@react-types/radio@3.8.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/searchfield@3.5.8(react@18.3.1)':
+ '@react-types/searchfield@3.5.8(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/textfield': 3.9.6(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/textfield': 3.9.6(react@19.1.0)
+ react: 19.1.0
- '@react-types/select@3.9.6(react@18.3.1)':
+ '@react-types/select@3.9.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/shared@3.24.1(react@18.3.1)':
+ '@react-types/shared@3.24.1(react@19.1.0)':
dependencies:
- react: 18.3.1
+ react: 19.1.0
- '@react-types/slider@3.7.5(react@18.3.1)':
+ '@react-types/slider@3.7.5(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/switch@3.5.5(react@18.3.1)':
+ '@react-types/switch@3.5.5(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/table@3.10.1(react@18.3.1)':
+ '@react-types/table@3.10.1(react@19.1.0)':
dependencies:
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/tabs@3.3.9(react@18.3.1)':
+ '@react-types/tabs@3.3.9(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/textfield@3.9.6(react@18.3.1)':
+ '@react-types/textfield@3.9.6(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
- '@react-types/tooltip@3.4.11(react@18.3.1)':
+ '@react-types/tooltip@3.4.11(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.9(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
+ '@react-types/overlays': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
'@reown/appkit-common@1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
@@ -26537,6 +25612,17 @@ snapshots:
- utf-8-validate
- zod
+ '@reown/appkit-common@1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ big.js: 6.2.2
+ dayjs: 1.11.13
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ transitivePeerDependencies:
+ - bufferutil
+ - typescript
+ - utf-8-validate
+ - zod
+
'@reown/appkit-controllers@1.7.3(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@reown/appkit-common': 1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -26571,6 +25657,40 @@ snapshots:
- utf-8-validate
- zod
+ '@reown/appkit-controllers@1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-wallet': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)
+ '@walletconnect/universal-provider': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ valtio: 1.13.2(@types/react@19.1.0)(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@reown/appkit-polyfills@1.7.3':
dependencies:
buffer: 6.0.3
@@ -26611,6 +25731,42 @@ snapshots:
- valtio
- zod
+ '@reown/appkit-scaffold-ui@1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-controllers': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-ui': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-utils': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)
+ '@reown/appkit-wallet': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)
+ lit: 3.1.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - valtio
+ - zod
+
'@reown/appkit-ui@1.7.3(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@reown/appkit-common': 1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -26645,6 +25801,40 @@ snapshots:
- utf-8-validate
- zod
+ '@reown/appkit-ui@1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-controllers': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-wallet': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)
+ lit: 3.1.0
+ qrcode: 1.5.3
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@reown/appkit-utils@1.7.3(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)':
dependencies:
'@reown/appkit-common': 1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -26682,6 +25872,43 @@ snapshots:
- utf-8-validate
- zod
+ '@reown/appkit-utils@1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-controllers': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-polyfills': 1.7.3
+ '@reown/appkit-wallet': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/universal-provider': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ valtio: 1.13.2(@types/react@19.1.0)(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@reown/appkit-wallet@1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)':
dependencies:
'@reown/appkit-common': 1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -26693,6 +25920,17 @@ snapshots:
- typescript
- utf-8-validate
+ '@reown/appkit-wallet@1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-polyfills': 1.7.3
+ '@walletconnect/logger': 2.1.2
+ zod: 3.23.8
+ transitivePeerDependencies:
+ - bufferutil
+ - typescript
+ - utf-8-validate
+
'@reown/appkit@1.7.3(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@reown/appkit-common': 1.7.3(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -26734,6 +25972,47 @@ snapshots:
- utf-8-validate
- zod
+ '@reown/appkit@1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit-common': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-controllers': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-polyfills': 1.7.3
+ '@reown/appkit-scaffold-ui': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)
+ '@reown/appkit-ui': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@reown/appkit-utils': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.0)(react@19.1.0))(zod@3.23.8)
+ '@reown/appkit-wallet': 1.7.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)
+ '@walletconnect/types': 2.19.2
+ '@walletconnect/universal-provider': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ bs58: 6.0.0
+ valtio: 1.13.2(@types/react@19.1.0)(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@repeaterjs/repeater@3.0.6': {}
'@rollup/plugin-inject@5.0.5(rollup@4.40.2)':
@@ -26834,6 +26113,16 @@ snapshots:
- utf-8-validate
- zod
+ '@safe-global/safe-apps-provider@0.18.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ events: 3.3.0
+ transitivePeerDependencies:
+ - bufferutil
+ - typescript
+ - utf-8-validate
+ - zod
+
'@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@safe-global/safe-gateway-typescript-sdk': 3.23.1
@@ -26844,6 +26133,16 @@ snapshots:
- utf-8-validate
- zod
+ '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@safe-global/safe-gateway-typescript-sdk': 3.23.1
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ transitivePeerDependencies:
+ - bufferutil
+ - typescript
+ - utf-8-validate
+ - zod
+
'@safe-global/safe-gateway-typescript-sdk@3.23.1': {}
'@scure/base@1.0.0': {}
@@ -26928,27 +26227,27 @@ snapshots:
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
ts-dedent: 2.2.0
- '@storybook/addon-designs@8.0.3(@storybook/blocks@8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/components@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/theming@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@storybook/addon-designs@8.0.3(@storybook/blocks@8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/components@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(@storybook/theming@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@figspec/react': 1.0.3(react@18.3.1)
+ '@figspec/react': 1.0.3(react@19.1.0)
optionalDependencies:
- '@storybook/blocks': 8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ '@storybook/blocks': 8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/components': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/theming': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
'@storybook/addon-docs@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
- '@mdx-js/react': 3.0.1(@types/react@19.1.0)(react@18.3.1)
- '@storybook/blocks': 8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ '@mdx-js/react': 3.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@storybook/blocks': 8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/csf-plugin': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/global': 5.0.0
- '@storybook/react-dom-shim': 8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ '@storybook/react-dom-shim': 8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@types/react': 19.1.0
fs-extra: 11.3.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
rehype-external-links: 3.0.0
rehype-slug: 6.0.0
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
@@ -26982,14 +26281,14 @@ snapshots:
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
ts-dedent: 2.2.0
- '@storybook/addon-links@8.3.0(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
+ '@storybook/addon-links@8.3.0(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
'@storybook/csf': 0.1.11
'@storybook/global': 5.0.0
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
ts-dedent: 2.2.0
optionalDependencies:
- react: 18.3.1
+ react: 19.1.0
'@storybook/addon-mdx-gfm@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
@@ -27020,26 +26319,26 @@ snapshots:
memoizerific: 1.11.3
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
- '@storybook/blocks@8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
+ '@storybook/blocks@8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
'@storybook/csf': 0.1.11
'@storybook/global': 5.0.0
- '@storybook/icons': 1.2.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@storybook/icons': 1.2.10(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@types/lodash': 4.14.191
color-convert: 2.0.1
dequal: 2.0.3
lodash: 4.17.21
- markdown-to-jsx: 7.5.0(react@18.3.1)
+ markdown-to-jsx: 7.5.0(react@19.1.0)
memoizerific: 1.11.3
polished: 4.2.2
- react-colorful: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react-colorful: 5.6.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
telejson: 7.2.0
ts-dedent: 2.2.0
util-deprecate: 1.0.2
optionalDependencies:
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
'@storybook/builder-vite@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))':
dependencies:
@@ -27092,10 +26391,10 @@ snapshots:
'@storybook/global@5.0.0': {}
- '@storybook/icons@1.2.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@storybook/icons@1.2.10(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
'@storybook/instrumenter@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
@@ -27112,23 +26411,23 @@ snapshots:
dependencies:
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
- '@storybook/react-dom-shim@8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
+ '@storybook/react-dom-shim@8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))':
dependencies:
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
- '@storybook/react-vite@8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.40.2)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))':
+ '@storybook/react-vite@8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.40.2)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))':
dependencies:
'@joshwooding/vite-plugin-react-docgen-typescript': 0.3.1(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
'@rollup/pluginutils': 5.1.0(rollup@4.40.2)
'@storybook/builder-vite': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)(vite@6.3.5(@types/node@22.7.5)(jiti@2.4.2)(less@4.2.0)(lightningcss@1.27.0)(sass@1.80.4)(tsx@4.19.4)(yaml@2.8.1))
- '@storybook/react': 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)
+ '@storybook/react': 8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)
find-up: 5.0.0
magic-string: 0.30.11
- react: 18.3.1
+ react: 19.1.0
react-docgen: 7.0.3
- react-dom: 18.3.1(react@18.3.1)
+ react-dom: 19.1.0(react@19.1.0)
resolve: 1.22.8
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
tsconfig-paths: 4.2.0
@@ -27141,13 +26440,13 @@ snapshots:
- typescript
- vite-plugin-glimmerx
- '@storybook/react@8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)':
+ '@storybook/react@8.3.0(@storybook/test@8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))(typescript@5.8.3)':
dependencies:
'@storybook/components': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/global': 5.0.0
'@storybook/manager-api': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/preview-api': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
- '@storybook/react-dom-shim': 8.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
+ '@storybook/react-dom-shim': 8.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@storybook/theming': 8.3.0(storybook@8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3))
'@types/escodegen': 0.0.6
'@types/estree': 0.0.51
@@ -27158,9 +26457,9 @@ snapshots:
escodegen: 2.1.0
html-tags: 3.2.0
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-element-to-jsx-string: 15.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-element-to-jsx-string: 15.0.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
semver: 7.6.3
storybook: 8.3.0(bufferutil@4.0.9)(utf-8-validate@6.0.3)
ts-dedent: 2.2.0
@@ -27485,8 +26784,12 @@ snapshots:
'@tanstack/query-core@5.29.0': {}
+ '@tanstack/query-core@5.66.0': {}
+
'@tanstack/query-core@5.75.5': {}
+ '@tanstack/query-core@5.89.0': {}
+
'@tanstack/query-devtools@5.28.10': {}
'@tanstack/query-devtools@5.74.7': {}
@@ -27508,16 +26811,21 @@ snapshots:
'@tanstack/query-core': 5.29.0
react: 19.1.0
- '@tanstack/react-query@5.75.5(react@18.3.1)':
+ '@tanstack/react-query@5.66.0(react@19.1.0)':
dependencies:
- '@tanstack/query-core': 5.75.5
- react: 18.3.1
+ '@tanstack/query-core': 5.66.0
+ react: 19.1.0
'@tanstack/react-query@5.75.5(react@19.1.0)':
dependencies:
'@tanstack/query-core': 5.75.5
react: 19.1.0
+ '@tanstack/react-query@5.89.0(react@19.1.0)':
+ dependencies:
+ '@tanstack/query-core': 5.89.0
+ react: 19.1.0
+
'@tanstack/react-router-devtools@1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(@tanstack/router-core@1.119.0)(csstype@3.1.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tiny-invariant@1.3.3)':
dependencies:
'@tanstack/react-router': 1.120.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
@@ -27746,27 +27054,27 @@ snapshots:
'@trpc/server': 10.45.2
typescript: 5.8.3
- '@trpc/next@10.45.2(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/react-query@11.1.0(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@trpc/server@10.45.2)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@trpc/next@10.45.2(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/react-query@11.1.0(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3))(@trpc/server@10.45.2)(next@15.3.0(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@tanstack/react-query': 5.75.5(react@19.1.0)
+ '@tanstack/react-query': 5.89.0(react@19.1.0)
'@trpc/client': 10.45.2(@trpc/server@10.45.2)
- '@trpc/react-query': 11.1.0(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ '@trpc/react-query': 11.1.0(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
'@trpc/server': 10.45.2
next: 15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@trpc/react-query@10.45.2(@tanstack/react-query@5.75.5(react@18.3.1))(@trpc/client@11.1.0(@trpc/server@10.45.2)(typescript@5.8.3))(@trpc/server@10.45.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@trpc/react-query@10.45.2(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@11.1.0(@trpc/server@10.45.2)(typescript@5.8.3))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@tanstack/react-query': 5.75.5(react@18.3.1)
+ '@tanstack/react-query': 5.89.0(react@19.1.0)
'@trpc/client': 11.1.0(@trpc/server@10.45.2)(typescript@5.8.3)
'@trpc/server': 10.45.2
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- '@trpc/react-query@11.1.0(@tanstack/react-query@5.75.5(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ '@trpc/react-query@11.1.0(@tanstack/react-query@5.89.0(react@19.1.0))(@trpc/client@10.45.2(@trpc/server@10.45.2))(@trpc/server@10.45.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
- '@tanstack/react-query': 5.75.5(react@19.1.0)
+ '@tanstack/react-query': 5.89.0(react@19.1.0)
'@trpc/client': 10.45.2(@trpc/server@10.45.2)
'@trpc/server': 10.45.2
react: 19.1.0
@@ -27940,8 +27248,6 @@ snapshots:
'@types/estree@1.0.5': {}
- '@types/estree@1.0.6': {}
-
'@types/estree@1.0.7': {}
'@types/express-serve-static-core@4.19.5':
@@ -28006,8 +27312,6 @@ snapshots:
'@types/json-schema@7.0.15': {}
- '@types/json-schema@7.0.9': {}
-
'@types/json5@0.0.29': {}
'@types/jsonfile@6.1.1':
@@ -28090,7 +27394,7 @@ snapshots:
'@types/range-parser@1.2.4': {}
- '@types/react-dom@19.1.1(@types/react@19.1.0)':
+ '@types/react-dom@19.1.0(@types/react@19.1.0)':
dependencies:
'@types/react': 19.1.0
@@ -28341,13 +27645,6 @@ snapshots:
mdast-util-to-string: 3.2.0
unist-util-visit: 4.1.2
- '@vercel/analytics@1.5.0(next@15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react@19.1.0)(svelte@4.2.2)(vue@3.3.4)':
- optionalDependencies:
- next: 15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
- react: 19.1.0
- svelte: 4.2.2
- vue: 3.3.4
-
'@vercel/analytics@1.5.0(next@15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4))(react@19.1.0)(svelte@4.2.2)(vue@3.3.4)':
optionalDependencies:
next: 15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
@@ -28428,18 +27725,10 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/bounds@3.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
- prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
-
'@visx/bounds@3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react-dom': 19.1.0(@types/react@19.1.0)
prop-types: 15.8.1
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
@@ -28497,16 +27786,6 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/glyph@3.12.0(react@18.3.1)':
- dependencies:
- '@types/d3-shape': 1.3.12
- '@types/react': 19.1.0
- '@visx/group': 3.12.0(react@18.3.1)
- classnames: 2.5.1
- d3-shape: 1.3.7
- prop-types: 15.8.1
- react: 18.3.1
-
'@visx/glyph@3.12.0(react@19.1.0)':
dependencies:
'@types/d3-shape': 1.3.12
@@ -28517,12 +27796,6 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/gradient@3.12.0(react@18.3.1)':
- dependencies:
- '@types/react': 19.1.0
- prop-types: 15.8.1
- react: 18.3.1
-
'@visx/gradient@3.12.0(react@19.1.0)':
dependencies:
'@types/react': 19.1.0
@@ -28541,13 +27814,6 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/group@3.12.0(react@18.3.1)':
- dependencies:
- '@types/react': 19.1.0
- classnames: 2.5.1
- prop-types: 15.8.1
- react: 18.3.1
-
'@visx/group@3.12.0(react@19.1.0)':
dependencies:
'@types/react': 19.1.0
@@ -28625,14 +27891,6 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/responsive@3.12.0(react@18.3.1)':
- dependencies:
- '@types/lodash': 4.14.191
- '@types/react': 19.1.0
- lodash: 4.17.21
- prop-types: 15.8.1
- react: 18.3.1
-
'@visx/responsive@3.12.0(react@19.1.0)':
dependencies:
'@types/lodash': 4.14.191
@@ -28655,22 +27913,6 @@ snapshots:
dependencies:
'@visx/vendor': 3.12.0
- '@visx/shape@3.12.0(react@18.3.1)':
- dependencies:
- '@types/d3-path': 1.0.11
- '@types/d3-shape': 1.3.12
- '@types/lodash': 4.14.191
- '@types/react': 19.1.0
- '@visx/curve': 3.12.0
- '@visx/group': 3.12.0(react@18.3.1)
- '@visx/scale': 3.12.0
- classnames: 2.5.1
- d3-path: 1.0.9
- d3-shape: 1.3.7
- lodash: 4.17.21
- prop-types: 15.8.1
- react: 18.3.1
-
'@visx/shape@3.12.0(react@19.1.0)':
dependencies:
'@types/d3-path': 1.0.11
@@ -28706,16 +27948,6 @@ snapshots:
prop-types: 15.8.1
react: 19.1.0
- '@visx/tooltip@3.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
- dependencies:
- '@types/react': 19.1.0
- '@visx/bounds': 3.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- classnames: 2.5.1
- prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-use-measure: 2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
-
'@visx/tooltip@3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@types/react': 19.1.0
@@ -29048,6 +28280,45 @@ snapshots:
- utf-8-validate
- zod
+ '@wagmi/connectors@5.8.1(@types/react@19.1.0)(@wagmi/core@2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)))(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)':
+ dependencies:
+ '@coinbase/wallet-sdk': 4.3.0
+ '@metamask/sdk': 0.32.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@wagmi/core': 2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))
+ '@walletconnect/ethereum-provider': 2.20.0(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ cbw-sdk: '@coinbase/wallet-sdk@3.9.3'
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ optionalDependencies:
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - supports-color
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@wagmi/core@2.17.1(@tanstack/query-core@5.29.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8))':
dependencies:
eventemitter3: 5.0.1
@@ -29063,6 +28334,21 @@ snapshots:
- react
- use-sync-external-store
+ '@wagmi/core@2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))':
+ dependencies:
+ eventemitter3: 5.0.1
+ mipd: 0.0.7(typescript@5.8.3)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ zustand: 5.0.0(@types/react@19.1.0)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0))
+ optionalDependencies:
+ '@tanstack/query-core': 5.89.0
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - '@types/react'
+ - immer
+ - react
+ - use-sync-external-store
+
'@waku/core@0.0.26(@multiformats/multiaddr@12.2.0)(libp2p@0.46.18)':
dependencies:
'@noble/hashes': 1.8.0
@@ -29232,6 +28518,49 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/core@2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/heartbeat': 1.2.2
+ '@walletconnect/jsonrpc-provider': 1.0.14
+ '@walletconnect/jsonrpc-types': 1.0.4
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/jsonrpc-ws-connection': 1.0.16(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/relay-api': 1.0.11
+ '@walletconnect/relay-auth': 1.1.0
+ '@walletconnect/safe-json': 1.0.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.19.2
+ '@walletconnect/utils': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/window-getters': 1.0.1
+ es-toolkit: 1.33.0
+ events: 3.3.0
+ uint8arrays: 3.1.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/core@2.20.0(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@walletconnect/heartbeat': 1.2.2
@@ -29275,6 +28604,49 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/core@2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/heartbeat': 1.2.2
+ '@walletconnect/jsonrpc-provider': 1.0.14
+ '@walletconnect/jsonrpc-types': 1.0.4
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/jsonrpc-ws-connection': 1.0.16(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/relay-api': 1.0.11
+ '@walletconnect/relay-auth': 1.1.0
+ '@walletconnect/safe-json': 1.0.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.20.0
+ '@walletconnect/utils': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/window-getters': 1.0.1
+ es-toolkit: 1.33.0
+ events: 3.3.0
+ uint8arrays: 3.1.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/environment@1.0.1':
dependencies:
tslib: 1.14.1
@@ -29319,6 +28691,46 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/ethereum-provider@2.20.0(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@reown/appkit': 1.7.3(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/jsonrpc-http-connection': 1.0.8
+ '@walletconnect/jsonrpc-provider': 1.0.14
+ '@walletconnect/jsonrpc-types': 1.0.4
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/sign-client': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/types': 2.20.0
+ '@walletconnect/universal-provider': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/utils': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ events: 3.3.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - react
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/events@1.0.1':
dependencies:
keyvaluestorage-interface: 1.0.0
@@ -29366,6 +28778,16 @@ snapshots:
- bufferutil
- utf-8-validate
+ '@walletconnect/jsonrpc-ws-connection@1.0.16(bufferutil@4.0.9)(utf-8-validate@5.0.10)':
+ dependencies:
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/safe-json': 1.0.2
+ events: 3.3.0
+ ws: 7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ transitivePeerDependencies:
+ - bufferutil
+ - utf-8-validate
+
'@walletconnect/keyvaluestorage@1.1.1':
dependencies:
'@walletconnect/safe-json': 1.0.2
@@ -29446,6 +28868,41 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/sign-client@2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/core': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/events': 1.0.1
+ '@walletconnect/heartbeat': 1.2.2
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.19.2
+ '@walletconnect/utils': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ events: 3.3.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/sign-client@2.20.0(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@walletconnect/core': 2.20.0(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
@@ -29481,6 +28938,41 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/sign-client@2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/core': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/events': 1.0.1
+ '@walletconnect/heartbeat': 1.2.2
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.20.0
+ '@walletconnect/utils': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ events: 3.3.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/time@1.0.2':
dependencies:
tslib: 1.14.1
@@ -29580,6 +29072,45 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/universal-provider@2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/events': 1.0.1
+ '@walletconnect/jsonrpc-http-connection': 1.0.8
+ '@walletconnect/jsonrpc-provider': 1.0.14
+ '@walletconnect/jsonrpc-types': 1.0.4
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/sign-client': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/types': 2.19.2
+ '@walletconnect/utils': 2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ es-toolkit: 1.33.0
+ events: 3.3.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/universal-provider@2.20.0(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@walletconnect/events': 1.0.1
@@ -29619,6 +29150,45 @@ snapshots:
- utf-8-validate
- zod
+ '@walletconnect/universal-provider@2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@walletconnect/events': 1.0.1
+ '@walletconnect/jsonrpc-http-connection': 1.0.8
+ '@walletconnect/jsonrpc-provider': 1.0.14
+ '@walletconnect/jsonrpc-types': 1.0.4
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/logger': 2.1.2
+ '@walletconnect/sign-client': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ '@walletconnect/types': 2.20.0
+ '@walletconnect/utils': 2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ es-toolkit: 1.33.0
+ events: 3.3.0
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
'@walletconnect/utils@2.19.2(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)':
dependencies:
'@noble/ciphers': 1.2.1
@@ -29637,7 +29207,50 @@ snapshots:
detect-browser: 5.3.0
query-string: 7.1.3
uint8arrays: 3.1.0
- viem: 2.23.2(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
+ viem: 2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
+ '@walletconnect/utils@2.19.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@noble/ciphers': 1.2.1
+ '@noble/curves': 1.8.1
+ '@noble/hashes': 1.7.1
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/relay-api': 1.0.11
+ '@walletconnect/relay-auth': 1.1.0
+ '@walletconnect/safe-json': 1.0.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.19.2
+ '@walletconnect/window-getters': 1.0.1
+ '@walletconnect/window-metadata': 1.0.1
+ bs58: 6.0.0
+ detect-browser: 5.3.0
+ query-string: 7.1.3
+ uint8arrays: 3.1.0
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -29680,7 +29293,50 @@ snapshots:
detect-browser: 5.3.0
query-string: 7.1.3
uint8arrays: 3.1.0
- viem: 2.23.2(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
+ viem: 2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - ioredis
+ - typescript
+ - uploadthing
+ - utf-8-validate
+ - zod
+
+ '@walletconnect/utils@2.20.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)':
+ dependencies:
+ '@noble/ciphers': 1.2.1
+ '@noble/curves': 1.8.1
+ '@noble/hashes': 1.7.1
+ '@walletconnect/jsonrpc-utils': 1.0.8
+ '@walletconnect/keyvaluestorage': 1.1.1
+ '@walletconnect/relay-api': 1.0.11
+ '@walletconnect/relay-auth': 1.1.0
+ '@walletconnect/safe-json': 1.0.2
+ '@walletconnect/time': 1.0.2
+ '@walletconnect/types': 2.20.0
+ '@walletconnect/window-getters': 1.0.1
+ '@walletconnect/window-metadata': 1.0.1
+ bs58: 6.0.0
+ detect-browser: 5.3.0
+ query-string: 7.1.3
+ uint8arrays: 3.1.0
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -30816,10 +30472,6 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- chokidar@4.0.1:
- dependencies:
- readdirp: 4.0.2
-
chokidar@4.0.3:
dependencies:
readdirp: 4.0.2
@@ -31086,6 +30738,46 @@ snapshots:
- '@babel/core'
- react-is
+ connectkit@1.9.0(@babel/core@7.27.1)(@tanstack/react-query@5.66.0(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)):
+ dependencies:
+ '@tanstack/react-query': 5.66.0(react@19.1.0)
+ buffer: 6.0.3
+ detect-browser: 5.3.0
+ family: 0.1.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8))
+ framer-motion: 6.5.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ qrcode: 1.5.4
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-transition-state: 1.1.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-use-measure: 2.1.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ resize-observer-polyfill: 1.5.1
+ styled-components: 5.3.11(@babel/core@7.27.1)(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ wagmi: 2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@babel/core'
+ - react-is
+
+ connectkit@1.9.0(@babel/core@7.27.1)(@tanstack/react-query@5.89.0(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)):
+ dependencies:
+ '@tanstack/react-query': 5.89.0(react@19.1.0)
+ buffer: 6.0.3
+ detect-browser: 5.3.0
+ family: 0.1.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8))
+ framer-motion: 6.5.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ qrcode: 1.5.4
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-transition-state: 1.1.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-use-measure: 2.1.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ resize-observer-polyfill: 1.5.1
+ styled-components: 5.3.11(@babel/core@7.27.1)(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ wagmi: 2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+ transitivePeerDependencies:
+ - '@babel/core'
+ - react-is
+
consola@3.4.2: {}
console-browserify@1.2.0: {}
@@ -31456,6 +31148,8 @@ snapshots:
date-fns@3.6.0: {}
+ dateformat@4.6.3: {}
+
dayjs@1.11.13: {}
debounce@1.2.1: {}
@@ -31856,6 +31550,18 @@ snapshots:
- supports-color
- utf-8-validate
+ engine.io-client@6.6.3(bufferutil@4.0.9)(utf-8-validate@5.0.10):
+ dependencies:
+ '@socket.io/component-emitter': 3.1.2
+ debug: 4.3.7(supports-color@5.5.0)
+ engine.io-parser: 5.2.3
+ ws: 8.17.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ xmlhttprequest-ssl: 2.1.2
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+
engine.io-parser@5.2.3: {}
enhanced-resolve@5.17.1:
@@ -32530,17 +32236,13 @@ snapshots:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-visitor-keys@3.4.1: {}
-
eslint-visitor-keys@3.4.3: {}
- eslint-visitor-keys@4.2.0: {}
-
eslint-visitor-keys@4.2.1: {}
eslint@9.14.0(jiti@2.4.2):
dependencies:
- '@eslint-community/eslint-utils': 4.2.0(eslint@9.14.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.7.0(eslint@9.14.0(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.18.0
'@eslint/core': 0.7.0
@@ -32550,15 +32252,15 @@ snapshots:
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.0
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.7(supports-color@5.5.0)
+ debug: 4.4.0
escape-string-regexp: 4.0.0
eslint-scope: 8.2.0
- eslint-visitor-keys: 4.2.0
+ eslint-visitor-keys: 4.2.1
espree: 10.3.0
esquery: 1.5.0
esutils: 2.0.3
@@ -32566,7 +32268,7 @@ snapshots:
file-entry-cache: 8.0.0
find-up: 5.0.0
glob-parent: 6.0.2
- ignore: 5.2.4
+ ignore: 5.3.2
imurmurhash: 0.1.4
is-glob: 4.0.3
json-stable-stringify-without-jsonify: 1.0.1
@@ -32582,9 +32284,9 @@ snapshots:
espree@10.3.0:
dependencies:
- acorn: 8.14.0
- acorn-jsx: 5.3.2(acorn@8.14.0)
- eslint-visitor-keys: 4.2.0
+ acorn: 8.14.1
+ acorn-jsx: 5.3.2(acorn@8.14.1)
+ eslint-visitor-keys: 4.2.1
espree@9.6.1:
dependencies:
@@ -32896,7 +32598,7 @@ snapshots:
extension-port-stream@3.0.0:
dependencies:
readable-stream: 3.6.2
- webextension-polyfill: 0.10.0
+ webextension-polyfill: 0.12.0
external-editor@3.1.0:
dependencies:
@@ -32921,10 +32623,26 @@ snapshots:
viem: 2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8)
wagmi: 2.15.2(@tanstack/query-core@5.29.0)(@tanstack/react-query@5.29.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.8)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@6.0.3)(viem@2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8))(zod@3.23.8)
+ family@0.1.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)):
+ optionalDependencies:
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ wagmi: 2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+
+ family@0.1.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)):
+ optionalDependencies:
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ wagmi: 2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+
fast-check@3.16.0:
dependencies:
pure-rand: 6.0.4
+ fast-copy@3.0.2: {}
+
fast-decode-uri-component@1.0.1: {}
fast-deep-equal@3.1.3: {}
@@ -33159,16 +32877,6 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- framer-motion@12.23.12(@emotion/is-prop-valid@1.3.1)(react-dom@19.1.1(react@19.1.0))(react@19.1.0):
- dependencies:
- motion-dom: 12.23.12
- motion-utils: 12.23.6
- tslib: 2.8.1
- optionalDependencies:
- '@emotion/is-prop-valid': 1.3.1
- react: 19.1.0
- react-dom: 19.1.1(react@19.1.0)
-
framer-motion@6.5.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@motionone/dom': 10.12.0
@@ -33929,6 +33637,8 @@ snapshots:
capital-case: 1.0.4
tslib: 2.8.1
+ help-me@5.0.0: {}
+
hey-listen@1.0.8: {}
hi-base32@0.5.1: {}
@@ -34249,13 +33959,13 @@ snapshots:
is-arguments@1.1.1:
dependencies:
call-bind: 1.0.7
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-array-buffer@3.0.2:
dependencies:
call-bind: 1.0.7
get-intrinsic: 1.2.4
- is-typed-array: 1.1.10
+ is-typed-array: 1.1.13
is-array-buffer@3.0.4:
dependencies:
@@ -34343,7 +34053,7 @@ snapshots:
is-generator-function@1.0.10:
dependencies:
- has-tostringtag: 1.0.0
+ has-tostringtag: 1.0.2
is-glob@4.0.3:
dependencies:
@@ -34571,14 +34281,14 @@ snapshots:
dependencies:
ws: 8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3)
- isows@1.0.6(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.3)):
- dependencies:
- ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.3)
-
isows@1.0.6(ws@8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3)):
dependencies:
ws: 8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3)
+ isows@1.0.6(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)):
+ dependencies:
+ ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+
it-all@3.0.4: {}
it-batched-bytes@2.0.4:
@@ -34753,7 +34463,7 @@ snapshots:
json-schema-to-ts@2.9.2:
dependencies:
'@babel/runtime': 7.27.1
- '@types/json-schema': 7.0.9
+ '@types/json-schema': 7.0.15
ts-algebra: 1.2.2
json-schema-traverse@0.4.1: {}
@@ -35180,10 +34890,6 @@ snapshots:
lit-element: 4.2.0
lit-html: 3.3.0
- little-state-machine@4.8.1(react@18.3.1):
- dependencies:
- react: 18.3.1
-
little-state-machine@4.8.1(react@19.1.0):
dependencies:
react: 19.1.0
@@ -35415,9 +35121,9 @@ snapshots:
markdown-table@3.0.3: {}
- markdown-to-jsx@7.5.0(react@18.3.1):
+ markdown-to-jsx@7.5.0(react@19.1.0):
dependencies:
- react: 18.3.1
+ react: 19.1.0
marky@1.3.0: {}
@@ -36518,8 +36224,6 @@ snapshots:
is-plain-obj: 1.1.0
kind-of: 6.0.3
- minimist@1.2.7: {}
-
minimist@1.2.8: {}
minipass@3.3.6:
@@ -36705,34 +36409,7 @@ snapshots:
minimist: 1.2.8
next: 15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4)
- next@15.1.6(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.4):
- dependencies:
- '@next/env': 15.1.6
- '@swc/counter': 0.1.3
- '@swc/helpers': 0.5.15
- busboy: 1.6.0
- caniuse-lite: 1.0.30001717
- postcss: 8.4.31
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- styled-jsx: 5.1.6(react@18.3.1)
- optionalDependencies:
- '@next/swc-darwin-arm64': 15.1.6
- '@next/swc-darwin-x64': 15.1.6
- '@next/swc-linux-arm64-gnu': 15.1.6
- '@next/swc-linux-arm64-musl': 15.1.6
- '@next/swc-linux-x64-gnu': 15.1.6
- '@next/swc-linux-x64-musl': 15.1.6
- '@next/swc-win32-arm64-msvc': 15.1.6
- '@next/swc-win32-x64-msvc': 15.1.6
- '@opentelemetry/api': 1.9.0
- sass: 1.80.4
- sharp: 0.33.5
- transitivePeerDependencies:
- - '@babel/core'
- - babel-plugin-macros
-
- next@15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4):
+ next@15.1.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4):
dependencies:
'@next/env': 15.1.6
'@swc/counter': 0.1.3
@@ -36759,33 +36436,6 @@ snapshots:
- '@babel/core'
- babel-plugin-macros
- next@15.1.6(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.0))(react@19.1.0)(sass@1.80.4):
- dependencies:
- '@next/env': 15.1.6
- '@swc/counter': 0.1.3
- '@swc/helpers': 0.5.15
- busboy: 1.6.0
- caniuse-lite: 1.0.30001717
- postcss: 8.4.31
- react: 19.1.0
- react-dom: 19.1.1(react@19.1.0)
- styled-jsx: 5.1.6(@babel/core@7.27.1)(react@19.1.0)
- optionalDependencies:
- '@next/swc-darwin-arm64': 15.1.6
- '@next/swc-darwin-x64': 15.1.6
- '@next/swc-linux-arm64-gnu': 15.1.6
- '@next/swc-linux-arm64-musl': 15.1.6
- '@next/swc-linux-x64-gnu': 15.1.6
- '@next/swc-linux-x64-musl': 15.1.6
- '@next/swc-win32-arm64-msvc': 15.1.6
- '@next/swc-win32-x64-msvc': 15.1.6
- '@opentelemetry/api': 1.9.0
- sass: 1.80.4
- sharp: 0.33.5
- transitivePeerDependencies:
- - '@babel/core'
- - babel-plugin-macros
-
next@15.3.0(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.80.4):
dependencies:
'@next/env': 15.3.0
@@ -37191,26 +36841,12 @@ snapshots:
outdent@0.5.0: {}
- ox@0.6.7(typescript@5.8.3)(zod@3.23.8):
- dependencies:
- '@adraffy/ens-normalize': 1.10.1
- '@noble/curves': 1.9.0
- '@noble/hashes': 1.8.0
- '@scure/bip32': 1.7.0
- '@scure/bip39': 1.6.0
- abitype: 1.0.8(typescript@5.8.3)(zod@3.23.8)
- eventemitter3: 5.0.1
- optionalDependencies:
- typescript: 5.8.3
- transitivePeerDependencies:
- - zod
-
ox@0.6.9(typescript@5.8.3)(zod@3.23.8):
dependencies:
'@adraffy/ens-normalize': 1.10.1
'@noble/curves': 1.9.0
'@noble/hashes': 1.8.0
- '@scure/bip32': 1.6.2
+ '@scure/bip32': 1.7.0
'@scure/bip39': 1.6.0
abitype: 1.0.8(typescript@5.8.3)(zod@3.23.8)
eventemitter3: 5.0.1
@@ -37526,6 +37162,22 @@ snapshots:
dependencies:
split2: 4.2.0
+ pino-pretty@13.1.1:
+ dependencies:
+ colorette: 2.0.20
+ dateformat: 4.6.3
+ fast-copy: 3.0.2
+ fast-safe-stringify: 2.1.1
+ help-me: 5.0.0
+ joycon: 3.1.1
+ minimist: 1.2.8
+ on-exit-leak-free: 2.1.2
+ pino-abstract-transport: 2.0.0
+ pump: 3.0.2
+ secure-json-parse: 4.0.0
+ sonic-boom: 4.2.0
+ strip-json-comments: 5.0.3
+
pino-std-serializers@4.0.0: {}
pino-std-serializers@7.0.0: {}
@@ -37580,7 +37232,7 @@ snapshots:
exsolve: 1.0.5
pathe: 2.0.3
- plasmo@0.88.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ plasmo@0.88.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@expo/spawn-async': 1.7.2
'@parcel/core': 2.9.3
@@ -37588,7 +37240,7 @@ snapshots:
'@parcel/package-manager': 2.9.3(@parcel/core@2.9.3)
'@parcel/watcher': 2.2.0
'@plasmohq/init': 0.7.0
- '@plasmohq/parcel-config': 0.41.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.2.2)
+ '@plasmohq/parcel-config': 0.41.0(@swc/core@1.7.26(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(lodash@4.17.21)(postcss@8.4.47)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.2.2)
'@plasmohq/parcel-core': 0.1.8
buffer: 6.0.3
chalk: 5.3.0
@@ -37994,10 +37646,6 @@ snapshots:
pvutils@1.1.3: {}
- qrcode.react@3.2.0(react@18.3.1):
- dependencies:
- react: 18.3.1
-
qrcode.react@3.2.0(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38082,94 +37730,94 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-aria-components@1.3.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-aria-components@1.3.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@internationalized/date': 3.5.5
'@internationalized/string': 3.2.3
- '@react-aria/collections': 3.0.0-alpha.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/color': 3.0.0-rc.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/dnd': 3.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/toolbar': 3.0.0-beta.8(react@18.3.1)
- '@react-aria/tree': 3.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/virtualizer': 4.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-stately/color': 3.7.2(react@18.3.1)
- '@react-stately/layout': 4.0.2(react@18.3.1)
- '@react-stately/menu': 3.8.2(react@18.3.1)
- '@react-stately/table': 3.12.2(react@18.3.1)
- '@react-stately/utils': 3.10.3(react@18.3.1)
- '@react-stately/virtualizer': 4.0.2(react@18.3.1)
- '@react-types/color': 3.0.0-rc.1(react@18.3.1)
- '@react-types/form': 3.7.6(react@18.3.1)
- '@react-types/grid': 3.2.8(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- '@react-types/table': 3.10.1(react@18.3.1)
+ '@react-aria/collections': 3.0.0-alpha.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/color': 3.0.0-rc.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dnd': 3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/menu': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/toolbar': 3.0.0-beta.8(react@19.1.0)
+ '@react-aria/tree': 3.0.0-alpha.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/virtualizer': 4.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/color': 3.7.2(react@19.1.0)
+ '@react-stately/layout': 4.0.2(react@19.1.0)
+ '@react-stately/menu': 3.8.2(react@19.1.0)
+ '@react-stately/table': 3.12.2(react@19.1.0)
+ '@react-stately/utils': 3.10.3(react@19.1.0)
+ '@react-stately/virtualizer': 4.0.2(react@19.1.0)
+ '@react-types/color': 3.0.0-rc.1(react@19.1.0)
+ '@react-types/form': 3.7.6(react@19.1.0)
+ '@react-types/grid': 3.2.8(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ '@react-types/table': 3.10.1(react@19.1.0)
'@swc/helpers': 0.5.3
client-only: 0.0.1
- react: 18.3.1
- react-aria: 3.34.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react-dom: 18.3.1(react@18.3.1)
- react-stately: 3.32.2(react@18.3.1)
- use-sync-external-store: 1.2.0(react@18.3.1)
+ react: 19.1.0
+ react-aria: 3.34.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-dom: 19.1.0(react@19.1.0)
+ react-stately: 3.32.2(react@19.1.0)
+ use-sync-external-store: 1.2.0(react@19.1.0)
- react-aria@3.34.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-aria@3.34.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@internationalized/string': 3.2.3
- '@react-aria/breadcrumbs': 3.5.16(react@18.3.1)
- '@react-aria/button': 3.9.8(react@18.3.1)
- '@react-aria/calendar': 3.5.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/checkbox': 3.14.6(react@18.3.1)
- '@react-aria/combobox': 3.10.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/datepicker': 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/dialog': 3.5.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/dnd': 3.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/focus': 3.18.2(react@18.3.1)
- '@react-aria/gridlist': 3.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/i18n': 3.12.2(react@18.3.1)
- '@react-aria/interactions': 3.22.2(react@18.3.1)
- '@react-aria/label': 3.7.11(react@18.3.1)
- '@react-aria/link': 3.7.4(react@18.3.1)
- '@react-aria/listbox': 3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/meter': 3.4.16(react@18.3.1)
- '@react-aria/numberfield': 3.11.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/progress': 3.4.16(react@18.3.1)
- '@react-aria/radio': 3.10.7(react@18.3.1)
- '@react-aria/searchfield': 3.7.8(react@18.3.1)
- '@react-aria/select': 3.14.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/separator': 3.4.2(react@18.3.1)
- '@react-aria/slider': 3.7.11(react@18.3.1)
- '@react-aria/ssr': 3.9.5(react@18.3.1)
- '@react-aria/switch': 3.6.7(react@18.3.1)
- '@react-aria/table': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/tabs': 3.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/tag': 3.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@react-aria/textfield': 3.14.8(react@18.3.1)
- '@react-aria/tooltip': 3.7.7(react@18.3.1)
- '@react-aria/utils': 3.25.2(react@18.3.1)
- '@react-aria/visually-hidden': 3.8.15(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@react-aria/breadcrumbs': 3.5.16(react@19.1.0)
+ '@react-aria/button': 3.9.8(react@19.1.0)
+ '@react-aria/calendar': 3.5.11(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/checkbox': 3.14.6(react@19.1.0)
+ '@react-aria/combobox': 3.10.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/datepicker': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dialog': 3.5.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dnd': 3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/focus': 3.18.2(react@19.1.0)
+ '@react-aria/gridlist': 3.9.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.2(react@19.1.0)
+ '@react-aria/interactions': 3.22.2(react@19.1.0)
+ '@react-aria/label': 3.7.11(react@19.1.0)
+ '@react-aria/link': 3.7.4(react@19.1.0)
+ '@react-aria/listbox': 3.13.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/menu': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/meter': 3.4.16(react@19.1.0)
+ '@react-aria/numberfield': 3.11.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.23.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/progress': 3.4.16(react@19.1.0)
+ '@react-aria/radio': 3.10.7(react@19.1.0)
+ '@react-aria/searchfield': 3.7.8(react@19.1.0)
+ '@react-aria/select': 3.14.9(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.19.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/separator': 3.4.2(react@19.1.0)
+ '@react-aria/slider': 3.7.11(react@19.1.0)
+ '@react-aria/ssr': 3.9.5(react@19.1.0)
+ '@react-aria/switch': 3.6.7(react@19.1.0)
+ '@react-aria/table': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tabs': 3.9.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tag': 3.4.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.14.8(react@19.1.0)
+ '@react-aria/tooltip': 3.7.7(react@19.1.0)
+ '@react-aria/utils': 3.25.2(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.15(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
react-children-utilities@2.10.0(react@19.1.0):
dependencies:
react: 19.1.0
- react-colorful@5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-colorful@5.6.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
- react-day-picker@8.7.1(date-fns@2.30.0)(react@18.3.1):
+ react-day-picker@8.7.1(date-fns@2.30.0)(react@19.1.0):
dependencies:
date-fns: 2.30.0
- react: 18.3.1
+ react: 19.1.0
react-day-picker@8.7.1(date-fns@3.6.0)(react@19.1.0):
dependencies:
@@ -38216,28 +37864,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- react-dom@18.2.0(react@18.2.0):
- dependencies:
- loose-envify: 1.4.0
- react: 18.2.0
- scheduler: 0.23.2
-
- react-dom@18.3.1(react@18.3.1):
- dependencies:
- loose-envify: 1.4.0
- react: 18.3.1
- scheduler: 0.23.2
-
react-dom@19.1.0(react@19.1.0):
dependencies:
react: 19.1.0
scheduler: 0.26.0
- react-dom@19.1.1(react@19.1.0):
- dependencies:
- react: 19.1.0
- scheduler: 0.26.0
-
react-easy-emoji@1.8.1(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38245,12 +37876,12 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-element-to-jsx-string@15.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-element-to-jsx-string@15.0.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@base2/pretty-print-object': 1.0.1
is-plain-object: 5.0.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
react-is: 18.1.0
react-error-boundary@5.0.0(react@19.1.0):
@@ -38264,9 +37895,9 @@ snapshots:
dependencies:
react: 19.1.0
- react-hook-form@7.58.1(react@18.3.1):
+ react-hook-form@7.58.1(react@19.1.0):
dependencies:
- react: 18.3.1
+ react: 19.1.0
react-is@16.13.1: {}
@@ -38282,22 +37913,6 @@ snapshots:
react-refresh@0.9.0: {}
- react-remove-scroll-bar@2.3.6(@types/react@19.1.0)(react@18.2.0):
- dependencies:
- react: 18.2.0
- react-style-singleton: 2.2.1(@types/react@19.1.0)(react@18.2.0)
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
- react-remove-scroll-bar@2.3.6(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- react-style-singleton: 2.2.1(@types/react@19.1.0)(react@18.3.1)
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
react-remove-scroll-bar@2.3.6(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38306,14 +37921,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-remove-scroll-bar@2.3.8(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@18.3.1)
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
react-remove-scroll-bar@2.3.8(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38322,28 +37929,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-remove-scroll@2.5.7(@types/react@19.1.0)(react@18.2.0):
- dependencies:
- react: 18.2.0
- react-remove-scroll-bar: 2.3.6(@types/react@19.1.0)(react@18.2.0)
- react-style-singleton: 2.2.1(@types/react@19.1.0)(react@18.2.0)
- tslib: 2.7.0
- use-callback-ref: 1.3.0(@types/react@19.1.0)(react@18.2.0)
- use-sidecar: 1.1.2(@types/react@19.1.0)(react@18.2.0)
- optionalDependencies:
- '@types/react': 19.1.0
-
- react-remove-scroll@2.5.7(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- react-remove-scroll-bar: 2.3.6(@types/react@19.1.0)(react@18.3.1)
- react-style-singleton: 2.2.1(@types/react@19.1.0)(react@18.3.1)
- tslib: 2.7.0
- use-callback-ref: 1.3.0(@types/react@19.1.0)(react@18.3.1)
- use-sidecar: 1.1.2(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
-
react-remove-scroll@2.5.7(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38355,17 +37940,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-remove-scroll@2.6.3(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- react-remove-scroll-bar: 2.3.8(@types/react@19.1.0)(react@18.3.1)
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@18.3.1)
- tslib: 2.8.1
- use-callback-ref: 1.3.3(@types/react@19.1.0)(react@18.3.1)
- use-sidecar: 1.1.3(@types/react@19.1.0)(react@18.3.1)
- optionalDependencies:
- '@types/react': 19.1.0
-
react-remove-scroll@2.6.3(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38383,62 +37957,36 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- react-simple-animate@3.5.3(react-dom@18.3.1(react@18.3.1)):
- dependencies:
- react-dom: 18.3.1(react@18.3.1)
-
react-simple-animate@3.5.3(react-dom@19.1.0(react@19.1.0)):
dependencies:
react-dom: 19.1.0(react@19.1.0)
- react-simple-animate@3.5.3(react-dom@19.1.1(react@19.1.0)):
- dependencies:
- react-dom: 19.1.1(react@19.1.0)
-
- react-stately@3.32.2(react@18.3.1):
- dependencies:
- '@react-stately/calendar': 3.5.4(react@18.3.1)
- '@react-stately/checkbox': 3.6.8(react@18.3.1)
- '@react-stately/collections': 3.10.9(react@18.3.1)
- '@react-stately/combobox': 3.9.2(react@18.3.1)
- '@react-stately/data': 3.11.6(react@18.3.1)
- '@react-stately/datepicker': 3.10.2(react@18.3.1)
- '@react-stately/dnd': 3.4.2(react@18.3.1)
- '@react-stately/form': 3.0.5(react@18.3.1)
- '@react-stately/list': 3.10.8(react@18.3.1)
- '@react-stately/menu': 3.8.2(react@18.3.1)
- '@react-stately/numberfield': 3.9.6(react@18.3.1)
- '@react-stately/overlays': 3.6.10(react@18.3.1)
- '@react-stately/radio': 3.10.7(react@18.3.1)
- '@react-stately/searchfield': 3.5.6(react@18.3.1)
- '@react-stately/select': 3.6.7(react@18.3.1)
- '@react-stately/selection': 3.16.2(react@18.3.1)
- '@react-stately/slider': 3.5.7(react@18.3.1)
- '@react-stately/table': 3.12.2(react@18.3.1)
- '@react-stately/tabs': 3.6.9(react@18.3.1)
- '@react-stately/toggle': 3.7.7(react@18.3.1)
- '@react-stately/tooltip': 3.4.12(react@18.3.1)
- '@react-stately/tree': 3.8.4(react@18.3.1)
- '@react-types/shared': 3.24.1(react@18.3.1)
- react: 18.3.1
-
- react-style-singleton@2.2.1(@types/react@19.1.0)(react@18.2.0):
- dependencies:
- get-nonce: 1.0.1
- invariant: 2.2.4
- react: 18.2.0
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
- react-style-singleton@2.2.1(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- get-nonce: 1.0.1
- invariant: 2.2.4
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
+ react-stately@3.32.2(react@19.1.0):
+ dependencies:
+ '@react-stately/calendar': 3.5.4(react@19.1.0)
+ '@react-stately/checkbox': 3.6.8(react@19.1.0)
+ '@react-stately/collections': 3.10.9(react@19.1.0)
+ '@react-stately/combobox': 3.9.2(react@19.1.0)
+ '@react-stately/data': 3.11.6(react@19.1.0)
+ '@react-stately/datepicker': 3.10.2(react@19.1.0)
+ '@react-stately/dnd': 3.4.2(react@19.1.0)
+ '@react-stately/form': 3.0.5(react@19.1.0)
+ '@react-stately/list': 3.10.8(react@19.1.0)
+ '@react-stately/menu': 3.8.2(react@19.1.0)
+ '@react-stately/numberfield': 3.9.6(react@19.1.0)
+ '@react-stately/overlays': 3.6.10(react@19.1.0)
+ '@react-stately/radio': 3.10.7(react@19.1.0)
+ '@react-stately/searchfield': 3.5.6(react@19.1.0)
+ '@react-stately/select': 3.6.7(react@19.1.0)
+ '@react-stately/selection': 3.16.2(react@19.1.0)
+ '@react-stately/slider': 3.5.7(react@19.1.0)
+ '@react-stately/table': 3.12.2(react@19.1.0)
+ '@react-stately/tabs': 3.6.9(react@19.1.0)
+ '@react-stately/toggle': 3.7.7(react@19.1.0)
+ '@react-stately/tooltip': 3.4.12(react@19.1.0)
+ '@react-stately/tree': 3.8.4(react@19.1.0)
+ '@react-types/shared': 3.24.1(react@19.1.0)
+ react: 19.1.0
react-style-singleton@2.2.1(@types/react@19.1.0)(react@19.1.0):
dependencies:
@@ -38449,14 +37997,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-style-singleton@2.2.3(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- get-nonce: 1.0.1
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
react-style-singleton@2.2.3(@types/react@19.1.0)(react@19.1.0):
dependencies:
get-nonce: 1.0.1
@@ -38465,10 +38005,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- react-swipeable@7.0.2(react@18.3.1):
- dependencies:
- react: 18.3.1
-
react-swipeable@7.0.2(react@19.1.0):
dependencies:
react: 19.1.0
@@ -38478,26 +38014,12 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- react-use-measure@2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
- dependencies:
- react: 18.3.1
- optionalDependencies:
- react-dom: 18.3.1(react@18.3.1)
-
react-use-measure@2.1.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
react: 19.1.0
optionalDependencies:
react-dom: 19.1.0(react@19.1.0)
- react@18.2.0:
- dependencies:
- loose-envify: 1.4.0
-
- react@18.3.1:
- dependencies:
- loose-envify: 1.4.0
-
react@19.1.0: {}
read-cache@1.0.0:
@@ -40003,16 +39525,12 @@ snapshots:
sass@1.80.4:
dependencies:
'@parcel/watcher': 2.4.1
- chokidar: 4.0.1
+ chokidar: 4.0.3
immutable: 4.3.7
source-map-js: 1.2.1
sax@1.2.4: {}
- scheduler@0.23.2:
- dependencies:
- loose-envify: 1.4.0
-
scheduler@0.26.0: {}
scuid@1.1.0: {}
@@ -40024,6 +39542,8 @@ snapshots:
extend-shallow: 2.0.1
kind-of: 6.0.3
+ secure-json-parse@4.0.0: {}
+
semver-compare@1.0.0:
optional: true
@@ -40315,6 +39835,17 @@ snapshots:
- supports-color
- utf-8-validate
+ socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10):
+ dependencies:
+ '@socket.io/component-emitter': 3.1.2
+ debug: 4.3.7(supports-color@5.5.0)
+ engine.io-client: 6.6.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ socket.io-parser: 4.2.4
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+
socket.io-parser@4.2.4:
dependencies:
'@socket.io/component-emitter': 3.1.2
@@ -40598,6 +40129,8 @@ snapshots:
strip-json-comments@5.0.1: {}
+ strip-json-comments@5.0.3: {}
+
strip-literal@2.1.1:
dependencies:
js-tokens: 9.0.1
@@ -40629,7 +40162,7 @@ snapshots:
styled-components@5.3.11(@babel/core@7.27.1)(react-dom@19.1.0(react@19.1.0))(react-is@18.1.0)(react@19.1.0):
dependencies:
- '@babel/helper-module-imports': 7.24.7(supports-color@5.5.0)
+ '@babel/helper-module-imports': 7.27.1(supports-color@5.5.0)
'@babel/traverse': 7.27.1(supports-color@5.5.0)
'@emotion/is-prop-valid': 1.3.1
'@emotion/stylis': 0.8.5
@@ -40652,11 +40185,6 @@ snapshots:
optionalDependencies:
'@babel/core': 7.27.1
- styled-jsx@5.1.6(react@18.3.1):
- dependencies:
- client-only: 0.0.1
- react: 18.3.1
-
stylis@4.2.0: {}
sucrase@3.35.0:
@@ -40703,7 +40231,7 @@ snapshots:
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
acorn: 8.14.1
- aria-query: 5.3.0
+ aria-query: 5.3.2
axobject-query: 3.2.4
code-red: 1.0.4
css-tree: 2.3.1
@@ -40995,13 +40523,13 @@ snapshots:
dependencies:
'@types/json5': 0.0.29
json5: 1.0.2
- minimist: 1.2.7
+ minimist: 1.2.8
strip-bom: 3.0.0
tsconfig-paths@4.2.0:
dependencies:
json5: 2.2.3
- minimist: 1.2.7
+ minimist: 1.2.8
strip-bom: 3.0.0
tslib@1.14.1: {}
@@ -41148,7 +40676,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
for-each: 0.3.3
- is-typed-array: 1.1.10
+ is-typed-array: 1.1.13
typed-array-length@1.0.6:
dependencies:
@@ -41247,7 +40775,7 @@ snapshots:
dependencies:
'@types/text-table': 0.2.5
camelcase: 7.0.1
- chalk: 5.3.0
+ chalk: 5.6.0
chokidar: 3.6.0
fault: 2.0.1
json5: 2.2.3
@@ -41614,20 +41142,6 @@ snapshots:
urlpattern-polyfill@8.0.2: {}
- use-callback-ref@1.3.0(@types/react@19.1.0)(react@18.2.0):
- dependencies:
- react: 18.2.0
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
- use-callback-ref@1.3.0(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
use-callback-ref@1.3.0(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -41635,13 +41149,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- use-callback-ref@1.3.3(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
use-callback-ref@1.3.3(@types/react@19.1.0)(react@19.1.0):
dependencies:
react: 19.1.0
@@ -41649,34 +41156,12 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- use-deep-compare-effect@1.8.1(react@18.3.1):
- dependencies:
- '@babel/runtime': 7.27.1
- dequal: 2.0.3
- react: 18.3.1
-
use-deep-compare-effect@1.8.1(react@19.1.0):
dependencies:
'@babel/runtime': 7.27.1
dequal: 2.0.3
react: 19.1.0
- use-sidecar@1.1.2(@types/react@19.1.0)(react@18.2.0):
- dependencies:
- detect-node-es: 1.1.0
- react: 18.2.0
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
- use-sidecar@1.1.2(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- detect-node-es: 1.1.0
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
use-sidecar@1.1.2(@types/react@19.1.0)(react@19.1.0):
dependencies:
detect-node-es: 1.1.0
@@ -41685,14 +41170,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- use-sidecar@1.1.3(@types/react@19.1.0)(react@18.3.1):
- dependencies:
- detect-node-es: 1.1.0
- react: 18.3.1
- tslib: 2.8.1
- optionalDependencies:
- '@types/react': 19.1.0
-
use-sidecar@1.1.3(@types/react@19.1.0)(react@19.1.0):
dependencies:
detect-node-es: 1.1.0
@@ -41701,10 +41178,6 @@ snapshots:
optionalDependencies:
'@types/react': 19.1.0
- use-sync-external-store@1.2.0(react@18.3.1):
- dependencies:
- react: 18.3.1
-
use-sync-external-store@1.2.0(react@19.1.0):
dependencies:
react: 19.1.0
@@ -41742,8 +41215,8 @@ snapshots:
inherits: 2.0.4
is-arguments: 1.1.1
is-generator-function: 1.0.10
- is-typed-array: 1.1.10
- which-typed-array: 1.1.9
+ is-typed-array: 1.1.13
+ which-typed-array: 1.1.15
utility-types@3.11.0: {}
@@ -41838,16 +41311,16 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- viem@2.23.2(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8):
+ viem@2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8):
dependencies:
- '@noble/curves': 1.8.1
- '@noble/hashes': 1.7.1
+ '@noble/curves': 1.8.2
+ '@noble/hashes': 1.7.2
'@scure/bip32': 1.6.2
'@scure/bip39': 1.5.4
abitype: 1.0.8(typescript@5.8.3)(zod@3.23.8)
- isows: 1.0.6(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))
- ox: 0.6.7(typescript@5.8.3)(zod@3.23.8)
- ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.3)
+ isows: 1.0.6(ws@8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3))
+ ox: 0.6.9(typescript@5.8.3)(zod@3.23.8)
+ ws: 8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3)
optionalDependencies:
typescript: 5.8.3
transitivePeerDependencies:
@@ -41855,16 +41328,16 @@ snapshots:
- utf-8-validate
- zod
- viem@2.29.1(bufferutil@4.0.8)(typescript@5.8.3)(utf-8-validate@6.0.3)(zod@3.23.8):
+ viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8):
dependencies:
'@noble/curves': 1.8.2
'@noble/hashes': 1.7.2
'@scure/bip32': 1.6.2
'@scure/bip39': 1.5.4
abitype: 1.0.8(typescript@5.8.3)(zod@3.23.8)
- isows: 1.0.6(ws@8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3))
+ isows: 1.0.6(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10))
ox: 0.6.9(typescript@5.8.3)(zod@3.23.8)
- ws: 8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3)
+ ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)
optionalDependencies:
typescript: 5.8.3
transitivePeerDependencies:
@@ -42041,6 +41514,82 @@ snapshots:
- utf-8-validate
- zod
+ wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.66.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8):
+ dependencies:
+ '@tanstack/react-query': 5.66.0(react@19.1.0)
+ '@wagmi/connectors': 5.8.1(@types/react@19.1.0)(@wagmi/core@2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)))(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+ '@wagmi/core': 2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))
+ react: 19.1.0
+ use-sync-external-store: 1.4.0(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ optionalDependencies:
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@tanstack/query-core'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - immer
+ - ioredis
+ - supports-color
+ - uploadthing
+ - utf-8-validate
+ - zod
+
+ wagmi@2.15.2(@tanstack/query-core@5.89.0)(@tanstack/react-query@5.89.0(react@19.1.0))(@types/react@19.1.0)(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8):
+ dependencies:
+ '@tanstack/react-query': 5.89.0(react@19.1.0)
+ '@wagmi/connectors': 5.8.1(@types/react@19.1.0)(@wagmi/core@2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)))(bufferutil@4.0.9)(react@19.1.0)(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))(zod@3.23.8)
+ '@wagmi/core': 2.17.1(@tanstack/query-core@5.89.0)(@types/react@19.1.0)(react@19.1.0)(typescript@5.8.3)(use-sync-external-store@1.4.0(react@19.1.0))(viem@2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8))
+ react: 19.1.0
+ use-sync-external-store: 1.4.0(react@19.1.0)
+ viem: 2.29.1(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.23.8)
+ optionalDependencies:
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@react-native-async-storage/async-storage'
+ - '@tanstack/query-core'
+ - '@types/react'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bufferutil
+ - db0
+ - encoding
+ - immer
+ - ioredis
+ - supports-color
+ - uploadthing
+ - utf-8-validate
+ - zod
+
walk-up-path@3.0.1: {}
watchpack@2.4.2:
@@ -42194,7 +41743,7 @@ snapshots:
available-typed-arrays: 1.0.7
call-bind: 1.0.7
for-each: 0.3.3
- gopd: 1.0.1
+ gopd: 1.2.0
has-tostringtag: 1.0.2
which-typed-array@1.1.9:
@@ -42204,7 +41753,7 @@ snapshots:
for-each: 0.3.3
gopd: 1.0.1
has-tostringtag: 1.0.0
- is-typed-array: 1.1.10
+ is-typed-array: 1.1.13
which@1.2.4:
dependencies:
@@ -42298,11 +41847,6 @@ snapshots:
bufferutil: 4.0.9
utf-8-validate: 6.0.3
- ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.3):
- optionalDependencies:
- bufferutil: 4.0.8
- utf-8-validate: 6.0.3
-
ws@8.18.1(bufferutil@4.0.8)(utf-8-validate@6.0.3):
optionalDependencies:
bufferutil: 4.0.8
@@ -42494,11 +42038,11 @@ snapshots:
zod@3.23.8: {}
- zustand@4.3.7(react@18.3.1):
+ zustand@4.3.7(react@19.1.0):
dependencies:
- use-sync-external-store: 1.2.0(react@18.3.1)
+ use-sync-external-store: 1.2.0(react@19.1.0)
optionalDependencies:
- react: 18.3.1
+ react: 19.1.0
zustand@5.0.0(@types/react@19.1.0)(react@19.1.0)(use-sync-external-store@1.4.0(react@19.1.0)):
optionalDependencies:
diff --git a/tsconfig.base.json b/tsconfig.base.json
index 4d579f690..8ec95bc19 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -45,7 +45,9 @@
"@status-im/wallet": ["./packages/wallet/src"],
"@status-im/wallet/*": ["./packages/wallet/src/*"],
"@status-im/status-js": ["./packages/status-js/src"],
- "@status-im/status-js/*": ["./packages/status-js/src/*"]
+ "@status-im/status-js/*": ["./packages/status-js/src/*"],
+ "@status-im/status-network": ["./packages/status-network/src"],
+ "@status-im/status-network/*": ["./packages/status-network/src/*"]
// "@status-im/eslint-config": ["./packages/eslint-config/src"],
// "@status-im/eslint-config/*": ["./packages/eslint-config/src/*"]
}