diff --git a/apps/guide/.env.development b/apps/guide/.env.development
new file mode 100644
index 000000000..0333ed821
--- /dev/null
+++ b/apps/guide/.env.development
@@ -0,0 +1 @@
+NEXT_PUBLIC_LOCAL_DEV=true
diff --git a/apps/guide/.gitignore b/apps/guide/.gitignore
new file mode 100644
index 000000000..d31ff24c5
--- /dev/null
+++ b/apps/guide/.gitignore
@@ -0,0 +1,25 @@
+# Packages
+node_modules
+
+# Log files
+logs
+*.log
+npm-debug.log*
+
+# Runtime data
+pids
+*.pid
+*.seed
+
+# Env
+.env
+.env*.local
+
+# Dist
+.next
+.source
+
+# Miscellaneous
+.tmp
+.vscode
+.vercel
diff --git a/apps/guide/.lintstagedrc.cjs b/apps/guide/.lintstagedrc.cjs
new file mode 100644
index 000000000..c46f610c8
--- /dev/null
+++ b/apps/guide/.lintstagedrc.cjs
@@ -0,0 +1,2 @@
+/** @type {import('lint-staged').Config} */
+module.exports = require('../../.lintstagedrc.json');
diff --git a/apps/guide/.prettierignore b/apps/guide/.prettierignore
new file mode 100644
index 000000000..463a56e06
--- /dev/null
+++ b/apps/guide/.prettierignore
@@ -0,0 +1,8 @@
+.next
+.turbo
+.vscode
+coverage
+src/assets/readme
+src/styles/unocss.css
+next-env.d.ts
+.source
diff --git a/apps/guide/.prettierrc.cjs b/apps/guide/.prettierrc.cjs
new file mode 100644
index 000000000..e6c4297e0
--- /dev/null
+++ b/apps/guide/.prettierrc.cjs
@@ -0,0 +1,6 @@
+/** @type {import('prettier').Config} */
+module.exports = {
+ ...require('../../.prettierrc.json'),
+ plugins: ['prettier-plugin-tailwindcss'],
+ tailwindFunctions: ['cva', 'cx'],
+};
diff --git a/apps/guide/LICENSE b/apps/guide/LICENSE
new file mode 100644
index 000000000..e2822e9d8
--- /dev/null
+++ b/apps/guide/LICENSE
@@ -0,0 +1,190 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ Copyright 2022 Noel Buechler
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/apps/guide/README.md b/apps/guide/README.md
new file mode 100644
index 000000000..dc924c891
--- /dev/null
+++ b/apps/guide/README.md
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Links
+
+- [Website][website] ([source][website-source])
+- [Documentation][documentation]
+- [Guide][guide] ([source][guide-source])
+ Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library.
+- [discord.js Discord server][discord]
+- [Discord API Discord server][discord-api]
+- [GitHub][source]
+- [Related libraries][related-libs]
+
+## Contributing
+
+Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
+[documentation][documentation].
+See [the contribution guide][contributing] if you'd like to submit a PR.
+
+## Help
+
+If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
+
+[website]: https://discord.js.org
+[website-source]: https://github.com/discordjs/discord.js/tree/main/apps/website
+[documentation]: https://discord.js.org/docs
+[guide]: https://discordjs.guide/
+[guide-source]: https://github.com/discordjs/guide
+[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
+[discord]: https://discord.gg/djs
+[discord-api]: https://discord.gg/discord-api
+[source]: https://github.com/discordjs/discord.js/tree/main/apps/website
+[related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
+[contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
diff --git a/apps/guide/content/docs/index.mdx b/apps/guide/content/docs/index.mdx
new file mode 100644
index 000000000..671152ab7
--- /dev/null
+++ b/apps/guide/content/docs/index.mdx
@@ -0,0 +1,7 @@
+---
+title: Hello World
+---
+
+## Introduction
+
+I love Anime.
diff --git a/apps/guide/next-env.d.ts b/apps/guide/next-env.d.ts
new file mode 100644
index 000000000..1b3be0840
--- /dev/null
+++ b/apps/guide/next-env.d.ts
@@ -0,0 +1,5 @@
+///
+///
+
+// NOTE: This file should not be edited
+// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/apps/guide/next.config.ts b/apps/guide/next.config.ts
new file mode 100644
index 000000000..9d0ba35a5
--- /dev/null
+++ b/apps/guide/next.config.ts
@@ -0,0 +1,38 @@
+import { createMDX } from 'fumadocs-mdx/next';
+import type { NextConfig } from 'next';
+
+const withMDX = createMDX();
+
+export default withMDX({
+ reactStrictMode: true,
+ serverExternalPackages: ['typescript', 'twoslash'],
+ images: {
+ dangerouslyAllowSVG: true,
+ contentDispositionType: 'attachment',
+ contentSecurityPolicy: "default-src 'self'; frame-src 'none'; sandbox;",
+ remotePatterns: [
+ {
+ protocol: 'http',
+ hostname: 'localhost',
+ },
+ ],
+ },
+ poweredByHeader: false,
+ logging: {
+ fetches: {
+ fullUrl: true,
+ },
+ },
+ experimental: {
+ ppr: true,
+ reactCompiler: true,
+ useCache: true,
+ dynamicOnHover: true,
+ },
+ eslint: {
+ ignoreDuringBuilds: true,
+ },
+ typescript: {
+ ignoreBuildErrors: true,
+ },
+} satisfies NextConfig);
diff --git a/apps/guide/package.json b/apps/guide/package.json
new file mode 100644
index 000000000..5b2fad42c
--- /dev/null
+++ b/apps/guide/package.json
@@ -0,0 +1,109 @@
+{
+ "$schema": "https://json.schemastore.org/package.json",
+ "name": "@discordjs/guide",
+ "version": "0.1.0",
+ "description": "Imagine a bot... the most popular way to build discord bots",
+ "private": true,
+ "scripts": {
+ "build:check": "tsc --noEmit",
+ "build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod",
+ "build:prod": "pnpm run build:next",
+ "build:next": "next build",
+ "preview": "next start",
+ "dev": "next dev -p 3001 --turbopack",
+ "lint": "pnpm run build:check && prettier --check . && cross-env TIMING=1 eslint --format=pretty src ",
+ "format": "pnpm run build:check && prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src ",
+ "fmt": "pnpm run format",
+ "postinstall": "fumadocs-mdx"
+ },
+ "type": "module",
+ "directories": {
+ "lib": "src"
+ },
+ "contributors": [
+ "Crawl "
+ ],
+ "license": "Apache-2.0",
+ "keywords": [
+ "discord",
+ "api",
+ "bot",
+ "client",
+ "node",
+ "discordapp",
+ "discordjs"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/discordjs/discord.js.git",
+ "directory": "apps/website"
+ },
+ "bugs": {
+ "url": "https://github.com/discordjs/discord.js/issues"
+ },
+ "homepage": "https://discord.js.org",
+ "funding": "https://github.com/discordjs/discord.js?sponsor",
+ "dependencies": {
+ "@react-icons/all-files": "^4.1.0",
+ "@vercel/analytics": "^1.5.0",
+ "cmdk": "^1.1.1",
+ "cva": "1.0.0-beta.3",
+ "fumadocs-core": "^15.2.11",
+ "fumadocs-mdx": "^11.6.1",
+ "fumadocs-twoslash": "^3.1.1",
+ "fumadocs-ui": "^15.2.11",
+ "geist": "^1.3.1",
+ "immer": "^10.1.1",
+ "jotai": "^2.12.3",
+ "jotai-immer": "^0.4.1",
+ "lucide-react": "^0.503.0",
+ "motion": "^12.9.2",
+ "next": "15.4.0-canary.11",
+ "next-mdx-remote-client": "^2.1.1",
+ "next-themes": "^0.4.6",
+ "nuqs": "^2.4.3",
+ "react": "^19.1.0",
+ "react-aria": "^3.39.0",
+ "react-aria-components": "^1.8.0",
+ "react-dom": "^19.1.0",
+ "react-error-boundary": "^5.0.0",
+ "sharp": "^0.34.1",
+ "tailwind-merge": "^3.1.0",
+ "tw-animate-css": "^1.2.8",
+ "twoslash": "^0.3.1",
+ "usehooks-ts": "^3.1.1"
+ },
+ "devDependencies": {
+ "@next/env": "^15.2.4",
+ "@shikijs/rehype": "^3.2.1",
+ "@tailwindcss/postcss": "^4.1.3",
+ "@tailwindcss/typography": "^0.5.16",
+ "@tailwindcss/vite": "^4.1.4",
+ "@types/mdx": "^2.0.13",
+ "@types/node": "^22.15.2",
+ "@types/react": "^19.1.2",
+ "@types/react-dom": "^19.1.2",
+ "autoprefixer": "^10.4.21",
+ "babel-plugin-react-compiler": "19.1.0-rc.1",
+ "cpy-cli": "^5.0.0",
+ "cross-env": "^7.0.3",
+ "eslint": "^9.25.1",
+ "eslint-config-neon": "^0.2.7",
+ "eslint-formatter-pretty": "^6.0.1",
+ "git-describe": "^4.1.1",
+ "postcss": "^8.5.3",
+ "prettier": "^3.5.3",
+ "prettier-plugin-tailwindcss": "^0.6.11",
+ "remark-gfm": "^4.0.1",
+ "remark-rehype": "^11.1.2",
+ "shiki": "^3.2.1",
+ "tailwindcss": "^4.1.4",
+ "tailwindcss-react-aria-components": "^2.0.0",
+ "turbo": "^2.5.2",
+ "typescript": "^5.8.2",
+ "vercel": "^41.4.1"
+ },
+ "engines": {
+ "node": ">=22.12.0"
+ }
+}
diff --git a/apps/guide/postcss.config.js b/apps/guide/postcss.config.js
new file mode 100644
index 000000000..1970487b5
--- /dev/null
+++ b/apps/guide/postcss.config.js
@@ -0,0 +1,5 @@
+export default {
+ plugins: {
+ '@tailwindcss/postcss': {},
+ },
+};
diff --git a/apps/guide/public/.gitkeep b/apps/guide/public/.gitkeep
new file mode 100644
index 000000000..e69de29bb
diff --git a/apps/guide/source.config.ts b/apps/guide/source.config.ts
new file mode 100644
index 000000000..6a6effb9a
--- /dev/null
+++ b/apps/guide/source.config.ts
@@ -0,0 +1,24 @@
+import { rehypeCodeDefaultOptions } from 'fumadocs-core/mdx-plugins';
+import { defineConfig, defineDocs } from 'fumadocs-mdx/config';
+import { transformerTwoslash } from 'fumadocs-twoslash';
+import { createFileSystemTypesCache } from 'fumadocs-twoslash/cache-fs';
+
+export const docs = defineDocs({
+ dir: 'content/docs',
+});
+
+transformerTwoslash({
+ typesCache: createFileSystemTypesCache(),
+});
+
+export default defineConfig({
+ mdxOptions: {
+ rehypeCodeOptions: {
+ themes: {
+ light: 'github-light',
+ dark: 'github-dark',
+ },
+ transformers: [...(rehypeCodeDefaultOptions.transformers ?? []), transformerTwoslash()],
+ },
+ },
+});
diff --git a/apps/guide/src/app/api/search/route.ts b/apps/guide/src/app/api/search/route.ts
new file mode 100644
index 000000000..6f738448e
--- /dev/null
+++ b/apps/guide/src/app/api/search/route.ts
@@ -0,0 +1,4 @@
+import { createFromSource } from 'fumadocs-core/search/server';
+import { source } from '@/lib/source';
+
+export const { GET } = createFromSource(source);
diff --git a/apps/guide/src/app/docs-og/[...slug]/route.tsx b/apps/guide/src/app/docs-og/[...slug]/route.tsx
new file mode 100644
index 000000000..f09477324
--- /dev/null
+++ b/apps/guide/src/app/docs-og/[...slug]/route.tsx
@@ -0,0 +1,36 @@
+import { generateOGImage } from 'fumadocs-ui/og';
+import { notFound } from 'next/navigation';
+import { source } from '@/lib/source';
+
+export function generateStaticParams() {
+ return source.generateParams().map((page) => ({
+ ...page,
+ slug: [...page.slug, 'image.png'],
+ }));
+}
+
+export async function GET(_req: Request, { params }: { params: Promise<{ slug: string[] }> }) {
+ const { slug } = await params;
+ const page = source.getPage(slug.slice(0, -1));
+ // const fontData = await fetch(new URL('../../../assets/Geist-Regular.ttf', import.meta.url), {
+ // next: { revalidate: 604_800 },
+ // }).then(async (res) => res.arrayBuffer());
+
+ if (!page) {
+ notFound();
+ }
+
+ return generateOGImage({
+ title: page.data.title,
+ description: page.data.description,
+ site: 'discord.js Guide',
+ // fonts: [
+ // {
+ // name: 'Geist',
+ // data: fontData,
+ // weight: 900,
+ // style: 'normal',
+ // },
+ // ],
+ });
+}
diff --git a/apps/guide/src/app/guide/[[...slug]]/page.tsx b/apps/guide/src/app/guide/[[...slug]]/page.tsx
new file mode 100644
index 000000000..27c566e85
--- /dev/null
+++ b/apps/guide/src/app/guide/[[...slug]]/page.tsx
@@ -0,0 +1,53 @@
+import { DocsBody, DocsDescription, DocsPage, DocsTitle } from 'fumadocs-ui/page';
+import type { Metadata } from 'next';
+import { notFound } from 'next/navigation';
+import { source } from '@/lib/source';
+import { getMDXComponents } from '@/mdx-components';
+
+export async function generateStaticParams() {
+ return source.generateParams();
+}
+
+export async function generateMetadata(props: { params: Promise<{ slug?: string[] }> }) {
+ const params = await props.params;
+ const page = source.getPage(params.slug);
+
+ if (!page) {
+ notFound();
+ }
+
+ const image = ['/docs-og', ...(params.slug ?? []), 'image.png'].join('/');
+ return {
+ title: page.data.title,
+ description: page.data.description,
+ openGraph: {
+ images: image,
+ },
+ twitter: {
+ card: 'summary_large_image',
+ images: image,
+ },
+ } satisfies Metadata;
+}
+
+export default async function Page(props: { readonly params: Promise<{ slug?: string[] }> }) {
+ const params = await props.params;
+ const page = source.getPage(params.slug);
+
+ if (!page) {
+ notFound();
+ }
+
+ const MDX = page.data.body;
+
+ return (
+
+ {page.data.title}
+ {page.data.description}
+
+ {/* eslint-disable-next-line @stylistic/jsx/jsx-pascal-case */}
+
+
+
+ );
+}
diff --git a/apps/guide/src/app/guide/layout.tsx b/apps/guide/src/app/guide/layout.tsx
new file mode 100644
index 000000000..f18382d5a
--- /dev/null
+++ b/apps/guide/src/app/guide/layout.tsx
@@ -0,0 +1,12 @@
+import { DocsLayout } from 'fumadocs-ui/layouts/docs';
+import type { ReactNode } from 'react';
+import { baseOptions } from '@/app/layout.config';
+import { source } from '@/lib/source';
+
+export default function Layout({ children }: { readonly children: ReactNode }) {
+ return (
+
+ {children}
+
+ );
+}
diff --git a/apps/guide/src/app/layout.config.tsx b/apps/guide/src/app/layout.config.tsx
new file mode 100644
index 000000000..d65e44482
--- /dev/null
+++ b/apps/guide/src/app/layout.config.tsx
@@ -0,0 +1,7 @@
+import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
+
+export const baseOptions: BaseLayoutProps = {
+ nav: {
+ title: 'discord.js Guide',
+ },
+};
diff --git a/apps/guide/src/app/layout.tsx b/apps/guide/src/app/layout.tsx
new file mode 100644
index 000000000..9b6bbbc14
--- /dev/null
+++ b/apps/guide/src/app/layout.tsx
@@ -0,0 +1,81 @@
+import { Analytics } from '@vercel/analytics/react';
+import { RootProvider } from 'fumadocs-ui/provider';
+import { GeistMono } from 'geist/font/mono';
+import { GeistSans } from 'geist/font/sans';
+import type { Metadata, Viewport } from 'next';
+import type { PropsWithChildren } from 'react';
+import { ENV } from '@/util/env';
+
+import '@/styles/base.css';
+
+export const viewport: Viewport = {
+ themeColor: [
+ { media: '(prefers-color-scheme: light)', color: '#fbfbfb' },
+ { media: '(prefers-color-scheme: dark)', color: '#1a1a1e' },
+ ],
+ colorScheme: 'light dark',
+};
+
+export const metadata: Metadata = {
+ metadataBase: new URL(ENV.IS_LOCAL_DEV ? `http://localhost:${ENV.PORT}` : 'https://discord.js.org'),
+ title: {
+ template: '%s | discord.js',
+ default: 'discord.js',
+ },
+ icons: {
+ other: [
+ {
+ url: '/favicon-32x32.png',
+ sizes: '32x32',
+ type: 'image/png',
+ },
+ {
+ url: '/favicon-16x16.png',
+ sizes: '16x16',
+ type: 'image/png',
+ },
+ ],
+ apple: [
+ '/apple-touch-icon.png',
+ {
+ url: '/safari-pinned-tab.svg',
+ rel: 'mask-icon',
+ },
+ ],
+ },
+
+ manifest: '/site.webmanifest',
+
+ appleWebApp: {
+ title: 'discord.js',
+ },
+
+ applicationName: 'discord.js',
+
+ openGraph: {
+ siteName: 'discord.js',
+ type: 'website',
+ title: 'discord.js',
+ images: 'https://discordjs.dev/api/open-graph.png',
+ },
+
+ twitter: {
+ card: 'summary_large_image',
+ creator: '@iCrawlToGo',
+ },
+
+ other: {
+ 'msapplication-TileColor': '#1a1a1e',
+ },
+};
+
+export default async function RootLayout({ children }: PropsWithChildren) {
+ return (
+
+
+ {children}
+
+
+
+ );
+}
diff --git a/apps/guide/src/assets/Geist-Regular.ttf b/apps/guide/src/assets/Geist-Regular.ttf
new file mode 100644
index 000000000..6fdfffa78
Binary files /dev/null and b/apps/guide/src/assets/Geist-Regular.ttf differ
diff --git a/apps/guide/src/assets/powered-by-vercel.svg b/apps/guide/src/assets/powered-by-vercel.svg
new file mode 100644
index 000000000..e8fc8e010
--- /dev/null
+++ b/apps/guide/src/assets/powered-by-vercel.svg
@@ -0,0 +1 @@
+
diff --git a/apps/guide/src/assets/powered-by-workers.png b/apps/guide/src/assets/powered-by-workers.png
new file mode 100644
index 000000000..e9cbbbed6
Binary files /dev/null and b/apps/guide/src/assets/powered-by-workers.png differ
diff --git a/apps/guide/src/lib/source.ts b/apps/guide/src/lib/source.ts
new file mode 100644
index 000000000..4fa42571a
--- /dev/null
+++ b/apps/guide/src/lib/source.ts
@@ -0,0 +1,7 @@
+import { loader } from 'fumadocs-core/source';
+import { docs } from '../../.source';
+
+export const source = loader({
+ baseUrl: '/guide',
+ source: docs.toFumadocsSource(),
+});
diff --git a/apps/guide/src/mdx-components.tsx b/apps/guide/src/mdx-components.tsx
new file mode 100644
index 000000000..be42de4d5
--- /dev/null
+++ b/apps/guide/src/mdx-components.tsx
@@ -0,0 +1,13 @@
+import { Popup, PopupContent, PopupTrigger } from 'fumadocs-twoslash/ui';
+import defaultMdxComponents from 'fumadocs-ui/mdx';
+import type { MDXComponents } from 'mdx/types';
+
+export function getMDXComponents(components?: MDXComponents): MDXComponents {
+ return {
+ ...defaultMdxComponents,
+ Popup,
+ PopupContent,
+ PopupTrigger,
+ ...components,
+ };
+}
diff --git a/apps/guide/src/styles/base.css b/apps/guide/src/styles/base.css
new file mode 100644
index 000000000..922f16783
--- /dev/null
+++ b/apps/guide/src/styles/base.css
@@ -0,0 +1,26 @@
+@import 'tailwindcss';
+@import 'fumadocs-ui/css/neutral.css';
+@import 'fumadocs-ui/css/preset.css';
+@import 'fumadocs-twoslash/twoslash.css';
+
+@import 'tw-animate-css';
+
+@custom-variant dark (&:where(.dark, .dark *));
+
+@theme {
+ --font-sans: var(--font-geist-sans);
+ --font-mono: var(--font-geist-mono);
+}
+
+@layer base {
+ * {
+ font-family: var(--font-roboto);
+ text-rendering: optimizeLegibility;
+
+ scrollbar-width: thin;
+ }
+}
+
+@utility scrollbar-hidden {
+ scrollbar-width: none;
+}
diff --git a/apps/guide/src/util/env.ts b/apps/guide/src/util/env.ts
new file mode 100644
index 000000000..352538d69
--- /dev/null
+++ b/apps/guide/src/util/env.ts
@@ -0,0 +1,5 @@
+export const ENV = {
+ IS_LOCAL_DEV: process.env.VERCEL_ENV === 'development' || process.env.NEXT_PUBLIC_LOCAL_DEV === 'true',
+ IS_PREVIEW: process.env.VERCEL_ENV === 'preview',
+ PORT: process.env.PORT ?? 3_001,
+};
diff --git a/apps/guide/tsconfig.eslint.json b/apps/guide/tsconfig.eslint.json
new file mode 100644
index 000000000..d92a16e50
--- /dev/null
+++ b/apps/guide/tsconfig.eslint.json
@@ -0,0 +1,26 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig.json",
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "allowJs": true
+ },
+ "include": [
+ "*.ts",
+ "*.tsx",
+ "*.js",
+ "*.jsx",
+ "*.cjs",
+ "*.mjs",
+ "src/**/*.ts",
+ "src/**/*.tsx",
+ "src/**/*.js",
+ "src/**/*.jsx",
+ "src/**/*.cjs",
+ "src/**/*.mjs",
+ "bin",
+ "scripts",
+ "__tests__",
+ "__mocks__"
+ ],
+ "exclude": ["node_modules"]
+}
diff --git a/apps/guide/tsconfig.json b/apps/guide/tsconfig.json
new file mode 100644
index 000000000..26be0e319
--- /dev/null
+++ b/apps/guide/tsconfig.json
@@ -0,0 +1,48 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig.json",
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ // Modules
+ "baseUrl": ".",
+
+ // Emit
+ "declaration": false,
+ "declarationMap": false,
+ "noEmit": true,
+ "outDir": "dist",
+
+ // Interop Constraints
+ "esModuleInterop": true,
+ "allowJs": true,
+ "incremental": true,
+ "skipLibCheck": true,
+
+ // Language and Environment
+ "jsx": "preserve",
+ "lib": ["ESNext", "DOM", "DOM.Iterable"],
+
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ],
+
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "include": [
+ "src/**/*.ts",
+ "src/**/*.tsx",
+ "src/**/*.js",
+ "src/**/*.jsx",
+ "src/**/*.cjs",
+ "src/**/*.mjs",
+ "next-env.d.ts",
+ ".next/types/**/*.ts",
+ "vitest.shims.d.ts",
+ "__tests__/**/*.ts",
+ "__tests__/**/*.tsx"
+ ],
+ "exclude": ["node_modules"]
+}
diff --git a/apps/website/package.json b/apps/website/package.json
index 9ea8f3b16..65f2028f0 100644
--- a/apps/website/package.json
+++ b/apps/website/package.json
@@ -50,48 +50,46 @@
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/edge-config": "^1.4.0",
- "@vercel/og": "^0.6.8",
"@vercel/postgres": "^0.10.0",
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"geist": "^1.3.1",
"immer": "^10.1.1",
- "jotai": "^2.12.2",
+ "jotai": "^2.12.3",
"jotai-immer": "^0.4.1",
- "lucide-react": "^0.487.0",
+ "lucide-react": "^0.503.0",
"meilisearch": "^0.49.0",
- "motion": "^12.6.3",
- "next": "15.3.1-canary.2",
+ "motion": "^12.9.2",
+ "next": "15.4.0-canary.11",
"next-mdx-remote-client": "^2.1.1",
"next-themes": "^0.4.6",
- "nuqs": "^2.4.1",
+ "nuqs": "^2.4.3",
"overlayscrollbars": "^2.11.1",
"overlayscrollbars-react": "^0.5.6",
"react": "^19.1.0",
- "react-aria": "^3.38.1",
- "react-aria-components": "^1.7.1",
+ "react-aria": "^3.39.0",
+ "react-aria-components": "^1.8.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
- "sharp": "^0.33.5",
+ "sharp": "^0.34.1",
"tailwind-merge": "^3.1.0",
- "tw-animate-css": "^1.2.5",
- "usehooks-ts": "^3.1.1",
- "vaul": "^1.1.2"
+ "tw-animate-css": "^1.2.8",
+ "usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@next/env": "^15.2.4",
"@shikijs/rehype": "^3.2.1",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
- "@tailwindcss/vite": "^4.1.3",
- "@types/node": "^22.14.0",
- "@types/react": "^19.1.0",
- "@types/react-dom": "^19.1.1",
+ "@tailwindcss/vite": "^4.1.4",
+ "@types/node": "^22.15.2",
+ "@types/react": "^19.1.2",
+ "@types/react-dom": "^19.1.2",
"autoprefixer": "^10.4.21",
- "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
+ "babel-plugin-react-compiler": "19.1.0-rc.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-pretty": "^6.0.1",
"git-describe": "^4.1.1",
@@ -101,9 +99,9 @@
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^3.2.1",
- "tailwindcss": "^4.1.3",
+ "tailwindcss": "^4.1.4",
"tailwindcss-react-aria-components": "^2.0.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "^5.8.2",
"vercel": "^41.4.1"
},
diff --git a/apps/website/tsconfig.json b/apps/website/tsconfig.json
index 97fff64cc..26be0e319 100644
--- a/apps/website/tsconfig.json
+++ b/apps/website/tsconfig.json
@@ -6,6 +6,8 @@
"baseUrl": ".",
// Emit
+ "declaration": false,
+ "declarationMap": false,
"noEmit": true,
"outDir": "dist",
diff --git a/package.json b/package.json
index a0d40ea25..56f4c3654 100644
--- a/package.json
+++ b/package.json
@@ -58,17 +58,17 @@
"@unocss/eslint-plugin": "^0.65.3",
"@vitest/coverage-v8": "^3.1.1",
"conventional-changelog-cli": "^5.0.0",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
- "eslint-import-resolver-typescript": "^4.3.1",
- "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
+ "eslint-import-resolver-typescript": "^4.3.4",
+ "eslint-plugin-react-compiler": "19.1.0-rc.1",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
- "lint-staged": "^15.5.0",
+ "lint-staged": "^15.5.1",
"lodash.merge": "^4.6.2",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.29.0",
"unocss": "^0.65.3",
diff --git a/packages/actions/package.json b/packages/actions/package.json
index b3834e204..8f9997617 100644
--- a/packages/actions/package.json
+++ b/packages/actions/package.json
@@ -55,17 +55,17 @@
"undici": "7.8.0"
},
"devDependencies": {
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/api-extractor-model/package.json b/packages/api-extractor-model/package.json
index 1a4cffde7..6b0251e09 100644
--- a/packages/api-extractor-model/package.json
+++ b/packages/api-extractor-model/package.json
@@ -37,17 +37,17 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
}
}
diff --git a/packages/api-extractor-utils/package.json b/packages/api-extractor-utils/package.json
index e0b97ae75..60f8dc3c5 100644
--- a/packages/api-extractor-utils/package.json
+++ b/packages/api-extractor-utils/package.json
@@ -50,16 +50,16 @@
"@microsoft/tsdoc": "0.14.2"
},
"devDependencies": {
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
},
"engines": {
diff --git a/packages/api-extractor/package.json b/packages/api-extractor/package.json
index 9ba64631f..50cab9d17 100644
--- a/packages/api-extractor/package.json
+++ b/packages/api-extractor/package.json
@@ -65,20 +65,20 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
- "@types/lodash": "^4.17.13",
- "@types/node": "^22.14.0",
+ "@types/lodash": "^4.17.16",
+ "@types/node": "^22.15.2",
"@types/resolve": "^1.20.6",
- "@types/semver": "^7.5.8",
+ "@types/semver": "^7.7.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0"
+ "turbo": "^2.5.2"
}
}
diff --git a/packages/brokers/package.json b/packages/brokers/package.json
index b902e55bc..d1e0d96e6 100644
--- a/packages/brokers/package.json
+++ b/packages/brokers/package.json
@@ -75,17 +75,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/builders/package.json b/packages/builders/package.json
index 41da1405e..b828b2eb1 100644
--- a/packages/builders/package.json
+++ b/packages/builders/package.json
@@ -76,17 +76,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/collection/package.json b/packages/collection/package.json
index 33cafd41e..6bf56b52d 100644
--- a/packages/collection/package.json
+++ b/packages/collection/package.json
@@ -64,17 +64,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/core/package.json b/packages/core/package.json
index 6144d5f44..36a900be8 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -76,17 +76,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/create-discord-bot/package.json b/packages/create-discord-bot/package.json
index 3705c89eb..ac233018f 100644
--- a/packages/create-discord-bot/package.json
+++ b/packages/create-discord-bot/package.json
@@ -58,16 +58,16 @@
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
"typescript": "~5.8.3"
},
diff --git a/packages/discord.js/.eslintrc.json b/packages/discord.js/.eslintrc.json
index 01efce5a0..b30599c63 100644
--- a/packages/discord.js/.eslintrc.json
+++ b/packages/discord.js/.eslintrc.json
@@ -5,7 +5,7 @@
{
"files": ["src/**/*.js", "test/**/*.js"],
"extends": ["eslint:recommended"],
- "plugins": ["import"],
+ "plugins": ["import", "jsdoc"],
"parserOptions": {
"ecmaVersion": 2022
},
@@ -13,6 +13,29 @@
"es2022": true,
"node": true
},
+ "settings": {
+ "jsdoc": {
+ "tagNamePreference": {
+ "augments": "extends",
+ "return": "returns",
+ "arg": "param",
+ "fires": "emits",
+ "function": "method"
+ },
+ "preferredTypes": {
+ "String": "string",
+ "Number": "number",
+ "Boolean": "boolean",
+ "Symbol": "symbol",
+ "object": "Object",
+ "function": "Function",
+ "array": "Array",
+ "date": "Date",
+ "error": "Error",
+ "null": "void"
+ }
+ }
+ },
"rules": {
"import/order": [
"error",
@@ -29,29 +52,10 @@
"no-compare-neg-zero": "error",
"no-template-curly-in-string": "error",
"no-unsafe-negation": "error",
- "valid-jsdoc": [
- "error",
- {
- "requireReturn": false,
- "requireReturnDescription": false,
- "prefer": {
- "return": "returns",
- "arg": "param"
- },
- "preferType": {
- "String": "string",
- "Number": "number",
- "Boolean": "boolean",
- "Symbol": "symbol",
- "object": "Object",
- "function": "Function",
- "array": "Array",
- "date": "Date",
- "error": "Error",
- "null": "void"
- }
- }
- ],
+ "jsdoc/require-returns": "off",
+ "jsdoc/require-returns-description": "off",
+ "jsdoc/check-tag-names": "error",
+ "jsdoc/check-types": "error",
"accessor-pairs": "warn",
"array-callback-return": "error",
diff --git a/packages/discord.js/package.json b/packages/discord.js/package.json
index d309dd677..8abe524ee 100644
--- a/packages/discord.js/package.json
+++ b/packages/discord.js/package.json
@@ -85,20 +85,21 @@
"@discordjs/docgen": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
- "@typescript-eslint/eslint-plugin": "^8.29.0",
+ "@types/node": "^22.15.2",
+ "@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.29.0",
"cross-env": "^7.0.3",
"dtslint": "4.2.1",
- "eslint": "^8.57.1",
+ "eslint": "^9.25.1",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-import": "^2.31.0",
+ "eslint-plugin-jsdoc": "^50.6.11",
"jest": "29.7.0",
"prettier": "^3.5.3",
"tsd": "^0.31.2",
"tslint": "6.1.3",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
},
"engines": {
diff --git a/packages/discord.js/src/client/WebhookClient.js b/packages/discord.js/src/client/WebhookClient.js
index e2172f9ab..6608a4edd 100644
--- a/packages/discord.js/src/client/WebhookClient.js
+++ b/packages/discord.js/src/client/WebhookClient.js
@@ -65,7 +65,7 @@ class WebhookClient extends BaseClient {
*/
// These are here only for documentation purposes - they are implemented by Webhook
- /* eslint-disable no-empty-function, valid-jsdoc */
+ /* eslint-disable no-empty-function */
/**
* Sends a message with this webhook.
* @param {string|MessagePayload|WebhookMessageCreateOptions} options The content for the reply
diff --git a/packages/discord.js/src/util/Components.js b/packages/discord.js/src/util/Components.js
index 5144de045..1d74aa72b 100644
--- a/packages/discord.js/src/util/Components.js
+++ b/packages/discord.js/src/util/Components.js
@@ -23,7 +23,7 @@ const { ComponentType } = require('discord-api-types/v10');
*/
/**
- * @typedef {object} SelectMenuComponentOptionData
+ * @typedef {Object} SelectMenuComponentOptionData
* @property {string} label The label of the option
* @property {string} value The value of the option
* @property {?string} description The description of the option
diff --git a/packages/docgen/package.json b/packages/docgen/package.json
index bff759ec3..9e8a10dd1 100644
--- a/packages/docgen/package.json
+++ b/packages/docgen/package.json
@@ -68,15 +68,15 @@
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@types/jsdoc-to-markdown": "^7.0.6",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
},
"engines": {
diff --git a/packages/formatters/package.json b/packages/formatters/package.json
index 67922b7f2..defb37bac 100644
--- a/packages/formatters/package.json
+++ b/packages/formatters/package.json
@@ -61,17 +61,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/next/package.json b/packages/next/package.json
index bbaea5372..ac32ca9d7 100644
--- a/packages/next/package.json
+++ b/packages/next/package.json
@@ -78,17 +78,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/proxy-container/package.json b/packages/proxy-container/package.json
index 0d06161bd..96e6c4a9e 100644
--- a/packages/proxy-container/package.json
+++ b/packages/proxy-container/package.json
@@ -50,16 +50,16 @@
"tslib": "^2.8.1"
},
"devDependencies": {
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
},
"engines": {
diff --git a/packages/proxy/package.json b/packages/proxy/package.json
index e7be0af3e..230d54ef0 100644
--- a/packages/proxy/package.json
+++ b/packages/proxy/package.json
@@ -74,19 +74,19 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@types/supertest": "^6.0.3",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"supertest": "^7.0.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/rest/package.json b/packages/rest/package.json
index 1f530483c..182982bb1 100644
--- a/packages/rest/package.json
+++ b/packages/rest/package.json
@@ -102,13 +102,13 @@
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.5.4",
"vitest": "^3.1.1"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index e6a3858ed..ce6bb8a96 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -74,17 +74,17 @@
},
"devDependencies": {
"@turbo/gen": "^2.5.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
- "terser": "^5.37.0",
+ "terser": "^5.39.0",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3"
},
"engines": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 76b8a49e5..9e8bc4c6f 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -67,22 +67,22 @@
"@storybook/react": "^8.6.12",
"@storybook/react-vite": "^8.6.12",
"@storybook/testing-library": "^0.2.2",
- "@types/node": "^22.14.0",
- "@types/react": "^19.1.0",
- "@types/react-dom": "^19.1.1",
+ "@types/node": "^22.15.2",
+ "@types/react": "^19.1.2",
+ "@types/react-dom": "^19.1.2",
"@unocss/eslint-plugin": "^0.60.4",
"@unocss/reset": "^0.60.4",
"@vitejs/plugin-react": "^4.3.4",
"chromatic": "^11.28.0",
"cross-env": "^7.0.3",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"prop-types": "^15.8.1",
"storybook": "^8.6.12",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"unocss": "^0.60.4",
"vite": "^6.2.5",
diff --git a/packages/util/package.json b/packages/util/package.json
index 1108035af..49da0e211 100644
--- a/packages/util/package.json
+++ b/packages/util/package.json
@@ -65,17 +65,17 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"vitest": "^3.1.1"
},
diff --git a/packages/voice/package.json b/packages/voice/package.json
index e346b46f2..e3c323e3e 100644
--- a/packages/voice/package.json
+++ b/packages/voice/package.json
@@ -75,17 +75,17 @@
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
"@noble/ciphers": "^1.2.1",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.5.4",
"vitest": "^3.1.1",
"vitest-websocket-mock": "^0.5.0"
diff --git a/packages/ws/package.json b/packages/ws/package.json
index e9a9c903a..64b62d2b3 100644
--- a/packages/ws/package.json
+++ b/packages/ws/package.json
@@ -87,18 +87,18 @@
"@discordjs/api-extractor": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
- "@types/node": "^22.14.0",
+ "@types/node": "^22.15.2",
"@vitest/coverage-v8": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.1",
- "eslint": "^9.24.0",
+ "eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"mock-socket": "^9.3.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
- "turbo": "^2.5.0",
+ "turbo": "^2.5.2",
"typescript": "~5.8.3",
"undici": "7.8.0",
"vitest": "^3.1.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 56813f38f..3cffef9a7 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -15,7 +15,7 @@ importers:
devDependencies:
'@commitlint/cli':
specifier: ^19.8.0
- version: 19.8.0(@types/node@22.14.0)(typescript@5.8.3)
+ version: 19.8.0(@types/node@22.15.2)(typescript@5.8.3)
'@commitlint/config-angular':
specifier: ^19.8.0
version: 19.8.0
@@ -30,25 +30,25 @@ importers:
version: 4.6.9
'@unocss/eslint-plugin':
specifier: ^0.65.3
- version: 0.65.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.65.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
conventional-changelog-cli:
specifier: ^5.0.0
version: 5.0.0(conventional-commits-filter@5.0.0)
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-import-resolver-typescript:
- specifier: ^4.3.1
- version: 4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))
+ specifier: ^4.3.4
+ version: 4.3.4(eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))
eslint-plugin-react-compiler:
- specifier: 19.0.0-beta-e993439-20250328
- version: 19.0.0-beta-e993439-20250328(eslint@9.24.0(jiti@2.4.2))
+ specifier: 19.1.0-rc.1
+ version: 19.1.0-rc.1(eslint@9.25.1(jiti@2.4.2))
husky:
specifier: ^9.1.7
version: 9.1.7
@@ -56,8 +56,8 @@ importers:
specifier: ^4.1.0
version: 4.1.0
lint-staged:
- specifier: ^15.5.0
- version: 15.5.0
+ specifier: ^15.5.1
+ version: 15.5.1
lodash.merge:
specifier: ^4.6.2
version: 4.6.2
@@ -66,100 +66,91 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
typescript-eslint:
specifier: ^8.29.0
- version: 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
unocss:
specifier: ^0.65.3
- version: 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
vercel:
specifier: ^41.4.1
version: 41.4.1(encoding@0.1.13)(rollup@4.39.0)
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
- apps/website:
+ apps/guide:
dependencies:
- '@radix-ui/react-collapsible':
- specifier: ^1.1.3
- version: 1.1.3(@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)
'@react-icons/all-files':
specifier: ^4.1.0
version: 4.1.0(react@19.1.0)
'@vercel/analytics':
specifier: ^1.5.0
- version: 1.5.0(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
- '@vercel/edge-config':
- specifier: ^1.4.0
- version: 1.4.0
- '@vercel/og':
- specifier: ^0.6.8
- version: 0.6.8
- '@vercel/postgres':
- specifier: ^0.10.0
- version: 0.10.0(utf-8-validate@6.0.5)
+ version: 1.5.0(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
cmdk:
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.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
cva:
specifier: 1.0.0-beta.3
version: 1.0.0-beta.3(typescript@5.8.3)
+ fumadocs-core:
+ specifier: ^15.2.11
+ version: 15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ fumadocs-mdx:
+ specifier: ^11.6.1
+ version: 11.6.1(acorn@8.14.1)(fumadocs-core@15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))
+ fumadocs-twoslash:
+ specifier: ^3.1.1
+ version: 3.1.1(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(fumadocs-ui@15.2.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tailwindcss@4.1.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(shiki@3.3.0)(typescript@5.8.3)
+ fumadocs-ui:
+ specifier: ^15.2.11
+ version: 15.2.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tailwindcss@4.1.4)
geist:
specifier: ^1.3.1
- version: 1.3.1(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))
+ version: 1.3.1(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))
immer:
specifier: ^10.1.1
version: 10.1.1
jotai:
- specifier: ^2.12.2
- version: 2.12.2(@types/react@19.1.0)(react@19.1.0)
+ specifier: ^2.12.3
+ version: 2.12.3(@types/react@19.1.2)(react@19.1.0)
jotai-immer:
specifier: ^0.4.1
- version: 0.4.1(immer@10.1.1)(jotai@2.12.2(@types/react@19.1.0)(react@19.1.0))
+ version: 0.4.1(immer@10.1.1)(jotai@2.12.3(@types/react@19.1.2)(react@19.1.0))
lucide-react:
- specifier: ^0.487.0
- version: 0.487.0(react@19.1.0)
- meilisearch:
- specifier: ^0.49.0
- version: 0.49.0
+ specifier: ^0.503.0
+ version: 0.503.0(react@19.1.0)
motion:
- specifier: ^12.6.3
- version: 12.6.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ specifier: ^12.9.2
+ version: 12.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next:
- specifier: 15.3.1-canary.2
- version: 15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ specifier: 15.4.0-canary.11
+ version: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next-mdx-remote-client:
specifier: ^2.1.1
- version: 2.1.1(@types/react@19.1.0)(acorn@8.14.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 2.1.1(@types/react@19.1.2)(acorn@8.14.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
next-themes:
specifier: ^0.4.6
version: 0.4.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
nuqs:
- specifier: ^2.4.1
- version: 2.4.1(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
- overlayscrollbars:
- specifier: ^2.11.1
- version: 2.11.1
- overlayscrollbars-react:
- specifier: ^0.5.6
- version: 0.5.6(overlayscrollbars@2.11.1)(react@19.1.0)
+ specifier: ^2.4.3
+ version: 2.4.3(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
react:
specifier: ^19.1.0
version: 19.1.0
react-aria:
- specifier: ^3.38.1
- version: 3.38.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ specifier: ^3.39.0
+ version: 3.39.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react-aria-components:
- specifier: ^1.7.1
- version: 1.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ specifier: ^1.8.0
+ version: 1.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react-dom:
specifier: ^19.1.0
version: 19.1.0(react@19.1.0)
@@ -167,51 +158,54 @@ importers:
specifier: ^5.0.0
version: 5.0.0(react@19.1.0)
sharp:
- specifier: ^0.33.5
- version: 0.33.5
+ specifier: ^0.34.1
+ version: 0.34.1
tailwind-merge:
specifier: ^3.1.0
- version: 3.1.0
+ version: 3.2.0
tw-animate-css:
- specifier: ^1.2.5
- version: 1.2.5
+ specifier: ^1.2.8
+ version: 1.2.8
+ twoslash:
+ specifier: ^0.3.1
+ version: 0.3.1(typescript@5.8.3)
usehooks-ts:
specifier: ^3.1.1
version: 3.1.1(react@19.1.0)
- vaul:
- 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@19.1.0(react@19.1.0))(react@19.1.0)
devDependencies:
'@next/env':
specifier: ^15.2.4
version: 15.2.4
'@shikijs/rehype':
specifier: ^3.2.1
- version: 3.2.1
+ version: 3.3.0
'@tailwindcss/postcss':
specifier: ^4.1.3
version: 4.1.3
'@tailwindcss/typography':
specifier: ^0.5.16
- version: 0.5.16(tailwindcss@4.1.3)
+ version: 0.5.16(tailwindcss@4.1.4)
'@tailwindcss/vite':
- specifier: ^4.1.3
- version: 4.1.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ specifier: ^4.1.4
+ version: 4.1.4(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@types/mdx':
+ specifier: ^2.0.13
+ version: 2.0.13
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@types/react':
- specifier: ^19.1.0
- version: 19.1.0
+ specifier: ^19.1.2
+ version: 19.1.2
'@types/react-dom':
- specifier: ^19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: ^19.1.2
+ version: 19.1.2(@types/react@19.1.2)
autoprefixer:
specifier: ^10.4.21
version: 10.4.21(postcss@8.5.3)
babel-plugin-react-compiler:
- specifier: 19.0.0-beta-e993439-20250328
- version: 19.0.0-beta-e993439-20250328
+ specifier: 19.1.0-rc.1
+ version: 19.1.0-rc.1
cpy-cli:
specifier: ^5.0.0
version: 5.0.0
@@ -219,11 +213,11 @@ importers:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-pretty:
specifier: ^6.0.1
version: 6.0.1
@@ -247,16 +241,188 @@ importers:
version: 11.1.2
shiki:
specifier: ^3.2.1
- version: 3.2.1
+ version: 3.3.0
tailwindcss:
- specifier: ^4.1.3
- version: 4.1.3
+ specifier: ^4.1.4
+ version: 4.1.4
tailwindcss-react-aria-components:
specifier: ^2.0.0
- version: 2.0.0(tailwindcss@4.1.3)
+ version: 2.0.0(tailwindcss@4.1.4)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
+ typescript:
+ specifier: ^5.8.2
+ version: 5.8.3
+ vercel:
+ specifier: ^41.4.1
+ version: 41.4.1(encoding@0.1.13)(rollup@4.39.0)
+
+ apps/website:
+ dependencies:
+ '@radix-ui/react-collapsible':
+ specifier: ^1.1.3
+ version: 1.1.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-icons/all-files':
+ specifier: ^4.1.0
+ version: 4.1.0(react@19.1.0)
+ '@vercel/analytics':
+ specifier: ^1.5.0
+ version: 1.5.0(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
+ '@vercel/edge-config':
+ specifier: ^1.4.0
+ version: 1.4.0
+ '@vercel/postgres':
+ specifier: ^0.10.0
+ version: 0.10.0(utf-8-validate@6.0.5)
+ cmdk:
+ specifier: ^1.1.1
+ version: 1.1.1(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ cva:
+ specifier: 1.0.0-beta.3
+ version: 1.0.0-beta.3(typescript@5.8.3)
+ geist:
+ specifier: ^1.3.1
+ version: 1.3.1(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))
+ immer:
+ specifier: ^10.1.1
+ version: 10.1.1
+ jotai:
+ specifier: ^2.12.3
+ version: 2.12.3(@types/react@19.1.2)(react@19.1.0)
+ jotai-immer:
+ specifier: ^0.4.1
+ version: 0.4.1(immer@10.1.1)(jotai@2.12.3(@types/react@19.1.2)(react@19.1.0))
+ lucide-react:
+ specifier: ^0.503.0
+ version: 0.503.0(react@19.1.0)
+ meilisearch:
+ specifier: ^0.49.0
+ version: 0.49.0
+ motion:
+ specifier: ^12.9.2
+ version: 12.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next:
+ specifier: 15.4.0-canary.11
+ version: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next-mdx-remote-client:
+ specifier: ^2.1.1
+ version: 2.1.1(@types/react@19.1.2)(acorn@8.14.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next-themes:
+ specifier: ^0.4.6
+ version: 0.4.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ nuqs:
+ specifier: ^2.4.3
+ version: 2.4.3(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
+ overlayscrollbars:
+ specifier: ^2.11.1
+ version: 2.11.1
+ overlayscrollbars-react:
+ specifier: ^0.5.6
+ version: 0.5.6(overlayscrollbars@2.11.1)(react@19.1.0)
+ react:
+ specifier: ^19.1.0
+ version: 19.1.0
+ react-aria:
+ specifier: ^3.39.0
+ version: 3.39.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-aria-components:
+ specifier: ^1.8.0
+ version: 1.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-dom:
+ specifier: ^19.1.0
+ version: 19.1.0(react@19.1.0)
+ react-error-boundary:
+ specifier: ^5.0.0
+ version: 5.0.0(react@19.1.0)
+ sharp:
+ specifier: ^0.34.1
+ version: 0.34.1
+ tailwind-merge:
+ specifier: ^3.1.0
+ version: 3.2.0
+ tw-animate-css:
+ specifier: ^1.2.8
+ version: 1.2.8
+ usehooks-ts:
+ specifier: ^3.1.1
+ version: 3.1.1(react@19.1.0)
+ devDependencies:
+ '@next/env':
+ specifier: ^15.2.4
+ version: 15.2.4
+ '@shikijs/rehype':
+ specifier: ^3.2.1
+ version: 3.3.0
+ '@tailwindcss/postcss':
+ specifier: ^4.1.3
+ version: 4.1.3
+ '@tailwindcss/typography':
+ specifier: ^0.5.16
+ version: 0.5.16(tailwindcss@4.1.4)
+ '@tailwindcss/vite':
+ specifier: ^4.1.4
+ version: 4.1.4(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@types/node':
+ specifier: ^22.15.2
+ version: 22.15.2
+ '@types/react':
+ specifier: ^19.1.2
+ version: 19.1.2
+ '@types/react-dom':
+ specifier: ^19.1.2
+ version: 19.1.2(@types/react@19.1.2)
+ autoprefixer:
+ specifier: ^10.4.21
+ version: 10.4.21(postcss@8.5.3)
+ babel-plugin-react-compiler:
+ specifier: 19.1.0-rc.1
+ version: 19.1.0-rc.1
+ cpy-cli:
+ specifier: ^5.0.0
+ version: 5.0.0
+ cross-env:
+ specifier: ^7.0.3
+ version: 7.0.3
+ eslint:
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
+ eslint-config-neon:
+ specifier: ^0.2.7
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint-formatter-pretty:
+ specifier: ^6.0.1
+ version: 6.0.1
+ git-describe:
+ specifier: ^4.1.1
+ version: 4.1.1
+ postcss:
+ specifier: ^8.5.3
+ version: 8.5.3
+ prettier:
+ specifier: ^3.5.3
+ version: 3.5.3
+ prettier-plugin-tailwindcss:
+ specifier: ^0.6.11
+ version: 0.6.11(prettier@3.5.3)
+ remark-gfm:
+ specifier: ^4.0.1
+ version: 4.0.1
+ remark-rehype:
+ specifier: ^11.1.2
+ version: 11.1.2
+ shiki:
+ specifier: ^3.2.1
+ version: 3.3.0
+ tailwindcss:
+ specifier: ^4.1.4
+ version: 4.1.4
+ tailwindcss-react-aria-components:
+ specifier: ^2.0.0
+ version: 2.0.0(tailwindcss@4.1.4)
+ turbo:
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ^5.8.2
version: 5.8.3
@@ -304,20 +470,20 @@ importers:
version: 7.8.0
devDependencies:
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -328,20 +494,20 @@ importers:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/api-extractor:
dependencies:
@@ -356,7 +522,7 @@ importers:
version: 0.16.2(patch_hash=cda37396c30a2865185c82c3ac8d7d5a0b1c5eebab1dbca7a3c29e3c17d96247)
'@rushstack/node-core-library':
specifier: 4.1.0
- version: 4.1.0(@types/node@22.14.0)
+ version: 4.1.0(@types/node@22.15.2)
'@rushstack/rig-package':
specifier: 0.5.3
version: 0.5.3
@@ -386,17 +552,17 @@ importers:
specifier: ^29.5.14
version: 29.5.14
'@types/lodash':
- specifier: ^4.17.13
- version: 4.17.13
+ specifier: ^4.17.16
+ version: 4.17.16
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@types/resolve':
specifier: ^1.20.6
version: 1.20.6
'@types/semver':
- specifier: ^7.5.8
- version: 7.5.8
+ specifier: ^7.7.0
+ version: 7.7.0
cpy-cli:
specifier: ^5.0.0
version: 5.0.0
@@ -404,11 +570,11 @@ importers:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -417,19 +583,19 @@ importers:
version: 6.0.1
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ version: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
prettier:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
packages/api-extractor-model:
dependencies:
@@ -441,23 +607,23 @@ importers:
version: 0.16.2(patch_hash=cda37396c30a2865185c82c3ac8d7d5a0b1c5eebab1dbca7a3c29e3c17d96247)
'@rushstack/node-core-library':
specifier: 4.1.0
- version: 4.1.0(@types/node@22.14.0)
+ version: 4.1.0(@types/node@22.15.2)
devDependencies:
'@types/jest':
specifier: ^29.5.14
version: 29.5.14
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -466,19 +632,19 @@ importers:
version: 6.0.1
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ version: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
prettier:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -493,17 +659,17 @@ importers:
version: 0.14.2
devDependencies:
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -514,14 +680,14 @@ importers:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -548,11 +714,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -560,11 +726,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -576,16 +742,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/builders:
dependencies:
@@ -603,10 +769,10 @@ importers:
version: 2.8.1
zod:
specifier: ^3.24.2
- version: 3.24.2
+ version: 3.24.3
zod-validation-error:
specifier: ^3.4.0
- version: 3.4.0(zod@3.24.2)
+ version: 3.4.0(zod@3.24.3)
devDependencies:
'@discordjs/api-extractor':
specifier: workspace:^
@@ -618,11 +784,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -630,11 +796,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -646,16 +812,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/collection:
devDependencies:
@@ -669,11 +835,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -681,11 +847,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -697,16 +863,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/core:
dependencies:
@@ -739,11 +905,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -751,11 +917,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -767,16 +933,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/create-discord-bot:
dependencies:
@@ -803,8 +969,8 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@types/prompts':
specifier: ^2.4.9
version: 2.4.9
@@ -815,11 +981,11 @@ importers:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -830,11 +996,11 @@ importers:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -897,14 +1063,14 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@typescript-eslint/eslint-plugin':
- specifier: ^8.29.0
- version: 8.29.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)
+ specifier: ^8.31.0
+ version: 8.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/parser':
specifier: ^8.29.0
- version: 8.29.0(eslint@8.57.1)(typescript@5.8.3)
+ version: 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -912,8 +1078,8 @@ importers:
specifier: 4.2.1
version: 4.2.1(typescript@5.8.3)
eslint:
- specifier: ^8.57.1
- version: 8.57.1
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -922,10 +1088,13 @@ importers:
version: 5.0.0
eslint-plugin-import:
specifier: ^2.31.0
- version: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2)))(eslint@8.57.1)
+ version: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-jsdoc:
+ specifier: ^50.6.11
+ version: 50.6.11(eslint@9.25.1(jiti@2.4.2))
jest:
specifier: 29.7.0
- version: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ version: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
prettier:
specifier: ^3.5.3
version: 3.5.3
@@ -936,8 +1105,8 @@ importers:
specifier: 6.1.3
version: 6.1.3(typescript@5.8.3)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -964,17 +1133,17 @@ importers:
specifier: ^7.0.6
version: 7.0.6
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -986,10 +1155,10 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -1010,11 +1179,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1022,11 +1191,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1038,16 +1207,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/next:
dependencies:
@@ -1086,11 +1255,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1098,11 +1267,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1114,16 +1283,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/proxy:
dependencies:
@@ -1150,14 +1319,14 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@types/supertest':
specifier: ^6.0.3
version: 6.0.3
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1165,11 +1334,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1184,16 +1353,16 @@ importers:
version: 7.0.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/proxy-container:
dependencies:
@@ -1208,17 +1377,17 @@ importers:
version: 2.8.1
devDependencies:
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1229,14 +1398,14 @@ importers:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -1288,7 +1457,7 @@ importers:
version: 18.17.9
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1296,11 +1465,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1314,14 +1483,14 @@ importers:
specifier: ^8.4.0
version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@18.17.9))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.5.4
version: 5.5.4
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/scripts:
dependencies:
@@ -1361,10 +1530,10 @@ importers:
devDependencies:
'@turbo/gen':
specifier: ^2.5.0
- version: 2.5.0(@types/node@22.14.0)(typescript@5.8.3)
+ version: 2.5.0(@types/node@22.15.2)(typescript@5.8.3)
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1372,11 +1541,11 @@ importers:
specifier: ^10.1.0
version: 10.1.0
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1387,14 +1556,14 @@ importers:
specifier: ^3.5.3
version: 3.5.3
terser:
- specifier: ^5.37.0
- version: 5.37.0
+ specifier: ^5.39.0
+ version: 5.39.0
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -1406,7 +1575,7 @@ importers:
version: 4.1.0(react@19.1.0)
ariakit:
specifier: 2.0.0-next.44
- version: 2.0.0-next.44(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ version: 2.0.0-next.44(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react:
specifier: ^19.1.0
version: 19.1.0
@@ -1419,7 +1588,7 @@ importers:
version: 4.1.0
'@storybook/addon-essentials':
specifier: ^8.6.12
- version: 8.6.12(@types/react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
+ version: 8.6.12(@types/react@19.1.2)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-interactions':
specifier: ^8.6.12
version: 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
@@ -1428,7 +1597,7 @@ importers:
version: 8.6.12(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-styling':
specifier: ^1.3.7
- version: 1.3.7(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(encoding@0.1.13)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
+ version: 1.3.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(encoding@0.1.13)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)
'@storybook/blocks':
specifier: ^8.6.12
version: 8.6.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
@@ -1437,28 +1606,28 @@ importers:
version: 8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)
'@storybook/react-vite':
specifier: ^8.6.12
- version: 8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@storybook/testing-library':
specifier: ^0.2.2
version: 0.2.2
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@types/react':
- specifier: ^19.1.0
- version: 19.1.0
+ specifier: ^19.1.2
+ version: 19.1.2
'@types/react-dom':
- specifier: ^19.1.1
- version: 19.1.1(@types/react@19.1.0)
+ specifier: ^19.1.2
+ version: 19.1.2(@types/react@19.1.2)
'@unocss/eslint-plugin':
specifier: ^0.60.4
- version: 0.60.4(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.60.4(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@unocss/reset':
specifier: ^0.60.4
version: 0.60.4
'@vitejs/plugin-react':
specifier: ^4.3.4
- version: 4.3.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 4.3.4(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
chromatic:
specifier: ^11.28.0
version: 11.28.0
@@ -1466,11 +1635,11 @@ importers:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1487,20 +1656,20 @@ importers:
specifier: ^8.6.12
version: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
unocss:
specifier: ^0.60.4
- version: 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
vite:
specifier: ^6.2.5
- version: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
vite-plugin-dts:
specifier: ^4.5.3
- version: 4.5.3(@types/node@22.14.0)(rollup@4.39.0)(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 4.5.3(@types/node@22.15.2)(rollup@4.39.0)(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
packages/util:
devDependencies:
@@ -1514,11 +1683,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1526,11 +1695,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1542,16 +1711,16 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
packages/voice:
dependencies:
@@ -1587,11 +1756,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1599,11 +1768,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1615,19 +1784,19 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.5.4
version: 5.5.4
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
vitest-websocket-mock:
specifier: ^0.5.0
- version: 0.5.0(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 0.5.0(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
packages/ws:
dependencies:
@@ -1669,11 +1838,11 @@ importers:
specifier: ^4.1.0
version: 4.1.0
'@types/node':
- specifier: ^22.14.0
- version: 22.14.0
+ specifier: ^22.15.2
+ version: 22.15.2
'@vitest/coverage-v8':
specifier: ^3.1.1
- version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ version: 3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -1681,11 +1850,11 @@ importers:
specifier: ^1.2.1
version: 1.2.1
eslint:
- specifier: ^9.24.0
- version: 9.24.0(jiti@2.4.2)
+ specifier: ^9.25.1
+ version: 9.25.1(jiti@2.4.2)
eslint-config-neon:
specifier: ^0.2.7
- version: 0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ version: 0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
eslint-formatter-compact:
specifier: ^8.40.0
version: 8.40.0
@@ -1700,10 +1869,10 @@ importers:
version: 3.5.3
tsup:
specifier: ^8.4.0
- version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
+ version: 8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1)
turbo:
- specifier: ^2.5.0
- version: 2.5.0
+ specifier: ^2.5.2
+ version: 2.5.2
typescript:
specifier: ~5.8.3
version: 5.8.3
@@ -1712,7 +1881,7 @@ importers:
version: 7.8.0
vitest:
specifier: ^3.1.1
- version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ version: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
zlib-sync:
specifier: ^0.1.9
version: 0.1.9
@@ -1982,6 +2151,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
+ '@babel/helper-create-class-features-plugin@7.27.0':
+ resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
'@babel/helper-member-expression-to-functions@7.25.9':
resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
@@ -2004,12 +2179,22 @@ packages:
resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-plugin-utils@7.26.5':
+ resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-replace-supers@7.25.9':
resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
+ '@babel/helper-replace-supers@7.26.5':
+ resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
engines: {node: '>=6.9.0'}
@@ -2340,17 +2525,14 @@ packages:
resolution: {integrity: sha512-0dEVyRLM/lG4gp1R/Ik5bfPl/1wX00xFwd5KcNH602tzBa09oF7pbTKETEhR1GjZ75K6OJnYFu8II2dyMhONMw==}
engines: {node: '>=16'}
- '@emnapi/core@1.4.0':
- resolution: {integrity: sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==}
+ '@emnapi/core@1.4.3':
+ resolution: {integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==}
- '@emnapi/runtime@1.3.1':
- resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
+ '@emnapi/runtime@1.4.3':
+ resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==}
- '@emnapi/runtime@1.4.0':
- resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==}
-
- '@emnapi/wasi-threads@1.0.1':
- resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==}
+ '@emnapi/wasi-threads@1.0.2':
+ resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==}
'@emotion/use-insertion-effect-with-fallbacks@1.2.0':
resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==}
@@ -2949,6 +3131,12 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
+ '@eslint-community/eslint-utils@4.6.1':
+ resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
+
'@eslint-community/regexpp@4.12.1':
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -2970,28 +3158,16 @@ packages:
resolution: {integrity: sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.12.0':
- resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/core@0.13.0':
resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/eslintrc@2.1.4':
- resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
'@eslint/eslintrc@3.3.1':
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@8.57.1':
- resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
- '@eslint/js@9.24.0':
- resolution: {integrity: sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==}
+ '@eslint/js@9.25.1':
+ resolution: {integrity: sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.6':
@@ -3044,20 +3220,20 @@ packages:
'@floating-ui/utils@0.2.9':
resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
- '@formatjs/ecma402-abstract@2.3.1':
- resolution: {integrity: sha512-Ip9uV+/MpLXWRk03U/GzeJMuPeOXpJBSB5V1tjA6kJhvqssye5J5LoYLc7Z5IAHb7nR62sRoguzrFiVCP/hnzw==}
+ '@formatjs/ecma402-abstract@2.3.4':
+ resolution: {integrity: sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==}
- '@formatjs/fast-memoize@2.2.5':
- resolution: {integrity: sha512-6PoewUMrrcqxSoBXAOJDiW1m+AmkrAj0RiXnOMD59GRaswjXhm3MDhgepXPBgonc09oSirAJTsAggzAGQf6A6g==}
+ '@formatjs/fast-memoize@2.2.7':
+ resolution: {integrity: sha512-Yabmi9nSvyOMrlSeGGWDiH7rf3a7sIwplbvo/dlz9WCIjzIQAfy1RMf4S0X3yG724n5Ghu2GmEl5NJIV6O9sZQ==}
- '@formatjs/icu-messageformat-parser@2.9.7':
- resolution: {integrity: sha512-cuEHyRM5VqLQobANOjtjlgU7+qmk9Q3fDQuBiRRJ3+Wp3ZoZhpUPtUfuimZXsir6SaI2TaAJ+SLo9vLnV5QcbA==}
+ '@formatjs/icu-messageformat-parser@2.11.2':
+ resolution: {integrity: sha512-AfiMi5NOSo2TQImsYAg8UYddsNJ/vUEv/HaNqiFjnI3ZFfWihUtD5QtuX6kHl8+H+d3qvnE/3HZrfzgdWpsLNA==}
- '@formatjs/icu-skeleton-parser@1.8.11':
- resolution: {integrity: sha512-8LlHHE/yL/zVJZHAX3pbKaCjZKmBIO6aJY1mkVh4RMSEu/2WRZ4Ysvv3kKXJ9M8RJLBHdnk1/dUQFdod1Dt7Dw==}
+ '@formatjs/icu-skeleton-parser@1.8.14':
+ resolution: {integrity: sha512-i4q4V4qslThK4Ig8SxyD76cp3+QJ3sAqr7f6q9VVfeGtxG9OhiAk3y9XF6Q41OymsKzsGQ6OQQoJNY4/lI8TcQ==}
- '@formatjs/intl-localematcher@0.5.9':
- resolution: {integrity: sha512-8zkGu/sv5euxbjfZ/xmklqLyDGQSxsLqg8XOq88JW3cmJtzhCP8EtSJXlaKZnVO4beEaoiT9wj4eIoCQ9smwxA==}
+ '@formatjs/intl-localematcher@0.6.1':
+ resolution: {integrity: sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==}
'@humanfs/core@0.19.1':
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
@@ -3067,19 +3243,10 @@ packages:
resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
engines: {node: '>=18.18.0'}
- '@humanwhocodes/config-array@0.13.0':
- resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
- engines: {node: '>=10.10.0'}
- deprecated: Use @eslint/config-array instead
-
'@humanwhocodes/module-importer@1.0.1':
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
engines: {node: '>=12.22'}
- '@humanwhocodes/object-schema@2.0.3':
- resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
- deprecated: Use @eslint/object-schema instead
-
'@humanwhocodes/retry@0.3.1':
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
engines: {node: '>=18.18'}
@@ -3098,65 +3265,33 @@ packages:
'@iconify/utils@2.2.1':
resolution: {integrity: sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==}
- '@img/sharp-darwin-arm64@0.33.5':
- resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [arm64]
- os: [darwin]
-
'@img/sharp-darwin-arm64@0.34.1':
resolution: {integrity: sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [darwin]
- '@img/sharp-darwin-x64@0.33.5':
- resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [x64]
- os: [darwin]
-
'@img/sharp-darwin-x64@0.34.1':
resolution: {integrity: sha512-VfuYgG2r8BpYiOUN+BfYeFo69nP/MIwAtSJ7/Zpxc5QF3KS22z8Pvg3FkrSFJBPNQ7mmcUcYQFBmEQp7eu1F8Q==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [darwin]
- '@img/sharp-libvips-darwin-arm64@1.0.4':
- resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
- cpu: [arm64]
- os: [darwin]
-
'@img/sharp-libvips-darwin-arm64@1.1.0':
resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==}
cpu: [arm64]
os: [darwin]
- '@img/sharp-libvips-darwin-x64@1.0.4':
- resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
- cpu: [x64]
- os: [darwin]
-
'@img/sharp-libvips-darwin-x64@1.1.0':
resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==}
cpu: [x64]
os: [darwin]
- '@img/sharp-libvips-linux-arm64@1.0.4':
- resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-libvips-linux-arm64@1.1.0':
resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==}
cpu: [arm64]
os: [linux]
- '@img/sharp-libvips-linux-arm@1.0.5':
- resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
- cpu: [arm]
- os: [linux]
-
'@img/sharp-libvips-linux-arm@1.1.0':
resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==}
cpu: [arm]
@@ -3167,163 +3302,90 @@ packages:
cpu: [ppc64]
os: [linux]
- '@img/sharp-libvips-linux-s390x@1.0.4':
- resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
- cpu: [s390x]
- os: [linux]
-
'@img/sharp-libvips-linux-s390x@1.1.0':
resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==}
cpu: [s390x]
os: [linux]
- '@img/sharp-libvips-linux-x64@1.0.4':
- resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-libvips-linux-x64@1.1.0':
resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==}
cpu: [x64]
os: [linux]
- '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
- resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-libvips-linuxmusl-arm64@1.1.0':
resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==}
cpu: [arm64]
os: [linux]
- '@img/sharp-libvips-linuxmusl-x64@1.0.4':
- resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-libvips-linuxmusl-x64@1.1.0':
resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==}
cpu: [x64]
os: [linux]
- '@img/sharp-linux-arm64@0.33.5':
- resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-linux-arm64@0.34.1':
resolution: {integrity: sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [linux]
- '@img/sharp-linux-arm@0.33.5':
- resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [arm]
- os: [linux]
-
'@img/sharp-linux-arm@0.34.1':
resolution: {integrity: sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm]
os: [linux]
- '@img/sharp-linux-s390x@0.33.5':
- resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [s390x]
- os: [linux]
-
'@img/sharp-linux-s390x@0.34.1':
resolution: {integrity: sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [s390x]
os: [linux]
- '@img/sharp-linux-x64@0.33.5':
- resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-linux-x64@0.34.1':
resolution: {integrity: sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [linux]
- '@img/sharp-linuxmusl-arm64@0.33.5':
- resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [arm64]
- os: [linux]
-
'@img/sharp-linuxmusl-arm64@0.34.1':
resolution: {integrity: sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [arm64]
os: [linux]
- '@img/sharp-linuxmusl-x64@0.33.5':
- resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [x64]
- os: [linux]
-
'@img/sharp-linuxmusl-x64@0.34.1':
resolution: {integrity: sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [linux]
- '@img/sharp-wasm32@0.33.5':
- resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [wasm32]
-
'@img/sharp-wasm32@0.34.1':
resolution: {integrity: sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [wasm32]
- '@img/sharp-win32-ia32@0.33.5':
- resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [ia32]
- os: [win32]
-
'@img/sharp-win32-ia32@0.34.1':
resolution: {integrity: sha512-WKf/NAZITnonBf3U1LfdjoMgNO5JYRSlhovhRhMxXVdvWYveM4kM3L8m35onYIdh75cOMCo1BexgVQcCDzyoWw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [ia32]
os: [win32]
- '@img/sharp-win32-x64@0.33.5':
- resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
- cpu: [x64]
- os: [win32]
-
'@img/sharp-win32-x64@0.34.1':
resolution: {integrity: sha512-hw1iIAHpNE8q3uMIRCgGOeDoz9KtFNarFLQclLxr/LK1VBkj8nby18RjFvr6aP7USRYAjTZW6yisnBWMX571Tw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu: [x64]
os: [win32]
- '@internationalized/date@3.7.0':
- resolution: {integrity: sha512-VJ5WS3fcVx0bejE/YHfbDKR/yawZgKqn/if+oEeLqNwBtPzVB06olkfcnojTmEMX+gTpH+FlQ69SHNitJ8/erQ==}
+ '@internationalized/date@3.8.0':
+ resolution: {integrity: sha512-J51AJ0fEL68hE4CwGPa6E0PO6JDaVLd8aln48xFCSy7CZkZc96dGEGmLs2OEEbBxcsVZtfrqkXJwI2/MSG8yKw==}
- '@internationalized/message@3.1.6':
- resolution: {integrity: sha512-JxbK3iAcTIeNr1p0WIFg/wQJjIzJt9l/2KNY/48vXV7GRGZSv3zMxJsce008fZclk2cDC8y0Ig3odceHO7EfNQ==}
+ '@internationalized/message@3.1.7':
+ resolution: {integrity: sha512-gLQlhEW4iO7DEFPf/U7IrIdA3UyLGS0opeqouaFwlMObLUzwexRjbygONHDVbC9G9oFLXsLyGKYkJwqXw/QADg==}
- '@internationalized/number@3.6.0':
- resolution: {integrity: sha512-PtrRcJVy7nw++wn4W2OuePQQfTqDzfusSuY1QTtui4wa7r+rGVtR75pO8CyKvHvzyQYi3Q1uO5sY0AsB4e65Bw==}
+ '@internationalized/number@3.6.1':
+ resolution: {integrity: sha512-UVsb4bCwbL944E0SX50CHFtWEeZ2uB5VozZ5yDXJdq6iPZsZO5p+bjVMZh2GxHf4Bs/7xtDCcPwEa2NU9DaG/g==}
- '@internationalized/string@3.2.5':
- resolution: {integrity: sha512-rKs71Zvl2OKOHM+mzAFMIyqR5hI1d1O6BBkMK2/lkfg3fkmVh9Eeg0awcA8W2WqYqDOv6a86DIOlFpggwLtbuw==}
+ '@internationalized/string@3.2.6':
+ resolution: {integrity: sha512-LR2lnM4urJta5/wYJVV7m8qk5DrMZmLRTuFhbQO5b9/sKLHgty6unQy1Li4+Su2DWydmB4aZdS5uxBRXIq2aAw==}
'@ioredis/commands@1.2.0':
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
@@ -3487,8 +3549,8 @@ packages:
resolution: {integrity: sha512-DnBpqkMOUGayNVKyTLlkM6ILmU/m/+VUxGkuQlPQVAcvreLz5jn1OlQnWd8uHKL/ZSiljpM12rjRhr51VtvJUQ==}
engines: {node: '>= 18'}
- '@napi-rs/wasm-runtime@0.2.8':
- resolution: {integrity: sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==}
+ '@napi-rs/wasm-runtime@0.2.9':
+ resolution: {integrity: sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==}
'@neondatabase/serverless@0.9.5':
resolution: {integrity: sha512-siFas6gItqv6wD/pZnvdu34wEqgG3nSE6zWZdq5j2DEsa+VvX8i/5HXJOo06qrw5axPXn+lGCxeR+NLaSPIXug==}
@@ -3496,56 +3558,56 @@ packages:
'@next/env@15.2.4':
resolution: {integrity: sha512-+SFtMgoiYP3WoSswuNmxJOCwi06TdWE733D+WPjpXIe4LXGULwEaofiiAy6kbS0+XjM5xF5n3lKuBwN2SnqD9g==}
- '@next/env@15.3.1-canary.2':
- resolution: {integrity: sha512-J+GTkrYI3bvWz3X8jJkfV7pAp8t9dQ0TMezCV/zdQ5+PGnrd+IdNXRhjnNj1FZSmOPgZpgGqqO8XzR7Wu0igjA==}
+ '@next/env@15.4.0-canary.11':
+ resolution: {integrity: sha512-UoGIxI4VR0QxCCkVLKw4USofRR72BdwwqbJZKKA9W812mWoO7gMDAkSQ2pARul+0/LPmzzWQGzV4MNJykPw7sg==}
'@next/eslint-plugin-next@15.2.4':
resolution: {integrity: sha512-O8ScvKtnxkp8kL9TpJTTKnMqlkZnS+QxwoQnJwPGBxjBbzd6OVVPEJ5/pMNrktSyXQD/chEfzfFzYLM6JANOOQ==}
- '@next/swc-darwin-arm64@15.3.1-canary.2':
- resolution: {integrity: sha512-ejl+lcINgnzgjhqSyCdAefDWGtd8lumg0MBSNF9xDHAJzTmO7v2zuENqOpAxQjoA/h1qx1J0rI+H5Hp7/1NtHg==}
+ '@next/swc-darwin-arm64@15.4.0-canary.11':
+ resolution: {integrity: sha512-ZlyAF3fcrl+gbAz6TVpbLWa0fUJXBWa51JSAXJyeYYpzBT2X2sfavILIhnQqmY+ezRZkHL8ZI459uPWeCxEdgw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@next/swc-darwin-x64@15.3.1-canary.2':
- resolution: {integrity: sha512-AP/Qp8SMX5GYXRLxPeMnWUX9DdWxzj0OZbKYeGDPJqHPZxFtpWz02iOoaIBKtU+Cflk86I9eLfzttn56V646/Q==}
+ '@next/swc-darwin-x64@15.4.0-canary.11':
+ resolution: {integrity: sha512-Zz0sUNNRpeCNXsfZDHo2gSL3d2ln2rPR6pRCoif9bBtRRU8z25ernDys1RR7NqvMhYKlJSaOsK/eQeQERLY+ow==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@next/swc-linux-arm64-gnu@15.3.1-canary.2':
- resolution: {integrity: sha512-/oyzcv9Hk1DH0IvJ6YpTaN3tTrKj0b1PFE/PchijLJHvE9a8446EedtFa0sLjhtIM+btBC851fXJqQ+0W39ZOQ==}
+ '@next/swc-linux-arm64-gnu@15.4.0-canary.11':
+ resolution: {integrity: sha512-hKsDUWFwgmBUj3PESle/KiOZ3lDELIHY9AbEsEkkUv6ddxTmDWurxz17ARUihUtWIewevwtDms0X6/tGnwMHsQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-arm64-musl@15.3.1-canary.2':
- resolution: {integrity: sha512-LxoVjLmB5wKDDwpnmdtY4bkUhm7FMn27f7xJ1AnvGGnv34PbsKl4klRxMUEx7ZDlGNCELR1CiZGwQGWKiS9LFA==}
+ '@next/swc-linux-arm64-musl@15.4.0-canary.11':
+ resolution: {integrity: sha512-HqICfZyXDX+xXD4Js4RWOpcvXpcsePIqlnlJ2XsTgoX6S33Cvz2yUHzrOubMHXHbz3EYPa+nahQ4N6VUVq9JcA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-x64-gnu@15.3.1-canary.2':
- resolution: {integrity: sha512-Y6jJ7zG/3ccUA62JXn2gha9tSwMHVox2o9xAUTn5b2imp60/Ek20tdJ5NjGwCudwU14LpIHOxKvAKPbdw5y1jQ==}
+ '@next/swc-linux-x64-gnu@15.4.0-canary.11':
+ resolution: {integrity: sha512-0hGchpdzp6LyFBIPoE0rFLjbW1uoFGucgqAtcuw4M5+vTqTJSdh6m1kxJ9LY7IhCs+j0TOxXsuHHUgkPcma6vQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-linux-x64-musl@15.3.1-canary.2':
- resolution: {integrity: sha512-dQPfdp8uEv2ewr0BUbjX5dLi/qmaP2MRyTEQfL0mvhKl+laBsZZT5mLzN+LVsxvOwupDsRz2K44aDJqwhmBIaQ==}
+ '@next/swc-linux-x64-musl@15.4.0-canary.11':
+ resolution: {integrity: sha512-rGe/4JSOR9GfZHa48mpZd3mBH9OPpIEmbkm6dx4cmoi8+xRR6ctFH0w0ft/LLvQCqGZnS4fmvGDPYQQuwMnfxg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-win32-arm64-msvc@15.3.1-canary.2':
- resolution: {integrity: sha512-TkTMzkaRMnbvGSMGDVV+pDwZq96+LIwMMHeHxE4g5XRf8z1UftyNhKUPY/5xGnThLEeWVyeYtNJ4MMh/XvnMWA==}
+ '@next/swc-win32-arm64-msvc@15.4.0-canary.11':
+ resolution: {integrity: sha512-UoyYOZBX+PgGCLNJFY5jVKoTHPKJZuW78nEpV429AI3vHfJvbM4SAVRGVKFkqjknB2Y8NeMyg4YUoSTlpwf3fQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@next/swc-win32-x64-msvc@15.3.1-canary.2':
- resolution: {integrity: sha512-sRIK1WnqFdqC5aQLNzzPgT1ilV/G31l09YntyyX+2jRBppJT+fQ4wJkqFpEgywxB66QpiN8yKc9hwxArm6HAag==}
+ '@next/swc-win32-x64-msvc@15.4.0-canary.11':
+ resolution: {integrity: sha512-VmjnbvMN2MMTyx8k7aMGS1MAO7gvFpYN/Iu5U2cRpDvCximA5Fn9LwmBWYTf4aj+e4dk0zn5TL2lSa0HzGdTzQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -3638,6 +3700,10 @@ packages:
'@octokit/types@13.6.2':
resolution: {integrity: sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==}
+ '@orama/orama@3.1.6':
+ resolution: {integrity: sha512-qtSrqCqRU93SjEBedz987tvWao1YQSELjBhGkHYGVP7Dg0lBWP6d+uZEIt5gxTAYio/YWWlhivmRABvRfPLmnQ==}
+ engines: {node: '>= 16.0.0'}
+
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
@@ -3659,12 +3725,31 @@ packages:
'@radix-ui/number@1.0.1':
resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==}
+ '@radix-ui/number@1.1.1':
+ resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
+
'@radix-ui/primitive@1.0.1':
resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==}
'@radix-ui/primitive@1.1.1':
resolution: {integrity: sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==}
+ '@radix-ui/primitive@1.1.2':
+ resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==}
+
+ '@radix-ui/react-accordion@1.2.8':
+ resolution: {integrity: sha512-c7OKBvO36PfQIUGIjj1Wko0hH937pYFU2tR5zbIJDUsmTzHoZVHHt4bmb7OOJbzTaWJtVELKWojBHa7OcnUHmQ==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-arrow@1.0.3':
resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
peerDependencies:
@@ -3678,8 +3763,21 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-collapsible@1.1.3':
- resolution: {integrity: sha512-jFSerheto1X03MUC0g6R7LedNW9EEGWdg9W1+MlpkMLwGkgkbUXLPBH/KIuWKXUoeYRVY11llqbTBDzuLg7qrw==}
+ '@radix-ui/react-arrow@1.1.4':
+ resolution: {integrity: sha512-qz+fxrqgNxG0dYew5l7qR3c7wdgRu1XVUHGnGYX7rg5HM4p9SWaRmJwfgR3J0SgyUKayLmzQIun+N6rWRgiRKw==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
+ '@radix-ui/react-collapsible@1.1.8':
+ resolution: {integrity: sha512-hxEsLvK9WxIAPyxdDRULL4hcaSjMZCfP7fHB0Z1uUnDoDBat1Zh46hwYfa69DeZAbJrPckjf0AGAtEZyvDyJbw==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3717,6 +3815,19 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-collection@1.1.4':
+ resolution: {integrity: sha512-cv4vSf7HttqXilDnAnvINd53OTl1/bjUYVZrkFnA7nwmY9Ob2POUy0WY0sfqBAe1s5FyKsyceQlqiEGPYNTadg==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-compose-refs@1.0.1':
resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
peerDependencies:
@@ -3735,6 +3846,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-compose-refs@1.1.2':
+ resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-context@1.0.1':
resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==}
peerDependencies:
@@ -3753,8 +3873,17 @@ packages:
'@types/react':
optional: true
- '@radix-ui/react-dialog@1.1.4':
- resolution: {integrity: sha512-Ur7EV1IwQGCyaAuyDRiOLA5JIUZxELJljF+MbM/2NC0BYwfuRrbpS30BiQBJrVruscgUkieKkqXYDOoByaxIoA==}
+ '@radix-ui/react-context@1.1.2':
+ resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ '@radix-ui/react-dialog@1.1.11':
+ resolution: {integrity: sha512-yI7S1ipkP5/+99qhSI6nthfo/tR6bL6Zgxi/+1UO6qPa6UeM6nlafWcQ65vB4rU2XjgjMfMhI3k9Y5MztA62VQ==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3797,6 +3926,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-direction@1.1.1':
+ resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-dismissable-layer@1.0.4':
resolution: {integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==}
peerDependencies:
@@ -3810,8 +3948,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-dismissable-layer@1.1.3':
- resolution: {integrity: sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==}
+ '@radix-ui/react-dismissable-layer@1.1.5':
+ resolution: {integrity: sha512-E4TywXY6UsXNRhFrECa5HAvE5/4BFcGyfTyK36gP+pAW1ed7UTK4vKwdr53gAJYwqbfCWC6ATvJa3J3R/9+Qrg==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3823,8 +3961,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-dismissable-layer@1.1.5':
- resolution: {integrity: sha512-E4TywXY6UsXNRhFrECa5HAvE5/4BFcGyfTyK36gP+pAW1ed7UTK4vKwdr53gAJYwqbfCWC6ATvJa3J3R/9+Qrg==}
+ '@radix-ui/react-dismissable-layer@1.1.7':
+ resolution: {integrity: sha512-j5+WBUdhccJsmH5/H0K6RncjDtoALSEr6jbkaZu+bjw6hOPOhHycr6vEUujl+HBK8kjUfWcoCJXxP6e4lUlMZw==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3854,6 +3992,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-focus-guards@1.1.2':
+ resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-focus-scope@1.0.3':
resolution: {integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==}
peerDependencies:
@@ -3867,8 +4014,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-focus-scope@1.1.1':
- resolution: {integrity: sha512-01omzJAYRxXdG2/he/+xy+c8a8gCydoQ1yOxnWNcRhrrBW5W+RQJ22EK1SaO8tb3WoUsuEw7mJjBozPzihDFjA==}
+ '@radix-ui/react-focus-scope@1.1.2':
+ resolution: {integrity: sha512-zxwE80FCU7lcXUGWkdt6XpTTCKPitG1XKOwViTxHVKIJhZl9MvIl2dVHeZENCWD9+EdWv05wlaEkRXUykU27RA==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3880,8 +4027,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-focus-scope@1.1.2':
- resolution: {integrity: sha512-zxwE80FCU7lcXUGWkdt6XpTTCKPitG1XKOwViTxHVKIJhZl9MvIl2dVHeZENCWD9+EdWv05wlaEkRXUykU27RA==}
+ '@radix-ui/react-focus-scope@1.1.4':
+ resolution: {integrity: sha512-r2annK27lIW5w9Ho5NyQgqs0MmgZSTIKXWpVCJaLC1q2kZrZkcqnmHkCHMEmv8XLvsLlurKMPT+kbKkRkm/xVA==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3911,6 +4058,41 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-id@1.1.1':
+ resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ '@radix-ui/react-navigation-menu@1.2.10':
+ resolution: {integrity: sha512-kGDqMVPj2SRB1vJmXN/jnhC66REAXNyDmDRubbbmJ+360zSIJUDmWGMKIJOf72PHMwPENrbtJVb3CMAUJDjEIA==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
+ '@radix-ui/react-popover@1.1.11':
+ resolution: {integrity: sha512-yFMfZkVA5G3GJnBgb2PxrrcLKm1ZLWXrbYVgdyTl//0TYEIHS9LJbnyz7WWcZ0qCq7hIlJZpRtxeSeIG5T5oJw==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-popper@1.1.2':
resolution: {integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==}
peerDependencies:
@@ -3924,6 +4106,19 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-popper@1.2.4':
+ resolution: {integrity: sha512-3p2Rgm/a1cK0r/UVkx5F/K9v/EplfjAeIFCGOPYPO4lZ0jtg4iSQXt/YGTSLWaf4x7NG6Z4+uKFcylcTZjeqDA==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-portal@1.0.3':
resolution: {integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==}
peerDependencies:
@@ -3937,8 +4132,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-portal@1.1.3':
- resolution: {integrity: sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==}
+ '@radix-ui/react-portal@1.1.4':
+ resolution: {integrity: sha512-sn2O9k1rPFYVyKd5LAJfo96JlSGVFpa1fS6UuBJfrZadudiw5tAmru+n1x7aMRQ84qDM71Zh1+SzK5QwU0tJfA==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3950,8 +4145,8 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-portal@1.1.4':
- resolution: {integrity: sha512-sn2O9k1rPFYVyKd5LAJfo96JlSGVFpa1fS6UuBJfrZadudiw5tAmru+n1x7aMRQ84qDM71Zh1+SzK5QwU0tJfA==}
+ '@radix-ui/react-portal@1.1.6':
+ resolution: {integrity: sha512-XmsIl2z1n/TsYFLIdYam2rmFwf9OC/Sh2avkbmVMDuBZIe7hSpM0cYnWPAo7nHOVx8zTuwDZGByfcqLdnzp3Vw==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
@@ -3976,6 +4171,19 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-presence@1.1.4':
+ resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-primitive@1.0.3':
resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==}
peerDependencies:
@@ -3989,19 +4197,6 @@ packages:
'@types/react-dom':
optional: true
- '@radix-ui/react-primitive@2.0.1':
- resolution: {integrity: sha512-sHCWTtxwNn3L3fH8qAfnF3WbUZycW93SM1j3NFDzXBiz8D6F5UTTy8G1+WFEaiCdvCVRJWj6N2R4Xq6HdiHmDg==}
- peerDependencies:
- '@types/react': '*'
- '@types/react-dom': '*'
- 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
- peerDependenciesMeta:
- '@types/react':
- optional: true
- '@types/react-dom':
- optional: true
-
'@radix-ui/react-primitive@2.0.2':
resolution: {integrity: sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==}
peerDependencies:
@@ -4015,6 +4210,19 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-primitive@2.1.0':
+ resolution: {integrity: sha512-/J/FhLdK0zVcILOwt5g+dH4KnkonCtkVJsa2G6JmvbbtZfBEI1gMsO3QMjseL4F/SwfAMt1Vc/0XKYKq+xJ1sw==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-roving-focus@1.1.2':
resolution: {integrity: sha512-zgMQWkNO169GtGqRvYrzb0Zf8NhMHS2DuEB/TiEmVnpr5OqPU3i8lfbxaAmC2J/KYuIQxyoQQ6DxepyXp61/xw==}
peerDependencies:
@@ -4028,6 +4236,32 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-roving-focus@1.1.7':
+ resolution: {integrity: sha512-C6oAg451/fQT3EGbWHbCQjYTtbyjNO1uzQgMzwyivcHT3GKNEmu1q3UuREhN+HzHAVtv3ivMVK08QlC+PkYw9Q==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
+ '@radix-ui/react-scroll-area@1.2.6':
+ resolution: {integrity: sha512-lj8OMlpPERXrQIHlEQdlXHJoRT52AMpBrgyPYylOhXYq5e/glsEdtOc/kCQlsTdtgN5U0iDbrrolDadvektJGQ==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-select@1.2.2':
resolution: {integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==}
peerDependencies:
@@ -4063,15 +4297,6 @@ packages:
'@types/react':
optional: true
- '@radix-ui/react-slot@1.1.1':
- resolution: {integrity: sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
'@radix-ui/react-slot@1.1.2':
resolution: {integrity: sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==}
peerDependencies:
@@ -4081,6 +4306,28 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-slot@1.2.0':
+ resolution: {integrity: sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ '@radix-ui/react-tabs@1.1.9':
+ resolution: {integrity: sha512-KIjtwciYvquiW/wAFkELZCVnaNLBsYNhTNcvl+zfMAbMhRkcvNuCLXDDd22L0j7tagpzVh/QwbFpwAATg7ILPw==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/react-toggle-group@1.1.2':
resolution: {integrity: sha512-JBm6s6aVG/nwuY5eadhU2zDi/IwYS0sDM5ZWb4nymv/hn3hZdkw+gENn0LP4iY1yCd7+bgJaCwueMYJIU3vk4A==}
peerDependencies:
@@ -4138,6 +4385,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-callback-ref@1.1.1':
+ resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-controllable-state@1.0.1':
resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==}
peerDependencies:
@@ -4156,6 +4412,24 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-controllable-state@1.2.2':
+ resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
+ '@radix-ui/react-use-effect-event@0.0.2':
+ resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-escape-keydown@1.0.3':
resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==}
peerDependencies:
@@ -4174,6 +4448,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-escape-keydown@1.1.1':
+ resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-layout-effect@1.0.1':
resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==}
peerDependencies:
@@ -4192,6 +4475,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-layout-effect@1.1.1':
+ resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-previous@1.0.1':
resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==}
peerDependencies:
@@ -4201,6 +4493,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-previous@1.1.1':
+ resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-rect@1.0.1':
resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==}
peerDependencies:
@@ -4210,6 +4511,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-rect@1.1.1':
+ resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-use-size@1.0.1':
resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==}
peerDependencies:
@@ -4219,6 +4529,15 @@ packages:
'@types/react':
optional: true
+ '@radix-ui/react-use-size@1.1.1':
+ resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+
'@radix-ui/react-visually-hidden@1.0.3':
resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==}
peerDependencies:
@@ -4232,296 +4551,312 @@ packages:
'@types/react-dom':
optional: true
+ '@radix-ui/react-visually-hidden@1.2.0':
+ resolution: {integrity: sha512-rQj0aAWOpCdCMRbI6pLQm8r7S2BM3YhTa0SzOYD55k+hJA8oo9J+H+9wLM9oMlZWOX/wJWPTzfDfmZkf7LvCfg==}
+ peerDependencies:
+ '@types/react': '*'
+ '@types/react-dom': '*'
+ 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
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
'@radix-ui/rect@1.0.1':
resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==}
- '@react-aria/autocomplete@3.0.0-beta.1':
- resolution: {integrity: sha512-ZeVR1tKJOZK5/RTuN8eprlP1lyeihdDfDYPBkdg2iT5h775LSZyOingPux9aLtdqt/uj6JIS5amK9ErI7+axug==}
+ '@radix-ui/rect@1.1.1':
+ resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
+
+ '@react-aria/autocomplete@3.0.0-beta.2':
+ resolution: {integrity: sha512-oxsFCIGj5yooQkZzdqjvsdfr9fOlmAq4v6njIOAyQFsta3H0yQiv+YU3XnrnCBxVX+Mz/mZtZgfhAA9JBDukHg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/breadcrumbs@3.5.22':
- resolution: {integrity: sha512-Jhx3eJqvuSUFL5/TzJ7EteluySdgKVkYGJ72Jz6AdEkiuoQAFbRZg4ferRIXQlmFL2cj7Z3jo8m8xGitebMtgw==}
+ '@react-aria/breadcrumbs@3.5.23':
+ resolution: {integrity: sha512-4uLxuAgPfXds8sBc/Cg0ml7LKWzK+YTwHL7xclhQUkPO32rzlHDl+BJ5cyWhvZgGUf8JJXbXhD5VlJJzbbl8Xg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/button@3.12.1':
- resolution: {integrity: sha512-IgCENCVUzjfI4nVgJ8T1z2oD81v3IO2Ku96jVljqZ/PWnFACsRikfLeo8xAob3F0LkRW4CTK4Tjy6BRDsy2l6A==}
+ '@react-aria/button@3.13.0':
+ resolution: {integrity: sha512-BEcTQb7Q8ZrAtn0scPDv/ErZoGC1FI0sLk0UTPGskuh/RV9ZZGFbuSWTqOwV8w5CS6VMvPjH6vaE8hS7sb5DIw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/calendar@3.7.2':
- resolution: {integrity: sha512-q16jWzBCoMoohOF75rJbqh+4xlKOhagPC96jsARZmaqWOEHpFYGK/1rH9steC5+Dqe7y1nipAoLRynm18rrt3w==}
+ '@react-aria/calendar@3.8.0':
+ resolution: {integrity: sha512-9vms/fWjJPZkJcMxciwWWOjGy/Q0nqI6FV0pYbMZbqepkzglEaVd98kl506r/4hLhWKwLdTfqCgbntRecj8jBg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/checkbox@3.15.3':
- resolution: {integrity: sha512-/m5JYoGsi5L0NZnacgqEcMqBo6CcTmsJ9nAY/07MDCUJBcL/Xokd8cL/1K21n6K69MiCPcxORbSBdxJDm9dR0A==}
+ '@react-aria/checkbox@3.15.4':
+ resolution: {integrity: sha512-ZkDJFs2EfMBXVIpBSo4ouB+NXyr2LRgZNp2x8/v+7n3aTmMU8j2PzT+Ra2geTQbC0glMP7UrSg4qZblqrxEBcQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/collections@3.0.0-beta.1':
- resolution: {integrity: sha512-udrHajGknkDioGbuqOdWjQ2P7J6fYGlkVGuIJwLxML+WgrroC+i76A4BBOD4ifJKxVAZ8TMyGSztt4RUdn+jDA==}
+ '@react-aria/collections@3.0.0-rc.0':
+ resolution: {integrity: sha512-WcRcE3wKtbprOJlBaMbdYS5Suu2KIGq1gVT2fLXVbmDY0CjGemqp2m5aDblQOO8pxvsAqHV8pyznkhANTnK1CQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/color@3.0.5':
- resolution: {integrity: sha512-F+by1SOvH+qr47jhaZUYLCYMjRFxEBiG2UpNyd0iByIOweeXnU9sRHRAjLSWx/nULB6ZrUhNzE3XhI0SoZyHUw==}
+ '@react-aria/color@3.0.6':
+ resolution: {integrity: sha512-ik4Db9hrN1yIT0CQMB888ktBmrwA/kNhkfiDACtoUHv8Ev+YEpmagnmih9vMyW2vcnozYJpnn/aCMl59J5uMew==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/combobox@3.12.1':
- resolution: {integrity: sha512-Al43cVQ2XiuPTCZ8jhz5Vmoj5Vqm6GADBtrL+XHZd7lM1gkD3q27GhKYiEt0jrcoBjjdqIiYWEaFLYg5LSQPzA==}
+ '@react-aria/combobox@3.12.2':
+ resolution: {integrity: sha512-EgddiF8VnAjB4EynJERPn4IoDMUabI8GiKOQZ6Ar3MlRWxQnUfxPpZwXs8qWR3dPCzYUt2PhBinhBMjyR1yRIw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/datepicker@3.14.1':
- resolution: {integrity: sha512-77HaB+dFaMu7OpDQqjDiyZdaJlkwMgQHjTRvplBVc3Pau1sfQ1LdFC4+ZAXSbQTVSYt6GaN9S2tL4qoc+bO05w==}
+ '@react-aria/datepicker@3.14.2':
+ resolution: {integrity: sha512-O7fdzcqIJ7i/+8SGYvx4tloTZgK4Ws8OChdbFcd2rZoRPqxM50M6J+Ota8hTet2wIhojUXnM3x2na3EvoucBXA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/dialog@3.5.23':
- resolution: {integrity: sha512-ud8b4G5vcFEZPEjzdXrjOadwRMBKBDLiok6lIl1rsPkd1qnLMFxsl3787kct1Ex0PVVKOPlcH7feFw+1T7NsLw==}
+ '@react-aria/dialog@3.5.24':
+ resolution: {integrity: sha512-tw0WH89gVpHMI5KUQhuzRE+IYCc9clRfDvCppuXNueKDrZmrQKbeoU6d0b5WYRsBur2+d7ErtvpLzHVqE1HzfA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/disclosure@3.0.3':
- resolution: {integrity: sha512-YMZG6NYugRMTElq4bspstML15KFUwZ+ZVUTSQHLLLLnwxkj+R9NbsDonMkH6lpgC02ru0Kgo2+1NljIGz9a5/Q==}
+ '@react-aria/disclosure@3.0.4':
+ resolution: {integrity: sha512-HXGVLA06BH0b/gN8dCTzWATwMikz8D+ahRxZiI0HDZxLADWGsSPqRXKN0GNAiBKbvPtvAbrwslE3pktk/SlU/w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/dnd@3.9.1':
- resolution: {integrity: sha512-Rg43C+MQSr7IN1wv0iAemW59RANE39TsVs1QX9ryRh0Unc14jnm+GhZ928XNuu/rJ6BMUM8Cb9uQuYcVPgeDxA==}
+ '@react-aria/dnd@3.9.2':
+ resolution: {integrity: sha512-pPYygmJTjSPV2K/r48TvF75WuddG8d8nlIxAXSW22++WKqZ0z+eun6gDUXoKeB2rgY7sVfLqpRdnPV52AnBX+Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/focus@3.20.1':
- resolution: {integrity: sha512-lgYs+sQ1TtBrAXnAdRBQrBo0/7o5H6IrfDxec1j+VRpcXL0xyk0xPq+m3lZp8typzIghqDgpnKkJ5Jf4OrzPIw==}
+ '@react-aria/focus@3.20.2':
+ resolution: {integrity: sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/form@3.0.14':
- resolution: {integrity: sha512-UYoqdGetKV+4lwGnJ22sWKywobOWYBcOetiBYTlrrnCI6e5j1Jk5iLkLvesCOoI7yfWIW9Ban5Qpze5MUrXUhQ==}
+ '@react-aria/form@3.0.15':
+ resolution: {integrity: sha512-kk8AnLz+EOgnn3sTaXYmtw+YzVDc1of/+xAkuOupQi6zQFnNRjc99JlDbKHoUZ39urMl+8lsp/1b9VPPhNrBNw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/grid@3.12.1':
- resolution: {integrity: sha512-f0Sx/O6VVjNcg5xq0cLhA7QSCkZodV+/Y0UXJTg/NObqgPX/tqh/KNEy7zeVd22FS6SUpXV+fJU99yLPo37rjQ==}
+ '@react-aria/grid@3.13.0':
+ resolution: {integrity: sha512-RcuJYA4fyJ83MH3SunU+P5BGkx3LJdQ6kxwqwWGIuI9eUKc7uVbqvN9WN3fI+L0QfxqBFmh7ffRxIdQn7puuzw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/gridlist@3.11.1':
- resolution: {integrity: sha512-x2lrQO0kC+kdoCH+iUY6VsgoJlZ/x/w10dKc66npXeVC2EHo2InJDINt9VEIaANnh9i7TiTthdQVeePCP22tMQ==}
+ '@react-aria/gridlist@3.12.0':
+ resolution: {integrity: sha512-KSpnSBYQ7ozGQNaRR2NGq7Fl2zIv5w9KNyO9V/IE2mxUNfX6fwqUPoANFcy9ySosksE7pPnFtuYIB+TQtUjYqQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/i18n@3.12.7':
- resolution: {integrity: sha512-eLbYO2xrpeOKIEmLv2KD5LFcB0wltFqS+pUjsOzkKZg6H3b6AFDmJPxr/a0x2KGHtpGJvuHwCSbpPi9PzSSQLg==}
+ '@react-aria/i18n@3.12.8':
+ resolution: {integrity: sha512-V/Nau9WuwTwxfFffQL4URyKyY2HhRlu9zmzkF2Hw/j5KmEQemD+9jfaLueG2CJu85lYL06JrZXUdnhZgKnqMkA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/interactions@3.24.1':
- resolution: {integrity: sha512-OWEcIC6UQfWq4Td5Ptuh4PZQ4LHLJr/JL2jGYvuNL6EgL3bWvzPrRYIF/R64YbfVxIC7FeZpPSkS07sZ93/NoA==}
+ '@react-aria/interactions@3.25.0':
+ resolution: {integrity: sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/label@3.7.16':
- resolution: {integrity: sha512-tPog3rc5pQ9s2/5bIBtmHtbj+Ebqs2yyJgJdFjZ1/HxrjF8HMrgtBPHCn/70YD5XvmuC3OSkua84kLjNX5rBbA==}
+ '@react-aria/label@3.7.17':
+ resolution: {integrity: sha512-Fz7IC2LQT2Y/sAoV+gFEXoULtkznzmK2MmeTv5shTNjeTxzB1BhQbD4wyCypi7eGsnD/9Zy+8viULCsIUbvjWw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/landmark@3.0.1':
- resolution: {integrity: sha512-rsbpmDfI8wmTcsOCaLdI2WuvM4z4yBZyOhMSdIxzKxxD0XPM03BBlegPqxZ/VisSwvXT8VB38r5STzmpH3ocLg==}
+ '@react-aria/landmark@3.0.2':
+ resolution: {integrity: sha512-KVXa9s3fSgo/PiUjdbnPh3a1yS4t2bMZeVBPPzYAgQ4wcU2WjuLkhviw+5GWSWRfT+jpIMV7R/cmyvr0UHvRfg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/link@3.7.10':
- resolution: {integrity: sha512-prf7s7O1PHAtA+H2przeGr8Ig4cBjk1f0kO0bQQAC3QvVOOUO7WLNU/N+xgOMNkCKEazDl21QM1o0bDRQCcXZg==}
+ '@react-aria/link@3.8.0':
+ resolution: {integrity: sha512-gpDD6t3FqtFR9QjSIKNpmSR3tS4JG2anVKx2wixuRDHO6Ddexxv4SBzsE1+230p+FlFGjftFa2lEgQ7RNjZrmA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/listbox@3.14.2':
- resolution: {integrity: sha512-pIwMNZs2WaH+XIax2yemI2CNs5LVV5ooVgEh7gTYoAVWj2eFa3Votmi54VlvkN937bhD5+blH32JRIu9U8XqVw==}
+ '@react-aria/listbox@3.14.3':
+ resolution: {integrity: sha512-wzelam1KENUvKjsTq8gfrOW2/iab8SyIaSXfFvGmWW82XlDTlW+oQeA39tvOZktMVGspr+xp8FySY09rtz6UXw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/live-announcer@3.4.1':
- resolution: {integrity: sha512-4X2mcxgqLvvkqxv2l1n00jTzUxxe0kkLiapBGH1LHX/CxA1oQcHDqv8etJ2ZOwmS/MSBBiWnv3DwYHDOF6ubig==}
+ '@react-aria/live-announcer@3.4.2':
+ resolution: {integrity: sha512-6+yNF9ZrZ4YJ60Oxy2gKI4/xy6WUv1iePDCFJkgpNVuOEYi8W8czff8ctXu/RPB25OJx5v2sCw9VirRogTo2zA==}
- '@react-aria/menu@3.18.1':
- resolution: {integrity: sha512-czdJFNBW/B7QodyLDyQ+TvT8tZjCru7PrhUDkJS36ie/pTeQDFpIczgYjmKfJs5pP6olqLKXbwJy1iNTh01WTQ==}
+ '@react-aria/menu@3.18.2':
+ resolution: {integrity: sha512-90k+Ke1bhFWhR2zuRI6OwKWQrCpOD99n+9jhG96JZJZlNo5lB+5kS+ufG1LRv5GBnCug0ciLQmPMAfguVsCjEQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/meter@3.4.21':
- resolution: {integrity: sha512-IjV4RdotPG3QC9Zjc8VaT+rvypB6yh9pUiEAjJEFhga+ORN/EWBLI8LHKhfep+50z8hH6AP3HLaKBUdZu+4WyQ==}
+ '@react-aria/meter@3.4.22':
+ resolution: {integrity: sha512-A/30vrtJO0xqctS/ngE1Lp/w3Aq3MPcpdRHU5E06EUYotzRzHFE9sNmezWslkZ3NfYwA/mxLvgmrsOJSR0Hx6A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/numberfield@3.11.12':
- resolution: {integrity: sha512-VQ4dfaf+k7n2tbP8iB1OLFYTLCh9ReyV7dNLrDvH24V7ByaHakobZjwP8tF6CpvafNYaXPUflxnHpIgXvN3QYA==}
+ '@react-aria/numberfield@3.11.13':
+ resolution: {integrity: sha512-F73BVdIRV8VvKl0omhGaf0E7mdJ7pdPjDP3wYNf410t55BXPxmndItUKpGfxSbl8k6ZYLvQyOqkD6oWSfZXpZw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/overlays@3.26.1':
- resolution: {integrity: sha512-AtQ0mp+H0alFFkojKBADEUIc1AKFsSobH4QNoxQa3V4bZKQoXxga7cRhD5RRYanu3XCQOkIxZJ3vdVK/LVVBXA==}
+ '@react-aria/overlays@3.27.0':
+ resolution: {integrity: sha512-2vZVgL7FrloN5Rh8sAhadGADJbuWg69DdSJB3fd2/h5VvcEhnIfNPu9Ma5XmdkApDoTboIEsKZ4QLYwRl98w6w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/progress@3.4.21':
- resolution: {integrity: sha512-KNjoJTY2AU3L+3rozwC81lwDWn6Yk2XQbcQaxEs5frRBbuiCD7hEdrerLIgKa/J85e61MDuEel0Onc0kV9kpyw==}
+ '@react-aria/progress@3.4.22':
+ resolution: {integrity: sha512-wK2hath4C9HKgmjCH+iSrAs86sUKqqsYKbEKk9/Rj9rzXqHyaEK9EG0YZDnSjd8kX+N9hYcs5MfJl6AZMH4juQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/radio@3.11.1':
- resolution: {integrity: sha512-plAO5MW+QD9/kMe5NNKBzKf/+b6CywdoZ5a1T/VbvkBQYYcHaYQeBuKQ4l+hF+OY2tKAWP0rrjv7tEtacPc9TA==}
+ '@react-aria/radio@3.11.2':
+ resolution: {integrity: sha512-6AFJHXMewJBgHNhqkN1qjgwwx6kmagwYD+3Z+hNK1UHTsKe1Uud5/IF7gPFCqlZeKxA+Lvn9gWiqJrQbtD2+wg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/searchfield@3.8.2':
- resolution: {integrity: sha512-xOhmzDd04CAl2d5L/g+PPqUSFCN7Ue11M9qTHnjoQ3HDJ4D82vY7Qik/crKGpJ2bV5ZoRxRuFaebqGRKCiJhSQ==}
+ '@react-aria/searchfield@3.8.3':
+ resolution: {integrity: sha512-t1DW3nUkPHyZhFhUbT+TdhvI8yZYvUPCuwl0FyraMRCQ4+ww5Ieu4n8JB9IGYmIUB/GWEbZlDHplu4s3efmliA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/select@3.15.3':
- resolution: {integrity: sha512-HNtDZTASz6Zt9cFUK+9rmS3XmTwVz/tx1+7W3NNGy5Xx4J8hua0BymcbKiC+Pp/ibPGJT4b7KYyE2N9J17/95w==}
+ '@react-aria/select@3.15.4':
+ resolution: {integrity: sha512-CipqXgdOfWsiHw/chfqd8t9IQpvehP+3uKLJx3ic4Uyj+FT/SxVmmjX0gyvVbZd00ltFCMJYO2xYKQUlbW2AtQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/selection@3.23.1':
- resolution: {integrity: sha512-z4vVw7Fw0+nK46PPlCV8TyieCS+EOUp3eguX8833fFJ/QDlFp3Ewgw2T5qCIix5U3siXPYU0ZmAMOdrjibdGpQ==}
+ '@react-aria/selection@3.24.0':
+ resolution: {integrity: sha512-RfGXVc04zz41NVIW89/a3quURZ4LT/GJLkiajQK2VjhisidPdrAWkcfjjWJj0n+tm5gPWbi9Rs5R/Rc8mrvq8Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/separator@3.4.7':
- resolution: {integrity: sha512-zALorCd1my7AAYjRCgR1RdI/w8usVH4GCD8d8MsNyKhZUSDn+TxeriDioNllfgL51rxFRFtnWFhD3/qYVK/vCg==}
+ '@react-aria/separator@3.4.8':
+ resolution: {integrity: sha512-ncuOSTBF/qbNumnW/IRz+xyr+Ud85eCF0Expw4XWhKjAZfzJd86MxPY5ZsxE7pYLOcRWdOSIH1/obwwwSz8ALQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/slider@3.7.17':
- resolution: {integrity: sha512-B+pdHiuM9G6zLYqvkMWAEiP2AppyC3IU032yUxBUrzh3DDoHPgU8HyFurFKS0diwigzcCBcq0yQ1YTalPzWV5A==}
+ '@react-aria/slider@3.7.18':
+ resolution: {integrity: sha512-GBVv5Rpvj/6JH2LnF1zVAhBmxGiuq7R8Ekqyr5kBrCc2ToF3PrTjfGc/mlh0eEtbj+NvAcnlgTx1/qosYt1sGw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/spinbutton@3.6.13':
- resolution: {integrity: sha512-phF7WU4mTryPY+IORqQC6eGvCdLItJ41KJ8ZWmpubnLkhqyyxBn8BirXlxWC5UIIvir9c3oohX2Vip/bE5WJiA==}
+ '@react-aria/spinbutton@3.6.14':
+ resolution: {integrity: sha512-oSKe9p0Q/7W39eXRnLxlwJG5dQo4ffosRT3u2AtOcFkk2Zzj+tSQFzHQ4202nrWdzRnQ2KLTgUUNnUvXf0BJcg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/ssr@3.9.7':
- resolution: {integrity: sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==}
+ '@react-aria/ssr@3.9.8':
+ resolution: {integrity: sha512-lQDE/c9uTfBSDOjaZUJS8xP2jCKVk4zjQeIlCH90xaLhHDgbpCdns3xvFpJJujfj3nI4Ll9K7A+ONUBDCASOuw==}
engines: {node: '>= 12'}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/switch@3.7.1':
- resolution: {integrity: sha512-CE7G9pPeltbE5wEVIPlrbjarYoMNS8gsb3+RD4Be/ghKSpwppmQyn12WIs6oQl3YQSBD/GZhfA6OTyOBo0Ro9A==}
+ '@react-aria/switch@3.7.2':
+ resolution: {integrity: sha512-vaREbp1gFjv+jEMXoXpNK7JYFO/jhwnSYAwEINNWnwf54IGeHvTPaB2NwolYSFvP4HAj8TKYbGFUSz7RKLhLgw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/table@3.17.1':
- resolution: {integrity: sha512-yRZoeNwg+7ZNdq7kP9x+u9yMBL4spIdWvY9XTrYGq2XzNzl1aUUBNVszOV3hOwiU0DEF2zzUuuc8gc8Wys40zw==}
+ '@react-aria/table@3.17.2':
+ resolution: {integrity: sha512-wsF3JqiAKcol1sfeNqTxyzH6+nxu0sAfyuh+XQfp1tvSGx15NifYeNKovNX4EPpUVkAI7jL5Le+eYeYYGELfnw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/tabs@3.10.1':
- resolution: {integrity: sha512-9tcmp4L0cCTSkJAVvsw5XkjTs4MP4ajJsWPc9IUXYoutZWSDs2igqx3/7KKjRM4OrjSolNXFf8uWyr9Oqg+vCg==}
+ '@react-aria/tabs@3.10.2':
+ resolution: {integrity: sha512-rpEgh//Gnew3le49tQVFOQ6ZyacJdaNUDXHt0ocguXb+2UrKtH54M8oIAE7E8KaB1puQlFXRs+Rjlr1rOlmjEQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/tag@3.5.1':
- resolution: {integrity: sha512-dFB7bFeCoCZmyiTKwCsXPcQgqPMtqCtdF9B2gn9S/P6esXrPPr5jCvZKyKFZidbKpqiaQnj+SAln5qPBEftoSg==}
+ '@react-aria/tag@3.5.2':
+ resolution: {integrity: sha512-xZ5Df0x+xcDg6UTDvnjP4pu+XrmYVaYcqzF7RGoCD1KyRCHU5Czg9p+888NB0K+vnJHfNsQh6rmMhDUydXu9eg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/textfield@3.17.1':
- resolution: {integrity: sha512-W/4nBdyXTOFPQXJ8eRK+74QFIpGR+x24SRjdl+y3WO6gFJNiiopWj8+slSK/T8LoD3g3QlzrtX/ooVQHCG3uQw==}
+ '@react-aria/textfield@3.17.2':
+ resolution: {integrity: sha512-4KINB0HueYUHUgvi/ThTP27hu4Mv5ujG55pH3dmSRD4Olu/MRy1m/Psq72o8LTf4bTOM9ZP1rKccUg6xfaMidA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/toast@3.0.1':
- resolution: {integrity: sha512-WDzKvQsroIowe4y/5dsZDakG4g0mDju4ZhcEPY3SFVnEBbAH1k0fwSgfygDWZdwg9FS3+oA1IYcbVt4ClK3Vfg==}
+ '@react-aria/toast@3.0.2':
+ resolution: {integrity: sha512-iaiHDE1CKYM3BbNEp3A2Ed8YAlpXUGyY6vesKISdHEZ2lJ7r+1hbcFoTNdG8HfbB8Lz5vw8Wd2o+ZmQ2tnDY9Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/toggle@3.11.1':
- resolution: {integrity: sha512-9SBvSFpGcLODN1u64tQ8aL6uLFnuuJRA2N0Kjmxp5PE1gk8IKG+BXsjZmq7auDAN5WPISBXw1RzEOmbghruBTQ==}
+ '@react-aria/toggle@3.11.2':
+ resolution: {integrity: sha512-JOg8yYYCjLDnEpuggPo9GyXFaT/B238d3R8i/xQ6KLelpi3fXdJuZlFD6n9NQp3DJbE8Wj+wM5/VFFAi3cISpw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/toolbar@3.0.0-beta.14':
- resolution: {integrity: sha512-F9wFYhcbVUveo6+JfAjKyz19BnBaXBYG7YyZdGurhn5E1bD+Zrwz/ZCTrrx40xJsbofciCiiwnKiXmzB20Kl5Q==}
+ '@react-aria/toolbar@3.0.0-beta.15':
+ resolution: {integrity: sha512-PNGpNIKIsCW8rxI9XXSADlLrSpikILJKKECyTRw9KwvXDRc44pezvdjGHCNinQcKsQoy5BtkK5cTSAyVqzzTXQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/tooltip@3.8.1':
- resolution: {integrity: sha512-g5Vr5HFGfLQRxdYs8nZeXeNrni5YcRGegRjnEDUZwW+Gwvu8KTrD7IeXrBDndS+XoTzKC4MzfvtyXWWpYmT0KQ==}
+ '@react-aria/tooltip@3.8.2':
+ resolution: {integrity: sha512-ctVTgh1LXvmr1ve3ehAWfvlJR7nHYZeqhl/g1qnA+983LQtc1IF9MraCs92g0m7KpBwCihuA+aYwTPsUHfKfXg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/tree@3.0.1':
- resolution: {integrity: sha512-USYRpbpbUChDFSquCc6eYQ+czTuge5m9XH1F/xfSJD0gEe9BG7dRJ9GB/dy6yBoZoNy3VWpTNrHUfPnmiKpgUw==}
+ '@react-aria/tree@3.0.2':
+ resolution: {integrity: sha512-gr06Y1760+kdlDeUcGNR+PCuJMtlrdtNMGG1Z0fSygy8y7/zVdTOLQp0c1Q3pjL2nr7Unjz/H1xSgERParHsbg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/utils@3.28.1':
- resolution: {integrity: sha512-mnHFF4YOVu9BRFQ1SZSKfPhg3z+lBRYoW5mLcYTQihbKhz48+I1sqRkP7ahMITr8ANH3nb34YaMME4XWmK2Mgg==}
+ '@react-aria/utils@3.28.2':
+ resolution: {integrity: sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/virtualizer@4.1.3':
- resolution: {integrity: sha512-WzxqQa0mVw96EKHWZIJYQlZfmpOJNpj7PX2Bliawm4rkSS1hpw38waQEHyR95Aexk4vTo5OQnO3w8pun0LXfqg==}
+ '@react-aria/virtualizer@4.1.4':
+ resolution: {integrity: sha512-SBKD2K+kBc3aLMVEqnBXjpqLhUSyvoi1ubSgUS5KMIqgyn44OWn5zKTsj9SIPZot6buSlgV2700TIWDhEJzWlw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-aria/visually-hidden@3.8.21':
- resolution: {integrity: sha512-iii5qO+cVHrHiOeiBYCnTRUQG2eOgEPFmiMG4dAuby8+pJJ8U4BvffX2sDTYWL6ztLLBYyrsUHPSw1Ld03JhmA==}
+ '@react-aria/visually-hidden@3.8.22':
+ resolution: {integrity: sha512-EO3R8YTKZ7HkLl9k1Y2uBKYBgpJagth4/4W7mfpJZE24A3fQnCP8zx1sweXiAm0mirR4J6tNaK7Ia8ssP5TpOw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -4531,305 +4866,301 @@ packages:
peerDependencies:
react: '*'
- '@react-stately/autocomplete@3.0.0-beta.0':
- resolution: {integrity: sha512-nWRbDzqHzdZySIqwoEBMIdineoQxR1Wzmb86r+NICBX9cNv0tZBLNnHywHsul/MN61/TthdOpay1QwZUoQSrXw==}
+ '@react-stately/autocomplete@3.0.0-beta.1':
+ resolution: {integrity: sha512-ohs6QOtJouQ+Y1+zRKiCzv57QogSTRuOA1QfrnIS1YPwKO1EDQXSqFkq2htK5+bN9GCm94yo6r4iX++SZKmLXA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/calendar@3.7.1':
- resolution: {integrity: sha512-DXsJv2Xm1BOqJAx5846TmTG1IZ0oKrBqYAzWZG7hiDq3rPjYGgKtC/iJg9MUev6pHhoZlP9fdRCNFiCfzm5bLQ==}
+ '@react-stately/calendar@3.8.0':
+ resolution: {integrity: sha512-YAuJiR9EtVThX91gU2ay/6YgPe0LvZWEssu4BS0Atnwk5cAo32gvF5FMta9ztH1LIULdZFaypU/C1mvnayMf+Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/checkbox@3.6.12':
- resolution: {integrity: sha512-gMxrWBl+styUD+2ntNIcviVpGt2Y+cHUGecAiNI3LM8/K6weI7938DWdLdK7i0gDmgSJwhoNRSavMPI1W6aMZQ==}
+ '@react-stately/checkbox@3.6.13':
+ resolution: {integrity: sha512-b8+bkOhobzuJ5bAA16JpYg1tM973eNXD3U4h/8+dckLndKHRjIwPvrL25tzKN7NcQp2LKVCauFesgI+Z+/2FJg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/collections@3.12.2':
- resolution: {integrity: sha512-RoehfGwrsYJ/WGtyGSLZNYysszajnq0Q3iTXg7plfW1vNEzom/A31vrLjOSOHJWAtwW339SDGGRpymDtLo4GWA==}
+ '@react-stately/collections@3.12.3':
+ resolution: {integrity: sha512-QfSBME2QWDjUw/RmmUjrYl/j1iCYcYCIDsgZda1OeRtt63R11k0aqmmwrDRwCsA+Sv+D5QgkOp4KK+CokTzoVQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/color@3.8.3':
- resolution: {integrity: sha512-0KaVN2pIOxdAKanFxkx/8zl+73tCoUn2+k7nvK7SpAsFpWScteEHW6hMdmQVwQ2+X+OtQRYHyhhTXULMIIY6iw==}
+ '@react-stately/color@3.8.4':
+ resolution: {integrity: sha512-LXmfnJPWnL5q1/Z8Pn2d+9efrClLWCiK6c3IGXN8ZWcdR/cMJ/w9SY9f7evyXvmeUmdU1FTGgoSVqGfup3tSyA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/combobox@3.10.3':
- resolution: {integrity: sha512-l4yr8lSHfwFdA+ZpY15w98HkgF1iHytjerdQkMa4C0dCl4NWUyyWMOcgmHA8G56QEdbFo5dXyW6hzF2PJnUOIg==}
+ '@react-stately/combobox@3.10.4':
+ resolution: {integrity: sha512-sgujLhukIGKskLDrOL4SAbO7WOgLsD7gSdjRQZ0f/e8bWMmUOWEp22T+X1hMMcuVRkRdXlEF1kH2/E6BVanXYw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/data@3.12.2':
- resolution: {integrity: sha512-u0yQkISnPyR5RjpNJCSxyC28bx/UvUKtVYRH5yx/MtXbP+2Byn7ItQ+evRqpJB5XsWFlyohGebgbXvL3JSBVsg==}
+ '@react-stately/data@3.12.3':
+ resolution: {integrity: sha512-JYPNV1gd9OZm8xPay0exx5okFNgiwESNvdBHsfDC+f8BifRyFLdrvoaUGF0enKIeSQMB1oReFAxTAXtDZd27rA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/datepicker@3.13.0':
- resolution: {integrity: sha512-I0Y/aQraQyRLMWnh5tBZMiZ0xlmvPjFErXnQaeD7SdOYUHNtQS4BAQsMByQrMfg8uhOqUTKlIh7xEZusuqYWOA==}
+ '@react-stately/datepicker@3.14.0':
+ resolution: {integrity: sha512-JSkQfKW0+WpPQyOOeRPBLwXkVfpTUwgZJDnHBCud5kEuQiFFyeAIbL57RNXc4AX2pzY3piQa6OHnjDGTfqClxQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/disclosure@3.0.2':
- resolution: {integrity: sha512-hiArGiJY2y9HcLaGaO1WaXgrTsowd64ZMh8ADVSmxr9drqiMSZ1GXmKuf3DDRHfqKMXX96HNkx5nbv2pczWCsg==}
+ '@react-stately/disclosure@3.0.3':
+ resolution: {integrity: sha512-4kB+WDXVcrxCmJ+X6c23wa5Ax5dPSpm6Ef8DktLrLcUfJyfr+SWs5/IfkrYG0sOl3/u5OwyWe1pq3hDpzyDlLA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/dnd@3.5.2':
- resolution: {integrity: sha512-W3Q3O3eIMPHGVKSvkswY8+WCXEli6Wr+LLXYizwAl0dt2+dKKE4r91YugSVnJxXq3cw1/Z4nccmsAPRZa31plQ==}
+ '@react-stately/dnd@3.5.3':
+ resolution: {integrity: sha512-e4IodPF7fv9hR6jqSjiyrrFQ/6NbHNM5Ft1MJzCu6tJHvT+sl6qxIP5A+XR3wkjMpi4QW2WhVUmoFNbS/6ZAug==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/flags@3.1.0':
- resolution: {integrity: sha512-KSHOCxTFpBtxhIRcKwsD1YDTaNxFtCYuAUb0KEihc16QwqZViq4hasgPBs2gYm7fHRbw7WYzWKf6ZSo/+YsFlg==}
+ '@react-stately/flags@3.1.1':
+ resolution: {integrity: sha512-XPR5gi5LfrPdhxZzdIlJDz/B5cBf63l4q6/AzNqVWFKgd0QqY5LvWJftXkklaIUpKSJkIKQb8dphuZXDtkWNqg==}
- '@react-stately/form@3.1.2':
- resolution: {integrity: sha512-sKgkV+rxeqM1lf0dCq2wWzdYa5Z0wz/MB3yxjodffy8D43PjFvUOMWpgw/752QHPGCd1XIxA3hE58Dw9FFValg==}
+ '@react-stately/form@3.1.3':
+ resolution: {integrity: sha512-Jisgm0facSS3sAzHfSgshoCo3LxfO0wmQj98MOBCGXyVL+MSwx2ilb38eXIyBCzHJzJnPRTLaK/E4T49aph47A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/grid@3.11.0':
- resolution: {integrity: sha512-Wp6kza+2MzNybls9pRWvIwAHwMnSV1eUZXZxLwJy+JVS5lghkr731VvT+YD79z70osJKmgxgmiQGm4/yfetXdA==}
+ '@react-stately/grid@3.11.1':
+ resolution: {integrity: sha512-xMk2YsaIKkF8dInRLUFpUXBIqnYt88hehhq2nb65RFgsFFhngE/OkaFudSUzaYPc1KvHpW+oHqvseC+G1iDG2w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/layout@4.2.1':
- resolution: {integrity: sha512-8ndL33URRyDm6Z+NUR2gS0eVOZQB2mP4pGyvSaM8W68RKF5+XXaPY4QLBuCo2+TsNlqsBNbI2qAznQW1SPQ3+g==}
+ '@react-stately/layout@4.2.2':
+ resolution: {integrity: sha512-cKojNZteaVPtJrEePoNmKOgua4LYhholsthaEpD7ldKcOacl9VsvBbaowv945HEDKj6A919YoXOLdgy5qzoPtw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/list@3.12.0':
- resolution: {integrity: sha512-6niQWJ6TZwOKLAOn2wIsxtOvWenh3rKiKdOh4L4O4f7U+h1Hu000Mu4lyIQm2P9uZAkF2Y5QNh6dHN+hSd6h3A==}
+ '@react-stately/list@3.12.1':
+ resolution: {integrity: sha512-N+YCInNZ2OpY0WUNvJWUTyFHtzE5yBtZ9DI4EHJDvm61+jmZ2s3HszOfa7j+7VOKq78VW3m5laqsQNWvMrLFrQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/menu@3.9.2':
- resolution: {integrity: sha512-mVCFMUQnEMs6djOqgHC2d46k/5Mv5f6UYa4TMnNDSiY8QlHG4eIdmhBmuYpOwWuOOHJ0xKmLQ4PWLzma/mBorg==}
+ '@react-stately/menu@3.9.3':
+ resolution: {integrity: sha512-9x1sTX3Xq2Q3mJUHV+YN9MR36qNzgn8eBSLa40eaFDaOOtoJ+V10m7OriUfpjey7WzLBpq00Sfda54/PbQHZ0g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/numberfield@3.9.10':
- resolution: {integrity: sha512-47ta1GyfLsSaDJIdH6A0ARttPV32nu8a5zUSE2hTfRqwgAd3ksWW5ZEf6qIhDuhnE9GtaIuacsctD8C7M3EOPw==}
+ '@react-stately/numberfield@3.9.11':
+ resolution: {integrity: sha512-gAFSZIHnZsgIWVPgGRUUpfW6zM7TCV5oS1SCY90ay5nrS7JCXurQbMrWJLOWHTdM5iSeYMgoyt68OK5KD0KHMw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/overlays@3.6.14':
- resolution: {integrity: sha512-RRalTuHdwrKO1BmXKaqBtE1GGUXU4VUAWwgh4lsP2EFSixDHmOVLxHFDWYvOPChBhpi8KXfLEgm6DEgPBvLBZQ==}
+ '@react-stately/overlays@3.6.15':
+ resolution: {integrity: sha512-LBaGpXuI+SSd5HSGzyGJA0Gy09V2tl2G/r0lllTYqwt0RDZR6p7IrhdGVXZm6vI0oWEnih7yLC32krkVQrffgQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/radio@3.10.11':
- resolution: {integrity: sha512-dclixp3fwNBbgpbi66x36YGaNwN7hI1nbuhkcnLAE0hWkTO8/wtKBgGqRKSfNV7MSiWlhBhhcdPcQ+V7q7AQIQ==}
+ '@react-stately/radio@3.10.12':
+ resolution: {integrity: sha512-hFH45CXVa7uyXeTYQy7LGR0SnmGnNRx7XnEXS25w4Ch6BpH8m8SAbhKXqysgcmsE3xrhRas7P9zWw7wI24G28Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/searchfield@3.5.10':
- resolution: {integrity: sha512-6K0+k/8BO/Iq+ODC5mUSIb+tymemliSiSG6B5auWWOZjnnQ0+9M0MYCUdsiJDPk5aUml5aNYI6rlMZO13uHmVw==}
+ '@react-stately/searchfield@3.5.11':
+ resolution: {integrity: sha512-vOgK3kgkYcyjTLsBABVzoQL9w6qBamnWAQICcw5OkA6octnF7NZ5DqdjkwnMY95KOGchiTlD5tNNHrz0ekeGiw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/select@3.6.11':
- resolution: {integrity: sha512-8pD4PNbZQNWg33D4+Fa0mrajUCYV3aA5YIwW3GY8NSRwBspaW4PKSZJtDT5ieN0WAO44YkAmX4idRaMAvqRusA==}
+ '@react-stately/select@3.6.12':
+ resolution: {integrity: sha512-5o/NAaENO/Gxs1yui5BHLItxLnDPSQJ5HDKycuD0/gGC17BboAGEY/F9masiQ5qwRPe3JEc0QfvMRq3yZVNXog==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/selection@3.20.0':
- resolution: {integrity: sha512-woUSHMTyQiNmCf63Dyot1WXFfWnm6PFYkI9kymcq1qrrly4g/j27U+5PaRWOHawMiJwn1e1GTogk8B+K5ahshQ==}
+ '@react-stately/selection@3.20.1':
+ resolution: {integrity: sha512-K9MP6Rfg2yvFoY2Cr+ykA7bP4EBXlGaq5Dqfa1krvcXlEgMbQka5muLHdNXqjzGgcwPmS1dx1NECD15q63NtOw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/slider@3.6.2':
- resolution: {integrity: sha512-5S9omr29Viv2PRyZ056ZlazGBM8wYNNHakxsTHcSdG/G8WQLrWspWIMiCd4B37cCTkt9ik6AQ6Y3muHGXJI0IQ==}
+ '@react-stately/slider@3.6.3':
+ resolution: {integrity: sha512-755X1jhpRD1bqf/5Ax1xuSpZbnG/0EEHGOowH28FLYKy5+1l4QVDGPFYxLB9KzXPdRAr9EF0j2kRhH2d8MCksQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/table@3.14.0':
- resolution: {integrity: sha512-ALHIgAgSyHeyUiBDWIxmIEl9P4Gy5jlGybcT/rDBM8x7Ik/C/0Hd9f9Y5ubiZSpUGeAXlIaeEdSm0HBfYtQVRw==}
+ '@react-stately/table@3.14.1':
+ resolution: {integrity: sha512-7P5h4YBAv3B/7BGq/kln+xSKgJCSq4xjt4HmJA7ZkGnEksUPUokBNQdWwZsy3lX/mwunaaKR9x/YNIu7yXB02g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/tabs@3.8.0':
- resolution: {integrity: sha512-I8ctOsUKPviJ82xWAcZMvWqz5/VZurkE+W9n9wrFbCgHAGK/37bx+PM1uU/Lk4yKp8WrPYSFOEPil5liD+M+ew==}
+ '@react-stately/tabs@3.8.1':
+ resolution: {integrity: sha512-1TBbt2BXbemstb/gEYw/NVt3esi5WvgWQW5Z7G8nDzLkpnMHOZXueoUkMxsdm0vhE8p0M9fsJQCMXKvCG3JzJg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/toast@3.0.0':
- resolution: {integrity: sha512-g7e4hNO9E6kOqyBeLRAfZBihp1EIQikmaH3Uj/OZJXKvIDKJlNlpvwstUIcmEuEzqA1Uru78ozxIVWh3pg9ubg==}
+ '@react-stately/toast@3.1.0':
+ resolution: {integrity: sha512-9W2+evz+EARrjkR1QPLlOL5lcNpVo6PjMAIygRSaCPJ6ftQAZ6B+7xTFGPFabWh83gwXQDUgoSwC3/vosvxZaQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/toggle@3.8.2':
- resolution: {integrity: sha512-5KPpT6zvt8H+WC9UbubhCTZltREeYb/3hKdl4YkS7BbSOQlHTFC0pOk8SsQU70Pwk26jeVHbl5le/N8cw00x8w==}
+ '@react-stately/toggle@3.8.3':
+ resolution: {integrity: sha512-4T2V3P1RK4zEFz4vJjUXUXyB0g4Slm6stE6Ry20fzDWjltuW42cD2lmrd7ccTO/CXFmHLECcXQLD4GEbOj0epA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/tooltip@3.5.2':
- resolution: {integrity: sha512-z81kwZWnnf2SE5/rHMrejH5uQu3dXUjrhIa2AGT038DNOmRyS9TkFBywPCiiE7tHpUg/rxZrPxx01JFGvOkmgg==}
+ '@react-stately/tooltip@3.5.3':
+ resolution: {integrity: sha512-btfy/gQ3Eccudx//4HkyQ+CRr3vxbLs74HYHthaoJ9GZbRj/3XDzfUM2X16zRoqTZVrIz/AkUj7AfGfsitU5nQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/tree@3.8.8':
- resolution: {integrity: sha512-21WB9kKT9+/tr6B8Q4G53tZXl/3dftg5sZqCR6x055FGd2wGVbkxsLhQLmC+XVkTiLU9pB3BjvZ9eaSj1D8Wmg==}
+ '@react-stately/tree@3.8.9':
+ resolution: {integrity: sha512-j/LLI9UvbqcfOdl2v9m3gET3etUxoQzv3XdryNAbSkg0jTx8/13Fgi/Xp98bUcNLfynfeGW5P/fieU71sMkGog==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/utils@3.10.5':
- resolution: {integrity: sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==}
+ '@react-stately/utils@3.10.6':
+ resolution: {integrity: sha512-O76ip4InfTTzAJrg8OaZxKU4vvjMDOpfA/PGNOytiXwBbkct2ZeZwaimJ8Bt9W1bj5VsZ81/o/tW4BacbdDOMA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-stately/virtualizer@4.3.1':
- resolution: {integrity: sha512-yWRR9NhaD9NQezRUm1n0cQAYAOAYLOJSxVrCAKyhz/AYvG5JMMvFk3kzgrX8YZXoZKjybcdvy3YZ+jbCSprR6g==}
+ '@react-stately/virtualizer@4.3.2':
+ resolution: {integrity: sha512-KxR0s6IBqUD2TfDM3mAOtiTZLb1zOwcuCeUOvCKNqzEdFhh7nEJPrG33mgJn64S4kM11c0AsPwBlxISqdvCXJg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/autocomplete@3.0.0-alpha.29':
- resolution: {integrity: sha512-brP6fb7RAdfu/liaE4gFZIZQJLXksgtOzdu/I5cmcHfpqScAFmgedZHkJoeutK9wTWtNnfuKAFQ2w9KKlIBj9w==}
+ '@react-types/autocomplete@3.0.0-alpha.30':
+ resolution: {integrity: sha512-9neGygI+stJqiEFHzoc1jMySj6lOc4MUmBmu0uGn2zdOG2zxaAZSjh1pd9AJkHNyZ4j/n5rVXMo+v3RNkUntNw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/breadcrumbs@3.7.11':
- resolution: {integrity: sha512-pMvMLPFr7qs4SSnQ0GyX7i3DkWVs9wfm1lGPFbBO7pJLrHTSK/6Ii4cTEvP6d5o2VgjOVkvce9xCLWW5uosuEQ==}
+ '@react-types/breadcrumbs@3.7.12':
+ resolution: {integrity: sha512-+LvGEADlv11mLQjxEAZriptSYJJTP+2OIFEKx0z9mmpp+8jTlEHFhAnRVaE6I9QCxcDB5F6q/olfizSwOPOMIg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/button@3.11.0':
- resolution: {integrity: sha512-gJh5i0JiBiZGZGDo+tXMp6xbixPM7IKZ0sDuxTYBG49qNzzWJq0uNYltO3emwSVXFSsBgRV/Wu8kQGhfuN7wIw==}
+ '@react-types/button@3.12.0':
+ resolution: {integrity: sha512-YrASNa+RqGQpzJcxNAahzNuTYVID1OE6HCorrEOXIyGS3EGogHsQmFs9OyThXnGHq6q4rLlA806/jWbP9uZdxA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/calendar@3.6.1':
- resolution: {integrity: sha512-EMbFJX/3gD5j+R0qZEGqK+wlhBxMSHhGP8GqP9XGbpuJPE3w9/M/PVWdh8FUdzf9srYxPOq5NgiGI1JUJvdZqw==}
+ '@react-types/calendar@3.7.0':
+ resolution: {integrity: sha512-RiEfX2ZTcvfRktQc5obOJtNTgW+UwjNOUW5yf9CLCNOSM07e0w5jtC1ewsOZZbcctMrMCljjL8niGWiBv1wQ1Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/checkbox@3.9.2':
- resolution: {integrity: sha512-BruOLjr9s0BS2+G1Q2ZZ0ubnSTG54hZWr59lCHXaLxMdA/+KVsR6JVMQuYKsW0P8RDDlQXE/QGz3n9yB/Ara4A==}
+ '@react-types/checkbox@3.9.3':
+ resolution: {integrity: sha512-h6wmK7CraKHKE6L13Ut+CtnjRktbMRhkCSorv7eg82M6p4PDhZ7mfDSh13IlGR4sryT8Ka+aOjOU+EvMrKiduA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/color@3.0.3':
- resolution: {integrity: sha512-oIVdluqe4jYW6tHEHX80tuhhjCA93HElTzbzIGhDezgEbC/EEhWnoC3sGlkUTqIGdzhZG0T+HAkf3AZbCrXqZA==}
+ '@react-types/color@3.0.4':
+ resolution: {integrity: sha512-D6Uea8kYGaoZRHgemJ0b0+iXbrvABP8RzsctL8Yp5QVyGgYJDMO8/7eZ3tdtGs/V8Iv+yCzG4yBexPA95i6tEg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/combobox@3.13.3':
- resolution: {integrity: sha512-ASPLWuHke4XbnoOWUkNTguUa2cnpIsHPV0bcnfushC0yMSC4IEOlthstEbcdzjVUpWXSyaoI1R4POXmdIP53Nw==}
+ '@react-types/combobox@3.13.4':
+ resolution: {integrity: sha512-4mX7eZ/Bv3YWzEzLEZAF/TfKM+I+SCsvnm/cHqOJq3jEE8aVU1ql4Q1+3+SvciX3pfFIfeKlu9S3oYKRT5WIgg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/datepicker@3.11.0':
- resolution: {integrity: sha512-GAYgPzqKvd1lR2sLYYMlUkNg2+QoM2uVUmpeQLP1SbYpDr1y8lG5cR54em1G4X/qY4+nCWGiwhRC2veP0D0kfA==}
+ '@react-types/datepicker@3.12.0':
+ resolution: {integrity: sha512-dw/xflOdQPQ3uEABaBrZRTvjsMRu5/VZjRx9ygc64sX2N7HKIt+foMPXKJ+1jhtki2p4gigNVjcnJndJHoj9SA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/dialog@3.5.16':
- resolution: {integrity: sha512-2D16XjuW9fG3LkVIXu3RzUp3zcK2IZOWlAl+r5i0aLw2Q0QHyYMfGbmgvhxVeAhxhEj/57/ziSl/8rJ9pzmFnw==}
+ '@react-types/dialog@3.5.17':
+ resolution: {integrity: sha512-rKe2WrT272xuCH13euegBGjJAORYXJpHsX2hlu/f02TmMG4nSLss9vKBnY2N7k7nci65k5wDTW6lcsvQ4Co5zQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/form@3.7.10':
- resolution: {integrity: sha512-PPn1OH/QlQLPaoFqp9EMVSlNk41aiNLwPaMyRhzYvFBGLmtbuX+7JCcH2DgV1peq3KAuUKRDdI2M1iVdHYwMPw==}
+ '@react-types/form@3.7.11':
+ resolution: {integrity: sha512-umqy2Kvg3ooJi+Wqun95tKbKN51gtNt9s7OFLdwCtfWa6GvHFOixSjqAvZbo+m5qC3X/1kMIz3Dg698l0/+oLQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/grid@3.3.0':
- resolution: {integrity: sha512-9IXgD5qXXxz+S9RK+zT8umuTCEcE4Yfdl0zUGyTCB8LVcPEeZuarLGXZY/12Rkbd8+r6MUIKTxMVD3Nq9X5Ksg==}
+ '@react-types/grid@3.3.1':
+ resolution: {integrity: sha512-bPDckheJiHSIzSeSkLqrO6rXRLWvciFJr9rpCjq/+wBj6HsLh2iMpkB/SqmRHTGpPlJvlu0b7AlxK1FYE0QSKA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/link@3.5.11':
- resolution: {integrity: sha512-aX9sJod9msdQaOT0NUTYNaBKSkXGPazSPvUJ/Oe4/54T3sYkWeRqmgJ84RH55jdBzpbObBTg8qxKiPA26a1q9Q==}
+ '@react-types/link@3.6.0':
+ resolution: {integrity: sha512-BQ5Tktb+fUxvtqksAJZuP8Z/bpmnQ/Y/zgwxfU0OKmIWkKMUsXY+e0GBVxwFxeh39D77stpVxRsTl7NQrjgtSw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/listbox@3.5.5':
- resolution: {integrity: sha512-6cUjbYZVa0X2UMsenQ50ZaAssTUfzX3D0Q0Wd5nNf4W7ntBroDg6aBfNQoPDZikPUy8u+Y3uc/xZQfv30si7NA==}
+ '@react-types/listbox@3.6.0':
+ resolution: {integrity: sha512-+1ugDKTxson/WNOQZO4BfrnQ6cGDt+72mEytXMsSsd4aEC+x3RyUv6NKwdOl4n602cOreo0MHtap1X2BOACVoQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/menu@3.9.15':
- resolution: {integrity: sha512-vNEeGxKLYBJc3rwImnEhSVzeIrhUSSRYRk617oGZowX3NkWxnixFGBZNy0w8j0z8KeNz3wRM4xqInRord1mDbw==}
+ '@react-types/menu@3.10.0':
+ resolution: {integrity: sha512-DKMqEmUmarVCK0jblNkSlzSH53AAsxWCX9RaKZeP9EnRs2/l1oZRuiQVHlOQRgYwEigAXa2TrwcX4nnxZ+U36Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/meter@3.4.7':
- resolution: {integrity: sha512-2GwNJ65+jd8lvrHMel/kiU8o7oPAOt1Sd+kezaeGBTbzKxUhCOAAlp9+zMha8vHQwmMvqcmfAHAqIBGaaCfh5w==}
+ '@react-types/meter@3.4.8':
+ resolution: {integrity: sha512-uXmHdUDbAo7L3EkytrUrU6DLOFUt63s9QSTcDp+vwyWoshY4/4Dm4JARdmhJU2ZP1nb2Sy45ASeMvSBw3ia2oA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/numberfield@3.8.9':
- resolution: {integrity: sha512-YqhawYUULiZnUba0/9Vaps8WAT2lto4V6CD/X7s048jiOrHiiIX03RDEAQuKOt1UYdzBJDHfSew9uGMyf/nC0g==}
+ '@react-types/numberfield@3.8.10':
+ resolution: {integrity: sha512-mdb4lMC4skO8Eqd0GeU4lJgDTEvqIhtINB5WCzLVZFrFVuxgWDoU5otsu0lbWhCnUA7XWQxupGI//TC1LLppjQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/overlays@3.8.13':
- resolution: {integrity: sha512-xgT843KIh1otvYPQ6kCGTVUICiMF5UQ7SZUQZd4Zk3VtiFIunFVUvTvL03cpt0026UmY7tbv7vFrPKcT6xjsjw==}
+ '@react-types/overlays@3.8.14':
+ resolution: {integrity: sha512-XJS67KHYhdMvPNHXNGdmc85gE+29QT5TwC58V4kxxHVtQh9fYzEEPzIV8K84XWSz04rRGe3fjDgRNbcqBektWQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/progress@3.5.10':
- resolution: {integrity: sha512-YDQExymdgORnSvXTtOW7SMhVOinlrD3bAlyCxO+hSAVaI1Ax38pW5dUFf6H85Jn7hLpjPQmQJvNsfsJ09rDFjQ==}
+ '@react-types/progress@3.5.11':
+ resolution: {integrity: sha512-CysuMld/lycOckrnlvrlsVoJysDPeBnUYBChwtqwiv4ZNRXos+wgAL1ows6dl7Nr57/FH5B4v5gf9AHEo7jUvw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/radio@3.8.7':
- resolution: {integrity: sha512-K620hnDmSR7u9cZfwJIfoLvmZS1j9liD7nDXBm+N6aiq9E+8sw312sIEX5iR2TrQ4xovvJQZN7DWxPVr+1LfWw==}
+ '@react-types/radio@3.8.8':
+ resolution: {integrity: sha512-QfAIp+0CnRSnoRTJVXUEPi+9AvFvRzWLIKEnE9OmgXjuvJCU3QNiwd8NWjNeE+94QBEVvAZQcqGU+44q5poxNg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/searchfield@3.6.0':
- resolution: {integrity: sha512-eHQSP85j0hWhWEauPDdr+4kmLB3hUEWxU4ANNubalkupXKhGeRge5/ysHrWjEsLmoodfQ+RS6QIRLQRDsQF/4g==}
+ '@react-types/searchfield@3.6.1':
+ resolution: {integrity: sha512-XR4tYktxHxGJufpO0MTAPknIbmN5eZqXCZwTdBS4tecihf9iGDsXmrBOs+M7LEnil67GaZcFrMhKxOMVpLwZAg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/select@3.9.10':
- resolution: {integrity: sha512-vvC5+cBSOu6J6lm74jhhP3Zvo1JO8m0FNX+Q95wapxrhs2aYYeMIgVuvNKeOuhVqzpBZxWmblBjCVNzCArZOaQ==}
+ '@react-types/select@3.9.11':
+ resolution: {integrity: sha512-uEpQCgDlrq/5fW05FgNEsqsqpvZVKfHQO9Mp7OTqGtm4UBNAbcQ6hOV7MJwQCS25Lu2luzOYdgqDUN8eAATJVQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/shared@3.28.0':
- resolution: {integrity: sha512-9oMEYIDc3sk0G5rysnYvdNrkSg7B04yTKl50HHSZVbokeHpnU0yRmsDaWb9B/5RprcKj8XszEk5guBO8Sa/Q+Q==}
+ '@react-types/shared@3.29.0':
+ resolution: {integrity: sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/slider@3.7.9':
- resolution: {integrity: sha512-MxCIVkrBSbN3AxIYW4hOpTcwPmIuY4841HF36sDLFWR3wx06z70IY3GFwV7Cbp814vhc84d4ABnPMwtE+AZRGQ==}
+ '@react-types/slider@3.7.10':
+ resolution: {integrity: sha512-Yb8wbpu2gS7AwvJUuz0IdZBRi6eIBZq32BSss4UHX0StA8dtR1/K4JeTsArxwiA3P0BA6t0gbR6wzxCvVA9fRw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/switch@3.5.9':
- resolution: {integrity: sha512-7XIS5qycIKhdfcWfzl8n458/7tkZKCNfMfZmIREgozKOtTBirjmtRRsefom2hlFT8VIlG7COmY4btK3oEuEhnQ==}
+ '@react-types/switch@3.5.10':
+ resolution: {integrity: sha512-YyNhx4CvuJ0Rvv7yMuQaqQuOIeg+NwLV00NHHJ+K0xEANSLcICLOLPNMOqRIqLSQDz5vDI705UKk8gVcxqPX5g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/table@3.11.0':
- resolution: {integrity: sha512-83cGyszL+sQ0uFNZvrnvDMg2KIxpe3l5U48IH9lvq2NC41Y4lGG0d7sBU6wgcc3vnQ/qhOE5LcbceGKEi2YSyw==}
+ '@react-types/table@3.12.0':
+ resolution: {integrity: sha512-dmTzjCYwHf2HBOeTa/CEL177Aox0f0mkeLF5nQw/2z6SBolfmYoAwVTPxTaYFVu4MkEJxQTz9AuAsJvCbRJbhg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/tabs@3.3.13':
- resolution: {integrity: sha512-jqaK2U+WKChAmYBMO8QxQlFaIM8zDRY9+ignA1HwIyRw7vli4Mycc4RcMxTPm8krvgo+zuVrped9QB+hsDjCsQ==}
+ '@react-types/tabs@3.3.14':
+ resolution: {integrity: sha512-/uKsA7L2dctKU0JEaBWerlX+3BoXpKUFr3kHpRUoH66DSGvAo34vZ7kv/BHMZifJenIbF04GhDBsGp1zjrQKBg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/textfield@3.12.0':
- resolution: {integrity: sha512-B0vzCIBUbYWrlFk+odVXrSmPYwds9G+G+HiOO/sJr4eZ4RYiIqnFbZ7qiWhWXaou7vi71iXVqKQ8mxA6bJwPEQ==}
+ '@react-types/textfield@3.12.1':
+ resolution: {integrity: sha512-6YTAMCKjEGuXg0A4bZA77j5QJ1a6yFviMUWsCIL6Dxq5K3TklzVsbAduSbHomPPuvkNTBSW4+TUJrVSnoTjMNA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@react-types/tooltip@3.4.15':
- resolution: {integrity: sha512-qiYwQLiEwYqrt/m8iQA8abl9k/9LrbtMNoEevL4jN4H0I5NrG55E78GYTkSzBBYmhBO4KnPVT0SfGM1tYaQx/A==}
+ '@react-types/tooltip@3.4.16':
+ resolution: {integrity: sha512-XEyKeqR3YxqJcR0cpigLGEBeRTEzrB0cu++IaADdqXJ8dBzS6s8y9EgR5UvKZmX1CQOBvMfXyYkj7nmJ039fOw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@resvg/resvg-wasm@2.4.0':
- resolution: {integrity: sha512-C7c51Nn4yTxXFKvgh2txJFNweaVcfUPQxwEUFw4aWsCmfiBDJsTSwviIF8EcwjQ6k8bPyMWCl1vw4BdxE569Cg==}
- engines: {node: '>= 10'}
-
'@rollup/pluginutils@5.1.4':
resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
engines: {node: '>=14.0.0'}
@@ -5002,35 +5333,38 @@ packages:
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
- '@shikijs/core@3.2.1':
- resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==}
+ '@shikijs/core@3.3.0':
+ resolution: {integrity: sha512-CovkFL2WVaHk6PCrwv6ctlmD4SS1qtIfN8yEyDXDYWh4ONvomdM9MaFw20qHuqJOcb8/xrkqoWQRJ//X10phOQ==}
- '@shikijs/engine-javascript@3.2.1':
- resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==}
+ '@shikijs/engine-javascript@3.3.0':
+ resolution: {integrity: sha512-XlhnFGv0glq7pfsoN0KyBCz9FJU678LZdQ2LqlIdAj6JKsg5xpYKay3DkazXWExp3DTJJK9rMOuGzU2911pg7Q==}
- '@shikijs/engine-oniguruma@3.2.1':
- resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==}
+ '@shikijs/engine-oniguruma@3.3.0':
+ resolution: {integrity: sha512-l0vIw+GxeNU7uGnsu6B+Crpeqf+WTQ2Va71cHb5ZYWEVEPdfYwY5kXwYqRJwHrxz9WH+pjSpXQz+TJgAsrkA5A==}
- '@shikijs/langs@3.2.1':
- resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==}
+ '@shikijs/langs@3.3.0':
+ resolution: {integrity: sha512-zt6Kf/7XpBQKSI9eqku+arLkAcDQ3NHJO6zFjiChI8w0Oz6Jjjay7pToottjQGjSDCFk++R85643WbyINcuL+g==}
- '@shikijs/rehype@3.2.1':
- resolution: {integrity: sha512-wj4TXI1PQ3TNPyXudUzKfdFIMneTxFym3HKKfWRzbOSAS8P4mECR+ttdUPhYU1dxrXrsatWxTJezOcEjiA0z8g==}
+ '@shikijs/rehype@3.3.0':
+ resolution: {integrity: sha512-m9clrxedJHyKDwYoAkIUJ7thWGSZwZbA0PeGDST7NHCTGeS227BFn8Hoq2olAtxXo14k5T1JcUCDgyaRZfI4Hw==}
- '@shikijs/themes@3.2.1':
- resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==}
+ '@shikijs/themes@3.3.0':
+ resolution: {integrity: sha512-tXeCvLXBnqq34B0YZUEaAD1lD4lmN6TOHAhnHacj4Owh7Ptb/rf5XCDeROZt2rEOk5yuka3OOW2zLqClV7/SOg==}
- '@shikijs/types@3.2.1':
- resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==}
+ '@shikijs/transformers@3.3.0':
+ resolution: {integrity: sha512-PIknEyxfkT7i7at/78ynVmuZEv4+7IcS37f6abxMjQ0pVIPEya8n+KNl7XtfbhNL+U9ElR3UzfSzuD5l5Iu+nw==}
+
+ '@shikijs/twoslash@3.3.0':
+ resolution: {integrity: sha512-kEq+oRJ1iyYyPisBBdC+/rgZ9WWvoIoBLpm3xxThmBZjQ0m1LlwM4XpSPvp4cvrXGTESXQtYMYwZ4694aU2Z1w==}
+ peerDependencies:
+ typescript: '>=5.5.0'
+
+ '@shikijs/types@3.3.0':
+ resolution: {integrity: sha512-KPCGnHG6k06QG/2pnYGbFtFvpVJmC3uIpXrAiPrawETifujPBv0Se2oUxm5qYgjCvGJS9InKvjytOdN+bGuX+Q==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
- '@shuding/opentype.js@1.4.0-beta.0':
- resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==}
- engines: {node: '>= 8.0.0'}
- hasBin: true
-
'@sinclair/typebox@0.25.24':
resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==}
@@ -5259,6 +5593,9 @@ packages:
resolution: {integrity: sha512-JtaY3FxmD+te+KSI2FJuEcfNC9T/DGGVf551babM7fAaXhjJUt7oSYurH1Devxd2+BOSUACCgt3buinx4UnmEA==}
engines: {node: '>=18.0.0'}
+ '@standard-schema/spec@1.0.0':
+ resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==}
+
'@storybook/addon-actions@8.6.12':
resolution: {integrity: sha512-B5kfiRvi35oJ0NIo53CGH66H471A3XTzrfaa6SxXEJsgxxSeKScG5YeXcCvLiZfvANRQ7QDsmzPUgg0o3hdMXw==}
peerDependencies:
@@ -5548,79 +5885,167 @@ packages:
'@swc/helpers@0.5.15':
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
+ '@swc/helpers@0.5.17':
+ resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
+
'@tailwindcss/node@4.1.3':
resolution: {integrity: sha512-H/6r6IPFJkCfBJZ2dKZiPJ7Ueb2wbL592+9bQEl2r73qbX6yGnmQVIfiUvDRB2YI0a3PWDrzUwkvQx1XW1bNkA==}
+ '@tailwindcss/node@4.1.4':
+ resolution: {integrity: sha512-MT5118zaiO6x6hNA04OWInuAiP1YISXql8Z+/Y8iisV5nuhM8VXlyhRuqc2PEviPszcXI66W44bCIk500Oolhw==}
+
'@tailwindcss/oxide-android-arm64@4.1.3':
resolution: {integrity: sha512-cxklKjtNLwFl3mDYw4XpEfBY+G8ssSg9ADL4Wm6//5woi3XGqlxFsnV5Zb6v07dxw1NvEX2uoqsxO/zWQsgR+g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
+ '@tailwindcss/oxide-android-arm64@4.1.4':
+ resolution: {integrity: sha512-xMMAe/SaCN/vHfQYui3fqaBDEXMu22BVwQ33veLc8ep+DNy7CWN52L+TTG9y1K397w9nkzv+Mw+mZWISiqhmlA==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [android]
+
'@tailwindcss/oxide-darwin-arm64@4.1.3':
resolution: {integrity: sha512-mqkf2tLR5VCrjBvuRDwzKNShRu99gCAVMkVsaEOFvv6cCjlEKXRecPu9DEnxp6STk5z+Vlbh1M5zY3nQCXMXhw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
+ '@tailwindcss/oxide-darwin-arm64@4.1.4':
+ resolution: {integrity: sha512-JGRj0SYFuDuAGilWFBlshcexev2hOKfNkoX+0QTksKYq2zgF9VY/vVMq9m8IObYnLna0Xlg+ytCi2FN2rOL0Sg==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [darwin]
+
'@tailwindcss/oxide-darwin-x64@4.1.3':
resolution: {integrity: sha512-7sGraGaWzXvCLyxrc7d+CCpUN3fYnkkcso3rCzwUmo/LteAl2ZGCDlGvDD8Y/1D3ngxT8KgDj1DSwOnNewKhmg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
+ '@tailwindcss/oxide-darwin-x64@4.1.4':
+ resolution: {integrity: sha512-sdDeLNvs3cYeWsEJ4H1DvjOzaGios4QbBTNLVLVs0XQ0V95bffT3+scptzYGPMjm7xv4+qMhCDrkHwhnUySEzA==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [darwin]
+
'@tailwindcss/oxide-freebsd-x64@4.1.3':
resolution: {integrity: sha512-E2+PbcbzIReaAYZe997wb9rId246yDkCwAakllAWSGqe6VTg9hHle67hfH6ExjpV2LSK/siRzBUs5wVff3RW9w==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
+ '@tailwindcss/oxide-freebsd-x64@4.1.4':
+ resolution: {integrity: sha512-VHxAqxqdghM83HslPhRsNhHo91McsxRJaEnShJOMu8mHmEj9Ig7ToHJtDukkuLWLzLboh2XSjq/0zO6wgvykNA==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [freebsd]
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.3':
resolution: {integrity: sha512-GvfbJ8wjSSjbLFFE3UYz4Eh8i4L6GiEYqCtA8j2Zd2oXriPuom/Ah/64pg/szWycQpzRnbDiJozoxFU2oJZyfg==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.4':
+ resolution: {integrity: sha512-OTU/m/eV4gQKxy9r5acuesqaymyeSCnsx1cFto/I1WhPmi5HDxX1nkzb8KYBiwkHIGg7CTfo/AcGzoXAJBxLfg==}
+ engines: {node: '>= 10'}
+ cpu: [arm]
+ os: [linux]
+
'@tailwindcss/oxide-linux-arm64-gnu@4.1.3':
resolution: {integrity: sha512-35UkuCWQTeG9BHcBQXndDOrpsnt3Pj9NVIB4CgNiKmpG8GnCNXeMczkUpOoqcOhO6Cc/mM2W7kaQ/MTEENDDXg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
+ '@tailwindcss/oxide-linux-arm64-gnu@4.1.4':
+ resolution: {integrity: sha512-hKlLNvbmUC6z5g/J4H+Zx7f7w15whSVImokLPmP6ff1QqTVE+TxUM9PGuNsjHvkvlHUtGTdDnOvGNSEUiXI1Ww==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [linux]
+
'@tailwindcss/oxide-linux-arm64-musl@4.1.3':
resolution: {integrity: sha512-dm18aQiML5QCj9DQo7wMbt1Z2tl3Giht54uVR87a84X8qRtuXxUqnKQkRDK5B4bCOmcZ580lF9YcoMkbDYTXHQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
+ '@tailwindcss/oxide-linux-arm64-musl@4.1.4':
+ resolution: {integrity: sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [linux]
+
'@tailwindcss/oxide-linux-x64-gnu@4.1.3':
resolution: {integrity: sha512-LMdTmGe/NPtGOaOfV2HuO7w07jI3cflPrVq5CXl+2O93DCewADK0uW1ORNAcfu2YxDUS035eY2W38TxrsqngxA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
+ '@tailwindcss/oxide-linux-x64-gnu@4.1.4':
+ resolution: {integrity: sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [linux]
+
'@tailwindcss/oxide-linux-x64-musl@4.1.3':
resolution: {integrity: sha512-aalNWwIi54bbFEizwl1/XpmdDrOaCjRFQRgtbv9slWjmNPuJJTIKPHf5/XXDARc9CneW9FkSTqTbyvNecYAEGw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
+ '@tailwindcss/oxide-linux-x64-musl@4.1.4':
+ resolution: {integrity: sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [linux]
+
+ '@tailwindcss/oxide-wasm32-wasi@4.1.4':
+ resolution: {integrity: sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==}
+ engines: {node: '>=14.0.0'}
+ cpu: [wasm32]
+ bundledDependencies:
+ - '@napi-rs/wasm-runtime'
+ - '@emnapi/core'
+ - '@emnapi/runtime'
+ - '@tybys/wasm-util'
+ - '@emnapi/wasi-threads'
+ - tslib
+
'@tailwindcss/oxide-win32-arm64-msvc@4.1.3':
resolution: {integrity: sha512-PEj7XR4OGTGoboTIAdXicKuWl4EQIjKHKuR+bFy9oYN7CFZo0eu74+70O4XuERX4yjqVZGAkCdglBODlgqcCXg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
+ '@tailwindcss/oxide-win32-arm64-msvc@4.1.4':
+ resolution: {integrity: sha512-VlnhfilPlO0ltxW9/BgfLI5547PYzqBMPIzRrk4W7uupgCt8z6Trw/tAj6QUtF2om+1MH281Pg+HHUJoLesmng==}
+ engines: {node: '>= 10'}
+ cpu: [arm64]
+ os: [win32]
+
'@tailwindcss/oxide-win32-x64-msvc@4.1.3':
resolution: {integrity: sha512-T8gfxECWDBENotpw3HR9SmNiHC9AOJdxs+woasRZ8Q/J4VHN0OMs7F+4yVNZ9EVN26Wv6mZbK0jv7eHYuLJLwA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
+ '@tailwindcss/oxide-win32-x64-msvc@4.1.4':
+ resolution: {integrity: sha512-+7S63t5zhYjslUGb8NcgLpFXD+Kq1F/zt5Xv5qTv7HaFTG/DHyHD9GA6ieNAxhgyA4IcKa/zy7Xx4Oad2/wuhw==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [win32]
+
'@tailwindcss/oxide@4.1.3':
resolution: {integrity: sha512-t16lpHCU7LBxDe/8dCj9ntyNpXaSTAgxWm1u2XQP5NiIu4KGSyrDJJRlK9hJ4U9yJxx0UKCVI67MJWFNll5mOQ==}
engines: {node: '>= 10'}
+ '@tailwindcss/oxide@4.1.4':
+ resolution: {integrity: sha512-p5wOpXyOJx7mKh5MXh5oKk+kqcz8T+bA3z/5VWWeQwFrmuBItGwz8Y2CHk/sJ+dNb9B0nYFfn0rj/cKHZyjahQ==}
+ engines: {node: '>= 10'}
+
'@tailwindcss/postcss@4.1.3':
resolution: {integrity: sha512-6s5nJODm98F++QT49qn8xJKHQRamhYHfMi3X7/ltxiSQ9dyRsaFSfFkfaMsanWzf+TMYQtbk8mt5f6cCVXJwfg==}
@@ -5629,8 +6054,8 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
- '@tailwindcss/vite@4.1.3':
- resolution: {integrity: sha512-lUI/QaDxLtlV52Lho6pu07CG9pSnRYLOPmKGIQjyHdTBagemc6HmgZxyjGAQ/5HMPrNeWBfTVIpQl0/jLXvWHQ==}
+ '@tailwindcss/vite@4.1.4':
+ resolution: {integrity: sha512-4UQeMrONbvrsXKXXp/uxmdEN5JIJ9RkH7YVzs6AMxC/KC1+Np7WZBaNIco7TEjlkthqxZbt8pU/ipD+hKjm80A==}
peerDependencies:
vite: ^5.2.0 || ^6
@@ -5806,6 +6231,9 @@ packages:
'@types/lodash@4.17.13':
resolution: {integrity: sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==}
+ '@types/lodash@4.17.16':
+ resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
+
'@types/markdown-it@14.1.2':
resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==}
@@ -5842,11 +6270,11 @@ packages:
'@types/node@18.17.9':
resolution: {integrity: sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg==}
- '@types/node@18.19.86':
- resolution: {integrity: sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==}
+ '@types/node@18.19.87':
+ resolution: {integrity: sha512-OIAAu6ypnVZHmsHCeJ+7CCSub38QNBS9uceMQeg7K5Ur0Jr+wG9wEOEvvMbhp09pxD5czIUy/jND7s7Tb6Nw7A==}
- '@types/node@22.14.0':
- resolution: {integrity: sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==}
+ '@types/node@22.15.2':
+ resolution: {integrity: sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -5866,13 +6294,13 @@ packages:
'@types/range-parser@1.2.7':
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
- '@types/react-dom@19.1.1':
- resolution: {integrity: sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==}
+ '@types/react-dom@19.1.2':
+ resolution: {integrity: sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==}
peerDependencies:
'@types/react': ^19.0.0
- '@types/react@19.1.0':
- resolution: {integrity: sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==}
+ '@types/react@19.1.2':
+ resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==}
'@types/resolve@1.20.6':
resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==}
@@ -5880,6 +6308,9 @@ packages:
'@types/semver@7.5.8':
resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
+ '@types/semver@7.7.0':
+ resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==}
+
'@types/send@0.17.4':
resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
@@ -5933,6 +6364,14 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
+ '@typescript-eslint/eslint-plugin@8.31.0':
+ resolution: {integrity: sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.9.0'
+
'@typescript-eslint/experimental-utils@5.62.0':
resolution: {integrity: sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5962,6 +6401,10 @@ packages:
resolution: {integrity: sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.31.0':
+ resolution: {integrity: sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/type-utils@8.29.0':
resolution: {integrity: sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -5969,6 +6412,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
+ '@typescript-eslint/type-utils@8.31.0':
+ resolution: {integrity: sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.9.0'
+
'@typescript-eslint/types@5.62.0':
resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5985,6 +6435,10 @@ packages:
resolution: {integrity: sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.31.0':
+ resolution: {integrity: sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@5.62.0':
resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -6015,6 +6469,12 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <5.9.0'
+ '@typescript-eslint/typescript-estree@8.31.0':
+ resolution: {integrity: sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.9.0'
+
'@typescript-eslint/utils@5.62.0':
resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -6041,6 +6501,13 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.9.0'
+ '@typescript-eslint/utils@8.31.0':
+ resolution: {integrity: sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.9.0'
+
'@typescript-eslint/visitor-keys@5.62.0':
resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -6057,6 +6524,15 @@ packages:
resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.31.0':
+ resolution: {integrity: sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript/vfs@1.6.1':
+ resolution: {integrity: sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==}
+ peerDependencies:
+ typescript: '*'
+
'@ungap/structured-clone@1.2.1':
resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==}
@@ -6230,78 +6706,88 @@ packages:
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
- '@unrs/resolver-binding-darwin-arm64@1.3.3':
- resolution: {integrity: sha512-EpRILdWr3/xDa/7MoyfO7JuBIJqpBMphtu4+80BK1bRfFcniVT74h3Z7q1+WOc92FuIAYatB1vn9TJR67sORGw==}
+ '@unrs/resolver-binding-darwin-arm64@1.7.2':
+ resolution: {integrity: sha512-vxtBno4xvowwNmO/ASL0Y45TpHqmNkAaDtz4Jqb+clmcVSSl8XCG/PNFFkGsXXXS6AMjP+ja/TtNCFFa1QwLRg==}
cpu: [arm64]
os: [darwin]
- '@unrs/resolver-binding-darwin-x64@1.3.3':
- resolution: {integrity: sha512-ntj/g7lPyqwinMJWZ+DKHBse8HhVxswGTmNgFKJtdgGub3M3zp5BSZ3bvMP+kBT6dnYJLSVlDqdwOq1P8i0+/g==}
+ '@unrs/resolver-binding-darwin-x64@1.7.2':
+ resolution: {integrity: sha512-qhVa8ozu92C23Hsmv0BF4+5Dyyd5STT1FolV4whNgbY6mj3kA0qsrGPe35zNR3wAN7eFict3s4Rc2dDTPBTuFQ==}
cpu: [x64]
os: [darwin]
- '@unrs/resolver-binding-freebsd-x64@1.3.3':
- resolution: {integrity: sha512-l6BT8f2CU821EW7U8hSUK8XPq4bmyTlt9Mn4ERrfjJNoCw0/JoHAh9amZZtV3cwC3bwwIat+GUnrcHTG9+qixw==}
+ '@unrs/resolver-binding-freebsd-x64@1.7.2':
+ resolution: {integrity: sha512-zKKdm2uMXqLFX6Ac7K5ElnnG5VIXbDlFWzg4WJ8CGUedJryM5A3cTgHuGMw1+P5ziV8CRhnSEgOnurTI4vpHpg==}
cpu: [x64]
os: [freebsd]
- '@unrs/resolver-binding-linux-arm-gnueabihf@1.3.3':
- resolution: {integrity: sha512-8ScEc5a4y7oE2BonRvzJ+2GSkBaYWyh0/Ko4Q25e/ix6ANpJNhwEPZvCR6GVRmsQAYMIfQvYLdM6YEN+qRjnAQ==}
+ '@unrs/resolver-binding-linux-arm-gnueabihf@1.7.2':
+ resolution: {integrity: sha512-8N1z1TbPnHH+iDS/42GJ0bMPLiGK+cUqOhNbMKtWJ4oFGzqSJk/zoXFzcQkgtI63qMcUI7wW1tq2usZQSb2jxw==}
cpu: [arm]
os: [linux]
- '@unrs/resolver-binding-linux-arm-musleabihf@1.3.3':
- resolution: {integrity: sha512-8qQ6l1VTzLNd3xb2IEXISOKwMGXDCzY/UNy/7SovFW2Sp0K3YbL7Ao7R18v6SQkLqQlhhqSBIFRk+u6+qu5R5A==}
+ '@unrs/resolver-binding-linux-arm-musleabihf@1.7.2':
+ resolution: {integrity: sha512-tjYzI9LcAXR9MYd9rO45m1s0B/6bJNuZ6jeOxo1pq1K6OBuRMMmfyvJYval3s9FPPGmrldYA3mi4gWDlWuTFGA==}
cpu: [arm]
os: [linux]
- '@unrs/resolver-binding-linux-arm64-gnu@1.3.3':
- resolution: {integrity: sha512-v81R2wjqcWXJlQY23byqYHt9221h4anQ6wwN64oMD/WAE+FmxPHFZee5bhRkNVtzqO/q7wki33VFWlhiADwUeQ==}
+ '@unrs/resolver-binding-linux-arm64-gnu@1.7.2':
+ resolution: {integrity: sha512-jon9M7DKRLGZ9VYSkFMflvNqu9hDtOCEnO2QAryFWgT6o6AXU8du56V7YqnaLKr6rAbZBWYsYpikF226v423QA==}
cpu: [arm64]
os: [linux]
- '@unrs/resolver-binding-linux-arm64-musl@1.3.3':
- resolution: {integrity: sha512-cAOx/j0u5coMg4oct/BwMzvWJdVciVauUvsd+GQB/1FZYKQZmqPy0EjJzJGbVzFc6gbnfEcSqvQE6gvbGf2N8Q==}
+ '@unrs/resolver-binding-linux-arm64-musl@1.7.2':
+ resolution: {integrity: sha512-c8Cg4/h+kQ63pL43wBNaVMmOjXI/X62wQmru51qjfTvI7kmCy5uHTJvK/9LrF0G8Jdx8r34d019P1DVJmhXQpA==}
cpu: [arm64]
os: [linux]
- '@unrs/resolver-binding-linux-ppc64-gnu@1.3.3':
- resolution: {integrity: sha512-mq2blqwErgDJD4gtFDlTX/HZ7lNP8YCHYFij2gkXPtMzrXxPW1hOtxL6xg4NWxvnj4bppppb0W3s/buvM55yfg==}
+ '@unrs/resolver-binding-linux-ppc64-gnu@1.7.2':
+ resolution: {integrity: sha512-A+lcwRFyrjeJmv3JJvhz5NbcCkLQL6Mk16kHTNm6/aGNc4FwPHPE4DR9DwuCvCnVHvF5IAd9U4VIs/VvVir5lg==}
cpu: [ppc64]
os: [linux]
- '@unrs/resolver-binding-linux-s390x-gnu@1.3.3':
- resolution: {integrity: sha512-u0VRzfFYysarYHnztj2k2xr+eu9rmgoTUUgCCIT37Nr+j0A05Xk2c3RY8Mh5+DhCl2aYibihnaAEJHeR0UOFIQ==}
+ '@unrs/resolver-binding-linux-riscv64-gnu@1.7.2':
+ resolution: {integrity: sha512-hQQ4TJQrSQW8JlPm7tRpXN8OCNP9ez7PajJNjRD1ZTHQAy685OYqPrKjfaMw/8LiHCt8AZ74rfUVHP9vn0N69Q==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@unrs/resolver-binding-linux-riscv64-musl@1.7.2':
+ resolution: {integrity: sha512-NoAGbiqrxtY8kVooZ24i70CjLDlUFI7nDj3I9y54U94p+3kPxwd2L692YsdLa+cqQ0VoqMWoehDFp21PKRUoIQ==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@unrs/resolver-binding-linux-s390x-gnu@1.7.2':
+ resolution: {integrity: sha512-KaZByo8xuQZbUhhreBTW+yUnOIHUsv04P8lKjQ5otiGoSJ17ISGYArc+4vKdLEpGaLbemGzr4ZeUbYQQsLWFjA==}
cpu: [s390x]
os: [linux]
- '@unrs/resolver-binding-linux-x64-gnu@1.3.3':
- resolution: {integrity: sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==}
+ '@unrs/resolver-binding-linux-x64-gnu@1.7.2':
+ resolution: {integrity: sha512-dEidzJDubxxhUCBJ/SHSMJD/9q7JkyfBMT77Px1npl4xpg9t0POLvnWywSk66BgZS/b2Hy9Y1yFaoMTFJUe9yg==}
cpu: [x64]
os: [linux]
- '@unrs/resolver-binding-linux-x64-musl@1.3.3':
- resolution: {integrity: sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==}
+ '@unrs/resolver-binding-linux-x64-musl@1.7.2':
+ resolution: {integrity: sha512-RvP+Ux3wDjmnZDT4XWFfNBRVG0fMsc+yVzNFUqOflnDfZ9OYujv6nkh+GOr+watwrW4wdp6ASfG/e7bkDradsw==}
cpu: [x64]
os: [linux]
- '@unrs/resolver-binding-wasm32-wasi@1.3.3':
- resolution: {integrity: sha512-81AnQY6fShmktQw4hWDUIilsKSdvr/acdJ5azAreu2IWNlaJOKphJSsUVWE+yCk6kBMoQyG9ZHCb/krb5K0PEA==}
+ '@unrs/resolver-binding-wasm32-wasi@1.7.2':
+ resolution: {integrity: sha512-y797JBmO9IsvXVRCKDXOxjyAE4+CcZpla2GSoBQ33TVb3ILXuFnMrbR/QQZoauBYeOFuu4w3ifWLw52sdHGz6g==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@unrs/resolver-binding-win32-arm64-msvc@1.3.3':
- resolution: {integrity: sha512-X/42BMNw7cW6xrB9syuP5RusRnWGoq+IqvJO8IDpp/BZg64J1uuIW6qA/1Cl13Y4LyLXbJVYbYNSKwR/FiHEng==}
+ '@unrs/resolver-binding-win32-arm64-msvc@1.7.2':
+ resolution: {integrity: sha512-gtYTh4/VREVSLA+gHrfbWxaMO/00y+34htY7XpioBTy56YN2eBjkPrY1ML1Zys89X3RJDKVaogzwxlM1qU7egg==}
cpu: [arm64]
os: [win32]
- '@unrs/resolver-binding-win32-ia32-msvc@1.3.3':
- resolution: {integrity: sha512-EGNnNGQxMU5aTN7js3ETYvuw882zcO+dsVjs+DwO2j/fRVKth87C8e2GzxW1L3+iWAXMyJhvFBKRavk9Og1Z6A==}
+ '@unrs/resolver-binding-win32-ia32-msvc@1.7.2':
+ resolution: {integrity: sha512-Ywv20XHvHTDRQs12jd3MY8X5C8KLjDbg/jyaal/QLKx3fAShhJyD4blEANInsjxW3P7isHx1Blt56iUDDJO3jg==}
cpu: [ia32]
os: [win32]
- '@unrs/resolver-binding-win32-x64-msvc@1.3.3':
- resolution: {integrity: sha512-GraLbYqOJcmW1qY3osB+2YIiD62nVf2/bVLHZmrb4t/YSUwE03l7TwcDJl08T/Tm3SVhepX8RQkpzWbag/Sb4w==}
+ '@unrs/resolver-binding-win32-x64-msvc@1.7.2':
+ resolution: {integrity: sha512-friS8NEQfHaDbkThxopGk+LuE5v3iY0StruifjQEt7SLbA46OnfgMO15sOTkbpJkol6RB+1l1TYPXh0sCddpvA==}
cpu: [x64]
os: [win32]
@@ -6380,10 +6866,6 @@ packages:
'@vercel/node@5.1.14':
resolution: {integrity: sha512-kLXAR4ZtNSXJw5ffIzKPDAVHD4/Dwxw/287ZCnQlqtOQzY3IH1E5QM3nxn0LGfTkYxXpQFFOOcXL7fZW7MjC6A==}
- '@vercel/og@0.6.8':
- resolution: {integrity: sha512-e4kQK9mP8ntpo3dACWirGod/hHv4qO5JMj9a/0a2AZto7b4persj5YP7t1Er372gTtYFTYxNhMx34jRvHooglw==}
- engines: {node: '>=16'}
-
'@vercel/postgres@0.10.0':
resolution: {integrity: sha512-fSD23DxGND40IzSkXjcFcxr53t3Tiym59Is0jSYIFpG4/0f0KO9SGtcp1sXiebvPaGe7N/tU05cH4yt2S6/IPg==}
engines: {node: '>=18.14'}
@@ -6901,8 +7383,8 @@ packages:
resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- babel-plugin-react-compiler@19.0.0-beta-e993439-20250328:
- resolution: {integrity: sha512-eq0lxXDicCNfhtIhm2L2nW2FyDcPMfuJTQG641ZWMWxEVqwmtUlAkWXC4o5C3vykhWMTsXmiJe7/hxXVUbV8ZA==}
+ babel-plugin-react-compiler@19.1.0-rc.1:
+ resolution: {integrity: sha512-M4fpG+Hfq5gWzsJeeMErdRokzg0fdJ8IAk+JDhfB/WLT+U3WwJWR8edphypJrk447/JEvYu6DBFwsTn10bMW4Q==}
babel-preset-current-node-syntax@1.1.0:
resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==}
@@ -6924,10 +7406,6 @@ packages:
bare-events@2.5.4:
resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==}
- base64-js@0.0.8:
- resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
- engines: {node: '>= 0.4'}
-
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
@@ -7095,9 +7573,6 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
- camelize@1.0.1:
- resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
-
caniuse-lite@1.0.30001711:
resolution: {integrity: sha512-OpFA8GsKtoV3lCcsI3U5XBAV+oVrMu96OS8XafKqnhOaEAW2mveD1Mx81Sx/02chERwhDakuXs28zbyEc4QMKg==}
@@ -7210,6 +7685,9 @@ packages:
cjs-module-lexer@1.4.1:
resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==}
+ class-variance-authority@0.7.1:
+ resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
+
clean-regexp@1.0.0:
resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==}
engines: {node: '>=4'}
@@ -7398,6 +7876,9 @@ packages:
component-emitter@1.3.1:
resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
+ compute-scroll-into-view@3.1.1:
+ resolution: {integrity: sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==}
+
concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
@@ -7602,20 +8083,6 @@ packages:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
- css-background-parser@0.1.0:
- resolution: {integrity: sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==}
-
- css-box-shadow@1.0.0-3:
- resolution: {integrity: sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==}
-
- css-color-keywords@1.0.0:
- resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==}
- engines: {node: '>=4'}
-
- css-gradient-parser@0.0.16:
- resolution: {integrity: sha512-3O5QdqgFRUbXvK1x5INf1YkBz1UKSWqrd63vWsum8MNHDBYD5urm3QtxZbKU259OrEXNM26lP/MPY3d1IGkBgA==}
- engines: {node: '>=16'}
-
css-loader@6.11.0:
resolution: {integrity: sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==}
engines: {node: '>= 12.13.0'}
@@ -7628,9 +8095,6 @@ packages:
webpack:
optional: true
- css-to-react-native@3.2.0:
- resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==}
-
css-tree@2.3.1:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
@@ -7726,8 +8190,8 @@ packages:
resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==}
engines: {node: '>=10'}
- decimal.js@10.4.3:
- resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
+ decimal.js@10.5.0:
+ resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==}
decode-named-character-reference@1.0.2:
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
@@ -7811,6 +8275,10 @@ packages:
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
engines: {node: '>=8'}
+ detect-libc@2.0.4:
+ resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
+ engines: {node: '>=8'}
+
detect-newline@3.1.0:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'}
@@ -7922,9 +8390,6 @@ packages:
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
engines: {node: '>=12'}
- emoji-regex-xs@1.0.0:
- resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==}
-
emoji-regex@10.4.0:
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
@@ -8195,9 +8660,6 @@ packages:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
- escape-html@1.0.3:
- resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
-
escape-string-regexp@1.0.5:
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
@@ -8266,8 +8728,8 @@ packages:
eslint-import-resolver-node@0.3.9:
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
- eslint-import-resolver-typescript@4.3.1:
- resolution: {integrity: sha512-/dR9YMomeBlvfuvX5q0C3Y/2PHC9OCRdT2ijFwdfq/4Bq+4m5/lqstEp9k3P6ocha1pCbhoY9fkwVYLmOqR0VQ==}
+ eslint-import-resolver-typescript@4.3.4:
+ resolution: {integrity: sha512-buzw5z5VtiQMysYLH9iW9BV04YyZebsw+gPi+c4FCjfS9i6COYOrEWw9t3m3wA9PFBfqcBCqWf32qrXLbwafDw==}
engines: {node: ^16.17.0 || >=18.6.0}
peerDependencies:
eslint: '*'
@@ -8343,6 +8805,12 @@ packages:
'@typescript-eslint/parser':
optional: true
+ eslint-plugin-jsdoc@50.6.11:
+ resolution: {integrity: sha512-k4+MnBCGR8cuIB5MZ++FGd4gbXxjob2rX1Nq0q3nWFF4xSGZENTgTLZSjb+u9B8SAnP6lpGV2FJrBjllV3pVSg==}
+ engines: {node: '>=18'}
+ peerDependencies:
+ eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
+
eslint-plugin-jsdoc@50.6.9:
resolution: {integrity: sha512-7/nHu3FWD4QRG8tCVqcv+BfFtctUtEDWc29oeDXB4bwmDM2/r1ndl14AG/2DUntdqH7qmpvdemJKwb3R97/QEw==}
engines: {node: '>=18'}
@@ -8373,8 +8841,8 @@ packages:
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
- eslint-plugin-react-compiler@19.0.0-beta-e993439-20250328:
- resolution: {integrity: sha512-7hTFaGMz0YYLtkStJFBHjr2zOZwULxg2qCJ8pNYlaOqq2zL1/+Wg7BiDwrPZQIpAn3YQbBu1SHF509M3qpTyIg==}
+ eslint-plugin-react-compiler@19.1.0-rc.1:
+ resolution: {integrity: sha512-3umw5eqZXapBl7aQGmvcjheKhUbsElb9jTETxRZg371e1LG4EPs/zCHt2JzP+wNcdaZWzjU/R730zPUJblY2zw==}
engines: {node: ^14.17.0 || ^16.0.0 || >= 18.0.0}
peerDependencies:
eslint: '>=7'
@@ -8450,10 +8918,6 @@ packages:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.0'}
- eslint-scope@7.2.2:
- resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
eslint-scope@8.2.0:
resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -8470,14 +8934,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@8.57.1:
- resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
- hasBin: true
-
- eslint@9.24.0:
- resolution: {integrity: sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==}
+ eslint@9.25.1:
+ resolution: {integrity: sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -8490,10 +8948,6 @@ packages:
resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- espree@9.6.1:
- resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
esprima@4.0.1:
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
engines: {node: '>=4'}
@@ -8530,6 +8984,9 @@ packages:
estree-util-to-js@2.0.0:
resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
+ estree-util-value-to-estree@3.3.3:
+ resolution: {integrity: sha512-Db+m1WSD4+mUO7UgMeKkAwdbfNWwIxLt48XF2oFU9emPfXkIu+k5/nlOj313v7wqtAPo0f9REhUvznFrPkG8CQ==}
+
estree-util-visit@2.0.0:
resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
@@ -8584,6 +9041,10 @@ packages:
exsolve@1.0.4:
resolution: {integrity: sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==}
+ extend-shallow@2.0.1:
+ resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
+ engines: {node: '>=0.10.0'}
+
extend@3.0.2:
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
@@ -8608,10 +9069,6 @@ packages:
resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==}
engines: {node: '>=8.6.0'}
- fast-glob@3.3.2:
- resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
- engines: {node: '>=8.6.0'}
-
fast-glob@3.3.3:
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
engines: {node: '>=8.6.0'}
@@ -8657,8 +9114,13 @@ packages:
picomatch:
optional: true
- fflate@0.7.4:
- resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==}
+ fdir@6.4.4:
+ resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
+ peerDependencies:
+ picomatch: ^3 || ^4
+ peerDependenciesMeta:
+ picomatch:
+ optional: true
figures@3.2.0:
resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
@@ -8668,10 +9130,6 @@ packages:
resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
engines: {node: '>=18'}
- file-entry-cache@6.0.1:
- resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
- engines: {node: ^10.12.0 || >=12.0.0}
-
file-entry-cache@8.0.0:
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
engines: {node: '>=16.0.0'}
@@ -8723,10 +9181,6 @@ packages:
resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
engines: {node: '>=18'}
- flat-cache@3.2.0:
- resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
- engines: {node: ^10.12.0 || >=12.0.0}
-
flat-cache@4.0.1:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
engines: {node: '>=16'}
@@ -8770,8 +9224,8 @@ packages:
fraction.js@4.3.7:
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
- framer-motion@12.6.3:
- resolution: {integrity: sha512-2hsqknz23aloK85bzMc9nSR2/JP+fValQ459ZTVElFQ0xgwR2YqNjYSuDZdFBPOwVCt4Q9jgyTt6hg6sVOALzw==}
+ framer-motion@12.9.2:
+ resolution: {integrity: sha512-R0O3Jdqbfwywpm45obP+8sTgafmdEcUoShQTAV+rB5pi+Y1Px/FYL5qLLRe5tPtBdN1J4jos7M+xN2VV2oEAbQ==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -8827,6 +9281,55 @@ packages:
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
+ fumadocs-core@15.2.11:
+ resolution: {integrity: sha512-pFAhe2s8YU4pl1sXtLWd63rX6NHfeAK8+5/HRMUzAKwPqJYXv5Kv4KxE9mxVEd+3jbtjEjJC4o2GpdJV31oivQ==}
+ peerDependencies:
+ '@oramacloud/client': 1.x.x || 2.x.x
+ algoliasearch: 4.24.0
+ next: 14.x.x || 15.x.x
+ react: 18.x.x || 19.x.x
+ react-dom: 18.x.x || 19.x.x
+ peerDependenciesMeta:
+ '@oramacloud/client':
+ optional: true
+ algoliasearch:
+ optional: true
+ next:
+ optional: true
+ react:
+ optional: true
+ react-dom:
+ optional: true
+
+ fumadocs-mdx@11.6.1:
+ resolution: {integrity: sha512-z+H/eOJC4II0VW7rgf6btqeEkD9DEG1SNToNCYKMklCJAc9Y6l+NuQozKuknP2Ey6NK+Qqhvwhi2MOq38YLSeQ==}
+ hasBin: true
+ peerDependencies:
+ '@fumadocs/mdx-remote': ^1.2.0
+ fumadocs-core: ^14.0.0 || ^15.0.0
+ next: ^15.3.0
+ peerDependenciesMeta:
+ '@fumadocs/mdx-remote':
+ optional: true
+
+ fumadocs-twoslash@3.1.1:
+ resolution: {integrity: sha512-4+Lmm5cXQnTgYEn0ig0jotBCn+VZvwUsOIDucTNCO26O00djibDtqBjkaHkokboacApg7i751/Tg4uBtpSkXmQ==}
+ peerDependencies:
+ fumadocs-ui: ^15.0.0
+ react: 18.x.x || 19.x.x
+ shiki: 1.x.x || 2.x.x || 3.x.x
+
+ fumadocs-ui@15.2.11:
+ resolution: {integrity: sha512-0m9L0zPQHXyJocSS8vWhXCb/GvfD8IMdSUTIWLGirczN59TDMmJ3QgDIgAegO8IF/StxtUY5/REcq4mtQnxahg==}
+ peerDependencies:
+ next: 14.x.x || 15.x.x
+ react: 18.x.x || 19.x.x
+ react-dom: 18.x.x || 19.x.x
+ tailwindcss: ^3.4.14 || ^4.0.0
+ peerDependenciesMeta:
+ tailwindcss:
+ optional: true
+
function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
@@ -8966,6 +9469,9 @@ packages:
engines: {node: '>=18'}
hasBin: true
+ github-slugger@2.0.0:
+ resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==}
+
glob-parent@5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
@@ -8990,10 +9496,6 @@ packages:
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
- globals@13.24.0:
- resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
- engines: {node: '>=8'}
-
globals@14.0.0:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
@@ -9040,6 +9542,10 @@ packages:
graphemer@1.4.0:
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
+ gray-matter@4.0.3:
+ resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
+ engines: {node: '>=6.0'}
+
gzip-size@6.0.0:
resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
engines: {node: '>=10'}
@@ -9103,12 +9609,18 @@ packages:
hast-util-to-estree@3.1.0:
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
+ hast-util-to-estree@3.1.3:
+ resolution: {integrity: sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==}
+
hast-util-to-html@9.0.5:
resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==}
hast-util-to-jsx-runtime@2.3.2:
resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==}
+ hast-util-to-jsx-runtime@2.3.6:
+ resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
+
hast-util-to-string@3.0.1:
resolution: {integrity: sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==}
@@ -9128,10 +9640,6 @@ packages:
hermes-parser@0.25.1:
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
- hex-rgb@4.3.0:
- resolution: {integrity: sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==}
- engines: {node: '>=6'}
-
hexoid@2.0.0:
resolution: {integrity: sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==}
engines: {node: '>=8'}
@@ -9229,6 +9737,11 @@ packages:
resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==}
engines: {node: '>= 4'}
+ image-size@2.0.2:
+ resolution: {integrity: sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==}
+ engines: {node: '>=16.x'}
+ hasBin: true
+
immer@10.1.1:
resolution: {integrity: sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==}
@@ -9306,8 +9819,8 @@ packages:
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
engines: {node: '>= 0.4'}
- intl-messageformat@10.7.10:
- resolution: {integrity: sha512-hp7iejCBiJdW3zmOe18FdlJu8U/JsADSDiBPQhfdSeI8B9POtvPRvPh3nMlvhYayGMKLv6maldhR7y3Pf1vkpw==}
+ intl-messageformat@10.7.16:
+ resolution: {integrity: sha512-UmdmHUmp5CIKKjSoE10la5yfU+AYJAaiYLsodbjL4lji83JNvgOQUjGaGhGrpFCb0Uh7sl7qfP1IyILa8Z40ug==}
ioredis@5.6.0:
resolution: {integrity: sha512-tBZlIIWbndeWBWCXWZiqtOF/yxf6yZX3tAlTJ7nfo5jhd6dctNxF7QnYlZLZ1a0o0pDoen7CgZqO+zjNaFbJAg==}
@@ -9399,6 +9912,10 @@ packages:
is-empty@1.2.0:
resolution: {integrity: sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w==}
+ is-extendable@0.1.1:
+ resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
+ engines: {node: '>=0.10.0'}
+
is-extglob@2.1.1:
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'}
@@ -9765,8 +10282,8 @@ packages:
immer: '>=9.0.0'
jotai: '>=2.0.0'
- jotai@2.12.2:
- resolution: {integrity: sha512-oN8715y7MkjXlSrpyjlR887TOuc/NLZMs9gvgtfWH/JP47ChwO0lR2ijSwBvPMYyXRAPT+liIAhuBavluKGgtA==}
+ jotai@2.12.3:
+ resolution: {integrity: sha512-DpoddSkmPGXMFtdfnoIHfueFeGP643nqYUWC6REjUcME+PG2UkAtYnLbffRDw3OURI9ZUTcRWkRGLsOvxuWMCg==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=17.0.0'
@@ -10020,9 +10537,6 @@ packages:
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
engines: {node: '>=14'}
- linebreak@1.1.0:
- resolution: {integrity: sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==}
-
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
@@ -10033,13 +10547,13 @@ packages:
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
- lint-staged@15.5.0:
- resolution: {integrity: sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==}
+ lint-staged@15.5.1:
+ resolution: {integrity: sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==}
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@8.2.5:
- resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
+ listr2@8.3.2:
+ resolution: {integrity: sha512-vsBzcU4oE+v0lj4FhVLzr9dBTv4/fHIa57l+GCwovP8MoFNZJTOhGU8PXd4v2VJCbECAaijBiHntiekFMLvo0g==}
engines: {node: '>=18.0.0'}
load-plugin@6.0.3:
@@ -10168,6 +10682,10 @@ packages:
lru-cache@10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
+ lru-cache@11.1.0:
+ resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==}
+ engines: {node: 20 || >=22}
+
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -10179,8 +10697,8 @@ packages:
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
engines: {node: '>=12'}
- lucide-react@0.487.0:
- resolution: {integrity: sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==}
+ lucide-react@0.503.0:
+ resolution: {integrity: sha512-HGGkdlPWQ0vTF8jJ5TdIqhQXZi6uh3LnNgfZ8MHiuxFfX3RZeA79r2MW2tHAZKlAVfoNE8esm3p+O6VkIvpj6w==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
@@ -10283,6 +10801,9 @@ packages:
mdast-util-gfm@3.0.0:
resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==}
+ mdast-util-gfm@3.1.0:
+ resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
+
mdast-util-mdx-expression@2.0.1:
resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
@@ -10578,14 +11099,14 @@ packages:
resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==}
engines: {node: '>= 8'}
- motion-dom@12.6.3:
- resolution: {integrity: sha512-gRY08RjcnzgFYLemUZ1lo/e9RkBxR+6d4BRvoeZDSeArG4XQXERSPapKl3LNQRu22Sndjf1h+iavgY0O4NrYqA==}
+ motion-dom@12.9.1:
+ resolution: {integrity: sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==}
- motion-utils@12.6.3:
- resolution: {integrity: sha512-R/b3Ia2VxtTNZ4LTEO5pKYau1OUNHOuUfxuP0WFCTDYdHkeTBR9UtxR1cc8mDmKr8PEhmmfnTKGz3rSMjNRoRg==}
+ motion-utils@12.8.3:
+ resolution: {integrity: sha512-GYVauZEbca8/zOhEiYOY9/uJeedYQld6co/GJFKOy//0c/4lDqk0zB549sBYqqV2iMuX+uHrY1E5zd8A2L+1Lw==}
- motion@12.6.3:
- resolution: {integrity: sha512-zw/vqUgv5F5m9fkvOl/eCv2AF1+tkeZl3fu2uIlisIaip8sm5e0CouAl6GkdiRoF+G7s29CjqMdIyPMirwUGHA==}
+ motion@12.9.2:
+ resolution: {integrity: sha512-2hwi4wlOpt/zDHcDZATL2FFhYgj2n6t5Hd0UT91swMup6dx6KpFRkTydYJkkV0PUImT1QfC+WT5d0eRekTKpcg==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -10632,6 +11153,11 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
+ napi-postinstall@0.2.2:
+ resolution: {integrity: sha512-Wy1VI/hpKHwy1MsnFxHCJxqFwmmxD0RA/EKPL7e6mfbsY01phM2SZyJnRdU0bLvhu0Quby1DCcAZti3ghdl4/A==}
+ engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
+ hasBin: true
+
natural-compare-lite@1.4.0:
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
@@ -10665,8 +11191,8 @@ packages:
react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
- next@15.3.1-canary.2:
- resolution: {integrity: sha512-znsxQYIg+JaUTGdT5NVVBTlP3K+ck0K1X8EQAmjIjlZgSMFhPNDLtBzIecNEjDNQMgQMBu/ulH5rlUyhDHztxA==}
+ next@15.4.0-canary.11:
+ resolution: {integrity: sha512-Vz1EndhIbsvt03kLFEvvpNH+ipOAzzgtlFjQ0VppoMQhQomlDzWYca8fYzT7KVEUHS96xBTvuLXBVgn70IIubA==}
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
hasBin: true
peerDependencies:
@@ -10829,8 +11355,8 @@ packages:
resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==}
engines: {node: '>=0.10.0'}
- nuqs@2.4.1:
- resolution: {integrity: sha512-u6sngTspqDe3jWHtcmqHQg3dl35niizCZAsm5gy7PBlgG2rwl71Dp2QUv5hwBaWKI9qz0wqILZY86TsRxq66SQ==}
+ nuqs@2.4.3:
+ resolution: {integrity: sha512-BgtlYpvRwLYiJuWzxt34q2bXu/AIS66sLU1QePIMr2LWkb+XH0vKXdbLSgn9t6p7QKzwI7f38rX3Wl9llTXQ8Q==}
peerDependencies:
'@remix-run/react': '>=2'
next: '>=14.2.0'
@@ -10917,11 +11443,11 @@ packages:
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
engines: {node: '>=18'}
- oniguruma-parser@0.5.4:
- resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==}
+ oniguruma-parser@0.12.0:
+ resolution: {integrity: sha512-fD9o5ebCmEAA9dLysajdQvuKzLL7cj+w7DQjuO3Cb6IwafENfx6iL+RGkmyW82pVRsvgzixsWinHvgxTMJvdIA==}
- oniguruma-to-es@4.1.0:
- resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==}
+ oniguruma-to-es@4.3.1:
+ resolution: {integrity: sha512-VtX1kepWO+7HG7IWV5v72JhiqofK7XsiHmtgnvurnNOTdIvE5mrdWYtsOrQyrXCv1L2Ckm08hywp+MFO7rC4Ug==}
open@8.4.2:
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
@@ -11042,9 +11568,6 @@ packages:
package-manager-detector@0.2.8:
resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==}
- pako@0.2.9:
- resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
-
param-case@2.1.1:
resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==}
@@ -11052,12 +11575,12 @@ packages:
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
engines: {node: '>=6'}
- parse-css-color@0.2.1:
- resolution: {integrity: sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==}
-
parse-entities@4.0.2:
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
+ parse-imports-exports@0.2.4:
+ resolution: {integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==}
+
parse-imports@2.2.1:
resolution: {integrity: sha512-OL/zLggRp8mFhKL0rNORUTR4yBYujK/uU+xZL+/0Rgm2QE4nLO9v8PzEweSJEbMGKmDRjJE4R3IMJlL2di4JeQ==}
engines: {node: '>= 18'}
@@ -11082,6 +11605,9 @@ packages:
resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
engines: {node: '>=18'}
+ parse-statements@1.0.11:
+ resolution: {integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==}
+
pascal-case@2.0.1:
resolution: {integrity: sha512-qjS4s8rBOJa2Xm0jmxXiyh1+OFf6ekCWOvUaRgAQSktzlTbMotS0nmG9gyYAybCWBcuP4fsBeRCKNwGBnMe2OQ==}
@@ -11525,14 +12051,14 @@ packages:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
- react-aria-components@1.7.1:
- resolution: {integrity: sha512-kTAlrxcW7n+rQDwlZSz5+o+HknjPGv/pn0OQ1FF92WsjoTaqQMJtWbEAHXrhrQaiW/3T4CANTpdR1soai4uK6g==}
+ react-aria-components@1.8.0:
+ resolution: {integrity: sha512-qNJ/Z4opj1/NKFf1ch/V8rNYar5MXu4J8YVAt2pFgnBRLjVlIlfnENN8Oa5OFiYFCzMPRFdq5mI8RuYIEnvZfg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- react-aria@3.38.1:
- resolution: {integrity: sha512-DDdWsAlHPKVQ5E8G0kfDHNs0Lk1Xrs3G7soz6Ew8Ls5vNfp1BusbR2b1wC7ppqq2jDQiyJS816UNmDuGyQVyxA==}
+ react-aria@3.39.0:
+ resolution: {integrity: sha512-zXCjR01WnfW4uW0f294uWrvdfwEMHgDFSwMwMBwRafAvmsQea87X5VTAfDmQOAbPa+iQFcngIyH0Pn5CfXNrjw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -11565,6 +12091,12 @@ packages:
react-is@18.3.1:
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
+ react-medium-image-zoom@5.2.14:
+ resolution: {integrity: sha512-nfTVYcAUnBzXQpPDcZL+cG/e6UceYUIG+zDcnemL7jtAqbJjVVkA85RgneGtJeni12dTyiRPZVM6Szkmwd/o8w==}
+ 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-refresh@0.14.2:
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
engines: {node: '>=0.10.0'}
@@ -11589,16 +12121,6 @@ packages:
'@types/react':
optional: true
- react-remove-scroll@2.6.2:
- resolution: {integrity: sha512-KmONPx5fnlXYJQqC62Q+lwIeAk64ws/cUw6omIumRzMRPqgnYqhSSti99nbj0Ry13bv7dF+BKn7NB+OqkdZGTw==}
- engines: {node: '>=10'}
- peerDependencies:
- '@types/react': '*'
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
- peerDependenciesMeta:
- '@types/react':
- optional: true
-
react-remove-scroll@2.6.3:
resolution: {integrity: sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==}
engines: {node: '>=10'}
@@ -11609,8 +12131,8 @@ packages:
'@types/react':
optional: true
- react-stately@3.36.1:
- resolution: {integrity: sha512-H9kiGAylNec/iE5qk7qQLV1cvtSAIVq3mgt87zx2EA+f+/sYy2oBtchFPaDiBf/m7xMEKf0Fr9zSLU6G99xQ8g==}
+ react-stately@3.37.0:
+ resolution: {integrity: sha512-fm2LRM3XN5lJD48+WQKWvESx54kAIHw0JztCRHMsFmTDgYWX/VASuXKON7LECv227stSEadrxGa8LhPkcelljw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
@@ -11778,6 +12300,9 @@ packages:
remark-stringify@11.0.0:
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
+ remark@15.0.1:
+ resolution: {integrity: sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==}
+
request@2.88.2:
resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==}
engines: {node: '>= 6'}
@@ -11935,17 +12460,20 @@ packages:
sass-embedded:
optional: true
- satori@0.12.2:
- resolution: {integrity: sha512-3C/laIeE6UUe9A+iQ0A48ywPVCCMKCNSTU5Os101Vhgsjd3AAxGNjyq0uAA8kulMPK5n0csn8JlxPN9riXEjLA==}
- engines: {node: '>=16'}
-
scheduler@0.26.0:
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
+ scroll-into-view-if-needed@3.1.0:
+ resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
+
scslre@0.3.0:
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
engines: {node: ^14.0.0 || >=16.0.0}
+ section-matter@1.0.0:
+ resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
+ engines: {node: '>=4'}
+
semver@5.7.2:
resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
hasBin: true
@@ -11999,10 +12527,6 @@ packages:
setprototypeof@1.1.1:
resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==}
- sharp@0.33.5:
- resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
- engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
-
sharp@0.34.1:
resolution: {integrity: sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -12018,8 +12542,8 @@ packages:
shiki@0.14.7:
resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==}
- shiki@3.2.1:
- resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==}
+ shiki@3.3.0:
+ resolution: {integrity: sha512-j0Z1tG5vlOFGW8JVj0Cpuatzvshes7VJy5ncDmmMaYcmnGW0Js1N81TOW98ivTFNZfKRn9uwEg/aIm638o368g==}
side-channel-list@1.0.0:
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
@@ -12267,9 +12791,6 @@ packages:
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
engines: {node: '>=18'}
- string.prototype.codepointat@0.2.1:
- resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==}
-
string.prototype.includes@2.0.1:
resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==}
engines: {node: '>= 0.4'}
@@ -12314,6 +12835,10 @@ packages:
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
engines: {node: '>=12'}
+ strip-bom-string@1.0.0:
+ resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
+ engines: {node: '>=0.10.0'}
+
strip-bom@3.0.0:
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
engines: {node: '>=4'}
@@ -12359,6 +12884,9 @@ packages:
peerDependencies:
webpack: ^5.0.0
+ style-to-js@1.1.16:
+ resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==}
+
style-to-object@0.4.4:
resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
@@ -12441,8 +12969,8 @@ packages:
resolution: {integrity: sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==}
engines: {node: '>=4.0.0'}
- tailwind-merge@3.1.0:
- resolution: {integrity: sha512-aV27Oj8B7U/tAOMhJsSGdWqelfmudnGMdXIlMnk1JfsjwSjts6o8HyfN7SFH3EztzH4YH8kk6GbLTHzITJO39Q==}
+ tailwind-merge@3.2.0:
+ resolution: {integrity: sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==}
tailwindcss-react-aria-components@2.0.0:
resolution: {integrity: sha512-l8YdpXX//qx0Mz2bW3YKLjboTQxR3zLrFhlHniAIn+mTwVM1yvT0Jp7Pn3eFrqi+qtOMmcJzXaF2rsKezSr0SQ==}
@@ -12452,6 +12980,9 @@ packages:
tailwindcss@4.1.3:
resolution: {integrity: sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==}
+ tailwindcss@4.1.4:
+ resolution: {integrity: sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==}
+
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
@@ -12481,8 +13012,8 @@ packages:
resolution: {integrity: sha512-bX655WZI/F7EoTDw9JvQURqAXiPHi8o8+yFxPF2lWYyz1aHnmMRuXWqL6YB6GmeO0o4DIYWHLgGNi/X64T+X4Q==}
engines: {node: '>=14.18'}
- terser@5.37.0:
- resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==}
+ terser@5.39.0:
+ resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==}
engines: {node: '>=10'}
hasBin: true
@@ -12509,9 +13040,6 @@ packages:
resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==}
engines: {node: '>=8'}
- text-table@0.2.0:
- resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
-
thenify-all@1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
engines: {node: '>=0.8'}
@@ -12530,9 +13058,6 @@ packages:
resolution: {integrity: sha512-MyqZCTGLDZ77u4k+jqg4UlrzPTPZ49NDlaekU6uuFaJLzPIN1woaRXCbGeqOfxwc3Y37ZROGAJ614Rdv7Olt+g==}
engines: {node: '>=10'}
- tiny-inflate@1.0.3:
- resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
-
tiny-invariant@1.3.3:
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
@@ -12553,6 +13078,10 @@ packages:
resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==}
engines: {node: '>=12.0.0'}
+ tinyglobby@0.2.13:
+ resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
+ engines: {node: '>=12.0.0'}
+
tinygradient@1.1.5:
resolution: {integrity: sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==}
@@ -12760,46 +13289,54 @@ packages:
resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==}
engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'}
- turbo-darwin-64@2.5.0:
- resolution: {integrity: sha512-fP1hhI9zY8hv0idym3hAaXdPi80TLovmGmgZFocVAykFtOxF+GlfIgM/l4iLAV9ObIO4SUXPVWHeBZQQ+Hpjag==}
+ turbo-darwin-64@2.5.2:
+ resolution: {integrity: sha512-2aIl0Sx230nLk+Cg2qSVxvPOBWCZpwKNuAMKoROTvWKif6VMpkWWiR9XEPoz7sHeLmCOed4GYGMjL1bqAiIS/g==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.5.0:
- resolution: {integrity: sha512-p9sYq7kXH7qeJwIQE86cOWv/xNqvow846l6c/qWc26Ib1ci5W7V0sI5thsrP3eH+VA0d+SHalTKg5SQXgNQBWA==}
+ turbo-darwin-arm64@2.5.2:
+ resolution: {integrity: sha512-MrFYhK/jYu8N6QlqZtqSHi3e4QVxlzqU3ANHTKn3/tThuwTLbNHEvzBPWSj5W7nZcM58dCqi6gYrfRz6bJZyAA==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.5.0:
- resolution: {integrity: sha512-1iEln2GWiF3iPPPS1HQJT6ZCFXynJPd89gs9SkggH2EJsj3eRUSVMmMC8y6d7bBbhBFsiGGazwFIYrI12zs6uQ==}
+ turbo-linux-64@2.5.2:
+ resolution: {integrity: sha512-LxNqUE2HmAJQ/8deoLgMUDzKxd5bKxqH0UBogWa+DF+JcXhtze3UTMr6lEr0dEofdsEUYK1zg8FRjglmwlN5YA==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.5.0:
- resolution: {integrity: sha512-bKBcbvuQHmsX116KcxHJuAcppiiBOfivOObh2O5aXNER6mce7YDDQJy00xQQNp1DhEfcSV2uOsvb3O3nN2cbcA==}
+ turbo-linux-arm64@2.5.2:
+ resolution: {integrity: sha512-0MI1Ao1q8zhd+UUbIEsrM+yLq1BsrcJQRGZkxIsHFlGp7WQQH1oR3laBgfnUCNdCotCMD6w4moc9pUbXdOR3bg==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.5.0:
- resolution: {integrity: sha512-9BCo8oQ7BO7J0K913Czbc3tw8QwLqn2nTe4E47k6aVYkM12ASTScweXPTuaPFP5iYXAT6z5Dsniw704Ixa5eGg==}
+ turbo-windows-64@2.5.2:
+ resolution: {integrity: sha512-hOLcbgZzE5ttACHHyc1ajmWYq4zKT42IC3G6XqgiXxMbS+4eyVYTL+7UvCZBd3Kca1u4TLQdLQjeO76zyDJc2A==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.5.0:
- resolution: {integrity: sha512-OUHCV+ueXa3UzfZ4co/ueIHgeq9B2K48pZwIxKSm5VaLVuv8M13MhM7unukW09g++dpdrrE1w4IOVgxKZ0/exg==}
+ turbo-windows-arm64@2.5.2:
+ resolution: {integrity: sha512-fMU41ABhSLa18H8V3Z7BMCGynQ8x+wj9WyBMvWm1jeyRKgkvUYJsO2vkIsy8m0vrwnIeVXKOIn6eSe1ddlBVqw==}
cpu: [arm64]
os: [win32]
- turbo@2.5.0:
- resolution: {integrity: sha512-PvSRruOsitjy6qdqwIIyolv99+fEn57gP6gn4zhsHTEcCYgXPhv6BAxzAjleS8XKpo+Y582vTTA9nuqYDmbRuA==}
+ turbo@2.5.2:
+ resolution: {integrity: sha512-Qo5lfuStr6LQh3sPQl7kIi243bGU4aHGDQJUf6ylAdGwks30jJFloc9NYHP7Y373+gGU9OS0faA4Mb5Sy8X9Xw==}
hasBin: true
- tw-animate-css@1.2.5:
- resolution: {integrity: sha512-ABzjfgVo+fDbhRREGL4KQZUqqdPgvc5zVrLyeW9/6mVqvaDepXc7EvedA+pYmMnIOsUAQMwcWzNvom26J2qYvQ==}
+ tw-animate-css@1.2.8:
+ resolution: {integrity: sha512-AxSnYRvyFnAiZCUndS3zQZhNfV/B77ZhJ+O7d3K6wfg/jKJY+yv6ahuyXwnyaYA9UdLqnpCwhTRv9pPTBnPR2g==}
tweetnacl@0.14.5:
resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==}
+ twoslash-protocol@0.3.1:
+ resolution: {integrity: sha512-BMePTL9OkuNISSyyMclBBhV2s9++DiOCyhhCoV5Kaht6eaWLwVjCCUJHY33eZJPsyKeZYS8Wzz0h+XI01VohVw==}
+
+ twoslash@0.3.1:
+ resolution: {integrity: sha512-OGqMTGvqXTcb92YQdwGfEdK0nZJA64Aj/ChLOelbl3TfYch2IoBST0Yx4C0LQ7Lzyqm9RpgcpgDxeXQIz4p2Kg==}
+ peerDependencies:
+ typescript: ^5.5.0
+
type-check@0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
@@ -12812,10 +13349,6 @@ packages:
resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==}
engines: {node: '>=10'}
- type-fest@0.20.2:
- resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
- engines: {node: '>=10'}
-
type-fest@0.21.3:
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
engines: {node: '>=10'}
@@ -12953,9 +13486,6 @@ packages:
resolution: {integrity: sha512-vFv1GA99b7eKO1HG/4RPu2Is3FBTWBrmzqzO0mz+rLxN3yXkE4mqRcb8g8fHxzX4blEysrNZLqg5RbJLqX5buA==}
engines: {node: '>=20.18.1'}
- unicode-trie@2.0.0:
- resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
-
unicorn-magic@0.1.0:
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
engines: {node: '>=18'}
@@ -13045,8 +13575,8 @@ packages:
resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
engines: {node: '>=14.0.0'}
- unrs-resolver@1.3.3:
- resolution: {integrity: sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==}
+ unrs-resolver@1.7.2:
+ resolution: {integrity: sha512-BBKpaylOW8KbHsu378Zky/dGh4ckT/4NW/0SHRABdqRLcQJ2dAOjDo9g97p04sWflm0kqPqpUatxReNV/dqI5A==}
update-browserslist-db@1.1.1:
resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
@@ -13098,8 +13628,8 @@ packages:
'@types/react':
optional: true
- use-sync-external-store@1.4.0:
- resolution: {integrity: sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==}
+ 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
@@ -13167,12 +13697,6 @@ packages:
resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==}
engines: {node: '>= 0.10'}
- vaul@1.1.2:
- resolution: {integrity: sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==}
- peerDependencies:
- react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
- react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
-
vercel@41.4.1:
resolution: {integrity: sha512-o7zsdAuFls+gMotvzoXFIe6pdsxsWmkdeQx7sAw4qbNgmDe80e0/C8hLEUs3wLO8NRI5E1AlwS2MM8vYs+ljOg==}
engines: {node: '>= 18'}
@@ -13529,9 +14053,6 @@ packages:
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'}
- yoga-wasm-web@0.3.3:
- resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==}
-
z-schema@5.0.5:
resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==}
engines: {node: '>=8.0.0'}
@@ -13546,8 +14067,8 @@ packages:
peerDependencies:
zod: ^3.18.0
- zod@3.24.2:
- resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==}
+ zod@3.24.3:
+ resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
@@ -13586,70 +14107,70 @@ snapshots:
'@angular-eslint/bundled-angular-compiler@19.3.0': {}
- '@angular-eslint/eslint-plugin-template@19.3.0(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@angular-eslint/eslint-plugin-template@19.3.0(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/types': 8.29.0
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
aria-query: 5.3.2
axobject-query: 4.1.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.5.4
- '@angular-eslint/eslint-plugin-template@19.3.0(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@angular-eslint/eslint-plugin-template@19.3.0(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/types': 8.29.0
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
aria-query: 5.3.2
axobject-query: 4.1.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
- '@angular-eslint/eslint-plugin@19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@angular-eslint/eslint-plugin@19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.5.4
- '@angular-eslint/eslint-plugin@19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@angular-eslint/eslint-plugin@19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@angular-eslint/utils': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
- '@angular-eslint/template-parser@19.3.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@angular-eslint/template-parser@19.3.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-scope: 8.2.0
typescript: 5.5.4
- '@angular-eslint/template-parser@19.3.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@angular-eslint/template-parser@19.3.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-scope: 8.2.0
typescript: 5.8.3
- '@angular-eslint/utils@19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@angular-eslint/utils@19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.5.4
- '@angular-eslint/utils@19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@angular-eslint/utils@19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@angular-eslint/bundled-angular-compiler': 19.3.0
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
'@antfu/install-pkg@0.4.1':
@@ -14218,6 +14739,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.27.0
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
'@babel/traverse': 7.26.4
@@ -14256,6 +14790,8 @@ snapshots:
'@babel/helper-plugin-utils@7.25.9': {}
+ '@babel/helper-plugin-utils@7.26.5': {}
+
'@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
@@ -14265,6 +14801,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.27.0
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
'@babel/traverse': 7.26.4
@@ -14296,99 +14841,109 @@ snapshots:
dependencies:
'@babel/types': 7.27.0
- '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)':
+ '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0)
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10)
+ '@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
'@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.26.0
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
'@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.25.9
+
'@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.0)':
dependencies:
'@babel/core': 7.26.0
@@ -14488,11 +15043,11 @@ snapshots:
'@bcoe/v8-coverage@1.0.2': {}
- '@commitlint/cli@19.8.0(@types/node@22.14.0)(typescript@5.8.3)':
+ '@commitlint/cli@19.8.0(@types/node@22.15.2)(typescript@5.8.3)':
dependencies:
'@commitlint/format': 19.8.0
'@commitlint/lint': 19.8.0
- '@commitlint/load': 19.8.0(@types/node@22.14.0)(typescript@5.8.3)
+ '@commitlint/load': 19.8.0(@types/node@22.15.2)(typescript@5.8.3)
'@commitlint/read': 19.8.0
'@commitlint/types': 19.8.0
tinyexec: 0.3.2
@@ -14540,7 +15095,7 @@ snapshots:
'@commitlint/rules': 19.8.0
'@commitlint/types': 19.8.0
- '@commitlint/load@19.8.0(@types/node@22.14.0)(typescript@5.8.3)':
+ '@commitlint/load@19.8.0(@types/node@22.15.2)(typescript@5.8.3)':
dependencies:
'@commitlint/config-validator': 19.8.0
'@commitlint/execute-rule': 19.8.0
@@ -14548,7 +15103,7 @@ snapshots:
'@commitlint/types': 19.8.0
chalk: 5.4.1
cosmiconfig: 9.0.0(typescript@5.8.3)
- cosmiconfig-typescript-loader: 6.1.0(@types/node@22.14.0)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3)
+ cosmiconfig-typescript-loader: 6.1.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@@ -14601,7 +15156,7 @@ snapshots:
'@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.0.0)':
dependencies:
- '@types/semver': 7.5.8
+ '@types/semver': 7.7.0
semver: 7.6.3
optionalDependencies:
conventional-commits-filter: 5.0.0
@@ -14609,7 +15164,7 @@ snapshots:
'@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.1.0)':
dependencies:
- '@types/semver': 7.5.8
+ '@types/semver': 7.7.0
semver: 7.6.3
optionalDependencies:
conventional-commits-filter: 5.0.0
@@ -14630,7 +15185,7 @@ snapshots:
'@definitelytyped/utils@0.1.8':
dependencies:
'@qiwi/npm-registry-client': 8.9.1
- '@types/node': 18.19.86
+ '@types/node': 18.19.87
cachedir: 2.4.0
charm: 1.0.2
minimatch: 9.0.5
@@ -14673,23 +15228,18 @@ snapshots:
dependencies:
'@edge-runtime/primitives': 4.1.0
- '@emnapi/core@1.4.0':
+ '@emnapi/core@1.4.3':
dependencies:
- '@emnapi/wasi-threads': 1.0.1
+ '@emnapi/wasi-threads': 1.0.2
tslib: 2.8.1
optional: true
- '@emnapi/runtime@1.3.1':
+ '@emnapi/runtime@1.4.3':
dependencies:
tslib: 2.8.1
optional: true
- '@emnapi/runtime@1.4.0':
- dependencies:
- tslib: 2.8.1
- optional: true
-
- '@emnapi/wasi-threads@1.0.1':
+ '@emnapi/wasi-threads@1.0.2':
dependencies:
tslib: 2.8.1
optional: true
@@ -14992,26 +15542,26 @@ snapshots:
'@esbuild/win32-x64@0.25.2':
optional: true
- '@eslint-community/eslint-utils@4.4.1(eslint@9.24.0(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.4.1(eslint@9.25.1(jiti@2.4.2))':
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
- '@eslint-community/eslint-utils@4.5.1(eslint@8.57.1)':
+ '@eslint-community/eslint-utils@4.5.1(eslint@9.25.1(jiti@2.4.2))':
dependencies:
- eslint: 8.57.1
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
- '@eslint-community/eslint-utils@4.5.1(eslint@9.24.0(jiti@2.4.2))':
+ '@eslint-community/eslint-utils@4.6.1(eslint@9.25.1(jiti@2.4.2))':
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/compat@1.2.8(eslint@9.24.0(jiti@2.4.2))':
+ '@eslint/compat@1.2.8(eslint@9.25.1(jiti@2.4.2))':
optionalDependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
'@eslint/config-array@0.20.0':
dependencies:
@@ -15023,28 +15573,10 @@ snapshots:
'@eslint/config-helpers@0.2.1': {}
- '@eslint/core@0.12.0':
- dependencies:
- '@types/json-schema': 7.0.15
-
'@eslint/core@0.13.0':
dependencies:
'@types/json-schema': 7.0.15
- '@eslint/eslintrc@2.1.4':
- dependencies:
- ajv: 6.12.6
- debug: 4.4.0
- espree: 9.6.1
- globals: 13.24.0
- ignore: 5.3.2
- import-fresh: 3.3.1
- js-yaml: 4.1.0
- minimatch: 3.1.2
- strip-json-comments: 3.1.1
- transitivePeerDependencies:
- - supports-color
-
'@eslint/eslintrc@3.3.1':
dependencies:
ajv: 6.12.6
@@ -15059,9 +15591,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@8.57.1': {}
-
- '@eslint/js@9.24.0': {}
+ '@eslint/js@9.25.1': {}
'@eslint/object-schema@2.1.6': {}
@@ -15134,29 +15664,29 @@ snapshots:
'@floating-ui/utils@0.2.9': {}
- '@formatjs/ecma402-abstract@2.3.1':
+ '@formatjs/ecma402-abstract@2.3.4':
dependencies:
- '@formatjs/fast-memoize': 2.2.5
- '@formatjs/intl-localematcher': 0.5.9
- decimal.js: 10.4.3
+ '@formatjs/fast-memoize': 2.2.7
+ '@formatjs/intl-localematcher': 0.6.1
+ decimal.js: 10.5.0
tslib: 2.8.1
- '@formatjs/fast-memoize@2.2.5':
+ '@formatjs/fast-memoize@2.2.7':
dependencies:
tslib: 2.8.1
- '@formatjs/icu-messageformat-parser@2.9.7':
+ '@formatjs/icu-messageformat-parser@2.11.2':
dependencies:
- '@formatjs/ecma402-abstract': 2.3.1
- '@formatjs/icu-skeleton-parser': 1.8.11
+ '@formatjs/ecma402-abstract': 2.3.4
+ '@formatjs/icu-skeleton-parser': 1.8.14
tslib: 2.8.1
- '@formatjs/icu-skeleton-parser@1.8.11':
+ '@formatjs/icu-skeleton-parser@1.8.14':
dependencies:
- '@formatjs/ecma402-abstract': 2.3.1
+ '@formatjs/ecma402-abstract': 2.3.4
tslib: 2.8.1
- '@formatjs/intl-localematcher@0.5.9':
+ '@formatjs/intl-localematcher@0.6.1':
dependencies:
tslib: 2.8.1
@@ -15167,18 +15697,8 @@ snapshots:
'@humanfs/core': 0.19.1
'@humanwhocodes/retry': 0.3.1
- '@humanwhocodes/config-array@0.13.0':
- dependencies:
- '@humanwhocodes/object-schema': 2.0.3
- debug: 4.4.0
- minimatch: 3.1.2
- transitivePeerDependencies:
- - supports-color
-
'@humanwhocodes/module-importer@1.0.1': {}
- '@humanwhocodes/object-schema@2.0.3': {}
-
'@humanwhocodes/retry@0.3.1': {}
'@humanwhocodes/retry@0.4.2': {}
@@ -15200,175 +15720,100 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@img/sharp-darwin-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-darwin-arm64': 1.0.4
- optional: true
-
'@img/sharp-darwin-arm64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-darwin-arm64': 1.1.0
optional: true
- '@img/sharp-darwin-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-darwin-x64': 1.0.4
- optional: true
-
'@img/sharp-darwin-x64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-darwin-x64': 1.1.0
optional: true
- '@img/sharp-libvips-darwin-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-darwin-arm64@1.1.0':
optional: true
- '@img/sharp-libvips-darwin-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-darwin-x64@1.1.0':
optional: true
- '@img/sharp-libvips-linux-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linux-arm64@1.1.0':
optional: true
- '@img/sharp-libvips-linux-arm@1.0.5':
- optional: true
-
'@img/sharp-libvips-linux-arm@1.1.0':
optional: true
'@img/sharp-libvips-linux-ppc64@1.1.0':
optional: true
- '@img/sharp-libvips-linux-s390x@1.0.4':
- optional: true
-
'@img/sharp-libvips-linux-s390x@1.1.0':
optional: true
- '@img/sharp-libvips-linux-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linux-x64@1.1.0':
optional: true
- '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linuxmusl-arm64@1.1.0':
optional: true
- '@img/sharp-libvips-linuxmusl-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linuxmusl-x64@1.1.0':
optional: true
- '@img/sharp-linux-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm64': 1.0.4
- optional: true
-
'@img/sharp-linux-arm64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linux-arm64': 1.1.0
optional: true
- '@img/sharp-linux-arm@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm': 1.0.5
- optional: true
-
'@img/sharp-linux-arm@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linux-arm': 1.1.0
optional: true
- '@img/sharp-linux-s390x@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-s390x': 1.0.4
- optional: true
-
'@img/sharp-linux-s390x@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linux-s390x': 1.1.0
optional: true
- '@img/sharp-linux-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-x64': 1.0.4
- optional: true
-
'@img/sharp-linux-x64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linux-x64': 1.1.0
optional: true
- '@img/sharp-linuxmusl-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
- optional: true
-
'@img/sharp-linuxmusl-arm64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-arm64': 1.1.0
optional: true
- '@img/sharp-linuxmusl-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-x64': 1.0.4
- optional: true
-
'@img/sharp-linuxmusl-x64@0.34.1':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-x64': 1.1.0
optional: true
- '@img/sharp-wasm32@0.33.5':
- dependencies:
- '@emnapi/runtime': 1.3.1
- optional: true
-
'@img/sharp-wasm32@0.34.1':
dependencies:
- '@emnapi/runtime': 1.4.0
- optional: true
-
- '@img/sharp-win32-ia32@0.33.5':
+ '@emnapi/runtime': 1.4.3
optional: true
'@img/sharp-win32-ia32@0.34.1':
optional: true
- '@img/sharp-win32-x64@0.33.5':
- optional: true
-
'@img/sharp-win32-x64@0.34.1':
optional: true
- '@internationalized/date@3.7.0':
+ '@internationalized/date@3.8.0':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
- '@internationalized/message@3.1.6':
+ '@internationalized/message@3.1.7':
dependencies:
- '@swc/helpers': 0.5.15
- intl-messageformat: 10.7.10
+ '@swc/helpers': 0.5.17
+ intl-messageformat: 10.7.16
- '@internationalized/number@3.6.0':
+ '@internationalized/number@3.6.1':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
- '@internationalized/string@3.2.5':
+ '@internationalized/string@3.2.6':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
'@ioredis/commands@1.2.0': {}
@@ -15398,27 +15843,27 @@ snapshots:
'@jest/console@29.7.0':
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
jest-message-util: 29.7.0
jest-util: 29.7.0
slash: 3.0.0
- '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))':
+ '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.9.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -15439,21 +15884,21 @@ snapshots:
- supports-color
- ts-node
- '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))':
+ '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.9.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -15478,7 +15923,7 @@ snapshots:
dependencies:
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
jest-mock: 29.7.0
'@jest/expect-utils@29.7.0':
@@ -15496,7 +15941,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@sinonjs/fake-timers': 10.3.0
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
jest-message-util: 29.7.0
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -15518,7 +15963,7 @@ snapshots:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.25
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit: 0.1.2
@@ -15565,7 +16010,7 @@ snapshots:
'@jest/transform@29.7.0':
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.25
babel-plugin-istanbul: 6.1.1
@@ -15588,16 +16033,16 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/yargs': 17.0.33
chalk: 4.1.2
- '@joshwooding/vite-plugin-react-docgen-typescript@0.5.0(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.5.0(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
glob: 10.4.5
magic-string: 0.27.0
react-docgen-typescript: 2.2.2(typescript@5.8.3)
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
optionalDependencies:
typescript: 5.8.3
@@ -15637,7 +16082,7 @@ snapshots:
'@mapbox/node-pre-gyp@2.0.0(encoding@0.1.13)':
dependencies:
consola: 3.4.2
- detect-libc: 2.0.3
+ detect-libc: 2.0.4
https-proxy-agent: 7.0.6
node-fetch: 2.7.0(encoding@0.1.13)
nopt: 8.1.0
@@ -15677,10 +16122,10 @@ snapshots:
- acorn
- supports-color
- '@mdx-js/react@3.1.0(@types/react@19.1.0)(react@19.1.0)':
+ '@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@types/mdx': 2.0.13
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
react: 19.1.0
'@microsoft/api-extractor-model@7.30.5(@types/node@18.17.9)':
@@ -15692,11 +16137,11 @@ snapshots:
- '@types/node'
optional: true
- '@microsoft/api-extractor-model@7.30.5(@types/node@22.14.0)':
+ '@microsoft/api-extractor-model@7.30.5(@types/node@22.15.2)':
dependencies:
'@microsoft/tsdoc': 0.15.1
'@microsoft/tsdoc-config': 0.17.1
- '@rushstack/node-core-library': 5.13.0(@types/node@22.14.0)
+ '@rushstack/node-core-library': 5.13.0(@types/node@22.15.2)
transitivePeerDependencies:
- '@types/node'
@@ -15719,15 +16164,15 @@ snapshots:
- '@types/node'
optional: true
- '@microsoft/api-extractor@7.52.3(@types/node@22.14.0)':
+ '@microsoft/api-extractor@7.52.3(@types/node@22.15.2)':
dependencies:
- '@microsoft/api-extractor-model': 7.30.5(@types/node@22.14.0)
+ '@microsoft/api-extractor-model': 7.30.5(@types/node@22.15.2)
'@microsoft/tsdoc': 0.15.1
'@microsoft/tsdoc-config': 0.17.1
- '@rushstack/node-core-library': 5.13.0(@types/node@22.14.0)
+ '@rushstack/node-core-library': 5.13.0(@types/node@22.15.2)
'@rushstack/rig-package': 0.5.3
- '@rushstack/terminal': 0.15.2(@types/node@22.14.0)
- '@rushstack/ts-command-line': 4.23.7(@types/node@22.14.0)
+ '@rushstack/terminal': 0.15.2(@types/node@22.15.2)
+ '@rushstack/ts-command-line': 4.23.7(@types/node@22.15.2)
lodash: 4.17.21
minimatch: 3.0.8
resolve: 1.22.10
@@ -15757,10 +16202,10 @@ snapshots:
'@msgpack/msgpack@3.1.1': {}
- '@napi-rs/wasm-runtime@0.2.8':
+ '@napi-rs/wasm-runtime@0.2.9':
dependencies:
- '@emnapi/core': 1.4.0
- '@emnapi/runtime': 1.4.0
+ '@emnapi/core': 1.4.3
+ '@emnapi/runtime': 1.4.3
'@tybys/wasm-util': 0.9.0
optional: true
@@ -15770,34 +16215,34 @@ snapshots:
'@next/env@15.2.4': {}
- '@next/env@15.3.1-canary.2': {}
+ '@next/env@15.4.0-canary.11': {}
'@next/eslint-plugin-next@15.2.4':
dependencies:
fast-glob: 3.3.1
- '@next/swc-darwin-arm64@15.3.1-canary.2':
+ '@next/swc-darwin-arm64@15.4.0-canary.11':
optional: true
- '@next/swc-darwin-x64@15.3.1-canary.2':
+ '@next/swc-darwin-x64@15.4.0-canary.11':
optional: true
- '@next/swc-linux-arm64-gnu@15.3.1-canary.2':
+ '@next/swc-linux-arm64-gnu@15.4.0-canary.11':
optional: true
- '@next/swc-linux-arm64-musl@15.3.1-canary.2':
+ '@next/swc-linux-arm64-musl@15.4.0-canary.11':
optional: true
- '@next/swc-linux-x64-gnu@15.3.1-canary.2':
+ '@next/swc-linux-x64-gnu@15.4.0-canary.11':
optional: true
- '@next/swc-linux-x64-musl@15.3.1-canary.2':
+ '@next/swc-linux-x64-musl@15.4.0-canary.11':
optional: true
- '@next/swc-win32-arm64-msvc@15.3.1-canary.2':
+ '@next/swc-win32-arm64-msvc@15.4.0-canary.11':
optional: true
- '@next/swc-win32-x64-msvc@15.3.1-canary.2':
+ '@next/swc-win32-x64-msvc@15.4.0-canary.11':
optional: true
'@noble/ciphers@1.2.1': {}
@@ -15930,6 +16375,8 @@ snapshots:
dependencies:
'@octokit/openapi-types': 22.2.0
+ '@orama/orama@3.1.6': {}
+
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -15959,1176 +16406,1437 @@ snapshots:
dependencies:
'@babel/runtime': 7.27.0
+ '@radix-ui/number@1.1.1': {}
+
'@radix-ui/primitive@1.0.1':
dependencies:
'@babel/runtime': 7.27.0
'@radix-ui/primitive@1.1.1': {}
- '@radix-ui/react-arrow@1.0.3(@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/primitive@1.1.2': {}
+
+ '@radix-ui/react-accordion@1.2.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@radix-ui/primitive': 1.1.2
+ '@radix-ui/react-collapsible': 1.1.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collection': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-arrow@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-primitive': 1.0.3(@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': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-collapsible@1.1.3(@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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/primitive': 1.1.1
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.1.1(@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.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.0.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-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-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-collection@1.0.3(@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.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-collection@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 1.0.3(@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-slot': 1.0.2(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-collection@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-collection@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-slot': 1.1.2(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.1.2(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-compose-refs@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-collection@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.2.0(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-compose-refs@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-compose-refs@1.1.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-compose-refs@1.1.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-context@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-context@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-context@1.1.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-context@1.1.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-dialog@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-context@1.1.2(@types/react@19.1.2)(react@19.1.0)':
dependencies:
- '@radix-ui/primitive': 1.1.1
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.3(@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-guards': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 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-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-portal': 1.1.3(@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.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.0.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-slot': 1.1.1(@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
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-dialog@1.1.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.2.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.2)(react@19.1.0)
aria-hidden: 1.2.4
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- react-remove-scroll: 2.6.2(@types/react@19.1.0)(react@19.1.0)
+ react-remove-scroll: 2.6.3(@types/react@19.1.2)(react@19.1.0)
optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-dialog@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-dialog@1.1.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.1.5(@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-guards': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 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-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-portal': 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.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.0.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-slot': 1.1.2(@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-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.2)(react@19.1.0)
aria-hidden: 1.2.4
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@19.1.0)
+ react-remove-scroll: 2.6.3(@types/react@19.1.2)(react@19.1.0)
optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-direction@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-direction@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-direction@1.1.0(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-direction@1.1.0(@types/react@19.1.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-dismissable-layer@1.0.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-direction@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 1.0.3(@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-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-dismissable-layer@1.1.3(@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.5(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-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)
+ '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-dismissable-layer@1.1.5(@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.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/primitive': 1.1.1
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-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)
+ '@radix-ui/primitive': 1.1.2
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-focus-guards@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-focus-guards@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-focus-guards@1.1.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-focus-guards@1.1.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-focus-scope@1.0.3(@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-guards@1.1.2(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-focus-scope@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 1.0.3(@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-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-focus-scope@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-focus-scope@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-focus-scope@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-focus-scope@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-use-callback-ref': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-id@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-id@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-id@1.1.0(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-id@1.1.0(@types/react@19.1.2)(react@19.1.0)':
dependencies:
- '@radix-ui/react-use-layout-effect': 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.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-popper@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-id@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-navigation-menu@1.2.10(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-visually-hidden': 1.2.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-popover@1.1.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-popper': 1.2.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.2.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.2)(react@19.1.0)
+ aria-hidden: 1.2.4
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-remove-scroll: 2.6.3(@types/react@19.1.2)(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-popper@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
'@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.0.3(@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-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 1.0.3(@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-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-rect': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-arrow': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-rect': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@19.1.2)(react@19.1.0)
'@radix-ui/rect': 1.0.1
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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-portal@1.0.3(@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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/rect': 1.1.1
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-portal@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-primitive': 1.0.3(@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': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-portal@1.1.3(@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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.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-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-portal@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-portal@1.1.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.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-use-layout-effect': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-presence@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-presence@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@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-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-primitive@1.0.3(@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.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-primitive@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-slot': 1.0.2(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-primitive@2.0.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-primitive@2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-slot': 1.1.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-slot': 1.1.2(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-primitive@2.0.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.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-slot': 1.1.2(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-slot': 1.2.0(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-roving-focus@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-roving-focus@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-collection': 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-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.1.1(@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.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-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-collection': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-select@1.2.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.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-scroll-area@1.2.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@radix-ui/number': 1.1.1
+ '@radix-ui/primitive': 1.1.2
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-select@1.2.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
'@radix-ui/number': 1.0.1
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@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-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-context': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dismissable-layer': 1.0.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-focus-guards': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-focus-scope': 1.0.3(@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-id': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-popper': 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-portal': 1.0.3(@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': 1.0.3(@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-slot': 1.0.2(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-visually-hidden': 1.0.3(@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.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-focus-guards': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-popper': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-portal': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
aria-hidden: 1.2.4
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- react-remove-scroll: 2.5.5(@types/react@19.1.0)(react@19.1.0)
+ react-remove-scroll: 2.5.5(@types/react@19.1.2)(react@19.1.0)
optionalDependencies:
- '@types/react': 19.1.0
- '@types/react-dom': 19.1.1(@types/react@19.1.0)
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-separator@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-separator@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-primitive': 2.0.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.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-slot@1.0.2(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-slot@1.0.2(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-slot@1.1.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-slot@1.1.2(@types/react@19.1.2)(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-slot@1.1.2(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-slot@1.2.0(@types/react@19.1.2)(react@19.1.0)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-toggle-group@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-tabs@1.1.9(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@radix-ui/primitive': 1.1.2
+ '@radix-ui/react-context': 1.1.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(react@19.1.0)
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ optionalDependencies:
+ '@types/react': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-toggle-group@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-context': 1.1.1(@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.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.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-toggle': 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-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-context': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-toggle': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-toggle@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-toggle@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-primitive': 2.0.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-use-controllable-state': 1.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-toolbar@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-toolbar@1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
'@radix-ui/primitive': 1.1.1
- '@radix-ui/react-context': 1.1.1(@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.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.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-separator': 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-toggle-group': 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-context': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-roving-focus': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-separator': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-toggle-group': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
- '@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-callback-ref@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-callback-ref@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.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-controllable-state@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-controllable-state@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.2)(react@19.1.0)':
dependencies:
- '@radix-ui/react-use-callback-ref': 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.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-escape-keydown@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.2)(react@19.1.0)':
dependencies:
- '@radix-ui/react-use-callback-ref': 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.2)(react@19.1.0)
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-layout-effect@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-layout-effect@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.2)(react@19.1.0)':
dependencies:
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-previous@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-previous@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-rect@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-rect@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
'@radix-ui/rect': 1.0.1
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-use-size@1.0.1(@types/react@19.1.0)(react@19.1.0)':
+ '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
- '@babel/runtime': 7.27.0
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@19.1.0)(react@19.1.0)
+ '@radix-ui/rect': 1.1.1
react: 19.1.0
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@radix-ui/react-visually-hidden@1.0.3(@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-use-size@1.0.1(@types/react@19.1.2)(react@19.1.0)':
dependencies:
'@babel/runtime': 7.27.0
- '@radix-ui/react-primitive': 1.0.3(@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-use-layout-effect': 1.0.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-use-size@1.1.1(@types/react@19.1.2)(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ react: 19.1.0
+ optionalDependencies:
+ '@types/react': 19.1.2
+
+ '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@babel/runtime': 7.27.0
+ '@radix-ui/react-primitive': 1.0.3(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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': 19.1.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
+
+ '@radix-ui/react-visually-hidden@1.2.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ dependencies:
+ '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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.2
+ '@types/react-dom': 19.1.2(@types/react@19.1.2)
'@radix-ui/rect@1.0.1':
dependencies:
'@babel/runtime': 7.27.0
- '@react-aria/autocomplete@3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@radix-ui/rect@1.1.1': {}
+
+ '@react-aria/autocomplete@3.0.0-beta.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/combobox': 3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/listbox': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/searchfield': 3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/autocomplete': 3.0.0-beta.0(react@19.1.0)
- '@react-stately/combobox': 3.10.3(react@19.1.0)
- '@react-types/autocomplete': 3.0.0-alpha.29(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/combobox': 3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/searchfield': 3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/autocomplete': 3.0.0-beta.1(react@19.1.0)
+ '@react-stately/combobox': 3.10.4(react@19.1.0)
+ '@react-types/autocomplete': 3.0.0-alpha.30(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/breadcrumbs@3.5.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/breadcrumbs@3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/link': 3.7.10(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/breadcrumbs': 3.7.11(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/link': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/breadcrumbs': 3.7.12(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/button@3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/button@3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/toolbar': 3.0.0-beta.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/toggle': 3.8.2(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/toolbar': 3.0.0-beta.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/toggle': 3.8.3(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/calendar@3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/calendar@3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/calendar': 3.7.1(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/calendar': 3.6.1(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/calendar': 3.8.0(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/calendar': 3.7.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/checkbox@3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/checkbox@3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/form': 3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/toggle': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/checkbox': 3.6.12(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/toggle': 3.8.2(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/toggle': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/checkbox': 3.6.13(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/toggle': 3.8.3(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/collections@3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/collections@3.0.0-rc.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- use-sync-external-store: 1.4.0(react@19.1.0)
+ use-sync-external-store: 1.5.0(react@19.1.0)
- '@react-aria/color@3.0.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/color@3.0.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/numberfield': 3.11.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/slider': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/spinbutton': 3.6.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/visually-hidden': 3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/color': 3.8.3(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-types/color': 3.0.3(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/numberfield': 3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/slider': 3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/color': 3.8.4(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-types/color': 3.0.4(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/combobox@3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/combobox@3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/listbox': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/menu': 3.18.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/overlays': 3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/combobox': 3.10.3(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/combobox': 3.13.3(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/combobox': 3.10.4(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/combobox': 3.13.4(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/datepicker@3.14.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/datepicker@3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@internationalized/number': 3.6.0
- '@internationalized/string': 3.2.5
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/form': 3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/spinbutton': 3.6.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/datepicker': 3.13.0(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/calendar': 3.6.1(react@19.1.0)
- '@react-types/datepicker': 3.11.0(react@19.1.0)
- '@react-types/dialog': 3.5.16(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@internationalized/number': 3.6.1
+ '@internationalized/string': 3.2.6
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/datepicker': 3.14.0(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/calendar': 3.7.0(react@19.1.0)
+ '@react-types/datepicker': 3.12.0(react@19.1.0)
+ '@react-types/dialog': 3.5.17(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/dialog@3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/dialog@3.5.24(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/overlays': 3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/dialog': 3.5.16(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/dialog': 3.5.17(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/disclosure@3.0.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/disclosure@3.0.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/disclosure': 3.0.2(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/disclosure': 3.0.3(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/dnd@3.9.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/dnd@3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@internationalized/string': 3.2.5
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/overlays': 3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/dnd': 3.5.2(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/string': 3.2.6
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/dnd': 3.5.3(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/focus@3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/focus@3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
clsx: 2.1.1
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/form@3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/form@3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/grid@3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/grid@3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/grid': 3.11.0(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/grid': 3.11.1(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/gridlist@3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/gridlist@3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/grid': 3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-stately/tree': 3.8.8(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/grid': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-stately/tree': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/i18n@3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/i18n@3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@internationalized/message': 3.1.6
- '@internationalized/number': 3.6.0
- '@internationalized/string': 3.2.5
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@internationalized/message': 3.1.7
+ '@internationalized/number': 3.6.1
+ '@internationalized/string': 3.2.6
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/interactions@3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/interactions@3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/flags': 3.1.0
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/flags': 3.1.1
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/label@3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/label@3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/landmark@3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/landmark@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- use-sync-external-store: 1.4.0(react@19.1.0)
+ use-sync-external-store: 1.5.0(react@19.1.0)
- '@react-aria/link@3.7.10(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/link@3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/link': 3.5.11(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/link': 3.6.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/listbox@3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/listbox@3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-types/listbox': 3.5.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-types/listbox': 3.6.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/live-announcer@3.4.1':
+ '@react-aria/live-announcer@3.4.2':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
- '@react-aria/menu@3.18.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/menu@3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/overlays': 3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/menu': 3.9.2(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/tree': 3.8.8(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/menu': 3.9.15(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/menu': 3.9.3(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/tree': 3.8.9(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/menu': 3.10.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/meter@3.4.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/meter@3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/progress': 3.4.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/meter': 3.4.7(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/progress': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/meter': 3.4.8(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/numberfield@3.11.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/numberfield@3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/spinbutton': 3.6.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/numberfield': 3.9.10(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/numberfield': 3.8.9(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/numberfield': 3.9.11(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/numberfield': 3.8.10(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/overlays@3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/overlays@3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/visually-hidden': 3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/progress@3.4.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/progress@3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/progress': 3.5.10(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/progress': 3.5.11(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/radio@3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/radio@3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/form': 3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/radio': 3.10.11(react@19.1.0)
- '@react-types/radio': 3.8.7(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/radio': 3.10.12(react@19.1.0)
+ '@react-types/radio': 3.8.8(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/searchfield@3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/searchfield@3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/searchfield': 3.5.10(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/searchfield': 3.6.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/searchfield': 3.5.11(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/searchfield': 3.6.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/select@3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/select@3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/form': 3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/listbox': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/menu': 3.18.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/visually-hidden': 3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/select': 3.6.11(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/select': 3.9.10(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/select': 3.6.12(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/select': 3.9.11(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/selection@3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/selection@3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/separator@3.4.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/separator@3.4.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/slider@3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/slider@3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/slider': 3.6.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/slider': 3.7.9(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/slider': 3.6.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/slider': 3.7.10(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/spinbutton@3.6.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/spinbutton@3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/ssr@3.9.7(react@19.1.0)':
+ '@react-aria/ssr@3.9.8(react@19.1.0)':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-aria/switch@3.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/switch@3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/toggle': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/toggle': 3.8.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/switch': 3.5.9(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/toggle': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/toggle': 3.8.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/switch': 3.5.10(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/table@3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/table@3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/grid': 3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/visually-hidden': 3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/flags': 3.1.0
- '@react-stately/table': 3.14.0(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/table': 3.11.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/grid': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/flags': 3.1.1
+ '@react-stately/table': 3.14.1(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/table': 3.12.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/tabs@3.10.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/tabs@3.10.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/tabs': 3.8.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/tabs': 3.3.13(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/tabs': 3.8.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/tabs': 3.3.14(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/tag@3.5.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/tag@3.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/gridlist': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/textfield@3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/textfield@3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/form': 3.0.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/textfield': 3.12.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/textfield': 3.12.1(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/toast@3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/toast@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/landmark': 3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/toast': 3.0.0(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/landmark': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/toast': 3.1.0(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/toggle@3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/toggle@3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/toggle': 3.8.2(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/toggle': 3.8.3(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/toolbar@3.0.0-beta.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/toolbar@3.0.0-beta.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/tooltip@3.8.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/tooltip@3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/tooltip': 3.5.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/tooltip': 3.4.15(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/tooltip': 3.5.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/tooltip': 3.4.16(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/tree@3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/tree@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/gridlist': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/tree': 3.8.8(react@19.1.0)
- '@react-types/button': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/tree': 3.8.9(react@19.1.0)
+ '@react-types/button': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/utils@3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/utils@3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-stately/flags': 3.1.0
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-stately/flags': 3.1.1
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
clsx: 2.1.1
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/virtualizer@4.1.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/virtualizer@4.1.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/virtualizer': 4.3.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-aria/visually-hidden@3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-aria/visually-hidden@3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
@@ -17136,418 +17844,416 @@ snapshots:
dependencies:
react: 19.1.0
- '@react-stately/autocomplete@3.0.0-beta.0(react@19.1.0)':
+ '@react-stately/autocomplete@3.0.0-beta.1(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/calendar@3.7.1(react@19.1.0)':
+ '@react-stately/calendar@3.8.0(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/calendar': 3.6.1(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/calendar': 3.7.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/checkbox@3.6.12(react@19.1.0)':
+ '@react-stately/checkbox@3.6.13(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/collections@3.12.2(react@19.1.0)':
+ '@react-stately/collections@3.12.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/color@3.8.3(react@19.1.0)':
+ '@react-stately/color@3.8.4(react@19.1.0)':
dependencies:
- '@internationalized/number': 3.6.0
- '@internationalized/string': 3.2.5
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/numberfield': 3.9.10(react@19.1.0)
- '@react-stately/slider': 3.6.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/color': 3.0.3(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/number': 3.6.1
+ '@internationalized/string': 3.2.6
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/numberfield': 3.9.11(react@19.1.0)
+ '@react-stately/slider': 3.6.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/color': 3.0.4(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/combobox@3.10.3(react@19.1.0)':
+ '@react-stately/combobox@3.10.4(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-stately/select': 3.6.11(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/combobox': 3.13.3(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-stately/select': 3.6.12(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/combobox': 3.13.4(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/data@3.12.2(react@19.1.0)':
+ '@react-stately/data@3.12.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/datepicker@3.13.0(react@19.1.0)':
+ '@react-stately/datepicker@3.14.0(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@internationalized/string': 3.2.5
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/datepicker': 3.11.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@internationalized/string': 3.2.6
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/datepicker': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/disclosure@3.0.2(react@19.1.0)':
+ '@react-stately/disclosure@3.0.3(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/dnd@3.5.2(react@19.1.0)':
+ '@react-stately/dnd@3.5.3(react@19.1.0)':
dependencies:
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/flags@3.1.0':
+ '@react-stately/flags@3.1.1':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
- '@react-stately/form@3.1.2(react@19.1.0)':
+ '@react-stately/form@3.1.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/grid@3.11.0(react@19.1.0)':
+ '@react-stately/grid@3.11.1(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/layout@4.2.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-stately/layout@4.2.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/table': 3.14.0(react@19.1.0)
- '@react-stately/virtualizer': 4.3.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/table': 3.11.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/table': 3.14.1(react@19.1.0)
+ '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/table': 3.12.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-stately/list@3.12.0(react@19.1.0)':
+ '@react-stately/list@3.12.1(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/menu@3.9.2(react@19.1.0)':
+ '@react-stately/menu@3.9.3(react@19.1.0)':
dependencies:
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-types/menu': 3.9.15(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-types/menu': 3.10.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/numberfield@3.9.10(react@19.1.0)':
+ '@react-stately/numberfield@3.9.11(react@19.1.0)':
dependencies:
- '@internationalized/number': 3.6.0
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/numberfield': 3.8.9(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/number': 3.6.1
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/numberfield': 3.8.10(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/overlays@3.6.14(react@19.1.0)':
+ '@react-stately/overlays@3.6.15(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/radio@3.10.11(react@19.1.0)':
+ '@react-stately/radio@3.10.12(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/radio': 3.8.7(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/radio': 3.8.8(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/searchfield@3.5.10(react@19.1.0)':
+ '@react-stately/searchfield@3.5.11(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/searchfield': 3.6.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/searchfield': 3.6.1(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/select@3.6.11(react@19.1.0)':
+ '@react-stately/select@3.6.12(react@19.1.0)':
dependencies:
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-types/select': 3.9.10(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-types/select': 3.9.11(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/selection@3.20.0(react@19.1.0)':
+ '@react-stately/selection@3.20.1(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/slider@3.6.2(react@19.1.0)':
+ '@react-stately/slider@3.6.3(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/slider': 3.7.9(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/slider': 3.7.10(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/table@3.14.0(react@19.1.0)':
+ '@react-stately/table@3.14.1(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/flags': 3.1.0
- '@react-stately/grid': 3.11.0(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/table': 3.11.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/flags': 3.1.1
+ '@react-stately/grid': 3.11.1(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/table': 3.12.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/tabs@3.8.0(react@19.1.0)':
+ '@react-stately/tabs@3.8.1(react@19.1.0)':
dependencies:
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/tabs': 3.3.13(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/tabs': 3.3.14(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/toast@3.0.0(react@19.1.0)':
+ '@react-stately/toast@3.1.0(react@19.1.0)':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
react: 19.1.0
- use-sync-external-store: 1.4.0(react@19.1.0)
+ use-sync-external-store: 1.5.0(react@19.1.0)
- '@react-stately/toggle@3.8.2(react@19.1.0)':
+ '@react-stately/toggle@3.8.3(react@19.1.0)':
dependencies:
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/checkbox': 3.9.2(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/checkbox': 3.9.3(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/tooltip@3.5.2(react@19.1.0)':
+ '@react-stately/tooltip@3.5.3(react@19.1.0)':
dependencies:
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-types/tooltip': 3.4.15(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-types/tooltip': 3.4.16(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/tree@3.8.8(react@19.1.0)':
+ '@react-stately/tree@3.8.9(react@19.1.0)':
dependencies:
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/utils@3.10.5(react@19.1.0)':
+ '@react-stately/utils@3.10.6(react@19.1.0)':
dependencies:
- '@swc/helpers': 0.5.15
+ '@swc/helpers': 0.5.17
react: 19.1.0
- '@react-stately/virtualizer@4.3.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
+ '@react-stately/virtualizer@4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@react-types/autocomplete@3.0.0-alpha.29(react@19.1.0)':
+ '@react-types/autocomplete@3.0.0-alpha.30(react@19.1.0)':
dependencies:
- '@react-types/combobox': 3.13.3(react@19.1.0)
- '@react-types/searchfield': 3.6.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/combobox': 3.13.4(react@19.1.0)
+ '@react-types/searchfield': 3.6.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/breadcrumbs@3.7.11(react@19.1.0)':
+ '@react-types/breadcrumbs@3.7.12(react@19.1.0)':
dependencies:
- '@react-types/link': 3.5.11(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/link': 3.6.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/button@3.11.0(react@19.1.0)':
+ '@react-types/button@3.12.0(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/calendar@3.6.1(react@19.1.0)':
+ '@react-types/calendar@3.7.0(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@internationalized/date': 3.8.0
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/checkbox@3.9.2(react@19.1.0)':
+ '@react-types/checkbox@3.9.3(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/color@3.0.3(react@19.1.0)':
+ '@react-types/color@3.0.4(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/slider': 3.7.9(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/slider': 3.7.10(react@19.1.0)
react: 19.1.0
- '@react-types/combobox@3.13.3(react@19.1.0)':
+ '@react-types/combobox@3.13.4(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/datepicker@3.11.0(react@19.1.0)':
+ '@react-types/datepicker@3.12.0(react@19.1.0)':
dependencies:
- '@internationalized/date': 3.7.0
- '@react-types/calendar': 3.6.1(react@19.1.0)
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@internationalized/date': 3.8.0
+ '@react-types/calendar': 3.7.0(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/dialog@3.5.16(react@19.1.0)':
+ '@react-types/dialog@3.5.17(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/form@3.7.10(react@19.1.0)':
+ '@react-types/form@3.7.11(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/grid@3.3.0(react@19.1.0)':
+ '@react-types/grid@3.3.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/link@3.5.11(react@19.1.0)':
+ '@react-types/link@3.6.0(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/listbox@3.5.5(react@19.1.0)':
+ '@react-types/listbox@3.6.0(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/menu@3.9.15(react@19.1.0)':
+ '@react-types/menu@3.10.0(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/meter@3.4.7(react@19.1.0)':
+ '@react-types/meter@3.4.8(react@19.1.0)':
dependencies:
- '@react-types/progress': 3.5.10(react@19.1.0)
+ '@react-types/progress': 3.5.11(react@19.1.0)
react: 19.1.0
- '@react-types/numberfield@3.8.9(react@19.1.0)':
+ '@react-types/numberfield@3.8.10(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/overlays@3.8.13(react@19.1.0)':
+ '@react-types/overlays@3.8.14(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/progress@3.5.10(react@19.1.0)':
+ '@react-types/progress@3.5.11(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/radio@3.8.7(react@19.1.0)':
+ '@react-types/radio@3.8.8(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/searchfield@3.6.0(react@19.1.0)':
+ '@react-types/searchfield@3.6.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/textfield': 3.12.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/textfield': 3.12.1(react@19.1.0)
react: 19.1.0
- '@react-types/select@3.9.10(react@19.1.0)':
+ '@react-types/select@3.9.11(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/shared@3.28.0(react@19.1.0)':
+ '@react-types/shared@3.29.0(react@19.1.0)':
dependencies:
react: 19.1.0
- '@react-types/slider@3.7.9(react@19.1.0)':
+ '@react-types/slider@3.7.10(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/switch@3.5.9(react@19.1.0)':
+ '@react-types/switch@3.5.10(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/table@3.11.0(react@19.1.0)':
+ '@react-types/table@3.12.0(react@19.1.0)':
dependencies:
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/tabs@3.3.13(react@19.1.0)':
+ '@react-types/tabs@3.3.14(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/textfield@3.12.0(react@19.1.0)':
+ '@react-types/textfield@3.12.1(react@19.1.0)':
dependencies:
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@react-types/tooltip@3.4.15(react@19.1.0)':
+ '@react-types/tooltip@3.4.16(react@19.1.0)':
dependencies:
- '@react-types/overlays': 3.8.13(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-types/overlays': 3.8.14(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- '@resvg/resvg-wasm@2.4.0': {}
-
'@rollup/pluginutils@5.1.4(rollup@4.39.0)':
dependencies:
'@types/estree': 1.0.7
@@ -17618,7 +18324,7 @@ snapshots:
'@rtsao/scc@1.1.0': {}
- '@rushstack/node-core-library@4.1.0(@types/node@22.14.0)':
+ '@rushstack/node-core-library@4.1.0(@types/node@22.15.2)':
dependencies:
fs-extra: 7.0.1
import-lazy: 4.0.0
@@ -17627,7 +18333,7 @@ snapshots:
semver: 7.5.4
z-schema: 5.0.5
optionalDependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@rushstack/node-core-library@5.13.0(@types/node@18.17.9)':
dependencies:
@@ -17643,7 +18349,7 @@ snapshots:
'@types/node': 18.17.9
optional: true
- '@rushstack/node-core-library@5.13.0(@types/node@22.14.0)':
+ '@rushstack/node-core-library@5.13.0(@types/node@22.15.2)':
dependencies:
ajv: 8.13.0
ajv-draft-04: 1.0.0(ajv@8.13.0)
@@ -17654,7 +18360,7 @@ snapshots:
resolve: 1.22.10
semver: 7.5.4
optionalDependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@rushstack/rig-package@0.5.3':
dependencies:
@@ -17669,12 +18375,12 @@ snapshots:
'@types/node': 18.17.9
optional: true
- '@rushstack/terminal@0.15.2(@types/node@22.14.0)':
+ '@rushstack/terminal@0.15.2(@types/node@22.15.2)':
dependencies:
- '@rushstack/node-core-library': 5.13.0(@types/node@22.14.0)
+ '@rushstack/node-core-library': 5.13.0(@types/node@22.15.2)
supports-color: 8.1.1
optionalDependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@rushstack/ts-command-line@4.17.1':
dependencies:
@@ -17693,9 +18399,9 @@ snapshots:
- '@types/node'
optional: true
- '@rushstack/ts-command-line@4.23.7(@types/node@22.14.0)':
+ '@rushstack/ts-command-line@4.23.7(@types/node@22.15.2)':
dependencies:
- '@rushstack/terminal': 0.15.2(@types/node@22.14.0)
+ '@rushstack/terminal': 0.15.2(@types/node@22.15.2)
'@types/argparse': 1.0.38
argparse: 1.0.10
string-argv: 0.3.2
@@ -17716,53 +18422,62 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
- '@shikijs/core@3.2.1':
+ '@shikijs/core@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
- '@shikijs/engine-javascript@3.2.1':
+ '@shikijs/engine-javascript@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
'@shikijs/vscode-textmate': 10.0.2
- oniguruma-to-es: 4.1.0
+ oniguruma-to-es: 4.3.1
- '@shikijs/engine-oniguruma@3.2.1':
+ '@shikijs/engine-oniguruma@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
'@shikijs/vscode-textmate': 10.0.2
- '@shikijs/langs@3.2.1':
+ '@shikijs/langs@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
- '@shikijs/rehype@3.2.1':
+ '@shikijs/rehype@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
'@types/hast': 3.0.4
hast-util-to-string: 3.0.1
- shiki: 3.2.1
+ shiki: 3.3.0
unified: 11.0.5
unist-util-visit: 5.0.0
- '@shikijs/themes@3.2.1':
+ '@shikijs/themes@3.3.0':
dependencies:
- '@shikijs/types': 3.2.1
+ '@shikijs/types': 3.3.0
- '@shikijs/types@3.2.1':
+ '@shikijs/transformers@3.3.0':
+ dependencies:
+ '@shikijs/core': 3.3.0
+ '@shikijs/types': 3.3.0
+
+ '@shikijs/twoslash@3.3.0(typescript@5.8.3)':
+ dependencies:
+ '@shikijs/core': 3.3.0
+ '@shikijs/types': 3.3.0
+ twoslash: 0.3.1(typescript@5.8.3)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@shikijs/types@3.3.0':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
'@shikijs/vscode-textmate@10.0.2': {}
- '@shuding/opentype.js@1.4.0-beta.0':
- dependencies:
- fflate: 0.7.4
- string.prototype.codepointat: 0.2.1
-
'@sinclair/typebox@0.25.24': {}
'@sinclair/typebox@0.27.8': {}
@@ -18108,6 +18823,8 @@ snapshots:
'@smithy/types': 4.2.0
tslib: 2.8.1
+ '@standard-schema/spec@1.0.0': {}
+
'@storybook/addon-actions@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))':
dependencies:
'@storybook/global': 5.0.0
@@ -18131,9 +18848,9 @@ snapshots:
storybook: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
ts-dedent: 2.2.0
- '@storybook/addon-docs@8.6.12(@types/react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))':
+ '@storybook/addon-docs@8.6.12(@types/react@19.1.2)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))':
dependencies:
- '@mdx-js/react': 3.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.2)(react@19.1.0)
'@storybook/blocks': 8.6.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/csf-plugin': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/react-dom-shim': 8.6.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
@@ -18144,12 +18861,12 @@ snapshots:
transitivePeerDependencies:
- '@types/react'
- '@storybook/addon-essentials@8.6.12(@types/react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))':
+ '@storybook/addon-essentials@8.6.12(@types/react@19.1.2)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))':
dependencies:
'@storybook/addon-actions': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-backgrounds': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-controls': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
- '@storybook/addon-docs': 8.6.12(@types/react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
+ '@storybook/addon-docs': 8.6.12(@types/react@19.1.2)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-highlight': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-measure': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
'@storybook/addon-outline': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
@@ -18194,12 +18911,12 @@ snapshots:
storybook: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
ts-dedent: 2.2.0
- '@storybook/addon-styling@1.3.7(@types/react-dom@19.1.1(@types/react@19.1.0))(@types/react@19.1.0)(encoding@0.1.13)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
+ '@storybook/addon-styling@1.3.7(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(encoding@0.1.13)(postcss@8.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)':
dependencies:
'@babel/template': 7.27.0
'@babel/types': 7.27.0
'@storybook/api': 7.6.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@storybook/components': 7.6.20(@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)
+ '@storybook/components': 7.6.20(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@storybook/core-common': 7.6.20(encoding@0.1.13)
'@storybook/core-events': 7.6.20
'@storybook/manager-api': 7.6.20(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
@@ -18256,13 +18973,13 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- '@storybook/builder-vite@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@storybook/builder-vite@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@storybook/csf-plugin': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
browser-assert: 1.2.1
storybook: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
ts-dedent: 2.2.0
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
'@storybook/channels@7.6.17':
dependencies:
@@ -18290,10 +19007,10 @@ snapshots:
dependencies:
'@storybook/global': 5.0.0
- '@storybook/components@7.6.20(@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)':
+ '@storybook/components@7.6.20(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
dependencies:
- '@radix-ui/react-select': 1.2.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-toolbar': 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-select': 1.2.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-toolbar': 1.1.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
'@storybook/client-logger': 7.6.20
'@storybook/csf': 0.1.13
'@storybook/global': 5.0.0
@@ -18465,11 +19182,11 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
storybook: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
- '@storybook/react-vite@8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@storybook/react-vite@8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rollup@4.39.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.5.0(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.5.0(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@rollup/pluginutils': 5.1.4(rollup@4.39.0)
- '@storybook/builder-vite': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@storybook/builder-vite': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@storybook/react': 8.6.12(@storybook/test@8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.8.3)
find-up: 5.0.0
magic-string: 0.30.17
@@ -18479,7 +19196,7 @@ snapshots:
resolve: 1.22.10
storybook: 8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5)
tsconfig-paths: 4.2.0
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
optionalDependencies:
'@storybook/test': 8.6.12(storybook@8.6.12(bufferutil@4.0.9)(prettier@3.5.3)(utf-8-validate@6.0.5))
transitivePeerDependencies:
@@ -18567,38 +19284,38 @@ snapshots:
'@types/express': 4.17.21
file-system-cache: 2.3.0
- '@stylistic/eslint-plugin-jsx@4.2.0(eslint@9.24.0(jiti@2.4.2))':
+ '@stylistic/eslint-plugin-jsx@4.2.0(eslint@9.25.1(jiti@2.4.2))':
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
picomatch: 4.0.2
- '@stylistic/eslint-plugin-ts@4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@stylistic/eslint-plugin-ts@4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin-ts@4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@stylistic/eslint-plugin-ts@4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin@4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@stylistic/eslint-plugin@4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -18607,10 +19324,10 @@ snapshots:
- supports-color
- typescript
- '@stylistic/eslint-plugin@4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@stylistic/eslint-plugin@4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -18625,6 +19342,10 @@ snapshots:
dependencies:
tslib: 2.8.1
+ '@swc/helpers@0.5.17':
+ dependencies:
+ tslib: 2.8.1
+
'@tailwindcss/node@4.1.3':
dependencies:
enhanced-resolve: 5.18.1
@@ -18632,39 +19353,82 @@ snapshots:
lightningcss: 1.29.2
tailwindcss: 4.1.3
+ '@tailwindcss/node@4.1.4':
+ dependencies:
+ enhanced-resolve: 5.18.1
+ jiti: 2.4.2
+ lightningcss: 1.29.2
+ tailwindcss: 4.1.4
+
'@tailwindcss/oxide-android-arm64@4.1.3':
optional: true
+ '@tailwindcss/oxide-android-arm64@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-darwin-arm64@4.1.3':
optional: true
+ '@tailwindcss/oxide-darwin-arm64@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-darwin-x64@4.1.3':
optional: true
+ '@tailwindcss/oxide-darwin-x64@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-freebsd-x64@4.1.3':
optional: true
+ '@tailwindcss/oxide-freebsd-x64@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.3':
optional: true
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-linux-arm64-gnu@4.1.3':
optional: true
+ '@tailwindcss/oxide-linux-arm64-gnu@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-linux-arm64-musl@4.1.3':
optional: true
+ '@tailwindcss/oxide-linux-arm64-musl@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-linux-x64-gnu@4.1.3':
optional: true
+ '@tailwindcss/oxide-linux-x64-gnu@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-linux-x64-musl@4.1.3':
optional: true
+ '@tailwindcss/oxide-linux-x64-musl@4.1.4':
+ optional: true
+
+ '@tailwindcss/oxide-wasm32-wasi@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-win32-arm64-msvc@4.1.3':
optional: true
+ '@tailwindcss/oxide-win32-arm64-msvc@4.1.4':
+ optional: true
+
'@tailwindcss/oxide-win32-x64-msvc@4.1.3':
optional: true
+ '@tailwindcss/oxide-win32-x64-msvc@4.1.4':
+ optional: true
+
'@tailwindcss/oxide@4.1.3':
optionalDependencies:
'@tailwindcss/oxide-android-arm64': 4.1.3
@@ -18679,6 +19443,21 @@ snapshots:
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.3
'@tailwindcss/oxide-win32-x64-msvc': 4.1.3
+ '@tailwindcss/oxide@4.1.4':
+ optionalDependencies:
+ '@tailwindcss/oxide-android-arm64': 4.1.4
+ '@tailwindcss/oxide-darwin-arm64': 4.1.4
+ '@tailwindcss/oxide-darwin-x64': 4.1.4
+ '@tailwindcss/oxide-freebsd-x64': 4.1.4
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.4
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.1.4
+ '@tailwindcss/oxide-linux-arm64-musl': 4.1.4
+ '@tailwindcss/oxide-linux-x64-gnu': 4.1.4
+ '@tailwindcss/oxide-linux-x64-musl': 4.1.4
+ '@tailwindcss/oxide-wasm32-wasi': 4.1.4
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.1.4
+ '@tailwindcss/oxide-win32-x64-msvc': 4.1.4
+
'@tailwindcss/postcss@4.1.3':
dependencies:
'@alloc/quick-lru': 5.2.0
@@ -18687,20 +19466,20 @@ snapshots:
postcss: 8.5.3
tailwindcss: 4.1.3
- '@tailwindcss/typography@0.5.16(tailwindcss@4.1.3)':
+ '@tailwindcss/typography@0.5.16(tailwindcss@4.1.4)':
dependencies:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
- tailwindcss: 4.1.3
+ tailwindcss: 4.1.4
- '@tailwindcss/vite@4.1.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@tailwindcss/vite@4.1.4(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
- '@tailwindcss/node': 4.1.3
- '@tailwindcss/oxide': 4.1.3
- tailwindcss: 4.1.3
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ '@tailwindcss/node': 4.1.4
+ '@tailwindcss/oxide': 4.1.4
+ tailwindcss: 4.1.4
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
'@testing-library/dom@10.4.0':
dependencies:
@@ -18763,7 +19542,7 @@ snapshots:
'@tsd/typescript@5.4.5': {}
- '@turbo/gen@2.5.0(@types/node@22.14.0)(typescript@5.8.3)':
+ '@turbo/gen@2.5.0(@types/node@22.15.2)(typescript@5.8.3)':
dependencies:
'@turbo/workspaces': 2.5.0
commander: 10.0.1
@@ -18773,7 +19552,7 @@ snapshots:
node-plop: 0.26.3
picocolors: 1.0.1
proxy-agent: 6.5.0
- ts-node: 10.9.2(@types/node@22.14.0)(typescript@5.8.3)
+ ts-node: 10.9.2(@types/node@22.15.2)(typescript@5.8.3)
update-check: 1.5.4
validate-npm-package-name: 5.0.1
transitivePeerDependencies:
@@ -18813,7 +19592,7 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
'@babel/parser': 7.26.3
- '@babel/types': 7.26.3
+ '@babel/types': 7.27.0
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.6
@@ -18838,19 +19617,19 @@ snapshots:
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/concat-stream@2.0.3':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/connect@3.4.38':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/conventional-commits-parser@5.0.1':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/cookiejar@2.1.5': {}
@@ -18880,7 +19659,7 @@ snapshots:
'@types/express-serve-static-core@4.19.6':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/qs': 6.9.18
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -18897,11 +19676,11 @@ snapshots:
'@types/glob@7.2.0':
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/graceful-fs@4.1.9':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/hast@3.0.4':
dependencies:
@@ -18945,6 +19724,8 @@ snapshots:
'@types/lodash@4.17.13': {}
+ '@types/lodash@4.17.16': {}
+
'@types/markdown-it@14.1.2':
dependencies:
'@types/linkify-it': 5.0.0
@@ -18970,18 +19751,18 @@ snapshots:
'@types/node-fetch@2.6.12':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
form-data: 4.0.2
'@types/node@16.18.11': {}
'@types/node@18.17.9': {}
- '@types/node@18.19.86':
+ '@types/node@18.19.87':
dependencies:
undici-types: 5.26.5
- '@types/node@22.14.0':
+ '@types/node@22.15.2':
dependencies:
undici-types: 6.21.0
@@ -18989,7 +19770,7 @@ snapshots:
'@types/pg@8.11.6':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
pg-protocol: 1.7.0
pg-types: 4.0.2
@@ -18997,18 +19778,18 @@ snapshots:
'@types/prompts@2.4.9':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
kleur: 3.0.3
'@types/qs@6.9.18': {}
'@types/range-parser@1.2.7': {}
- '@types/react-dom@19.1.1(@types/react@19.1.0)':
+ '@types/react-dom@19.1.2(@types/react@19.1.2)':
dependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- '@types/react@19.1.0':
+ '@types/react@19.1.2':
dependencies:
csstype: 3.1.3
@@ -19016,15 +19797,17 @@ snapshots:
'@types/semver@7.5.8': {}
+ '@types/semver@7.7.0': {}
+
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/serve-static@1.15.7':
dependencies:
'@types/http-errors': 2.0.4
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/send': 0.17.4
'@types/stack-utils@2.0.3': {}
@@ -19033,7 +19816,7 @@ snapshots:
dependencies:
'@types/cookiejar': 2.1.5
'@types/methods': 1.1.4
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
form-data: 4.0.2
'@types/supertest@6.0.3':
@@ -19045,7 +19828,7 @@ snapshots:
'@types/through@0.0.33':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/tinycolor2@1.4.6': {}
@@ -19059,7 +19842,7 @@ snapshots:
'@types/ws@8.18.1':
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/yargs-parser@21.0.3': {}
@@ -19067,32 +19850,15 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
'@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/type-utils': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
+ '@typescript-eslint/type-utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
'@typescript-eslint/visitor-keys': 8.29.0
- eslint: 8.57.1
- graphemer: 1.4.0
- ignore: 5.3.2
- natural-compare: 1.4.0
- ts-api-utils: 2.1.0(typescript@5.8.3)
- typescript: 5.8.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
- dependencies:
- '@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/type-utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/visitor-keys': 8.29.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -19101,15 +19867,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/type-utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/type-utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 8.29.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -19118,54 +19884,59 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/experimental-utils@5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@typescript-eslint/eslint-plugin@8.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/experimental-utils@5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
- dependencies:
- '@typescript-eslint/utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3)':
- dependencies:
- '@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/types': 8.29.0
- '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.29.0
- debug: 4.4.0
- eslint: 8.57.1
+ '@eslint-community/regexpp': 4.12.1
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/scope-manager': 8.31.0
+ '@typescript-eslint/type-utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/visitor-keys': 8.31.0
+ eslint: 9.25.1(jiti@2.4.2)
+ graphemer: 1.4.0
+ ignore: 5.3.2
+ natural-compare: 1.4.0
+ ts-api-utils: 2.1.0(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@typescript-eslint/experimental-utils@5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
+ dependencies:
+ '@typescript-eslint/utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/experimental-utils@5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@typescript-eslint/utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@typescript-eslint/scope-manager': 8.29.0
'@typescript-eslint/types': 8.29.0
'@typescript-eslint/typescript-estree': 8.29.0(typescript@5.5.4)
'@typescript-eslint/visitor-keys': 8.29.0
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.29.0
'@typescript-eslint/types': 8.29.0
'@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 8.29.0
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -19190,34 +19961,39 @@ snapshots:
'@typescript-eslint/types': 8.29.0
'@typescript-eslint/visitor-keys': 8.29.0
- '@typescript-eslint/type-utils@8.29.0(eslint@8.57.1)(typescript@5.8.3)':
+ '@typescript-eslint/scope-manager@8.31.0':
dependencies:
- '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
- debug: 4.4.0
- eslint: 8.57.1
- ts-api-utils: 2.1.0(typescript@5.8.3)
- typescript: 5.8.3
- transitivePeerDependencies:
- - supports-color
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/visitor-keys': 8.31.0
- '@typescript-eslint/type-utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@typescript-eslint/type-utils@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
dependencies:
'@typescript-eslint/typescript-estree': 8.29.0(typescript@5.5.4)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
ts-api-utils: 2.1.0(typescript@5.5.4)
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/type-utils@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
+ ts-api-utils: 2.1.0(typescript@5.8.3)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/type-utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ debug: 4.4.0
+ eslint: 9.25.1(jiti@2.4.2)
ts-api-utils: 2.1.0(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
@@ -19231,6 +20007,8 @@ snapshots:
'@typescript-eslint/types@8.29.0': {}
+ '@typescript-eslint/types@8.31.0': {}
+
'@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)':
dependencies:
'@typescript-eslint/types': 5.62.0
@@ -19316,87 +20094,126 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
+ '@typescript-eslint/typescript-estree@8.31.0(typescript@5.5.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
- eslint-scope: 5.1.1
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/visitor-keys': 8.31.0
+ debug: 4.4.0
+ fast-glob: 3.3.3
+ is-glob: 4.0.3
+ minimatch: 9.0.5
semver: 7.6.3
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
- eslint-scope: 5.1.1
- semver: 7.6.3
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@7.18.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 7.18.0
- '@typescript-eslint/types': 7.18.0
- '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@8.19.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.19.0
- '@typescript-eslint/types': 8.19.0
- '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
- typescript: 5.8.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/utils@8.29.0(eslint@8.57.1)(typescript@5.8.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@8.57.1)
- '@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/types': 8.29.0
- '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
- eslint: 8.57.1
- typescript: 5.8.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)':
- dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
- '@typescript-eslint/scope-manager': 8.29.0
- '@typescript-eslint/types': 8.29.0
- '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ ts-api-utils: 2.1.0(typescript@5.5.4)
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@typescript-eslint/typescript-estree@8.31.0(typescript@5.8.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/visitor-keys': 8.31.0
+ debug: 4.4.0
+ fast-glob: 3.3.3
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 2.1.0(typescript@5.8.3)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1(jiti@2.4.2))
+ '@types/json-schema': 7.0.15
+ '@types/semver': 7.7.0
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-scope: 5.1.1
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/utils@5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1(jiti@2.4.2))
+ '@types/json-schema': 7.0.15
+ '@types/semver': 7.7.0
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-scope: 5.1.1
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/utils@7.18.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
+
+ '@typescript-eslint/utils@8.19.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.19.0
+ '@typescript-eslint/types': 8.19.0
+ '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.29.0
+ '@typescript-eslint/types': 8.29.0
+ '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ typescript: 5.5.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.1(jiti@2.4.2))
'@typescript-eslint/scope-manager': 8.29.0
'@typescript-eslint/types': 8.29.0
'@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.31.0
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ typescript: 5.5.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
+ dependencies:
+ '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1(jiti@2.4.2))
+ '@typescript-eslint/scope-manager': 8.31.0
+ '@typescript-eslint/types': 8.31.0
+ '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -19421,25 +20238,37 @@ snapshots:
'@typescript-eslint/types': 8.29.0
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/visitor-keys@8.31.0':
+ dependencies:
+ '@typescript-eslint/types': 8.31.0
+ eslint-visitor-keys: 4.2.0
+
+ '@typescript/vfs@1.6.1(typescript@5.8.3)':
+ dependencies:
+ debug: 4.4.0
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
'@ungap/structured-clone@1.2.1': {}
- '@unocss/astro@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@unocss/astro@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@unocss/core': 0.60.4
'@unocss/reset': 0.60.4
- '@unocss/vite': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/vite': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- '@unocss/astro@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@unocss/astro@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@unocss/core': 0.65.3
'@unocss/reset': 0.65.3
- '@unocss/vite': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/vite': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- supports-color
@@ -19498,9 +20327,9 @@ snapshots:
'@unocss/core@0.65.3': {}
- '@unocss/eslint-plugin@0.60.4(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@unocss/eslint-plugin@0.60.4(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 7.18.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 7.18.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@unocss/config': 0.60.4
'@unocss/core': 0.60.4
magic-string: 0.30.17
@@ -19510,9 +20339,9 @@ snapshots:
- supports-color
- typescript
- '@unocss/eslint-plugin@0.65.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)':
+ '@unocss/eslint-plugin@0.65.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/utils': 8.19.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.19.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@unocss/config': 0.65.3
'@unocss/core': 0.65.3
magic-string: 0.30.17
@@ -19553,7 +20382,7 @@ snapshots:
'@unocss/core': 0.60.4
'@unocss/rule-utils': 0.60.4
css-tree: 2.3.1
- fast-glob: 3.3.2
+ fast-glob: 3.3.3
magic-string: 0.30.17
postcss: 8.5.3
@@ -19719,7 +20548,7 @@ snapshots:
dependencies:
'@unocss/core': 0.65.3
- '@unocss/vite@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@unocss/vite@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.4(rollup@4.39.0)
@@ -19731,11 +20560,11 @@ snapshots:
chokidar: 3.6.0
fast-glob: 3.3.3
magic-string: 0.30.17
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- '@unocss/vite@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@unocss/vite@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.4(rollup@4.39.0)
@@ -19745,62 +20574,68 @@ snapshots:
chokidar: 3.6.0
magic-string: 0.30.17
tinyglobby: 0.2.10
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- supports-color
- vue
- '@unrs/resolver-binding-darwin-arm64@1.3.3':
+ '@unrs/resolver-binding-darwin-arm64@1.7.2':
optional: true
- '@unrs/resolver-binding-darwin-x64@1.3.3':
+ '@unrs/resolver-binding-darwin-x64@1.7.2':
optional: true
- '@unrs/resolver-binding-freebsd-x64@1.3.3':
+ '@unrs/resolver-binding-freebsd-x64@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-arm-gnueabihf@1.3.3':
+ '@unrs/resolver-binding-linux-arm-gnueabihf@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-arm-musleabihf@1.3.3':
+ '@unrs/resolver-binding-linux-arm-musleabihf@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-arm64-gnu@1.3.3':
+ '@unrs/resolver-binding-linux-arm64-gnu@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-arm64-musl@1.3.3':
+ '@unrs/resolver-binding-linux-arm64-musl@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-ppc64-gnu@1.3.3':
+ '@unrs/resolver-binding-linux-ppc64-gnu@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-s390x-gnu@1.3.3':
+ '@unrs/resolver-binding-linux-riscv64-gnu@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-x64-gnu@1.3.3':
+ '@unrs/resolver-binding-linux-riscv64-musl@1.7.2':
optional: true
- '@unrs/resolver-binding-linux-x64-musl@1.3.3':
+ '@unrs/resolver-binding-linux-s390x-gnu@1.7.2':
optional: true
- '@unrs/resolver-binding-wasm32-wasi@1.3.3':
+ '@unrs/resolver-binding-linux-x64-gnu@1.7.2':
+ optional: true
+
+ '@unrs/resolver-binding-linux-x64-musl@1.7.2':
+ optional: true
+
+ '@unrs/resolver-binding-wasm32-wasi@1.7.2':
dependencies:
- '@napi-rs/wasm-runtime': 0.2.8
+ '@napi-rs/wasm-runtime': 0.2.9
optional: true
- '@unrs/resolver-binding-win32-arm64-msvc@1.3.3':
+ '@unrs/resolver-binding-win32-arm64-msvc@1.7.2':
optional: true
- '@unrs/resolver-binding-win32-ia32-msvc@1.3.3':
+ '@unrs/resolver-binding-win32-ia32-msvc@1.7.2':
optional: true
- '@unrs/resolver-binding-win32-x64-msvc@1.3.3':
+ '@unrs/resolver-binding-win32-x64-msvc@1.7.2':
optional: true
- '@vercel/analytics@1.5.0(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)':
+ '@vercel/analytics@1.5.0(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)':
optionalDependencies:
- next: 15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
react: 19.1.0
'@vercel/blob@0.27.3':
@@ -19922,12 +20757,6 @@ snapshots:
- rollup
- supports-color
- '@vercel/og@0.6.8':
- dependencies:
- '@resvg/resvg-wasm': 2.4.0
- satori: 0.12.2
- yoga-wasm-web: 0.3.3
-
'@vercel/postgres@0.10.0(utf-8-validate@6.0.5)':
dependencies:
'@neondatabase/serverless': 0.9.5
@@ -19984,18 +20813,18 @@ snapshots:
json-schema-to-ts: 1.6.4
ts-morph: 12.0.0
- '@vitejs/plugin-react@4.3.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@vitejs/plugin-react@4.3.4(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@babel/core': 7.26.0
'@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
'@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- supports-color
- '@vitest/coverage-v8@3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@vitest/coverage-v8@3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 1.0.2
@@ -20009,11 +20838,11 @@ snapshots:
std-env: 3.9.0
test-exclude: 7.0.1
tinyrainbow: 2.0.0
- vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- supports-color
- '@vitest/coverage-v8@3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@vitest/coverage-v8@3.1.1(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 1.0.2
@@ -20027,7 +20856,7 @@ snapshots:
std-env: 3.9.0
test-exclude: 7.0.1
tinyrainbow: 2.0.0
- vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- supports-color
@@ -20045,13 +20874,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))':
+ '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))':
dependencies:
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
'@vitest/pretty-format@2.0.5':
dependencies:
@@ -20346,18 +21175,18 @@ snapshots:
aria-query@5.3.2: {}
- ariakit-react-utils@0.17.0-next.27(@types/react@19.1.0)(react@19.1.0):
+ ariakit-react-utils@0.17.0-next.27(@types/react@19.1.2)(react@19.1.0):
dependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
ariakit-utils: 0.17.0-next.27
react: 19.1.0
ariakit-utils@0.17.0-next.27: {}
- ariakit@2.0.0-next.44(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ ariakit@2.0.0-next.44(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@floating-ui/dom': 1.6.12
- ariakit-react-utils: 0.17.0-next.27(@types/react@19.1.0)(react@19.1.0)
+ ariakit-react-utils: 0.17.0-next.27(@types/react@19.1.2)(react@19.1.0)
ariakit-utils: 0.17.0-next.27
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
@@ -20541,13 +21370,13 @@ snapshots:
esutils: 2.0.3
js-tokens: 3.0.2
- babel-jest@29.7.0(@babel/core@7.26.0):
+ babel-jest@29.7.0(@babel/core@7.26.10):
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@jest/transform': 29.7.0
'@types/babel__core': 7.20.5
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 29.6.3(@babel/core@7.26.0)
+ babel-preset-jest: 29.6.3(@babel/core@7.26.10)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
@@ -20556,7 +21385,7 @@ snapshots:
babel-plugin-istanbul@6.1.1:
dependencies:
- '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-plugin-utils': 7.26.5
'@istanbuljs/load-nyc-config': 1.1.0
'@istanbuljs/schema': 0.1.3
istanbul-lib-instrument: 5.2.1
@@ -20571,34 +21400,34 @@ snapshots:
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.20.6
- babel-plugin-react-compiler@19.0.0-beta-e993439-20250328:
+ babel-plugin-react-compiler@19.1.0-rc.1:
dependencies:
'@babel/types': 7.27.0
- babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.0):
+ babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.10):
dependencies:
- '@babel/core': 7.26.0
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0)
- '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0)
+ '@babel/core': 7.26.10
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.10)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.10)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.10)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.10)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.10)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.10)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.10)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.10)
- babel-preset-jest@29.6.3(@babel/core@7.26.0):
+ babel-preset-jest@29.6.3(@babel/core@7.26.10):
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
babel-plugin-jest-hoist: 29.6.3
- babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0)
+ babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.10)
bail@2.0.2: {}
@@ -20607,8 +21436,6 @@ snapshots:
bare-events@2.5.4:
optional: true
- base64-js@0.0.8: {}
-
base64-js@1.5.1: {}
basic-ftp@5.0.5: {}
@@ -20784,8 +21611,6 @@ snapshots:
camelcase@6.3.0: {}
- camelize@1.0.1: {}
-
caniuse-lite@1.0.30001711: {}
caseless@0.12.0: {}
@@ -20903,6 +21728,10 @@ snapshots:
cjs-module-lexer@1.4.1: {}
+ class-variance-authority@0.7.1:
+ dependencies:
+ clsx: 2.1.1
+
clean-regexp@1.0.0:
dependencies:
escape-string-regexp: 1.0.5
@@ -20948,7 +21777,7 @@ snapshots:
cloudflare@4.2.0(encoding@0.1.13):
dependencies:
- '@types/node': 18.17.9
+ '@types/node': 18.19.87
'@types/node-fetch': 2.6.12
abort-controller: 3.0.0
agentkeepalive: 4.6.0
@@ -20962,12 +21791,12 @@ snapshots:
cluster-key-slot@1.1.2: {}
- cmdk@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):
+ cmdk@1.1.1(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-dialog': 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-id': 1.1.0(@types/react@19.1.0)(react@19.1.0)
- '@radix-ui/react-primitive': 2.0.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-compose-refs': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-dialog': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-id': 1.1.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-primitive': 2.0.2(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(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)
transitivePeerDependencies:
@@ -21080,6 +21909,8 @@ snapshots:
component-emitter@1.3.1: {}
+ compute-scroll-into-view@3.1.1: {}
+
concat-map@0.0.1: {}
concat-stream@2.0.0:
@@ -21231,9 +22062,9 @@ snapshots:
core-util-is@1.0.3:
optional: true
- cosmiconfig-typescript-loader@6.1.0(@types/node@22.14.0)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3):
+ cosmiconfig-typescript-loader@6.1.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3):
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
cosmiconfig: 9.0.0(typescript@5.8.3)
jiti: 2.4.2
typescript: 5.8.3
@@ -21278,13 +22109,13 @@ snapshots:
p-filter: 3.0.0
p-map: 6.0.0
- create-jest@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4)):
+ create-jest@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -21293,13 +22124,13 @@ snapshots:
- supports-color
- ts-node
- create-jest@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3)):
+ create-jest@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -21326,14 +22157,6 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
- css-background-parser@0.1.0: {}
-
- css-box-shadow@1.0.0-3: {}
-
- css-color-keywords@1.0.0: {}
-
- css-gradient-parser@0.0.16: {}
-
css-loader@6.11.0:
dependencies:
icss-utils: 5.1.0(postcss@8.5.3)
@@ -21345,12 +22168,6 @@ snapshots:
postcss-value-parser: 4.2.0
semver: 7.6.3
- css-to-react-native@3.2.0:
- dependencies:
- camelize: 1.0.1
- css-color-keywords: 1.0.0
- postcss-value-parser: 4.2.0
-
css-tree@2.3.1:
dependencies:
mdn-data: 2.0.30
@@ -21424,7 +22241,7 @@ snapshots:
decamelize@5.0.1: {}
- decimal.js@10.4.3: {}
+ decimal.js@10.5.0: {}
decode-named-character-reference@1.0.2:
dependencies:
@@ -21512,6 +22329,8 @@ snapshots:
detect-libc@2.0.3: {}
+ detect-libc@2.0.4: {}
+
detect-newline@3.1.0: {}
detect-node-es@1.1.0: {}
@@ -21635,8 +22454,6 @@ snapshots:
emittery@0.13.1: {}
- emoji-regex-xs@1.0.0: {}
-
emoji-regex@10.4.0: {}
emoji-regex@8.0.0: {}
@@ -22084,8 +22901,6 @@ snapshots:
escalade@3.2.0: {}
- escape-html@1.0.3: {}
-
escape-string-regexp@1.0.5: {}
escape-string-regexp@2.0.0: {}
@@ -22102,56 +22917,56 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-compat-utils@0.5.1(eslint@9.24.0(jiti@2.4.2)):
+ eslint-compat-utils@0.5.1(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
semver: 7.6.3
- eslint-compat-utils@0.6.5(eslint@9.24.0(jiti@2.4.2)):
+ eslint-compat-utils@0.6.5(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
semver: 7.6.3
- eslint-config-neon@0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-config-neon@0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@angular-eslint/eslint-plugin': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@angular-eslint/eslint-plugin-template': 19.3.0(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@angular-eslint/template-parser': 19.3.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@eslint/compat': 1.2.8(eslint@9.24.0(jiti@2.4.2))
+ '@angular-eslint/eslint-plugin': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@angular-eslint/eslint-plugin-template': 19.3.0(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@angular-eslint/template-parser': 19.3.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@eslint/compat': 1.2.8(eslint@9.25.1(jiti@2.4.2))
'@next/eslint-plugin-next': 15.2.4
- '@stylistic/eslint-plugin': 4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@stylistic/eslint-plugin-jsx': 4.2.0(eslint@9.24.0(jiti@2.4.2))
- '@stylistic/eslint-plugin-ts': 4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@stylistic/eslint-plugin': 4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@stylistic/eslint-plugin-jsx': 4.2.0(eslint@9.25.1(jiti@2.4.2))
+ '@stylistic/eslint-plugin-ts': 4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
'@types/lodash.merge': 4.6.9
- '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
astro-eslint-parser: 1.2.2
- eslint-config-prettier: 10.1.1(eslint@9.24.0(jiti@2.4.2))
- eslint-import-resolver-typescript: 4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))
- eslint-mdx: 3.3.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-astro: 1.3.1(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-cypress: 4.2.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-import-x: 4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint-plugin-jsdoc: 50.6.9(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-jsx-a11y: 6.10.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-mdx: 3.3.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-n: 17.17.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-promise: 7.2.1(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react: 7.37.5(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react-hooks: 5.2.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react-refresh: 0.4.19(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-rxjs: 5.0.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint-plugin-rxjs-angular: 2.0.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint-plugin-sonarjs: 3.0.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-svelte3: 4.0.0(eslint@9.24.0(jiti@2.4.2))
+ eslint-config-prettier: 10.1.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-import-resolver-typescript: 4.3.4(eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))
+ eslint-mdx: 3.3.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-astro: 1.3.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-cypress: 4.2.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-import-x: 4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint-plugin-jsdoc: 50.6.9(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-jsx-a11y: 6.10.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-mdx: 3.3.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-n: 17.17.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-promise: 7.2.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react: 7.37.5(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react-hooks: 5.2.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react-refresh: 0.4.19(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-rxjs: 5.0.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint-plugin-rxjs-angular: 2.0.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint-plugin-sonarjs: 3.0.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-svelte3: 4.0.0(eslint@9.25.1(jiti@2.4.2))
eslint-plugin-tsdoc: 0.4.0
- eslint-plugin-typescript-sort-keys: 3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint-plugin-unicorn: 57.0.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-vue: 10.0.0(eslint@9.24.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.24.0(jiti@2.4.2)))
+ eslint-plugin-typescript-sort-keys: 3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint-plugin-unicorn: 57.0.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-vue: 10.0.0(eslint@9.25.1(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.25.1(jiti@2.4.2)))
globals: 16.0.0
lodash.merge: 4.6.2
- typescript-eslint: 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- vue-eslint-parser: 10.1.3(eslint@9.24.0(jiti@2.4.2))
+ typescript-eslint: 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ vue-eslint-parser: 10.1.3(eslint@9.25.1(jiti@2.4.2))
transitivePeerDependencies:
- '@typescript-eslint/types'
- '@typescript-eslint/utils'
@@ -22163,46 +22978,46 @@ snapshots:
- svelte
- typescript
- eslint-config-neon@0.2.7(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-config-neon@0.2.7(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@angular-eslint/eslint-plugin': 19.3.0(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@angular-eslint/eslint-plugin-template': 19.3.0(@typescript-eslint/types@8.29.0)(@typescript-eslint/utils@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@angular-eslint/template-parser': 19.3.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@eslint/compat': 1.2.8(eslint@9.24.0(jiti@2.4.2))
+ '@angular-eslint/eslint-plugin': 19.3.0(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@angular-eslint/eslint-plugin-template': 19.3.0(@typescript-eslint/types@8.31.0)(@typescript-eslint/utils@8.31.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@angular-eslint/template-parser': 19.3.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@eslint/compat': 1.2.8(eslint@9.25.1(jiti@2.4.2))
'@next/eslint-plugin-next': 15.2.4
- '@stylistic/eslint-plugin': 4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@stylistic/eslint-plugin-jsx': 4.2.0(eslint@9.24.0(jiti@2.4.2))
- '@stylistic/eslint-plugin-ts': 4.2.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@stylistic/eslint-plugin': 4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@stylistic/eslint-plugin-jsx': 4.2.0(eslint@9.25.1(jiti@2.4.2))
+ '@stylistic/eslint-plugin-ts': 4.2.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
'@types/lodash.merge': 4.6.9
- '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
astro-eslint-parser: 1.2.2
- eslint-config-prettier: 10.1.1(eslint@9.24.0(jiti@2.4.2))
- eslint-import-resolver-typescript: 4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))
- eslint-mdx: 3.3.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-astro: 1.3.1(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-cypress: 4.2.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-import-x: 4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-jsdoc: 50.6.9(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-jsx-a11y: 6.10.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-mdx: 3.3.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-n: 17.17.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-promise: 7.2.1(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react: 7.37.5(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react-hooks: 5.2.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-react-refresh: 0.4.19(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-rxjs: 5.0.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-rxjs-angular: 2.0.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-sonarjs: 3.0.2(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-svelte3: 4.0.0(eslint@9.24.0(jiti@2.4.2))
+ eslint-config-prettier: 10.1.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-import-resolver-typescript: 4.3.4(eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))
+ eslint-mdx: 3.3.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-astro: 1.3.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-cypress: 4.2.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-import-x: 4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint-plugin-jsdoc: 50.6.9(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-jsx-a11y: 6.10.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-mdx: 3.3.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-n: 17.17.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-promise: 7.2.1(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react: 7.37.5(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react-hooks: 5.2.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-react-refresh: 0.4.19(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-rxjs: 5.0.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint-plugin-rxjs-angular: 2.0.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint-plugin-sonarjs: 3.0.2(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-svelte3: 4.0.0(eslint@9.25.1(jiti@2.4.2))
eslint-plugin-tsdoc: 0.4.0
- eslint-plugin-typescript-sort-keys: 3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint-plugin-unicorn: 57.0.0(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-vue: 10.0.0(eslint@9.24.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.24.0(jiti@2.4.2)))
+ eslint-plugin-typescript-sort-keys: 3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint-plugin-unicorn: 57.0.0(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-vue: 10.0.0(eslint@9.25.1(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.25.1(jiti@2.4.2)))
globals: 16.0.0
lodash.merge: 4.6.2
- typescript-eslint: 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- vue-eslint-parser: 10.1.3(eslint@9.24.0(jiti@2.4.2))
+ typescript-eslint: 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ vue-eslint-parser: 10.1.3(eslint@9.25.1(jiti@2.4.2))
transitivePeerDependencies:
- '@typescript-eslint/types'
- '@typescript-eslint/utils'
@@ -22214,24 +23029,24 @@ snapshots:
- svelte
- typescript
- eslint-config-prettier@10.1.1(eslint@9.24.0(jiti@2.4.2)):
+ eslint-config-prettier@10.1.1(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
- eslint-etc@5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-etc@5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
tsutils: 3.21.0(typescript@5.5.4)
tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@5.5.4))(typescript@5.5.4)
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- eslint-etc@5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-etc@5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
tsutils: 3.21.0(typescript@5.8.3)
tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@5.8.3))(typescript@5.8.3)
typescript: 5.8.3
@@ -22281,26 +23096,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2)):
+ eslint-import-resolver-typescript@4.3.4(eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2)):
dependencies:
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
get-tsconfig: 4.10.0
is-bun-module: 2.0.0
stable-hash: 0.0.5
- tinyglobby: 0.2.12
- unrs-resolver: 1.3.3
+ tinyglobby: 0.2.13
+ unrs-resolver: 1.7.2
optionalDependencies:
- eslint-plugin-import: 2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2))
- eslint-plugin-import-x: 4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2))
+ eslint-plugin-import-x: 4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
transitivePeerDependencies:
- supports-color
- eslint-mdx@3.3.2(eslint@9.24.0(jiti@2.4.2)):
+ eslint-mdx@3.3.2(eslint@9.25.1(jiti@2.4.2)):
dependencies:
acorn: 8.14.1
acorn-jsx: 5.3.2(acorn@8.14.1)
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
espree: 10.3.0
estree-util-visit: 2.0.0
remark-mdx: 3.1.0
@@ -22317,62 +23132,51 @@ snapshots:
- bluebird
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2)))(eslint@8.57.1):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
- eslint: 8.57.1
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))
+ eslint-import-resolver-typescript: 4.3.4(eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2))
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-astro@1.3.1(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- debug: 3.2.7
- optionalDependencies:
- eslint: 9.24.0(jiti@2.4.2)
- eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2))
- transitivePeerDependencies:
- - supports-color
- optional: true
-
- eslint-plugin-astro@1.3.1(eslint@9.24.0(jiti@2.4.2)):
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
'@jridgewell/sourcemap-codec': 1.5.0
'@typescript-eslint/types': 8.19.0
astro-eslint-parser: 1.2.2
- eslint: 9.24.0(jiti@2.4.2)
- eslint-compat-utils: 0.6.5(eslint@9.24.0(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-compat-utils: 0.6.5(eslint@9.25.1(jiti@2.4.2))
globals: 15.14.0
postcss: 8.5.3
postcss-selector-parser: 7.1.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-cypress@4.2.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-cypress@4.2.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
globals: 15.14.0
- eslint-plugin-es-x@7.8.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-es-x@7.8.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.1(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
- eslint: 9.24.0(jiti@2.4.2)
- eslint-compat-utils: 0.5.1(eslint@9.24.0(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-compat-utils: 0.5.1(eslint@9.25.1(jiti@2.4.2))
- eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
'@pkgr/core': 0.2.0
'@types/doctrine': 0.0.9
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
debug: 4.4.0
doctrine: 3.0.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.10.0
is-glob: 4.0.3
@@ -22380,19 +23184,19 @@ snapshots:
semver: 7.7.1
stable-hash: 0.0.5
tslib: 2.8.1
- unrs-resolver: 1.3.3
+ unrs-resolver: 1.7.2
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-import-x@4.10.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
'@pkgr/core': 0.2.0
'@types/doctrine': 0.0.9
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
debug: 4.4.0
doctrine: 3.0.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.10.0
is-glob: 4.0.3
@@ -22400,12 +23204,12 @@ snapshots:
semver: 7.7.1
stable-hash: 0.0.5
tslib: 2.8.1
- unrs-resolver: 1.3.3
+ unrs-resolver: 1.7.2
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2)))(eslint@8.57.1):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -22414,9 +23218,9 @@ snapshots:
array.prototype.flatmap: 1.3.3
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.57.1
+ eslint: 9.25.1(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.29.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.1(eslint-plugin-import-x@4.10.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0)(eslint@9.24.0(jiti@2.4.2)))(eslint@8.57.1)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.4)(eslint@9.25.1(jiti@2.4.2))
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
@@ -22428,48 +23232,36 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.29.0(eslint@8.57.1)(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2)):
- dependencies:
- '@rtsao/scc': 1.1.0
- array-includes: 3.1.8
- array.prototype.findlastindex: 1.2.6
- array.prototype.flat: 1.3.3
- array.prototype.flatmap: 1.3.3
- debug: 3.2.7
- doctrine: 2.1.0
- eslint: 9.24.0(jiti@2.4.2)
- eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@4.3.1)(eslint@9.24.0(jiti@2.4.2))
- hasown: 2.0.2
- is-core-module: 2.16.1
- is-glob: 4.0.3
- minimatch: 3.1.2
- object.fromentries: 2.0.8
- object.groupby: 1.0.3
- object.values: 1.2.1
- semver: 6.3.1
- string.prototype.trimend: 1.0.9
- tsconfig-paths: 3.15.0
- transitivePeerDependencies:
- - eslint-import-resolver-typescript
- - eslint-import-resolver-webpack
- - supports-color
- optional: true
-
- eslint-plugin-jsdoc@50.6.9(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-jsdoc@50.6.11(eslint@9.25.1(jiti@2.4.2)):
dependencies:
'@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.0
escape-string-regexp: 4.0.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
+ espree: 10.3.0
+ esquery: 1.6.0
+ parse-imports-exports: 0.2.4
+ semver: 7.6.3
+ spdx-expression-parse: 4.0.0
+ transitivePeerDependencies:
+ - supports-color
+
+ eslint-plugin-jsdoc@50.6.9(eslint@9.25.1(jiti@2.4.2)):
+ dependencies:
+ '@es-joy/jsdoccomment': 0.49.0
+ are-docs-informative: 0.0.2
+ comment-parser: 1.4.1
+ debug: 4.4.0
+ escape-string-regexp: 4.0.0
+ eslint: 9.25.1(jiti@2.4.2)
espree: 10.3.0
esquery: 1.6.0
parse-imports: 2.2.1
@@ -22479,7 +23271,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsx-a11y@6.10.2(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-jsx-a11y@6.10.2(eslint@9.25.1(jiti@2.4.2)):
dependencies:
aria-query: 5.3.2
array-includes: 3.1.8
@@ -22489,7 +23281,7 @@ snapshots:
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
hasown: 2.0.2
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
@@ -22498,10 +23290,10 @@ snapshots:
safe-regex-test: 1.1.0
string.prototype.includes: 2.0.1
- eslint-plugin-mdx@3.3.2(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-mdx@3.3.2(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
- eslint-mdx: 3.3.2(eslint@9.24.0(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-mdx: 3.3.2(eslint@9.25.1(jiti@2.4.2))
mdast-util-from-markdown: 2.0.2
remark-mdx: 3.1.0
remark-parse: 11.0.0
@@ -22515,44 +23307,44 @@ snapshots:
- remark-lint-file-extension
- supports-color
- eslint-plugin-n@17.17.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-n@17.17.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.1(jiti@2.4.2))
enhanced-resolve: 5.18.0
- eslint: 9.24.0(jiti@2.4.2)
- eslint-plugin-es-x: 7.8.0(eslint@9.24.0(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-plugin-es-x: 7.8.0(eslint@9.25.1(jiti@2.4.2))
get-tsconfig: 4.10.0
globals: 15.14.0
ignore: 5.3.2
minimatch: 9.0.5
semver: 7.6.3
- eslint-plugin-promise@7.2.1(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-promise@7.2.1(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
- eslint: 9.24.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
- eslint-plugin-react-compiler@19.0.0-beta-e993439-20250328(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-react-compiler@19.1.0-rc.1(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- '@babel/core': 7.26.0
- '@babel/parser': 7.26.3
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0)
- eslint: 9.24.0(jiti@2.4.2)
+ '@babel/core': 7.26.10
+ '@babel/parser': 7.27.0
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.10)
+ eslint: 9.25.1(jiti@2.4.2)
hermes-parser: 0.25.1
- zod: 3.24.2
- zod-validation-error: 3.4.0(zod@3.24.2)
+ zod: 3.24.3
+ zod-validation-error: 3.4.0(zod@3.24.3)
transitivePeerDependencies:
- supports-color
- eslint-plugin-react-hooks@5.2.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-react-hooks@5.2.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
- eslint-plugin-react-refresh@0.4.19(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-react-refresh@0.4.19(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
- eslint-plugin-react@7.37.5(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-react@7.37.5(eslint@9.25.1(jiti@2.4.2)):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -22560,7 +23352,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.2.1
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -22574,37 +23366,37 @@ snapshots:
string.prototype.matchall: 4.0.12
string.prototype.repeat: 1.0.0
- eslint-plugin-rxjs-angular@2.0.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-plugin-rxjs-angular@2.0.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
common-tags: 1.8.2
- eslint: 9.24.0(jiti@2.4.2)
- eslint-etc: 5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-etc: 5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
requireindex: 1.2.0
tslib: 2.8.1
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- eslint-plugin-rxjs-angular@2.0.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-rxjs-angular@2.0.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
common-tags: 1.8.2
- eslint: 9.24.0(jiti@2.4.2)
- eslint-etc: 5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-etc: 5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
requireindex: 1.2.0
tslib: 2.8.1
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- eslint-plugin-rxjs@5.0.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-plugin-rxjs@5.0.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
common-tags: 1.8.2
decamelize: 5.0.1
- eslint: 9.24.0(jiti@2.4.2)
- eslint-etc: 5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-etc: 5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
requireindex: 1.2.0
rxjs-report-usage: 1.0.6
tslib: 2.8.1
@@ -22614,13 +23406,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-rxjs@5.0.3(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-rxjs@5.0.3(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
common-tags: 1.8.2
decamelize: 5.0.1
- eslint: 9.24.0(jiti@2.4.2)
- eslint-etc: 5.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
+ eslint-etc: 5.2.1(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
requireindex: 1.2.0
rxjs-report-usage: 1.0.6
tslib: 2.8.1
@@ -22630,12 +23422,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-sonarjs@3.0.2(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-sonarjs@3.0.2(eslint@9.25.1(jiti@2.4.2)):
dependencies:
'@eslint-community/regexpp': 4.12.1
builtin-modules: 3.3.0
bytes: 3.1.2
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
functional-red-black-tree: 1.0.1
jsx-ast-utils: 3.3.5
minimatch: 9.0.5
@@ -22643,45 +23435,45 @@ snapshots:
semver: 7.7.1
typescript: 5.8.3
- eslint-plugin-svelte3@4.0.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-svelte3@4.0.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-plugin-tsdoc@0.4.0:
dependencies:
'@microsoft/tsdoc': 0.15.1
'@microsoft/tsdoc-config': 0.17.1
- eslint-plugin-typescript-sort-keys@3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ eslint-plugin-typescript-sort-keys@3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
json-schema: 0.4.0
natural-compare-lite: 1.4.0
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- eslint-plugin-typescript-sort-keys@3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ eslint-plugin-typescript-sort-keys@3.3.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
json-schema: 0.4.0
natural-compare-lite: 1.4.0
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@57.0.0(eslint@9.24.0(jiti@2.4.2)):
+ eslint-plugin-unicorn@57.0.0(eslint@9.25.1(jiti@2.4.2)):
dependencies:
'@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
ci-info: 4.1.0
clean-regexp: 1.0.0
core-js-compat: 3.41.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
esquery: 1.6.0
globals: 15.15.0
indent-string: 5.0.0
@@ -22694,15 +23486,15 @@ snapshots:
semver: 7.7.1
strip-indent: 4.0.0
- eslint-plugin-vue@10.0.0(eslint@9.24.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.24.0(jiti@2.4.2))):
+ eslint-plugin-vue@10.0.0(eslint@9.25.1(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.25.1(jiti@2.4.2))):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.24.0(jiti@2.4.2))
- eslint: 9.24.0(jiti@2.4.2)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.25.1(jiti@2.4.2))
+ eslint: 9.25.1(jiti@2.4.2)
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.6.3
- vue-eslint-parser: 10.1.3(eslint@9.24.0(jiti@2.4.2))
+ vue-eslint-parser: 10.1.3(eslint@9.25.1(jiti@2.4.2))
xml-name-validator: 4.0.0
eslint-rule-docs@1.1.235: {}
@@ -22712,11 +23504,6 @@ snapshots:
esrecurse: 4.3.0
estraverse: 4.3.0
- eslint-scope@7.2.2:
- dependencies:
- esrecurse: 4.3.0
- estraverse: 5.3.0
-
eslint-scope@8.2.0:
dependencies:
esrecurse: 4.3.0
@@ -22731,58 +23518,15 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@8.57.1:
+ eslint@9.25.1(jiti@2.4.2):
dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@8.57.1)
- '@eslint-community/regexpp': 4.12.1
- '@eslint/eslintrc': 2.1.4
- '@eslint/js': 8.57.1
- '@humanwhocodes/config-array': 0.13.0
- '@humanwhocodes/module-importer': 1.0.1
- '@nodelib/fs.walk': 1.2.8
- '@ungap/structured-clone': 1.2.1
- ajv: 6.12.6
- chalk: 4.1.2
- cross-spawn: 7.0.6
- debug: 4.4.0
- doctrine: 3.0.0
- escape-string-regexp: 4.0.0
- eslint-scope: 7.2.2
- eslint-visitor-keys: 3.4.3
- espree: 9.6.1
- esquery: 1.6.0
- esutils: 2.0.3
- fast-deep-equal: 3.1.3
- file-entry-cache: 6.0.1
- find-up: 5.0.0
- glob-parent: 6.0.2
- globals: 13.24.0
- graphemer: 1.4.0
- ignore: 5.3.2
- imurmurhash: 0.1.4
- is-glob: 4.0.3
- is-path-inside: 3.0.3
- js-yaml: 4.1.0
- json-stable-stringify-without-jsonify: 1.0.1
- levn: 0.4.1
- lodash.merge: 4.6.2
- minimatch: 3.1.2
- natural-compare: 1.4.0
- optionator: 0.9.4
- strip-ansi: 6.0.1
- text-table: 0.2.0
- transitivePeerDependencies:
- - supports-color
-
- eslint@9.24.0(jiti@2.4.2):
- dependencies:
- '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@2.4.2))
+ '@eslint-community/eslint-utils': 4.6.1(eslint@9.25.1(jiti@2.4.2))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.20.0
'@eslint/config-helpers': 0.2.1
- '@eslint/core': 0.12.0
+ '@eslint/core': 0.13.0
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.24.0
+ '@eslint/js': 9.25.1
'@eslint/plugin-kit': 0.2.8
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -22822,12 +23566,6 @@ snapshots:
acorn-jsx: 5.3.2(acorn@8.14.1)
eslint-visitor-keys: 4.2.0
- espree@9.6.1:
- dependencies:
- acorn: 8.14.1
- acorn-jsx: 5.3.2(acorn@8.14.1)
- eslint-visitor-keys: 3.4.3
-
esprima@4.0.1: {}
esquery@1.6.0:
@@ -22866,6 +23604,10 @@ snapshots:
astring: 1.9.0
source-map: 0.7.4
+ estree-util-value-to-estree@3.3.3:
+ dependencies:
+ '@types/estree': 1.0.7
+
estree-util-visit@2.0.0:
dependencies:
'@types/estree-jsx': 1.0.5
@@ -22940,6 +23682,10 @@ snapshots:
exsolve@1.0.4: {}
+ extend-shallow@2.0.1:
+ dependencies:
+ is-extendable: 0.1.1
+
extend@3.0.2: {}
external-editor@3.1.0:
@@ -22964,14 +23710,6 @@ snapshots:
merge2: 1.4.1
micromatch: 4.0.8
- fast-glob@3.3.2:
- dependencies:
- '@nodelib/fs.stat': 2.0.5
- '@nodelib/fs.walk': 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
- micromatch: 4.0.8
-
fast-glob@3.3.3:
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -23012,7 +23750,9 @@ snapshots:
optionalDependencies:
picomatch: 4.0.2
- fflate@0.7.4: {}
+ fdir@6.4.4(picomatch@4.0.2):
+ optionalDependencies:
+ picomatch: 4.0.2
figures@3.2.0:
dependencies:
@@ -23022,10 +23762,6 @@ snapshots:
dependencies:
is-unicode-supported: 2.1.0
- file-entry-cache@6.0.1:
- dependencies:
- flat-cache: 3.2.0
-
file-entry-cache@8.0.0:
dependencies:
flat-cache: 4.0.1
@@ -23076,12 +23812,6 @@ snapshots:
path-exists: 5.0.0
unicorn-magic: 0.1.0
- flat-cache@3.2.0:
- dependencies:
- flatted: 3.3.3
- keyv: 4.5.4
- rimraf: 3.0.2
-
flat-cache@4.0.1:
dependencies:
flatted: 3.3.3
@@ -23134,10 +23864,10 @@ snapshots:
fraction.js@4.3.7: {}
- framer-motion@12.6.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ framer-motion@12.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- motion-dom: 12.6.3
- motion-utils: 12.6.3
+ motion-dom: 12.9.1
+ motion-utils: 12.8.3
tslib: 2.8.1
optionalDependencies:
react: 19.1.0
@@ -23194,6 +23924,100 @@ snapshots:
fsevents@2.3.3:
optional: true
+ fumadocs-core@15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ dependencies:
+ '@formatjs/intl-localematcher': 0.6.1
+ '@orama/orama': 3.1.6
+ '@shikijs/rehype': 3.3.0
+ '@shikijs/transformers': 3.3.0
+ github-slugger: 2.0.0
+ hast-util-to-estree: 3.1.3
+ hast-util-to-jsx-runtime: 2.3.6
+ image-size: 2.0.2
+ negotiator: 1.0.0
+ react-remove-scroll: 2.6.3(@types/react@19.1.2)(react@19.1.0)
+ remark: 15.0.1
+ remark-gfm: 4.0.1
+ scroll-into-view-if-needed: 3.1.0
+ shiki: 3.3.0
+ unist-util-visit: 5.0.0
+ optionalDependencies:
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(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)
+ transitivePeerDependencies:
+ - '@types/react'
+ - supports-color
+
+ fumadocs-mdx@11.6.1(acorn@8.14.1)(fumadocs-core@15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)):
+ dependencies:
+ '@mdx-js/mdx': 3.1.0(acorn@8.14.1)
+ '@standard-schema/spec': 1.0.0
+ chokidar: 4.0.3
+ cross-spawn: 7.0.6
+ esbuild: 0.25.2
+ estree-util-value-to-estree: 3.3.3
+ fast-glob: 3.3.3
+ fumadocs-core: 15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ gray-matter: 4.0.3
+ lru-cache: 11.1.0
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ picocolors: 1.1.1
+ unist-util-visit: 5.0.0
+ zod: 3.24.3
+ transitivePeerDependencies:
+ - acorn
+ - supports-color
+
+ fumadocs-twoslash@3.1.1(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(fumadocs-ui@15.2.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tailwindcss@4.1.4))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(shiki@3.3.0)(typescript@5.8.3):
+ dependencies:
+ '@radix-ui/react-popover': 1.1.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@shikijs/twoslash': 3.3.0(typescript@5.8.3)
+ fumadocs-ui: 15.2.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tailwindcss@4.1.4)
+ mdast-util-from-markdown: 2.0.2
+ mdast-util-gfm: 3.1.0
+ mdast-util-to-hast: 13.2.0
+ react: 19.1.0
+ shiki: 3.3.0
+ tailwind-merge: 3.2.0
+ twoslash: 0.3.1(typescript@5.8.3)
+ transitivePeerDependencies:
+ - '@types/react'
+ - '@types/react-dom'
+ - react-dom
+ - supports-color
+ - typescript
+
+ fumadocs-ui@15.2.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(tailwindcss@4.1.4):
+ dependencies:
+ '@radix-ui/react-accordion': 1.2.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-collapsible': 1.1.8(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-dialog': 1.1.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-navigation-menu': 1.2.10(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-popover': 1.1.11(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-scroll-area': 1.2.6(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@radix-ui/react-slot': 1.2.0(@types/react@19.1.2)(react@19.1.0)
+ '@radix-ui/react-tabs': 1.1.9(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ class-variance-authority: 0.7.1
+ fumadocs-core: 15.2.11(@types/react@19.1.2)(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ lodash.merge: 4.6.2
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next-themes: 0.4.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ postcss-selector-parser: 7.1.0
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+ react-medium-image-zoom: 5.2.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ tailwind-merge: 3.2.0
+ optionalDependencies:
+ tailwindcss: 4.1.4
+ transitivePeerDependencies:
+ - '@oramacloud/client'
+ - '@types/react'
+ - '@types/react-dom'
+ - algoliasearch
+ - supports-color
+
function-bind@1.1.2: {}
function.prototype.name@1.1.8:
@@ -23233,9 +24057,9 @@ snapshots:
strip-ansi: 6.0.1
wide-align: 1.1.5
- geist@1.3.1(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)):
+ geist@1.3.1(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)):
dependencies:
- next: 15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
generic-pool@3.4.2: {}
@@ -23356,6 +24180,8 @@ snapshots:
- conventional-commits-filter
- conventional-commits-parser
+ github-slugger@2.0.0: {}
+
glob-parent@5.1.2:
dependencies:
is-glob: 4.0.3
@@ -23388,10 +24214,6 @@ snapshots:
globals@11.12.0: {}
- globals@13.24.0:
- dependencies:
- type-fest: 0.20.2
-
globals@14.0.0: {}
globals@15.14.0: {}
@@ -23444,6 +24266,13 @@ snapshots:
graphemer@1.4.0: {}
+ gray-matter@4.0.3:
+ dependencies:
+ js-yaml: 3.14.1
+ kind-of: 6.0.3
+ section-matter: 1.0.0
+ strip-bom-string: 1.0.0
+
gzip-size@6.0.0:
dependencies:
duplexer: 0.1.2
@@ -23517,6 +24346,27 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ hast-util-to-estree@3.1.3:
+ dependencies:
+ '@types/estree': 1.0.7
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ comma-separated-tokens: 2.0.3
+ devlop: 1.1.0
+ estree-util-attach-comments: 3.0.0
+ estree-util-is-identifier-name: 3.0.0
+ hast-util-whitespace: 3.0.0
+ mdast-util-mdx-expression: 2.0.1
+ mdast-util-mdx-jsx: 3.1.3
+ mdast-util-mdxjs-esm: 2.0.1
+ property-information: 7.0.0
+ space-separated-tokens: 2.0.2
+ style-to-js: 1.1.16
+ unist-util-position: 5.0.0
+ zwitch: 2.0.4
+ transitivePeerDependencies:
+ - supports-color
+
hast-util-to-html@9.0.5:
dependencies:
'@types/hast': 3.0.4
@@ -23551,6 +24401,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ hast-util-to-jsx-runtime@2.3.6:
+ dependencies:
+ '@types/estree': 1.0.7
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
+ comma-separated-tokens: 2.0.3
+ devlop: 1.1.0
+ estree-util-is-identifier-name: 3.0.0
+ hast-util-whitespace: 3.0.0
+ mdast-util-mdx-expression: 2.0.1
+ mdast-util-mdx-jsx: 3.1.3
+ mdast-util-mdxjs-esm: 2.0.1
+ property-information: 7.0.0
+ space-separated-tokens: 2.0.2
+ style-to-js: 1.1.16
+ unist-util-position: 5.0.0
+ vfile-message: 4.0.2
+ transitivePeerDependencies:
+ - supports-color
+
hast-util-to-string@3.0.1:
dependencies:
'@types/hast': 3.0.4
@@ -23572,8 +24442,6 @@ snapshots:
dependencies:
hermes-estree: 0.25.1
- hex-rgb@4.3.0: {}
-
hexoid@2.0.0: {}
hosted-git-info@2.8.9: {}
@@ -23667,6 +24535,8 @@ snapshots:
ignore@6.0.2: {}
+ image-size@2.0.2: {}
+
immer@10.1.1: {}
import-fresh@3.3.1:
@@ -23761,11 +24631,11 @@ snapshots:
hasown: 2.0.2
side-channel: 1.1.0
- intl-messageformat@10.7.10:
+ intl-messageformat@10.7.16:
dependencies:
- '@formatjs/ecma402-abstract': 2.3.1
- '@formatjs/fast-memoize': 2.2.5
- '@formatjs/icu-messageformat-parser': 2.9.7
+ '@formatjs/ecma402-abstract': 2.3.4
+ '@formatjs/fast-memoize': 2.2.7
+ '@formatjs/icu-messageformat-parser': 2.11.2
tslib: 2.8.1
ioredis@5.6.0:
@@ -23865,6 +24735,8 @@ snapshots:
is-empty@1.2.0: {}
+ is-extendable@0.1.1: {}
+
is-extglob@2.1.1: {}
is-finalizationregistry@1.1.1:
@@ -24014,7 +24886,7 @@ snapshots:
istanbul-lib-instrument@5.2.1:
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@babel/parser': 7.27.0
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
@@ -24086,7 +24958,7 @@ snapshots:
'@jest/expect': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
co: 4.6.0
dedent: 1.5.3
@@ -24106,16 +24978,16 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4)):
+ jest-cli@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ create-jest: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
exit: 0.1.2
import-local: 3.2.0
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -24125,16 +24997,16 @@ snapshots:
- supports-color
- ts-node
- jest-cli@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3)):
+ jest-cli@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ create-jest: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
exit: 0.1.2
import-local: 3.2.0
- jest-config: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ jest-config: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -24144,12 +25016,12 @@ snapshots:
- supports-color
- ts-node
- jest-config@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4)):
+ jest-config@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4)):
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@jest/test-sequencer': 29.7.0
'@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.26.0)
+ babel-jest: 29.7.0(@babel/core@7.26.10)
chalk: 4.1.2
ci-info: 3.9.0
deepmerge: 4.3.1
@@ -24169,18 +25041,18 @@ snapshots:
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 22.14.0
- ts-node: 10.9.2(@types/node@22.14.0)(typescript@5.5.4)
+ '@types/node': 22.15.2
+ ts-node: 10.9.2(@types/node@22.15.2)(typescript@5.5.4)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
- jest-config@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3)):
+ jest-config@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3)):
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@jest/test-sequencer': 29.7.0
'@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.26.0)
+ babel-jest: 29.7.0(@babel/core@7.26.10)
chalk: 4.1.2
ci-info: 3.9.0
deepmerge: 4.3.1
@@ -24200,8 +25072,8 @@ snapshots:
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 22.14.0
- ts-node: 10.9.2(@types/node@22.14.0)(typescript@5.8.3)
+ '@types/node': 22.15.2
+ ts-node: 10.9.2(@types/node@22.15.2)(typescript@5.8.3)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -24230,7 +25102,7 @@ snapshots:
'@jest/environment': 29.7.0
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -24240,7 +25112,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@types/graceful-fs': 4.1.9
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -24279,7 +25151,7 @@ snapshots:
jest-mock@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
jest-util: 29.7.0
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@@ -24314,7 +25186,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -24342,7 +25214,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
cjs-module-lexer: 1.4.1
collect-v8-coverage: 1.0.2
@@ -24362,15 +25234,15 @@ snapshots:
jest-snapshot@29.7.0:
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.10
'@babel/generator': 7.26.3
- '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
- '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10)
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10)
'@babel/types': 7.27.0
'@jest/expect-utils': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0)
+ babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.10)
chalk: 4.1.2
expect: 29.7.0
graceful-fs: 4.2.11
@@ -24388,7 +25260,7 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -24407,7 +25279,7 @@ snapshots:
dependencies:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -24416,29 +25288,29 @@ snapshots:
jest-worker@29.7.0:
dependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4)):
+ jest@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
'@jest/types': 29.6.3
import-local: 3.2.0
- jest-cli: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4))
+ jest-cli: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
- supports-color
- ts-node
- jest@29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3)):
+ jest@29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3)):
dependencies:
- '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
'@jest/types': 29.6.3
import-local: 3.2.0
- jest-cli: 29.7.0(@types/node@22.14.0)(ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3))
+ jest-cli: 29.7.0(@types/node@22.15.2)(ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -24453,14 +25325,14 @@ snapshots:
jose@5.9.6: {}
- jotai-immer@0.4.1(immer@10.1.1)(jotai@2.12.2(@types/react@19.1.0)(react@19.1.0)):
+ jotai-immer@0.4.1(immer@10.1.1)(jotai@2.12.3(@types/react@19.1.2)(react@19.1.0)):
dependencies:
immer: 10.1.1
- jotai: 2.12.2(@types/react@19.1.0)(react@19.1.0)
+ jotai: 2.12.3(@types/react@19.1.2)(react@19.1.0)
- jotai@2.12.2(@types/react@19.1.0)(react@19.1.0):
+ jotai@2.12.3(@types/react@19.1.2)(react@19.1.0):
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
react: 19.1.0
joycon@3.1.1: {}
@@ -24679,7 +25551,7 @@ snapshots:
lightningcss@1.29.2:
dependencies:
- detect-libc: 2.0.3
+ detect-libc: 2.0.4
optionalDependencies:
lightningcss-darwin-arm64: 1.29.2
lightningcss-darwin-x64: 1.29.2
@@ -24694,11 +25566,6 @@ snapshots:
lilconfig@3.1.3: {}
- linebreak@1.1.0:
- dependencies:
- base64-js: 0.0.8
- unicode-trie: 2.0.0
-
lines-and-columns@1.2.4: {}
lines-and-columns@2.0.4: {}
@@ -24707,14 +25574,14 @@ snapshots:
dependencies:
uc.micro: 2.1.0
- lint-staged@15.5.0:
+ lint-staged@15.5.1:
dependencies:
chalk: 5.4.1
commander: 13.1.0
debug: 4.4.0
execa: 8.0.1
lilconfig: 3.1.3
- listr2: 8.2.5
+ listr2: 8.3.2
micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
@@ -24722,7 +25589,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- listr2@8.2.5:
+ listr2@8.3.2:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -24845,6 +25712,8 @@ snapshots:
lru-cache@10.4.3: {}
+ lru-cache@11.1.0: {}
+
lru-cache@5.1.1:
dependencies:
yallist: 3.1.1
@@ -24855,7 +25724,7 @@ snapshots:
lru-cache@7.18.3: {}
- lucide-react@0.487.0(react@19.1.0):
+ lucide-react@0.503.0(react@19.1.0):
dependencies:
react: 19.1.0
@@ -25018,6 +25887,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ mdast-util-gfm@3.1.0:
+ dependencies:
+ mdast-util-from-markdown: 2.0.2
+ mdast-util-gfm-autolink-literal: 2.0.1
+ mdast-util-gfm-footnote: 2.0.0
+ mdast-util-gfm-strikethrough: 2.0.0
+ mdast-util-gfm-table: 2.0.0
+ mdast-util-gfm-task-list-item: 2.0.0
+ mdast-util-to-markdown: 2.1.2
+ transitivePeerDependencies:
+ - supports-color
+
mdast-util-mdx-expression@2.0.1:
dependencies:
'@types/estree-jsx': 1.0.5
@@ -25526,15 +26407,15 @@ snapshots:
mock-socket@9.3.1: {}
- motion-dom@12.6.3:
+ motion-dom@12.9.1:
dependencies:
- motion-utils: 12.6.3
+ motion-utils: 12.8.3
- motion-utils@12.6.3: {}
+ motion-utils@12.8.3: {}
- motion@12.6.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ motion@12.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- framer-motion: 12.6.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ framer-motion: 12.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
tslib: 2.8.1
optionalDependencies:
react: 19.1.0
@@ -25564,6 +26445,8 @@ snapshots:
nanoid@3.3.11: {}
+ napi-postinstall@0.2.2: {}
+
natural-compare-lite@1.4.0: {}
natural-compare@1.4.0: {}
@@ -25576,11 +26459,11 @@ snapshots:
netmask@2.0.2: {}
- next-mdx-remote-client@2.1.1(@types/react@19.1.0)(acorn@8.14.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ next-mdx-remote-client@2.1.1(@types/react@19.1.2)(acorn@8.14.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
'@babel/code-frame': 7.26.2
'@mdx-js/mdx': 3.1.0(acorn@8.14.1)
- '@mdx-js/react': 3.1.0(@types/react@19.1.0)(react@19.1.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.2)(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
remark-mdx-remove-esm: 1.1.0
@@ -25597,9 +26480,9 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- '@next/env': 15.3.1-canary.2
+ '@next/env': 15.4.0-canary.11
'@swc/counter': 0.1.3
'@swc/helpers': 0.5.15
busboy: 1.6.0
@@ -25609,15 +26492,15 @@ snapshots:
react-dom: 19.1.0(react@19.1.0)
styled-jsx: 5.1.6(react@19.1.0)
optionalDependencies:
- '@next/swc-darwin-arm64': 15.3.1-canary.2
- '@next/swc-darwin-x64': 15.3.1-canary.2
- '@next/swc-linux-arm64-gnu': 15.3.1-canary.2
- '@next/swc-linux-arm64-musl': 15.3.1-canary.2
- '@next/swc-linux-x64-gnu': 15.3.1-canary.2
- '@next/swc-linux-x64-musl': 15.3.1-canary.2
- '@next/swc-win32-arm64-msvc': 15.3.1-canary.2
- '@next/swc-win32-x64-msvc': 15.3.1-canary.2
- babel-plugin-react-compiler: 19.0.0-beta-e993439-20250328
+ '@next/swc-darwin-arm64': 15.4.0-canary.11
+ '@next/swc-darwin-x64': 15.4.0-canary.11
+ '@next/swc-linux-arm64-gnu': 15.4.0-canary.11
+ '@next/swc-linux-arm64-musl': 15.4.0-canary.11
+ '@next/swc-linux-x64-gnu': 15.4.0-canary.11
+ '@next/swc-linux-x64-musl': 15.4.0-canary.11
+ '@next/swc-win32-arm64-msvc': 15.4.0-canary.11
+ '@next/swc-win32-x64-msvc': 15.4.0-canary.11
+ babel-plugin-react-compiler: 19.1.0-rc.1
sharp: 0.34.1
transitivePeerDependencies:
- '@babel/core'
@@ -25788,12 +26671,12 @@ snapshots:
number-is-nan@1.0.1:
optional: true
- nuqs@2.4.1(next@15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0):
+ nuqs@2.4.3(next@15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0):
dependencies:
mitt: 3.0.1
react: 19.1.0
optionalDependencies:
- next: 15.3.1-canary.2(babel-plugin-react-compiler@19.0.0-beta-e993439-20250328)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ next: 15.4.0-canary.11(babel-plugin-react-compiler@19.1.0-rc.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
oauth-sign@0.9.0: {}
@@ -25876,12 +26759,11 @@ snapshots:
dependencies:
mimic-function: 5.0.1
- oniguruma-parser@0.5.4: {}
+ oniguruma-parser@0.12.0: {}
- oniguruma-to-es@4.1.0:
+ oniguruma-to-es@4.3.1:
dependencies:
- emoji-regex-xs: 1.0.0
- oniguruma-parser: 0.5.4
+ oniguruma-parser: 0.12.0
regex: 6.0.1
regex-recursion: 6.0.2
@@ -26021,8 +26903,6 @@ snapshots:
package-manager-detector@0.2.8: {}
- pako@0.2.9: {}
-
param-case@2.1.1:
dependencies:
no-case: 2.3.2
@@ -26031,11 +26911,6 @@ snapshots:
dependencies:
callsites: 3.1.0
- parse-css-color@0.2.1:
- dependencies:
- color-name: 1.1.4
- hex-rgb: 4.3.0
-
parse-entities@4.0.2:
dependencies:
'@types/unist': 2.0.11
@@ -26046,6 +26921,10 @@ snapshots:
is-decimal: 2.0.1
is-hexadecimal: 2.0.1
+ parse-imports-exports@0.2.4:
+ dependencies:
+ parse-statements: 1.0.11
+
parse-imports@2.2.1:
dependencies:
es-module-lexer: 1.6.0
@@ -26076,6 +26955,8 @@ snapshots:
parse-ms@4.0.0: {}
+ parse-statements@1.0.11: {}
+
pascal-case@2.0.1:
dependencies:
camel-case: 3.0.0
@@ -26409,81 +27290,83 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-aria-components@1.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ react-aria-components@1.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- '@internationalized/date': 3.7.0
- '@internationalized/string': 3.2.5
- '@react-aria/autocomplete': 3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/collections': 3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/dnd': 3.9.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/live-announcer': 3.4.1
- '@react-aria/toolbar': 3.0.0-beta.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/virtualizer': 4.1.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/autocomplete': 3.0.0-beta.0(react@19.1.0)
- '@react-stately/layout': 4.2.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/table': 3.14.0(react@19.1.0)
- '@react-stately/utils': 3.10.5(react@19.1.0)
- '@react-stately/virtualizer': 4.3.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/form': 3.7.10(react@19.1.0)
- '@react-types/grid': 3.3.0(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
- '@react-types/table': 3.11.0(react@19.1.0)
- '@swc/helpers': 0.5.15
+ '@internationalized/date': 3.8.0
+ '@internationalized/string': 3.2.6
+ '@react-aria/autocomplete': 3.0.0-beta.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/collections': 3.0.0-rc.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dnd': 3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/live-announcer': 3.4.2
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/toolbar': 3.0.0-beta.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/virtualizer': 4.1.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/autocomplete': 3.0.0-beta.1(react@19.1.0)
+ '@react-stately/layout': 4.2.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/table': 3.14.1(react@19.1.0)
+ '@react-stately/utils': 3.10.6(react@19.1.0)
+ '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/form': 3.7.11(react@19.1.0)
+ '@react-types/grid': 3.3.1(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
+ '@react-types/table': 3.12.0(react@19.1.0)
+ '@swc/helpers': 0.5.17
client-only: 0.0.1
react: 19.1.0
- react-aria: 3.38.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ react-aria: 3.39.0(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.36.1(react@19.1.0)
- use-sync-external-store: 1.4.0(react@19.1.0)
+ react-stately: 3.37.0(react@19.1.0)
+ use-sync-external-store: 1.5.0(react@19.1.0)
- react-aria@3.38.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ react-aria@3.39.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
- '@internationalized/string': 3.2.5
- '@react-aria/breadcrumbs': 3.5.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/button': 3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/calendar': 3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/checkbox': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/color': 3.0.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/combobox': 3.12.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/datepicker': 3.14.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/dialog': 3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/disclosure': 3.0.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/dnd': 3.9.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/focus': 3.20.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/gridlist': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/i18n': 3.12.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/interactions': 3.24.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/label': 3.7.16(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/landmark': 3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/link': 3.7.10(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/listbox': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/menu': 3.18.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/meter': 3.4.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/numberfield': 3.11.12(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/overlays': 3.26.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/progress': 3.4.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/radio': 3.11.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/searchfield': 3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/select': 3.15.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/selection': 3.23.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/separator': 3.4.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/slider': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/ssr': 3.9.7(react@19.1.0)
- '@react-aria/switch': 3.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/table': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/tabs': 3.10.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/tag': 3.5.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/textfield': 3.17.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/toast': 3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/tooltip': 3.8.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/tree': 3.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/utils': 3.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-aria/visually-hidden': 3.8.21(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@internationalized/string': 3.2.6
+ '@react-aria/breadcrumbs': 3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/button': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/calendar': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/checkbox': 3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/color': 3.0.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/combobox': 3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/datepicker': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dialog': 3.5.24(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/disclosure': 3.0.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/dnd': 3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/landmark': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/link': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/meter': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/numberfield': 3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/progress': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/radio': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/searchfield': 3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/select': 3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/separator': 3.4.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/slider': 3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/ssr': 3.9.8(react@19.1.0)
+ '@react-aria/switch': 3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/table': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tabs': 3.10.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tag': 3.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/toast': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tooltip': 3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/tree': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
@@ -26522,86 +27405,80 @@ snapshots:
react-is@18.3.1: {}
+ react-medium-image-zoom@5.2.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
+ dependencies:
+ react: 19.1.0
+ react-dom: 19.1.0(react@19.1.0)
+
react-refresh@0.14.2: {}
- react-remove-scroll-bar@2.3.8(@types/react@19.1.0)(react@19.1.0):
+ react-remove-scroll-bar@2.3.8(@types/react@19.1.2)(react@19.1.0):
dependencies:
react: 19.1.0
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0)
+ react-style-singleton: 2.2.3(@types/react@19.1.2)(react@19.1.0)
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- react-remove-scroll@2.5.5(@types/react@19.1.0)(react@19.1.0):
+ react-remove-scroll@2.5.5(@types/react@19.1.2)(react@19.1.0):
dependencies:
react: 19.1.0
- react-remove-scroll-bar: 2.3.8(@types/react@19.1.0)(react@19.1.0)
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0)
+ react-remove-scroll-bar: 2.3.8(@types/react@19.1.2)(react@19.1.0)
+ react-style-singleton: 2.2.3(@types/react@19.1.2)(react@19.1.0)
tslib: 2.8.1
- use-callback-ref: 1.3.3(@types/react@19.1.0)(react@19.1.0)
- use-sidecar: 1.1.3(@types/react@19.1.0)(react@19.1.0)
+ use-callback-ref: 1.3.3(@types/react@19.1.2)(react@19.1.0)
+ use-sidecar: 1.1.3(@types/react@19.1.2)(react@19.1.0)
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- react-remove-scroll@2.6.2(@types/react@19.1.0)(react@19.1.0):
+ react-remove-scroll@2.6.3(@types/react@19.1.2)(react@19.1.0):
dependencies:
react: 19.1.0
- react-remove-scroll-bar: 2.3.8(@types/react@19.1.0)(react@19.1.0)
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0)
+ react-remove-scroll-bar: 2.3.8(@types/react@19.1.2)(react@19.1.0)
+ react-style-singleton: 2.2.3(@types/react@19.1.2)(react@19.1.0)
tslib: 2.8.1
- use-callback-ref: 1.3.3(@types/react@19.1.0)(react@19.1.0)
- use-sidecar: 1.1.3(@types/react@19.1.0)(react@19.1.0)
+ use-callback-ref: 1.3.3(@types/react@19.1.2)(react@19.1.0)
+ use-sidecar: 1.1.3(@types/react@19.1.2)(react@19.1.0)
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- react-remove-scroll@2.6.3(@types/react@19.1.0)(react@19.1.0):
+ react-stately@3.37.0(react@19.1.0):
dependencies:
- react: 19.1.0
- react-remove-scroll-bar: 2.3.8(@types/react@19.1.0)(react@19.1.0)
- react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0)
- tslib: 2.8.1
- use-callback-ref: 1.3.3(@types/react@19.1.0)(react@19.1.0)
- use-sidecar: 1.1.3(@types/react@19.1.0)(react@19.1.0)
- optionalDependencies:
- '@types/react': 19.1.0
-
- react-stately@3.36.1(react@19.1.0):
- dependencies:
- '@react-stately/calendar': 3.7.1(react@19.1.0)
- '@react-stately/checkbox': 3.6.12(react@19.1.0)
- '@react-stately/collections': 3.12.2(react@19.1.0)
- '@react-stately/color': 3.8.3(react@19.1.0)
- '@react-stately/combobox': 3.10.3(react@19.1.0)
- '@react-stately/data': 3.12.2(react@19.1.0)
- '@react-stately/datepicker': 3.13.0(react@19.1.0)
- '@react-stately/disclosure': 3.0.2(react@19.1.0)
- '@react-stately/dnd': 3.5.2(react@19.1.0)
- '@react-stately/form': 3.1.2(react@19.1.0)
- '@react-stately/list': 3.12.0(react@19.1.0)
- '@react-stately/menu': 3.9.2(react@19.1.0)
- '@react-stately/numberfield': 3.9.10(react@19.1.0)
- '@react-stately/overlays': 3.6.14(react@19.1.0)
- '@react-stately/radio': 3.10.11(react@19.1.0)
- '@react-stately/searchfield': 3.5.10(react@19.1.0)
- '@react-stately/select': 3.6.11(react@19.1.0)
- '@react-stately/selection': 3.20.0(react@19.1.0)
- '@react-stately/slider': 3.6.2(react@19.1.0)
- '@react-stately/table': 3.14.0(react@19.1.0)
- '@react-stately/tabs': 3.8.0(react@19.1.0)
- '@react-stately/toast': 3.0.0(react@19.1.0)
- '@react-stately/toggle': 3.8.2(react@19.1.0)
- '@react-stately/tooltip': 3.5.2(react@19.1.0)
- '@react-stately/tree': 3.8.8(react@19.1.0)
- '@react-types/shared': 3.28.0(react@19.1.0)
+ '@react-stately/calendar': 3.8.0(react@19.1.0)
+ '@react-stately/checkbox': 3.6.13(react@19.1.0)
+ '@react-stately/collections': 3.12.3(react@19.1.0)
+ '@react-stately/color': 3.8.4(react@19.1.0)
+ '@react-stately/combobox': 3.10.4(react@19.1.0)
+ '@react-stately/data': 3.12.3(react@19.1.0)
+ '@react-stately/datepicker': 3.14.0(react@19.1.0)
+ '@react-stately/disclosure': 3.0.3(react@19.1.0)
+ '@react-stately/dnd': 3.5.3(react@19.1.0)
+ '@react-stately/form': 3.1.3(react@19.1.0)
+ '@react-stately/list': 3.12.1(react@19.1.0)
+ '@react-stately/menu': 3.9.3(react@19.1.0)
+ '@react-stately/numberfield': 3.9.11(react@19.1.0)
+ '@react-stately/overlays': 3.6.15(react@19.1.0)
+ '@react-stately/radio': 3.10.12(react@19.1.0)
+ '@react-stately/searchfield': 3.5.11(react@19.1.0)
+ '@react-stately/select': 3.6.12(react@19.1.0)
+ '@react-stately/selection': 3.20.1(react@19.1.0)
+ '@react-stately/slider': 3.6.3(react@19.1.0)
+ '@react-stately/table': 3.14.1(react@19.1.0)
+ '@react-stately/tabs': 3.8.1(react@19.1.0)
+ '@react-stately/toast': 3.1.0(react@19.1.0)
+ '@react-stately/toggle': 3.8.3(react@19.1.0)
+ '@react-stately/tooltip': 3.5.3(react@19.1.0)
+ '@react-stately/tree': 3.8.9(react@19.1.0)
+ '@react-types/shared': 3.29.0(react@19.1.0)
react: 19.1.0
- react-style-singleton@2.2.3(@types/react@19.1.0)(react@19.1.0):
+ react-style-singleton@2.2.3(@types/react@19.1.2)(react@19.1.0):
dependencies:
get-nonce: 1.0.1
react: 19.1.0
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
react@19.1.0: {}
@@ -26841,6 +27718,15 @@ snapshots:
mdast-util-to-markdown: 2.1.2
unified: 11.0.5
+ remark@15.0.1:
+ dependencies:
+ '@types/mdast': 4.0.4
+ remark-parse: 11.0.0
+ remark-stringify: 11.0.0
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - supports-color
+
request@2.88.2:
dependencies:
aws-sign2: 0.7.0
@@ -27025,28 +27911,23 @@ snapshots:
dependencies:
neo-async: 2.6.2
- satori@0.12.2:
- dependencies:
- '@shuding/opentype.js': 1.4.0-beta.0
- css-background-parser: 0.1.0
- css-box-shadow: 1.0.0-3
- css-gradient-parser: 0.0.16
- css-to-react-native: 3.2.0
- emoji-regex: 10.4.0
- escape-html: 1.0.3
- linebreak: 1.1.0
- parse-css-color: 0.2.1
- postcss-value-parser: 4.2.0
- yoga-wasm-web: 0.3.3
-
scheduler@0.26.0: {}
+ scroll-into-view-if-needed@3.1.0:
+ dependencies:
+ compute-scroll-into-view: 3.1.1
+
scslre@0.3.0:
dependencies:
'@eslint-community/regexpp': 4.12.1
refa: 0.12.1
regexp-ast-analysis: 0.7.1
+ section-matter@1.0.0:
+ dependencies:
+ extend-shallow: 2.0.1
+ kind-of: 6.0.3
+
semver@5.7.2: {}
semver@6.3.1: {}
@@ -27096,36 +27977,10 @@ snapshots:
setprototypeof@1.1.1: {}
- sharp@0.33.5:
- dependencies:
- color: 4.2.3
- detect-libc: 2.0.3
- semver: 7.6.3
- optionalDependencies:
- '@img/sharp-darwin-arm64': 0.33.5
- '@img/sharp-darwin-x64': 0.33.5
- '@img/sharp-libvips-darwin-arm64': 1.0.4
- '@img/sharp-libvips-darwin-x64': 1.0.4
- '@img/sharp-libvips-linux-arm': 1.0.5
- '@img/sharp-libvips-linux-arm64': 1.0.4
- '@img/sharp-libvips-linux-s390x': 1.0.4
- '@img/sharp-libvips-linux-x64': 1.0.4
- '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
- '@img/sharp-libvips-linuxmusl-x64': 1.0.4
- '@img/sharp-linux-arm': 0.33.5
- '@img/sharp-linux-arm64': 0.33.5
- '@img/sharp-linux-s390x': 0.33.5
- '@img/sharp-linux-x64': 0.33.5
- '@img/sharp-linuxmusl-arm64': 0.33.5
- '@img/sharp-linuxmusl-x64': 0.33.5
- '@img/sharp-wasm32': 0.33.5
- '@img/sharp-win32-ia32': 0.33.5
- '@img/sharp-win32-x64': 0.33.5
-
sharp@0.34.1:
dependencies:
color: 4.2.3
- detect-libc: 2.0.3
+ detect-libc: 2.0.4
semver: 7.7.1
optionalDependencies:
'@img/sharp-darwin-arm64': 0.34.1
@@ -27148,7 +28003,6 @@ snapshots:
'@img/sharp-wasm32': 0.34.1
'@img/sharp-win32-ia32': 0.34.1
'@img/sharp-win32-x64': 0.34.1
- optional: true
shebang-command@2.0.0:
dependencies:
@@ -27163,14 +28017,14 @@ snapshots:
vscode-oniguruma: 1.7.0
vscode-textmate: 8.0.0
- shiki@3.2.1:
+ shiki@3.3.0:
dependencies:
- '@shikijs/core': 3.2.1
- '@shikijs/engine-javascript': 3.2.1
- '@shikijs/engine-oniguruma': 3.2.1
- '@shikijs/langs': 3.2.1
- '@shikijs/themes': 3.2.1
- '@shikijs/types': 3.2.1
+ '@shikijs/core': 3.3.0
+ '@shikijs/engine-javascript': 3.3.0
+ '@shikijs/engine-oniguruma': 3.3.0
+ '@shikijs/langs': 3.3.0
+ '@shikijs/themes': 3.3.0
+ '@shikijs/types': 3.3.0
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -27435,8 +28289,6 @@ snapshots:
get-east-asian-width: 1.3.0
strip-ansi: 7.1.0
- string.prototype.codepointat@0.2.1: {}
-
string.prototype.includes@2.0.1:
dependencies:
call-bind: 1.0.8
@@ -27513,6 +28365,8 @@ snapshots:
dependencies:
ansi-regex: 6.1.0
+ strip-bom-string@1.0.0: {}
+
strip-bom@3.0.0: {}
strip-bom@4.0.0: {}
@@ -27539,6 +28393,10 @@ snapshots:
style-loader@3.3.4: {}
+ style-to-js@1.1.16:
+ dependencies:
+ style-to-object: 1.0.8
+
style-to-object@0.4.4:
dependencies:
inline-style-parser: 0.1.1
@@ -27636,14 +28494,16 @@ snapshots:
typical: 2.6.1
wordwrapjs: 3.0.0
- tailwind-merge@3.1.0: {}
+ tailwind-merge@3.2.0: {}
- tailwindcss-react-aria-components@2.0.0(tailwindcss@4.1.3):
+ tailwindcss-react-aria-components@2.0.0(tailwindcss@4.1.4):
dependencies:
- tailwindcss: 4.1.3
+ tailwindcss: 4.1.4
tailwindcss@4.1.3: {}
+ tailwindcss@4.1.4: {}
+
tapable@2.2.1: {}
tar-stream@3.1.7:
@@ -27682,10 +28542,10 @@ snapshots:
dependencies:
temp-dir: 3.0.0
- terser@5.37.0:
+ terser@5.39.0:
dependencies:
'@jridgewell/source-map': 0.3.6
- acorn: 8.14.0
+ acorn: 8.14.1
commander: 2.20.3
source-map-support: 0.5.21
@@ -27717,8 +28577,6 @@ snapshots:
text-extensions@2.4.0: {}
- text-table@0.2.0: {}
-
thenify-all@1.6.0:
dependencies:
thenify: 3.3.1
@@ -27735,8 +28593,6 @@ snapshots:
dependencies:
convert-hrtime: 3.0.0
- tiny-inflate@1.0.3: {}
-
tiny-invariant@1.3.3: {}
tinybench@2.9.0: {}
@@ -27755,6 +28611,11 @@ snapshots:
fdir: 6.4.3(picomatch@4.0.2)
picomatch: 4.0.2
+ tinyglobby@0.2.13:
+ dependencies:
+ fdir: 6.4.4(picomatch@4.0.2)
+ picomatch: 4.0.2
+
tinygradient@1.1.5:
dependencies:
'@types/tinycolor2': 1.4.6
@@ -27849,14 +28710,14 @@ snapshots:
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
- ts-node@10.9.2(@types/node@22.14.0)(typescript@5.5.4):
+ ts-node@10.9.2(@types/node@22.15.2)(typescript@5.5.4):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
acorn: 8.14.1
acorn-walk: 8.3.4
arg: 4.1.3
@@ -27868,14 +28729,14 @@ snapshots:
yn: 3.1.1
optional: true
- ts-node@10.9.2(@types/node@22.14.0)(typescript@5.8.3):
+ ts-node@10.9.2(@types/node@22.15.2)(typescript@5.8.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
acorn: 8.14.1
acorn-walk: 8.3.4
arg: 4.1.3
@@ -27977,7 +28838,7 @@ snapshots:
- tsx
- yaml
- tsup@8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1):
+ tsup@8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.5.4)(yaml@2.7.1):
dependencies:
bundle-require: 5.1.0(esbuild@0.25.2)
cac: 6.7.14
@@ -27996,7 +28857,7 @@ snapshots:
tinyglobby: 0.2.12
tree-kill: 1.2.2
optionalDependencies:
- '@microsoft/api-extractor': 7.52.3(@types/node@22.14.0)
+ '@microsoft/api-extractor': 7.52.3(@types/node@22.15.2)
postcss: 8.5.3
typescript: 5.5.4
transitivePeerDependencies:
@@ -28005,7 +28866,7 @@ snapshots:
- tsx
- yaml
- tsup@8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.14.0))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1):
+ tsup@8.4.0(@microsoft/api-extractor@7.52.3(@types/node@22.15.2))(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.2)(typescript@5.8.3)(yaml@2.7.1):
dependencies:
bundle-require: 5.1.0(esbuild@0.25.2)
cac: 6.7.14
@@ -28024,7 +28885,7 @@ snapshots:
tinyglobby: 0.2.12
tree-kill: 1.2.2
optionalDependencies:
- '@microsoft/api-extractor': 7.52.3(@types/node@22.14.0)
+ '@microsoft/api-extractor': 7.52.3(@types/node@22.15.2)
postcss: 8.5.3
typescript: 5.8.3
transitivePeerDependencies:
@@ -28075,37 +28936,47 @@ snapshots:
tunnel@0.0.6: {}
- turbo-darwin-64@2.5.0:
+ turbo-darwin-64@2.5.2:
optional: true
- turbo-darwin-arm64@2.5.0:
+ turbo-darwin-arm64@2.5.2:
optional: true
- turbo-linux-64@2.5.0:
+ turbo-linux-64@2.5.2:
optional: true
- turbo-linux-arm64@2.5.0:
+ turbo-linux-arm64@2.5.2:
optional: true
- turbo-windows-64@2.5.0:
+ turbo-windows-64@2.5.2:
optional: true
- turbo-windows-arm64@2.5.0:
+ turbo-windows-arm64@2.5.2:
optional: true
- turbo@2.5.0:
+ turbo@2.5.2:
optionalDependencies:
- turbo-darwin-64: 2.5.0
- turbo-darwin-arm64: 2.5.0
- turbo-linux-64: 2.5.0
- turbo-linux-arm64: 2.5.0
- turbo-windows-64: 2.5.0
- turbo-windows-arm64: 2.5.0
+ turbo-darwin-64: 2.5.2
+ turbo-darwin-arm64: 2.5.2
+ turbo-linux-64: 2.5.2
+ turbo-linux-arm64: 2.5.2
+ turbo-windows-64: 2.5.2
+ turbo-windows-arm64: 2.5.2
- tw-animate-css@1.2.5: {}
+ tw-animate-css@1.2.8: {}
tweetnacl@0.14.5: {}
+ twoslash-protocol@0.3.1: {}
+
+ twoslash@0.3.1(typescript@5.8.3):
+ dependencies:
+ '@typescript/vfs': 1.6.1(typescript@5.8.3)
+ twoslash-protocol: 0.3.1
+ typescript: 5.8.3
+ transitivePeerDependencies:
+ - supports-color
+
type-check@0.4.0:
dependencies:
prelude-ls: 1.2.1
@@ -28114,8 +28985,6 @@ snapshots:
type-fest@0.18.1: {}
- type-fest@0.20.2: {}
-
type-fest@0.21.3: {}
type-fest@0.6.0: {}
@@ -28173,22 +29042,22 @@ snapshots:
shiki: 0.14.7
typescript: 5.8.3
- typescript-eslint@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4):
+ typescript-eslint@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4))(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.5.4)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4))(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.5.4)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- typescript-eslint@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3):
+ typescript-eslint@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.29.0(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
- eslint: 9.24.0(jiti@2.4.2)
+ '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.8.3)
+ eslint: 9.25.1(jiti@2.4.2)
typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -28253,11 +29122,6 @@ snapshots:
undici@7.8.0: {}
- unicode-trie@2.0.0:
- dependencies:
- pako: 0.2.9
- tiny-inflate: 1.0.3
-
unicorn-magic@0.1.0: {}
unicorn-magic@0.3.0: {}
@@ -28267,7 +29131,7 @@ snapshots:
'@types/concat-stream': 2.0.3
'@types/debug': 4.1.12
'@types/is-empty': 1.2.3
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
'@types/unist': 3.0.3
concat-stream: 2.0.0
debug: 4.4.0
@@ -28350,9 +29214,9 @@ snapshots:
universalify@2.0.1: {}
- unocss@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)):
+ unocss@0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)):
dependencies:
- '@unocss/astro': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/astro': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@unocss/cli': 0.60.4(rollup@4.39.0)
'@unocss/core': 0.60.4
'@unocss/extractor-arbitrary-variants': 0.60.4
@@ -28371,16 +29235,16 @@ snapshots:
'@unocss/transformer-compile-class': 0.60.4
'@unocss/transformer-directives': 0.60.4
'@unocss/transformer-variant-group': 0.60.4
- '@unocss/vite': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/vite': 0.60.4(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- supports-color
- unocss@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)):
+ unocss@0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)):
dependencies:
- '@unocss/astro': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/astro': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@unocss/cli': 0.65.3(rollup@4.39.0)
'@unocss/core': 0.65.3
'@unocss/postcss': 0.65.3
@@ -28396,9 +29260,9 @@ snapshots:
'@unocss/transformer-compile-class': 0.65.3
'@unocss/transformer-directives': 0.65.3
'@unocss/transformer-variant-group': 0.65.3
- '@unocss/vite': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@unocss/vite': 0.65.3(rollup@4.39.0)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- rollup
- supports-color
@@ -28411,23 +29275,27 @@ snapshots:
acorn: 8.14.1
webpack-virtual-modules: 0.6.2
- unrs-resolver@1.3.3:
+ unrs-resolver@1.7.2:
+ dependencies:
+ napi-postinstall: 0.2.2
optionalDependencies:
- '@unrs/resolver-binding-darwin-arm64': 1.3.3
- '@unrs/resolver-binding-darwin-x64': 1.3.3
- '@unrs/resolver-binding-freebsd-x64': 1.3.3
- '@unrs/resolver-binding-linux-arm-gnueabihf': 1.3.3
- '@unrs/resolver-binding-linux-arm-musleabihf': 1.3.3
- '@unrs/resolver-binding-linux-arm64-gnu': 1.3.3
- '@unrs/resolver-binding-linux-arm64-musl': 1.3.3
- '@unrs/resolver-binding-linux-ppc64-gnu': 1.3.3
- '@unrs/resolver-binding-linux-s390x-gnu': 1.3.3
- '@unrs/resolver-binding-linux-x64-gnu': 1.3.3
- '@unrs/resolver-binding-linux-x64-musl': 1.3.3
- '@unrs/resolver-binding-wasm32-wasi': 1.3.3
- '@unrs/resolver-binding-win32-arm64-msvc': 1.3.3
- '@unrs/resolver-binding-win32-ia32-msvc': 1.3.3
- '@unrs/resolver-binding-win32-x64-msvc': 1.3.3
+ '@unrs/resolver-binding-darwin-arm64': 1.7.2
+ '@unrs/resolver-binding-darwin-x64': 1.7.2
+ '@unrs/resolver-binding-freebsd-x64': 1.7.2
+ '@unrs/resolver-binding-linux-arm-gnueabihf': 1.7.2
+ '@unrs/resolver-binding-linux-arm-musleabihf': 1.7.2
+ '@unrs/resolver-binding-linux-arm64-gnu': 1.7.2
+ '@unrs/resolver-binding-linux-arm64-musl': 1.7.2
+ '@unrs/resolver-binding-linux-ppc64-gnu': 1.7.2
+ '@unrs/resolver-binding-linux-riscv64-gnu': 1.7.2
+ '@unrs/resolver-binding-linux-riscv64-musl': 1.7.2
+ '@unrs/resolver-binding-linux-s390x-gnu': 1.7.2
+ '@unrs/resolver-binding-linux-x64-gnu': 1.7.2
+ '@unrs/resolver-binding-linux-x64-musl': 1.7.2
+ '@unrs/resolver-binding-wasm32-wasi': 1.7.2
+ '@unrs/resolver-binding-win32-arm64-msvc': 1.7.2
+ '@unrs/resolver-binding-win32-ia32-msvc': 1.7.2
+ '@unrs/resolver-binding-win32-x64-msvc': 1.7.2
update-browserslist-db@1.1.1(browserslist@4.24.3):
dependencies:
@@ -28456,12 +29324,12 @@ snapshots:
dependencies:
punycode: 2.3.1
- use-callback-ref@1.3.3(@types/react@19.1.0)(react@19.1.0):
+ use-callback-ref@1.3.3(@types/react@19.1.2)(react@19.1.0):
dependencies:
react: 19.1.0
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
use-resize-observer@9.1.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0):
dependencies:
@@ -28469,15 +29337,15 @@ snapshots:
react: 19.1.0
react-dom: 19.1.0(react@19.1.0)
- use-sidecar@1.1.3(@types/react@19.1.0)(react@19.1.0):
+ use-sidecar@1.1.3(@types/react@19.1.2)(react@19.1.0):
dependencies:
detect-node-es: 1.1.0
react: 19.1.0
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.1.0
+ '@types/react': 19.1.2
- use-sync-external-store@1.4.0(react@19.1.0):
+ use-sync-external-store@1.5.0(react@19.1.0):
dependencies:
react: 19.1.0
@@ -28538,15 +29406,6 @@ snapshots:
validator@13.12.0: {}
- vaul@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):
- dependencies:
- '@radix-ui/react-dialog': 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)
- react: 19.1.0
- react-dom: 19.1.0(react@19.1.0)
- transitivePeerDependencies:
- - '@types/react'
- - '@types/react-dom'
-
vercel@41.4.1(encoding@0.1.13)(rollup@4.39.0):
dependencies:
'@vercel/build-utils': 10.5.1
@@ -28611,13 +29470,13 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-node@3.1.1(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vite-node@3.1.1(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -28632,13 +29491,13 @@ snapshots:
- tsx
- yaml
- vite-node@3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vite-node@3.1.1(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -28653,9 +29512,9 @@ snapshots:
- tsx
- yaml
- vite-plugin-dts@4.5.3(@types/node@22.14.0)(rollup@4.39.0)(typescript@5.8.3)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)):
+ vite-plugin-dts@4.5.3(@types/node@22.15.2)(rollup@4.39.0)(typescript@5.8.3)(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)):
dependencies:
- '@microsoft/api-extractor': 7.52.3(@types/node@22.14.0)
+ '@microsoft/api-extractor': 7.52.3(@types/node@22.15.2)
'@rollup/pluginutils': 5.1.4(rollup@4.39.0)
'@volar/typescript': 2.4.12
'@vue/language-core': 2.2.0(typescript@5.8.3)
@@ -28666,13 +29525,13 @@ snapshots:
magic-string: 0.30.17
typescript: 5.8.3
optionalDependencies:
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
- vite@6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vite@6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
esbuild: 0.25.2
postcss: 8.5.3
@@ -28682,34 +29541,34 @@ snapshots:
fsevents: 2.3.3
jiti: 2.4.2
lightningcss: 1.29.2
- terser: 5.37.0
+ terser: 5.39.0
tsx: 4.19.2
yaml: 2.7.1
- vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
esbuild: 0.25.2
postcss: 8.5.3
rollup: 4.39.0
optionalDependencies:
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
fsevents: 2.3.3
jiti: 2.4.2
lightningcss: 1.29.2
- terser: 5.37.0
+ terser: 5.39.0
tsx: 4.19.2
yaml: 2.7.1
- vitest-websocket-mock@0.5.0(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)):
+ vitest-websocket-mock@0.5.0(vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)):
dependencies:
'@vitest/utils': 3.1.1
mock-socket: 9.3.1
- vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vitest: 3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
- vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -28725,8 +29584,8 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
- vite-node: 3.1.1(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite-node: 3.1.1(@types/node@18.17.9)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
why-is-node-running: 2.3.0
optionalDependencies:
'@edge-runtime/vm': 3.2.0
@@ -28746,10 +29605,10 @@ snapshots:
- tsx
- yaml
- vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1):
+ vitest@3.1.1(@edge-runtime/vm@3.2.0)(@types/debug@4.1.12)(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1))
+ '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -28765,13 +29624,13 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
- vite-node: 3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite: 6.2.5(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
+ vite-node: 3.1.1(@types/node@22.15.2)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(tsx@4.19.2)(yaml@2.7.1)
why-is-node-running: 2.3.0
optionalDependencies:
'@edge-runtime/vm': 3.2.0
'@types/debug': 4.1.12
- '@types/node': 22.14.0
+ '@types/node': 22.15.2
transitivePeerDependencies:
- jiti
- less
@@ -28792,10 +29651,10 @@ snapshots:
vscode-uri@3.1.0: {}
- vue-eslint-parser@10.1.3(eslint@9.24.0(jiti@2.4.2)):
+ vue-eslint-parser@10.1.3(eslint@9.25.1(jiti@2.4.2)):
dependencies:
debug: 4.4.0
- eslint: 9.24.0(jiti@2.4.2)
+ eslint: 9.25.1(jiti@2.4.2)
eslint-scope: 8.2.0
eslint-visitor-keys: 4.2.0
espree: 10.3.0
@@ -29033,8 +29892,6 @@ snapshots:
yoctocolors@2.1.1: {}
- yoga-wasm-web@0.3.3: {}
-
z-schema@5.0.5:
dependencies:
lodash.get: 4.4.2
@@ -29047,10 +29904,10 @@ snapshots:
dependencies:
nan: 2.22.0
- zod-validation-error@3.4.0(zod@3.24.2):
+ zod-validation-error@3.4.0(zod@3.24.3):
dependencies:
- zod: 3.24.2
+ zod: 3.24.3
- zod@3.24.2: {}
+ zod@3.24.3: {}
zwitch@2.0.4: {}
diff --git a/turbo.json b/turbo.json
index cc47bcfcd..db7536ea9 100644
--- a/turbo.json
+++ b/turbo.json
@@ -19,28 +19,14 @@
},
"@discordjs/guide#build:local": {
"dependsOn": ["^build"],
- "inputs": [
- "public/**",
- "src/**",
- "!src/styles/unocss.css",
- "next.config.js",
- "package.json",
- "tsconfig.json"
- ],
- "outputs": [".next/**", ".next/cache/**"],
+ "inputs": ["public/**", "src/**", "next.config.ts", "package.json", "tsconfig.json"],
+ "outputs": [".next/**", ".next/cache/**", ".source/**"],
"outputLogs": "full"
},
"@discordjs/guide#build:prod": {
"dependsOn": ["^build"],
- "inputs": [
- "public/**",
- "src/**",
- "!src/styles/unocss.css",
- "next.config.js",
- "package.json",
- "tsconfig.json"
- ],
- "outputs": [".next/**", ".next/cache/**"],
+ "inputs": ["public/**", "src/**", "next.config.ts", "package.json", "tsconfig.json"],
+ "outputs": [".next/**", ".next/cache/**", ".source/**"],
"outputLogs": "full"
},
"@discordjs/website#build:local": {
@@ -68,7 +54,7 @@
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
- "next.config.mjs",
+ "next.config.ts",
"package.json",
"tsconfig.json"
],
@@ -100,7 +86,7 @@
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
- "next.config.mjs",
+ "next.config.ts",
"package.json",
"tsconfig.json"
],