diff --git a/apps/storybook/package.json b/apps/storybook/package.json
index fb7fd16cb3..90f5ba7bec 100644
--- a/apps/storybook/package.json
+++ b/apps/storybook/package.json
@@ -25,11 +25,11 @@
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
- "@typescript-eslint/eslint-plugin": "^6.17.0",
- "@typescript-eslint/parser": "^6.17.0",
+ "@typescript-eslint/eslint-plugin": "^6.18.1",
+ "@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.19.11",
"tsup": "^8.0.1",
- "vite": "^5.0.10"
+ "vite": "^5.0.11"
}
}
diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/components/Modal.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/components/Modal.tsx
index fc0d70d53b..7f66533c6e 100644
--- a/apps/web/app/(app)/environments/[environmentId]/surveys/components/Modal.tsx
+++ b/apps/web/app/(app)/environments/[environmentId]/surveys/components/Modal.tsx
@@ -93,10 +93,10 @@ export default function Modal({
? "translate-x-0 opacity-100"
: "translate-x-32 opacity-0"
: previewMode === "mobile"
- ? show
- ? "bottom-0"
- : "-bottom-full"
- : "";
+ ? show
+ ? "bottom-0"
+ : "-bottom-full"
+ : "";
return (
diff --git a/apps/web/package.json b/apps/web/package.json
index d12c7410cc..9e2fa1fb8c 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -19,37 +19,37 @@
"@formbricks/surveys": "workspace:*",
"@formbricks/types": "workspace:*",
"@formbricks/ui": "workspace:*",
- "@headlessui/react": "^1.7.17",
+ "@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@json2csv/node": "^7.0.4",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-email/components": "^0.0.12",
- "@sentry/nextjs": "^7.91.0",
+ "@sentry/nextjs": "^7.92.0",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.2",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
- "framer-motion": "10.17.4",
- "googleapis": "^129.0.0",
+ "framer-motion": "10.17.12",
+ "googleapis": "^130.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
- "lucide-react": "^0.303.0",
+ "lucide-react": "^0.308.0",
"mime": "^4.0.1",
"next": "14.0.4",
"nodemailer": "^6.9.8",
"otplib": "^12.0.1",
- "posthog-js": "^1.96.1",
+ "posthog-js": "^1.97.0",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-email": "^1.10.0",
- "react-hook-form": "^7.49.2",
+ "react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"ua-parser-js": "^1.0.37",
diff --git a/packages/api/package.json b/packages/api/package.json
index b63f2d12d9..b892d91a8c 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -36,7 +36,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"terser": "^5.26.0",
- "vite": "^5.0.10",
+ "vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0"
}
}
diff --git a/packages/ee/package.json b/packages/ee/package.json
index 8171496a43..917be3d377 100644
--- a/packages/ee/package.json
+++ b/packages/ee/package.json
@@ -18,6 +18,6 @@
},
"dependencies": {
"@formbricks/lib": "workspace:*",
- "stripe": "^14.10.0"
+ "stripe": "^14.11.0"
}
}
diff --git a/packages/js/package.json b/packages/js/package.json
index 400495a6e1..8fc39e2a02 100644
--- a/packages/js/package.json
+++ b/packages/js/package.json
@@ -40,7 +40,7 @@
"author": "Formbricks ",
"devDependencies": {
"@babel/core": "^7.23.7",
- "@babel/preset-env": "^7.23.7",
+ "@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@formbricks/api": "workspace:*",
"@formbricks/lib": "workspace:*",
@@ -48,8 +48,8 @@
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.11",
- "@typescript-eslint/eslint-plugin": "^6.17.0",
- "@typescript-eslint/parser": "^6.17.0",
+ "@typescript-eslint/eslint-plugin": "^6.18.1",
+ "@typescript-eslint/parser": "^6.18.1",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"isomorphic-fetch": "^3.0.0",
@@ -57,7 +57,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.26.0",
- "vite": "^5.0.10",
+ "vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest"
diff --git a/packages/lib/package.json b/packages/lib/package.json
index c6c82023f3..b62ea8c296 100644
--- a/packages/lib/package.json
+++ b/packages/lib/package.json
@@ -24,13 +24,13 @@
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"aws-crt": "^1.20.1",
- "date-fns": "^3.0.6",
+ "date-fns": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.0.0",
"nanoid": "^5.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
- "posthog-node": "^3.3.0",
+ "posthog-node": "^3.4.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0"
},
diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json
index 4f2a621de0..8d1a7dec8e 100644
--- a/packages/prettier-config/package.json
+++ b/packages/prettier-config/package.json
@@ -9,6 +9,6 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.1.1",
- "prettier-plugin-tailwindcss": "^0.5.10"
+ "prettier-plugin-tailwindcss": "^0.5.11"
}
}
diff --git a/packages/surveys/package.json b/packages/surveys/package.json
index c6f1778bd4..8df8b16371 100644
--- a/packages/surveys/package.json
+++ b/packages/surveys/package.json
@@ -40,12 +40,12 @@
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
- "postcss": "^8.4.32",
+ "postcss": "^8.4.33",
"preact": "^10.19.3",
"react-date-picker": "^10.6.0",
- "tailwindcss": "^3.4.0",
+ "tailwindcss": "^3.4.1",
"terser": "^5.26.0",
- "vite": "^5.0.10",
+ "vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vite-tsconfig-paths": "^4.2.3",
"serve": "14.2.1",
diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json
index e70ae3f282..a5b4ce723e 100644
--- a/packages/tailwind-config/package.json
+++ b/packages/tailwind-config/package.json
@@ -10,7 +10,7 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
- "postcss": "^8.4.32",
- "tailwindcss": "^3.4.0"
+ "postcss": "^8.4.33",
+ "tailwindcss": "^3.4.1"
}
}
diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json
index 6b0a5fcc05..36fa61cf12 100644
--- a/packages/tsconfig/package.json
+++ b/packages/tsconfig/package.json
@@ -7,8 +7,8 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
- "@types/node": "20.10.6",
- "@types/react": "18.2.46",
+ "@types/node": "20.10.7",
+ "@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"typescript": "^5.3.3"
}
diff --git a/packages/ui/Editor/components/ToolbarPlugin.tsx b/packages/ui/Editor/components/ToolbarPlugin.tsx
index 7fb7b1d2e4..9afd7e8251 100644
--- a/packages/ui/Editor/components/ToolbarPlugin.tsx
+++ b/packages/ui/Editor/components/ToolbarPlugin.tsx
@@ -13,14 +13,7 @@ import { useLexicalComposerContext } from "@lexical/react/LexicalComposerContext
import { $createHeadingNode, $isHeadingNode } from "@lexical/rich-text";
import { $isAtNodeEnd, $wrapNodes } from "@lexical/selection";
import { $getNearestNodeOfType, mergeRegister } from "@lexical/utils";
-import type {
- BaseSelection,
- EditorState,
- GridSelection,
- LexicalEditor,
- NodeSelection,
- RangeSelection,
-} from "lexical";
+import type { BaseSelection, EditorState, LexicalEditor, NodeSelection, RangeSelection } from "lexical";
import {
$createParagraphNode,
$getRoot,
@@ -76,9 +69,9 @@ function FloatingLinkEditor({ editor }: { editor: LexicalEditor }) {
const inputRef = useRef(null);
const [linkUrl, setLinkUrl] = useState("");
const [isEditMode, setEditMode] = useState(false);
- const [lastSelection, setLastSelection] = useState<
- RangeSelection | NodeSelection | GridSelection | BaseSelection | null
- >(null);
+ const [lastSelection, setLastSelection] = useState(
+ null
+ );
const updateLinkEditor = useCallback(() => {
const selection = $getSelection();
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 9cc3b1414a..9e85d0d334 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -12,20 +12,20 @@
"@formbricks/types": "workspace:*",
"concurrently": "^8.2.2",
"eslint-config-formbricks": "workspace:*",
- "postcss": "^8.4.32",
+ "postcss": "^8.4.33",
"react": "18.2.0"
},
"dependencies": {
"@formbricks/surveys": "workspace:*",
"@formbricks/lib": "workspace:*",
"@heroicons/react": "^2.1.1",
- "@lexical/code": "^0.12.5",
- "@lexical/link": "^0.12.5",
- "@lexical/list": "^0.12.5",
- "@lexical/markdown": "^0.12.5",
- "@lexical/react": "^0.12.5",
- "@lexical/rich-text": "^0.12.5",
- "@lexical/table": "^0.12.5",
+ "@lexical/code": "^0.12.6",
+ "@lexical/link": "^0.12.6",
+ "@lexical/list": "^0.12.6",
+ "@lexical/markdown": "^0.12.6",
+ "@lexical/react": "^0.12.6",
+ "@lexical/rich-text": "^0.12.6",
+ "@lexical/table": "^0.12.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
@@ -40,8 +40,8 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
- "lexical": "^0.12.5",
- "lucide-react": "^0.303.0",
+ "lexical": "^0.12.6",
+ "lucide-react": "^0.308.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f36539ef4a..f3ba5fdecf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -69,7 +69,7 @@ importers:
version: 1.3.0(react-dom@18.2.0)(react@18.2.0)
'@docsearch/react':
specifier: ^3.5.2
- version: 3.5.2(@algolia/client-search@4.22.0)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)(search-insights@2.13.0)
+ version: 3.5.2(@algolia/client-search@4.22.0)(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)(search-insights@2.13.0)
'@formbricks/lib':
specifier: workspace:*
version: link:../../packages/lib
@@ -105,10 +105,10 @@ importers:
version: 2.2.2
'@radix-ui/react-slider':
specifier: ^1.1.2
- version: 1.1.2(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ version: 1.1.2(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-tooltip':
specifier: ^1.0.6
- version: 1.0.7(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ version: 1.0.7(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@sindresorhus/slugify':
specifier: ^2.2.1
version: 2.2.1
@@ -123,7 +123,7 @@ importers:
version: 8.11.2
autoprefixer:
specifier: ^10.4.15
- version: 10.4.16(postcss@8.4.32)
+ version: 10.4.16(postcss@8.4.33)
clsx:
specifier: ^2.0.0
version: 2.0.0
@@ -183,7 +183,7 @@ importers:
version: 4.12.0(react@18.2.0)
react-markdown:
specifier: ^8.0.7
- version: 8.0.7(@types/react@18.2.46)(react@18.2.0)
+ version: 8.0.7(@types/react@18.2.47)(react@18.2.0)
react-responsive-embed:
specifier: ^2.1.0
version: 2.1.0(prop-types@15.8.1)(react@18.2.0)
@@ -216,7 +216,7 @@ importers:
version: 5.0.0
zustand:
specifier: ^4.4.1
- version: 4.4.7(@types/react@18.2.46)(react@18.2.0)
+ version: 4.4.7(@types/react@18.2.47)(react@18.2.0)
devDependencies:
'@formbricks/tsconfig':
specifier: workspace:*
@@ -260,19 +260,19 @@ importers:
version: 7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)
'@storybook/react-vite':
specifier: ^7.6.7
- version: 7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(vite@5.0.10)
+ version: 7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(vite@5.0.11)
'@storybook/testing-library':
specifier: ^0.2.2
version: 0.2.2
'@typescript-eslint/eslint-plugin':
- specifier: ^6.17.0
- version: 6.17.0(@typescript-eslint/parser@6.17.0)(eslint@8.56.0)(typescript@5.3.3)
+ specifier: ^6.18.1
+ version: 6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3)
'@typescript-eslint/parser':
- specifier: ^6.17.0
- version: 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ specifier: ^6.18.1
+ version: 6.18.1(eslint@8.56.0)(typescript@5.3.3)
'@vitejs/plugin-react':
specifier: ^4.2.1
- version: 4.2.1(vite@5.0.10)
+ version: 4.2.1(vite@5.0.11)
esbuild:
specifier: ^0.19.11
version: 0.19.11
@@ -280,8 +280,8 @@ importers:
specifier: ^8.0.1
version: 8.0.1(typescript@5.3.3)
vite:
- specifier: ^5.0.10
- version: 5.0.10
+ specifier: ^5.0.11
+ version: 5.0.11(terser@5.26.0)
apps/web:
dependencies:
@@ -310,8 +310,8 @@ importers:
specifier: workspace:*
version: link:../../packages/ui
'@headlessui/react':
- specifier: ^1.7.17
- version: 1.7.17(react-dom@18.2.0)(react@18.2.0)
+ specifier: ^1.7.18
+ version: 1.7.18(react-dom@18.2.0)(react@18.2.0)
'@heroicons/react':
specifier: ^2.1.1
version: 2.1.1(react@18.2.0)
@@ -331,8 +331,8 @@ importers:
specifier: ^0.0.12
version: 0.0.12(react@18.2.0)
'@sentry/nextjs':
- specifier: ^7.91.0
- version: 7.91.0(encoding@0.1.13)(next@14.0.4)(react@18.2.0)(webpack@5.89.0)
+ specifier: ^7.92.0
+ version: 7.92.0(encoding@0.1.13)(next@14.0.4)(react@18.2.0)(webpack@5.89.0)
'@vercel/og':
specifier: ^0.6.2
version: 0.6.2
@@ -349,11 +349,11 @@ importers:
specifier: ^0.1.13
version: 0.1.13
framer-motion:
- specifier: 10.17.4
- version: 10.17.4(react-dom@18.2.0)(react@18.2.0)
+ specifier: 10.17.12
+ version: 10.17.12(react-dom@18.2.0)(react@18.2.0)
googleapis:
- specifier: ^129.0.0
- version: 129.0.0(encoding@0.1.13)
+ specifier: ^130.0.0
+ version: 130.0.0(encoding@0.1.13)
jsonwebtoken:
specifier: ^9.0.2
version: 9.0.2
@@ -364,8 +364,8 @@ importers:
specifier: ^10.1.0
version: 10.1.0
lucide-react:
- specifier: ^0.303.0
- version: 0.303.0(react@18.2.0)
+ specifier: ^0.308.0
+ version: 0.308.0(react@18.2.0)
mime:
specifier: ^4.0.1
version: 4.0.1
@@ -379,8 +379,8 @@ importers:
specifier: ^12.0.1
version: 12.0.1
posthog-js:
- specifier: ^1.96.1
- version: 1.96.1
+ specifier: ^1.97.0
+ version: 1.97.1
prismjs:
specifier: ^1.29.0
version: 1.29.0
@@ -400,8 +400,8 @@ importers:
specifier: ^1.10.0
version: 1.10.0(encoding@0.1.13)
react-hook-form:
- specifier: ^7.49.2
- version: 7.49.2(react@18.2.0)
+ specifier: ^7.49.3
+ version: 7.49.3(react@18.2.0)
react-hot-toast:
specifier: ^2.4.1
version: 2.4.1(csstype@3.1.3)(react-dom@18.2.0)(react@18.2.0)
@@ -455,11 +455,11 @@ importers:
specifier: ^5.26.0
version: 5.26.0
vite:
- specifier: ^5.0.10
- version: 5.0.10(terser@5.26.0)
+ specifier: ^5.0.11
+ version: 5.0.11(terser@5.26.0)
vite-plugin-dts:
specifier: ^3.7.0
- version: 3.7.0(typescript@5.3.3)(vite@5.0.10)
+ version: 3.7.0(typescript@5.3.3)(vite@5.0.11)
packages/database:
dependencies:
@@ -504,8 +504,8 @@ importers:
specifier: workspace:*
version: link:../lib
stripe:
- specifier: ^14.10.0
- version: 14.10.0
+ specifier: ^14.11.0
+ version: 14.11.0
devDependencies:
'@formbricks/tsconfig':
specifier: '*'
@@ -553,8 +553,8 @@ importers:
specifier: ^7.23.7
version: 7.23.7
'@babel/preset-env':
- specifier: ^7.23.7
- version: 7.23.7(@babel/core@7.23.7)
+ specifier: ^7.23.8
+ version: 7.23.8(@babel/core@7.23.7)
'@babel/preset-typescript':
specifier: ^7.23.3
version: 7.23.3(@babel/core@7.23.7)
@@ -577,11 +577,11 @@ importers:
specifier: ^29.5.11
version: 29.5.11
'@typescript-eslint/eslint-plugin':
- specifier: ^6.17.0
- version: 6.17.0(@typescript-eslint/parser@6.17.0)(eslint@8.56.0)(typescript@5.3.3)
+ specifier: ^6.18.1
+ version: 6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3)
'@typescript-eslint/parser':
- specifier: ^6.17.0
- version: 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ specifier: ^6.18.1
+ version: 6.18.1(eslint@8.56.0)(typescript@5.3.3)
babel-jest:
specifier: ^29.7.0
version: 29.7.0(@babel/core@7.23.7)
@@ -599,7 +599,7 @@ importers:
version: 3.0.0
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ version: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-environment-jsdom:
specifier: ^29.7.0
version: 29.7.0
@@ -610,11 +610,11 @@ importers:
specifier: ^5.26.0
version: 5.26.0
vite:
- specifier: ^5.0.10
- version: 5.0.10(terser@5.26.0)
+ specifier: ^5.0.11
+ version: 5.0.11(terser@5.26.0)
vite-plugin-dts:
specifier: ^3.7.0
- version: 3.7.0(typescript@5.3.3)(vite@5.0.10)
+ version: 3.7.0(typescript@5.3.3)(vite@5.0.11)
packages/lib:
dependencies:
@@ -646,8 +646,8 @@ importers:
specifier: ^1.20.1
version: 1.20.1
date-fns:
- specifier: ^3.0.6
- version: 3.0.6
+ specifier: ^3.2.0
+ version: 3.2.0
jsonwebtoken:
specifier: ^9.0.2
version: 9.0.2
@@ -667,8 +667,8 @@ importers:
specifier: ^6.9.8
version: 6.9.8
posthog-node:
- specifier: ^3.3.0
- version: 3.3.0
+ specifier: ^3.4.0
+ version: 3.5.0
server-only:
specifier: ^0.0.1
version: 0.0.1
@@ -693,7 +693,7 @@ importers:
version: link:../eslint-config-formbricks
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ version: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-mock-extended:
specifier: ^3.0.5
version: 3.0.5(jest@29.7.0)(typescript@5.3.3)
@@ -702,7 +702,7 @@ importers:
version: 29.1.1(@babel/core@7.23.7)(babel-jest@29.7.0)(jest@29.7.0)(typescript@5.3.3)
ts-node:
specifier: ^10.9.2
- version: 10.9.2(@types/node@20.10.6)(typescript@5.3.3)
+ version: 10.9.2(@types/node@20.10.7)(typescript@5.3.3)
packages/prettier-config:
devDependencies:
@@ -713,8 +713,8 @@ importers:
specifier: ^3.1.1
version: 3.1.1
prettier-plugin-tailwindcss:
- specifier: ^0.5.10
- version: 0.5.10(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1)
+ specifier: ^0.5.11
+ version: 0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1)
packages/surveys:
devDependencies:
@@ -732,10 +732,10 @@ importers:
version: link:../types
'@preact/preset-vite':
specifier: ^2.8.1
- version: 2.8.1(@babel/core@7.23.7)(preact@10.19.3)(vite@5.0.10)
+ version: 2.8.1(@babel/core@7.23.7)(preact@10.19.3)(vite@5.0.11)
autoprefixer:
specifier: ^10.4.16
- version: 10.4.16(postcss@8.4.32)
+ version: 10.4.16(postcss@8.4.33)
concurrently:
specifier: 8.2.2
version: 8.2.2
@@ -746,8 +746,8 @@ importers:
specifier: latest
version: 1.11.2(eslint@8.56.0)
postcss:
- specifier: ^8.4.32
- version: 8.4.32
+ specifier: ^8.4.33
+ version: 8.4.33
preact:
specifier: ^10.19.3
version: 10.19.3
@@ -758,47 +758,47 @@ importers:
specifier: 14.2.1
version: 14.2.1
tailwindcss:
- specifier: ^3.4.0
- version: 3.4.0
+ specifier: ^3.4.1
+ version: 3.4.1
terser:
specifier: ^5.26.0
version: 5.26.0
vite:
- specifier: ^5.0.10
- version: 5.0.10(terser@5.26.0)
+ specifier: ^5.0.11
+ version: 5.0.11(terser@5.26.0)
vite-plugin-dts:
specifier: ^3.7.0
- version: 3.7.0(typescript@5.3.3)(vite@5.0.10)
+ version: 3.7.0(typescript@5.3.3)(vite@5.0.11)
vite-tsconfig-paths:
specifier: ^4.2.3
- version: 4.2.3(typescript@5.3.3)(vite@5.0.10)
+ version: 4.2.3(typescript@5.3.3)(vite@5.0.11)
packages/tailwind-config:
devDependencies:
'@tailwindcss/forms':
specifier: ^0.5.7
- version: 0.5.7(tailwindcss@3.4.0)
+ version: 0.5.7(tailwindcss@3.4.1)
'@tailwindcss/typography':
specifier: ^0.5.10
- version: 0.5.10(tailwindcss@3.4.0)
+ version: 0.5.10(tailwindcss@3.4.1)
autoprefixer:
specifier: ^10.4.16
- version: 10.4.16(postcss@8.4.32)
+ version: 10.4.16(postcss@8.4.33)
postcss:
- specifier: ^8.4.32
- version: 8.4.32
+ specifier: ^8.4.33
+ version: 8.4.33
tailwindcss:
- specifier: ^3.4.0
- version: 3.4.0
+ specifier: ^3.4.1
+ version: 3.4.1
packages/tsconfig:
devDependencies:
'@types/node':
- specifier: 20.10.6
- version: 20.10.6
+ specifier: 20.10.7
+ version: 20.10.7
'@types/react':
- specifier: 18.2.46
- version: 18.2.46
+ specifier: 18.2.47
+ version: 18.2.47
'@types/react-dom':
specifier: 18.2.18
version: 18.2.18
@@ -828,26 +828,26 @@ importers:
specifier: ^2.1.1
version: 2.1.1(react@18.2.0)
'@lexical/code':
- specifier: ^0.12.5
- version: 0.12.5(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(lexical@0.12.6)
'@lexical/link':
- specifier: ^0.12.5
- version: 0.12.5(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(lexical@0.12.6)
'@lexical/list':
- specifier: ^0.12.5
- version: 0.12.5(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(lexical@0.12.6)
'@lexical/markdown':
- specifier: ^0.12.5
- version: 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(lexical@0.12.6)
'@lexical/react':
- specifier: ^0.12.5
- version: 0.12.5(lexical@0.12.5)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.10)
+ specifier: ^0.12.6
+ version: 0.12.6(lexical@0.12.6)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.10)
'@lexical/rich-text':
- specifier: ^0.12.5
- version: 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6)
'@lexical/table':
- specifier: ^0.12.5
- version: 0.12.5(lexical@0.12.5)
+ specifier: ^0.12.6
+ version: 0.12.6(lexical@0.12.6)
'@radix-ui/react-accordion':
specifier: ^1.1.2
version: 1.1.2(react-dom@18.2.0)(react@18.2.0)
@@ -877,7 +877,7 @@ importers:
version: 1.0.3(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-tooltip':
specifier: ^1.0.7
- version: 1.0.7(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ version: 1.0.7(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
boring-avatars:
specifier: ^1.10.1
version: 1.10.1
@@ -891,11 +891,11 @@ importers:
specifier: ^0.2.0
version: 0.2.0(react-dom@18.2.0)(react@18.2.0)
lexical:
- specifier: ^0.12.5
- version: 0.12.5
+ specifier: ^0.12.6
+ version: 0.12.6
lucide-react:
- specifier: ^0.303.0
- version: 0.303.0(react@18.2.0)
+ specifier: ^0.308.0
+ version: 0.308.0(react@18.2.0)
mime:
specifier: ^4.0.1
version: 4.0.1
@@ -907,7 +907,7 @@ importers:
version: 6.1.0(react@18.2.0)
react-day-picker:
specifier: ^8.10.0
- version: 8.10.0(date-fns@3.0.6)(react@18.2.0)
+ version: 8.10.0(date-fns@3.2.0)(react@18.2.0)
react-hot-toast:
specifier: ^2.4.1
version: 2.4.1(csstype@3.1.3)(react-dom@18.2.0)(react@18.2.0)
@@ -931,8 +931,8 @@ importers:
specifier: workspace:*
version: link:../eslint-config-formbricks
postcss:
- specifier: ^8.4.32
- version: 8.4.32
+ specifier: ^8.4.33
+ version: 8.4.33
react:
specifier: 18.2.0
version: 18.2.0
@@ -2377,8 +2377,8 @@ packages:
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7)
dev: true
- /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.7):
- resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==}
+ /@babel/plugin-transform-classes@7.23.8(@babel/core@7.23.7):
+ resolution: {integrity: sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2388,7 +2388,6 @@ packages:
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7)
'@babel/helper-split-export-declaration': 7.22.6
@@ -2909,8 +2908,8 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/preset-env@7.23.7(@babel/core@7.23.7):
- resolution: {integrity: sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==}
+ /@babel/preset-env@7.23.8(@babel/core@7.23.7):
+ resolution: {integrity: sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2949,7 +2948,7 @@ packages:
'@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7)
'@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.7)
- '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.7)
+ '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7)
'@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.7)
@@ -3346,7 +3345,7 @@ packages:
resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==}
dev: false
- /@docsearch/react@3.5.2(@algolia/client-search@4.22.0)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)(search-insights@2.13.0):
+ /@docsearch/react@3.5.2(@algolia/client-search@4.22.0)(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)(search-insights@2.13.0):
resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0'
@@ -3366,7 +3365,7 @@ packages:
'@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.22.0)(algoliasearch@4.22.0)(search-insights@2.13.0)
'@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.22.0)(algoliasearch@4.22.0)
'@docsearch/css': 3.5.2
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
algoliasearch: 4.22.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -3397,15 +3396,6 @@ packages:
react: 18.2.0
dev: true
- /@esbuild/aix-ppc64@0.19.10:
- resolution: {integrity: sha512-Q+mk96KJ+FZ30h9fsJl+67IjNJm3x2eX+GBWGmocAKgzp27cowCOOqSdscX80s0SpdFXZnIv/+1xD1EctFx96Q==}
- engines: {node: '>=12'}
- cpu: [ppc64]
- os: [aix]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/aix-ppc64@0.19.11:
resolution: {integrity: sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==}
engines: {node: '>=12'}
@@ -3433,15 +3423,6 @@ packages:
dev: true
optional: true
- /@esbuild/android-arm64@0.19.10:
- resolution: {integrity: sha512-1X4CClKhDgC3by7k8aOWZeBXQX8dHT5QAMCAQDArCLaYfkppoARvh0fit3X2Qs+MXDngKcHv6XXyQCpY0hkK1Q==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [android]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/android-arm64@0.19.11:
resolution: {integrity: sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==}
engines: {node: '>=12'}
@@ -3469,15 +3450,6 @@ packages:
dev: true
optional: true
- /@esbuild/android-arm@0.19.10:
- resolution: {integrity: sha512-7W0bK7qfkw1fc2viBfrtAEkDKHatYfHzr/jKAHNr9BvkYDXPcC6bodtm8AyLJNNuqClLNaeTLuwURt4PRT9d7w==}
- engines: {node: '>=12'}
- cpu: [arm]
- os: [android]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/android-arm@0.19.11:
resolution: {integrity: sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==}
engines: {node: '>=12'}
@@ -3505,15 +3477,6 @@ packages:
dev: true
optional: true
- /@esbuild/android-x64@0.19.10:
- resolution: {integrity: sha512-O/nO/g+/7NlitUxETkUv/IvADKuZXyH4BHf/g/7laqKC4i/7whLpB0gvpPc2zpF0q9Q6FXS3TS75QHac9MvVWw==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [android]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/android-x64@0.19.11:
resolution: {integrity: sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==}
engines: {node: '>=12'}
@@ -3541,15 +3504,6 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-arm64@0.19.10:
- resolution: {integrity: sha512-YSRRs2zOpwypck+6GL3wGXx2gNP7DXzetmo5pHXLrY/VIMsS59yKfjPizQ4lLt5vEI80M41gjm2BxrGZ5U+VMA==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [darwin]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/darwin-arm64@0.19.11:
resolution: {integrity: sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==}
engines: {node: '>=12'}
@@ -3577,15 +3531,6 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-x64@0.19.10:
- resolution: {integrity: sha512-alfGtT+IEICKtNE54hbvPg13xGBe4GkVxyGWtzr+yHO7HIiRJppPDhOKq3zstTcVf8msXb/t4eavW3jCDpMSmA==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [darwin]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/darwin-x64@0.19.11:
resolution: {integrity: sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==}
engines: {node: '>=12'}
@@ -3613,15 +3558,6 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-arm64@0.19.10:
- resolution: {integrity: sha512-dMtk1wc7FSH8CCkE854GyGuNKCewlh+7heYP/sclpOG6Cectzk14qdUIY5CrKDbkA/OczXq9WesqnPl09mj5dg==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [freebsd]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/freebsd-arm64@0.19.11:
resolution: {integrity: sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==}
engines: {node: '>=12'}
@@ -3649,15 +3585,6 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-x64@0.19.10:
- resolution: {integrity: sha512-G5UPPspryHu1T3uX8WiOEUa6q6OlQh6gNl4CO4Iw5PS+Kg5bVggVFehzXBJY6X6RSOMS8iXDv2330VzaObm4Ag==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [freebsd]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/freebsd-x64@0.19.11:
resolution: {integrity: sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==}
engines: {node: '>=12'}
@@ -3685,15 +3612,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm64@0.19.10:
- resolution: {integrity: sha512-QxaouHWZ+2KWEj7cGJmvTIHVALfhpGxo3WLmlYfJ+dA5fJB6lDEIg+oe/0//FuyVHuS3l79/wyBxbHr0NgtxJQ==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-arm64@0.19.11:
resolution: {integrity: sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==}
engines: {node: '>=12'}
@@ -3721,15 +3639,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm@0.19.10:
- resolution: {integrity: sha512-j6gUW5aAaPgD416Hk9FHxn27On28H4eVI9rJ4az7oCGTFW48+LcgNDBN+9f8rKZz7EEowo889CPKyeaD0iw9Kg==}
- engines: {node: '>=12'}
- cpu: [arm]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-arm@0.19.11:
resolution: {integrity: sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==}
engines: {node: '>=12'}
@@ -3757,15 +3666,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ia32@0.19.10:
- resolution: {integrity: sha512-4ub1YwXxYjj9h1UIZs2hYbnTZBtenPw5NfXCRgEkGb0b6OJ2gpkMvDqRDYIDRjRdWSe/TBiZltm3Y3Q8SN1xNg==}
- engines: {node: '>=12'}
- cpu: [ia32]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-ia32@0.19.11:
resolution: {integrity: sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==}
engines: {node: '>=12'}
@@ -3793,15 +3693,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-loong64@0.19.10:
- resolution: {integrity: sha512-lo3I9k+mbEKoxtoIbM0yC/MZ1i2wM0cIeOejlVdZ3D86LAcFXFRdeuZmh91QJvUTW51bOK5W2BznGNIl4+mDaA==}
- engines: {node: '>=12'}
- cpu: [loong64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-loong64@0.19.11:
resolution: {integrity: sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==}
engines: {node: '>=12'}
@@ -3829,15 +3720,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-mips64el@0.19.10:
- resolution: {integrity: sha512-J4gH3zhHNbdZN0Bcr1QUGVNkHTdpijgx5VMxeetSk6ntdt+vR1DqGmHxQYHRmNb77tP6GVvD+K0NyO4xjd7y4A==}
- engines: {node: '>=12'}
- cpu: [mips64el]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-mips64el@0.19.11:
resolution: {integrity: sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==}
engines: {node: '>=12'}
@@ -3865,15 +3747,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ppc64@0.19.10:
- resolution: {integrity: sha512-tgT/7u+QhV6ge8wFMzaklOY7KqiyitgT1AUHMApau32ZlvTB/+efeCtMk4eXS+uEymYK249JsoiklZN64xt6oQ==}
- engines: {node: '>=12'}
- cpu: [ppc64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-ppc64@0.19.11:
resolution: {integrity: sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==}
engines: {node: '>=12'}
@@ -3901,15 +3774,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-riscv64@0.19.10:
- resolution: {integrity: sha512-0f/spw0PfBMZBNqtKe5FLzBDGo0SKZKvMl5PHYQr3+eiSscfJ96XEknCe+JoOayybWUFQbcJTrk946i3j9uYZA==}
- engines: {node: '>=12'}
- cpu: [riscv64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-riscv64@0.19.11:
resolution: {integrity: sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==}
engines: {node: '>=12'}
@@ -3937,15 +3801,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-s390x@0.19.10:
- resolution: {integrity: sha512-pZFe0OeskMHzHa9U38g+z8Yx5FNCLFtUnJtQMpwhS+r4S566aK2ci3t4NCP4tjt6d5j5uo4h7tExZMjeKoehAA==}
- engines: {node: '>=12'}
- cpu: [s390x]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-s390x@0.19.11:
resolution: {integrity: sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==}
engines: {node: '>=12'}
@@ -3973,15 +3828,6 @@ packages:
dev: true
optional: true
- /@esbuild/linux-x64@0.19.10:
- resolution: {integrity: sha512-SpYNEqg/6pZYoc+1zLCjVOYvxfZVZj6w0KROZ3Fje/QrM3nfvT2llI+wmKSrWuX6wmZeTapbarvuNNK/qepSgA==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/linux-x64@0.19.11:
resolution: {integrity: sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==}
engines: {node: '>=12'}
@@ -4009,15 +3855,6 @@ packages:
dev: true
optional: true
- /@esbuild/netbsd-x64@0.19.10:
- resolution: {integrity: sha512-ACbZ0vXy9zksNArWlk2c38NdKg25+L9pr/mVaj9SUq6lHZu/35nx2xnQVRGLrC1KKQqJKRIB0q8GspiHI3J80Q==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [netbsd]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/netbsd-x64@0.19.11:
resolution: {integrity: sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==}
engines: {node: '>=12'}
@@ -4045,15 +3882,6 @@ packages:
dev: true
optional: true
- /@esbuild/openbsd-x64@0.19.10:
- resolution: {integrity: sha512-PxcgvjdSjtgPMiPQrM3pwSaG4kGphP+bLSb+cihuP0LYdZv1epbAIecHVl5sD3npkfYBZ0ZnOjR878I7MdJDFg==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [openbsd]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/openbsd-x64@0.19.11:
resolution: {integrity: sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==}
engines: {node: '>=12'}
@@ -4081,15 +3909,6 @@ packages:
dev: true
optional: true
- /@esbuild/sunos-x64@0.19.10:
- resolution: {integrity: sha512-ZkIOtrRL8SEJjr+VHjmW0znkPs+oJXhlJbNwfI37rvgeMtk3sxOQevXPXjmAPZPigVTncvFqLMd+uV0IBSEzqA==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [sunos]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/sunos-x64@0.19.11:
resolution: {integrity: sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==}
engines: {node: '>=12'}
@@ -4117,15 +3936,6 @@ packages:
dev: true
optional: true
- /@esbuild/win32-arm64@0.19.10:
- resolution: {integrity: sha512-+Sa4oTDbpBfGpl3Hn3XiUe4f8TU2JF7aX8cOfqFYMMjXp6ma6NJDztl5FDG8Ezx0OjwGikIHw+iA54YLDNNVfw==}
- engines: {node: '>=12'}
- cpu: [arm64]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/win32-arm64@0.19.11:
resolution: {integrity: sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==}
engines: {node: '>=12'}
@@ -4153,15 +3963,6 @@ packages:
dev: true
optional: true
- /@esbuild/win32-ia32@0.19.10:
- resolution: {integrity: sha512-EOGVLK1oWMBXgfttJdPHDTiivYSjX6jDNaATeNOaCOFEVcfMjtbx7WVQwPSE1eIfCp/CaSF2nSrDtzc4I9f8TQ==}
- engines: {node: '>=12'}
- cpu: [ia32]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/win32-ia32@0.19.11:
resolution: {integrity: sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==}
engines: {node: '>=12'}
@@ -4189,15 +3990,6 @@ packages:
dev: true
optional: true
- /@esbuild/win32-x64@0.19.10:
- resolution: {integrity: sha512-whqLG6Sc70AbU73fFYvuYzaE4MNMBIlR1Y/IrUeOXFrWHxBEjjbZaQ3IXIQS8wJdAzue2GwYZCjOrgrU1oUHoA==}
- engines: {node: '>=12'}
- cpu: [x64]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@esbuild/win32-x64@0.19.11:
resolution: {integrity: sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==}
engines: {node: '>=12'}
@@ -4280,6 +4072,19 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: false
+ /@headlessui/react@1.7.18(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ react: ^16 || ^17 || ^18
+ react-dom: ^16 || ^17 || ^18
+ dependencies:
+ '@tanstack/react-virtual': 3.0.1(react-dom@18.2.0)(react@18.2.0)
+ client-only: 0.0.1
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+ dev: false
+
/@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.0):
resolution: {integrity: sha512-fpL830Fln1SykOCboExsWr3JIVeQKieLJ3XytLe/tt1A0XzqUthOftDmjcCYLW62w7mQI7wXcoPXr3tZ9QfGxw==}
engines: {node: '>=10'}
@@ -4365,7 +4170,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
jest-message-util: 29.7.0
jest-util: 29.7.0
@@ -4386,14 +4191,14 @@ packages:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
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@20.10.6)(ts-node@10.9.2)
+ jest-config: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -4421,7 +4226,7 @@ packages:
dependencies:
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
jest-mock: 29.7.0
dev: true
@@ -4448,7 +4253,7 @@ packages:
dependencies:
'@jest/types': 29.6.3
'@sinonjs/fake-timers': 10.3.0
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
jest-message-util: 29.7.0
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -4481,7 +4286,7 @@ packages:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.20
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit: 0.1.2
@@ -4568,7 +4373,7 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
'@types/yargs': 16.0.9
chalk: 4.1.2
dev: true
@@ -4580,12 +4385,12 @@ packages:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
'@types/yargs': 17.0.32
chalk: 4.1.2
dev: true
- /@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.3.3)(vite@5.0.10):
+ /@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.3.3)(vite@5.0.11):
resolution: {integrity: sha512-2D6y7fNvFmsLmRt6UCOFJPvFoPMJGT0Uh1Wg0RaigUp7kdQPs6yYn8Dmx6GZkOH/NW0yMTwRz/p0SRMMRo50vA==}
peerDependencies:
typescript: '>= 4.3.x'
@@ -4599,7 +4404,7 @@ packages:
magic-string: 0.27.0
react-docgen-typescript: 2.2.2(typescript@5.3.3)
typescript: 5.3.3
- vite: 5.0.10
+ vite: 5.0.11(terser@5.26.0)
dev: true
/@jridgewell/gen-mapping@0.3.3:
@@ -4661,163 +4466,163 @@ packages:
resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
dev: true
- /@lexical/clipboard@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-A0k0g5mCHDgROLF33TwiKdjMWEfajyPcIF64lsHapZ19ZTi1iabGkXvpHnyHaMq79py1Se/e6tOcmFe9nOJkrQ==}
+ /@lexical/clipboard@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-rJFp7tXzawCrMWWRsjCR80dZoIkLJ/EPgPmTk3xqpc+9ntlwbkm3LUOdFmgN+pshnhiZTQBwbFqg/QbsA1Pw9g==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/html': 0.12.5(lexical@0.12.5)
- '@lexical/list': 0.12.5(lexical@0.12.5)
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/html': 0.12.6(lexical@0.12.6)
+ '@lexical/list': 0.12.6(lexical@0.12.6)
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/code@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-YV879sO2C0efWXgj4ZUzpowPWxbid8T5I0vysQIzuWPiaQG0fjilz1maYV+X95hD2VXW8yhyOnEdScfeKk62Zg==}
+ /@lexical/code@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-D0IBKLzDFfVqk+3KPlJd2gWIq+h5QOsVn5Atz/Eh2eLRpOakSsZiRjmddsijoLsZbvgo1HObRPQAoeATRPWIzg==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
prismjs: 1.29.0
dev: false
- /@lexical/dragon@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-RFU6wIIUS0/ab5JtLp2rKaUi7nltDT96+GdmvNVHpAfa7TZuepYsoi7PtZB9aF/Outye4U7dQU2tNwesDBf8kg==}
+ /@lexical/dragon@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-VKbXzdtF6qizwESx7Zag/VGiYKMAc+xpJF7tcwv5SH8I4bnseoozafzxRG6AE7J9nzGwO74ypKqPmmpP9e20BA==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dev: false
- /@lexical/hashtag@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-nlPFScTiuZgUtuBSnRkHK9AuRDV35zZug4JLG1Hkky+Fh1PJ+0MK+/K8mhoatp13zm7GqN2fMOrrUGufqEingw==}
+ /@lexical/hashtag@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-SiEId/IBIqUKJJKGg8HSumalfKGxtZQJRkF7Q50FqFSU906V1lcM1jkU7aVw0hiuEHg3H+vFBmNTRdXKyoibsw==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/history@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-nF5TurEE4qRbuNP/i5pDtVfWHQXb4ONof+MvKmHNfLRJbxSj7Ee33MVG9x851PjAzXoXuGJvw6FMBCasGXQx7A==}
+ /@lexical/history@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-3vvbUF6XHuk/9985IQIXP15g+nr7SlwsPrd2IteOg6aNF+HeE2ttJS5dOiSJLnVZm+AX0OMgejMC1uU2uiZOtA==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/html@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-OzsWKVcr9wUGvAbgyUdG+32/cI2RclI4I4JmIyfLbiYMBYdafu+j160cjohNWu9gQFjVFszIjG4CBxfwRM+Sag==}
+ /@lexical/html@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-HVlJLCkazLbLpxdw0mwMkteQuv6OMkJTlAi6qGJimtuqJLm45BpaQ16PTpUmFWpWeIHL2XpvcDX/lj5fm68XPA==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/link@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-h7p5G+XXKqNrb4lk55mJL23Us5pz2szbzZevccADJ9Om6o3i4aNyjv1MeC29WXjmgS0YKHDlYcnKEgyAPKvVMw==}
+ /@lexical/link@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-mrFFWR0EZ9liRUzHZqb2ijUDZqkCM+bNsyYqLh4I1CrJpzQtakyIEJt/GzYz4IHmmsRqwcc2zXUP/4kENjjPlQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/list@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-KNJ262krlpcDZ2U1LC8xp86uw2nqt88iEQgpF+khv3SAqqLbhT8tMpyZ6+eWbW3mHPhQIxFutJGazMAqMW3uUA==}
+ /@lexical/list@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-9DFe8vpSxZ8NQZ/67ZFNiRptB3XPa7mUl0Rmd5WpbJHJHmiORyngYkYgKOW56T/TCtYcLfkTbctMhsIt8OeIqQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/mark@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-61ctAYrxTGl4uMDTnE5fRH4yrs8sqnRyivuNWyOmQR6W/G3s0gHwkUZC7akOSnPLYhfnXRl3C4haY8pH93sWQg==}
+ /@lexical/mark@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-utk6kgTSTuzmM0+B4imGTGwC4gQRCQ4hHEZTVbkIDbONvjbo9g6xfbTO9g6Qxs2h7Zt0Q2eDA7RG4nwC3vN1KQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/markdown@0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(lexical@0.12.5):
- resolution: {integrity: sha512-F3cBcuhoGWxxCqERUXF4fYfJhceK7gFYQPRsXir5mYriSNZIQIMhJoeAt8Pjer0UjFyQvNfQ+AzzXHu5xYNLLA==}
+ /@lexical/markdown@0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(lexical@0.12.6):
+ resolution: {integrity: sha512-q1cQ4w6KYxUF1N6nGwJTZwn8szLo0kbr8DzI62samZTxeztA0ByMSZLzvO5LSGhgeDremuWx5oa97s2qJMQZFw==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/code': 0.12.5(lexical@0.12.5)
- '@lexical/link': 0.12.5(lexical@0.12.5)
- '@lexical/list': 0.12.5(lexical@0.12.5)
- '@lexical/rich-text': 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5)
- '@lexical/text': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/code': 0.12.6(lexical@0.12.6)
+ '@lexical/link': 0.12.6(lexical@0.12.6)
+ '@lexical/list': 0.12.6(lexical@0.12.6)
+ '@lexical/rich-text': 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6)
+ '@lexical/text': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
transitivePeerDependencies:
- '@lexical/clipboard'
- '@lexical/selection'
dev: false
- /@lexical/offset@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-K+Mt4tOmwKarsJ1esdqNgN9Ep/JaeFa9ZQ7DKx8KIOkXL35nPb9NXuBvYyJjh1crP/iwsuP15kymgDjxj9ciMw==}
+ /@lexical/offset@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-5NgIaWCvMuOQNf3SZSNn459QfsN7SmLl+Tu4ISqxyZRoMV5Sfojzion9MjCVmt1YSsIS4B29NYQvGQ/li1saOw==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dev: false
- /@lexical/overflow@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-boP1oTgBbNmbo8+1tgpDAs1P/lbTk4oWZ6x88E9VNVBJSkG2ZrmQKQoJzKzHwpjXbm+Cechf77JxfgTOabzYxw==}
+ /@lexical/overflow@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-4TZJhTGkn7xvR+rumSYW9U/OIsbith0kVGOvZZf+DM/t9fb0IVQWWSWmMlXJ5XNt/qXLFof3HFyJhK84dsN3NA==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dev: false
- /@lexical/plain-text@0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5):
- resolution: {integrity: sha512-n24aQvTIy4AN+LaoQce6BIuSY4pUshiTp4OpiRh48o5c9NU0DmzEa0l9fBS1GfvjZL9bN5luiINFYn/bMB49nA==}
+ /@lexical/plain-text@0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6):
+ resolution: {integrity: sha512-YF+EaWGQIxR1SHgeSuPrrqqSK8RYDxGv9RYyuIPvWXpt3M9NWw7hyAn7zxmXGgv2BhIicyHGPy5CyQgt3Mkb/w==}
peerDependencies:
- '@lexical/clipboard': 0.12.5
- '@lexical/selection': 0.12.5
- '@lexical/utils': 0.12.5
- lexical: 0.12.5
+ '@lexical/clipboard': 0.12.6
+ '@lexical/selection': 0.12.6
+ '@lexical/utils': 0.12.6
+ lexical: 0.12.6
dependencies:
- '@lexical/clipboard': 0.12.5(lexical@0.12.5)
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/clipboard': 0.12.6(lexical@0.12.6)
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/react@0.12.5(lexical@0.12.5)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.10):
- resolution: {integrity: sha512-pAbJQksin223Yp1p1VsPKxkRtSppVij+HcLTzP89q2QuSA0z0p/T+f5jZjs8eV6tecMtmrjizhdLTbk0jkej1w==}
+ /@lexical/react@0.12.6(lexical@0.12.6)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.10):
+ resolution: {integrity: sha512-Pto4wsVwrnY94tzcCXP2kWukQejSRPDfwOPd+EFh8dUzj+L7fa9Pze2wVgCRZpEohwfbcgAdEsvmSbhz+yGkog==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
react: '>=17.x'
react-dom: '>=17.x'
dependencies:
- '@lexical/clipboard': 0.12.5(lexical@0.12.5)
- '@lexical/code': 0.12.5(lexical@0.12.5)
- '@lexical/dragon': 0.12.5(lexical@0.12.5)
- '@lexical/hashtag': 0.12.5(lexical@0.12.5)
- '@lexical/history': 0.12.5(lexical@0.12.5)
- '@lexical/link': 0.12.5(lexical@0.12.5)
- '@lexical/list': 0.12.5(lexical@0.12.5)
- '@lexical/mark': 0.12.5(lexical@0.12.5)
- '@lexical/markdown': 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(lexical@0.12.5)
- '@lexical/overflow': 0.12.5(lexical@0.12.5)
- '@lexical/plain-text': 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5)
- '@lexical/rich-text': 0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5)
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/table': 0.12.5(lexical@0.12.5)
- '@lexical/text': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- '@lexical/yjs': 0.12.5(lexical@0.12.5)(yjs@13.6.10)
- lexical: 0.12.5
+ '@lexical/clipboard': 0.12.6(lexical@0.12.6)
+ '@lexical/code': 0.12.6(lexical@0.12.6)
+ '@lexical/dragon': 0.12.6(lexical@0.12.6)
+ '@lexical/hashtag': 0.12.6(lexical@0.12.6)
+ '@lexical/history': 0.12.6(lexical@0.12.6)
+ '@lexical/link': 0.12.6(lexical@0.12.6)
+ '@lexical/list': 0.12.6(lexical@0.12.6)
+ '@lexical/mark': 0.12.6(lexical@0.12.6)
+ '@lexical/markdown': 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(lexical@0.12.6)
+ '@lexical/overflow': 0.12.6(lexical@0.12.6)
+ '@lexical/plain-text': 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6)
+ '@lexical/rich-text': 0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6)
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/table': 0.12.6(lexical@0.12.6)
+ '@lexical/text': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ '@lexical/yjs': 0.12.6(lexical@0.12.6)(yjs@13.6.10)
+ lexical: 0.12.6
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
react-error-boundary: 3.1.4(react@18.2.0)
@@ -4825,64 +4630,64 @@ packages:
- yjs
dev: false
- /@lexical/rich-text@0.12.5(@lexical/clipboard@0.12.5)(@lexical/selection@0.12.5)(@lexical/utils@0.12.5)(lexical@0.12.5):
- resolution: {integrity: sha512-33R8ODRI5kKGbF70A/FWdISbbSPk+q4hKtiEJaV67zYPBuzrz0YHcni+tgKiykS05LgCksI/e43sfEkiykjrVQ==}
+ /@lexical/rich-text@0.12.6(@lexical/clipboard@0.12.6)(@lexical/selection@0.12.6)(@lexical/utils@0.12.6)(lexical@0.12.6):
+ resolution: {integrity: sha512-fRZHy2ug6Pq+pJK7trr9phTGaD2ba3If8o36dphOsl27MtUllpz68lcXL6mUonzJhAu4um1e9u7GFR3dLp+cVA==}
peerDependencies:
- '@lexical/clipboard': 0.12.5
- '@lexical/selection': 0.12.5
- '@lexical/utils': 0.12.5
- lexical: 0.12.5
+ '@lexical/clipboard': 0.12.6
+ '@lexical/selection': 0.12.6
+ '@lexical/utils': 0.12.6
+ lexical: 0.12.6
dependencies:
- '@lexical/clipboard': 0.12.5(lexical@0.12.5)
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/clipboard': 0.12.6(lexical@0.12.6)
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/selection@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-oWJ87T4j6plf2yQzElOeudUyv7kdwTkuhzTZbcCTBNH/cSMdp55/Kv2doBynxhfHYEceuBKE7f8rci//T9DUPQ==}
+ /@lexical/selection@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-HJBEazVwOe6duyHV6+vB/MS4kUBlCV05Cfcigdx8HlLLFQRWPqHrTpaxKz4jfb9ar0SlI2W1BUNbySAxMkC/HQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dev: false
- /@lexical/table@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-vgSTsjvGw+TrYYBmf3FR0kYJ+j1oOlBmrO1sqvuIrGPXKWmvYL+RbKIkm2xhtApVHVYgqfFvxNiZrPL5Wf9dXg==}
+ /@lexical/table@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-rUh9/fN831T6UpNiPuzx0x6HNi/eQ7W5AQrVBwwzEwkbwAqnE0n28DP924AUbX72UsQNHtywgmDApMoEV7W2iQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/utils': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/utils': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/text@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-PU1ntXQCqon3HTjrEPl/HdKB/boyW36vKgiPvojoaAhBhkEnuiN+Pq9hrexORBcZPyLFp6wYoWXjKSO4fJVYeA==}
+ /@lexical/text@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-WfqfH9gvPAx9Hi9wrJDWECdvt6turPQXImCRI657LVfsP2hHh4eHpcSnd3YYH313pv98HPWmeMstBbEieYwTpQ==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dev: false
- /@lexical/utils@0.12.5(lexical@0.12.5):
- resolution: {integrity: sha512-wPVyvi1Cvtf7aHwVKlG/9RlgHxSUzpGvXm87t889Rg7uZfOteyvXHJStjpSCZ3pvZ60y5ETin4OoetaVZciPfw==}
+ /@lexical/utils@0.12.6(lexical@0.12.6):
+ resolution: {integrity: sha512-hK5r/TD2nH5TfWSiCxy7/lh0s11qJcI1wo++PBQOR9o937pQ+/Zr/1tMOc8MnrTpl89mtmYtPfWW3f++HH1Yog==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
dependencies:
- '@lexical/list': 0.12.5(lexical@0.12.5)
- '@lexical/selection': 0.12.5(lexical@0.12.5)
- '@lexical/table': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/list': 0.12.6(lexical@0.12.6)
+ '@lexical/selection': 0.12.6(lexical@0.12.6)
+ '@lexical/table': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
dev: false
- /@lexical/yjs@0.12.5(lexical@0.12.5)(yjs@13.6.10):
- resolution: {integrity: sha512-GNiRND/8ePdTWuSDFloPo/1355V0ce6OtH/25qxCq5D9MLNiIkAcwqQfnWFUdOtVMuNJOVc4OfCE9ARCGuEjyQ==}
+ /@lexical/yjs@0.12.6(lexical@0.12.6)(yjs@13.6.10):
+ resolution: {integrity: sha512-I/Yf/Qm8/ydU983kWpFBlDFNFQXLYur5uaAimTSBcJuqHmy3cv1xM7Xrq4BtM+0orKgWJt8vR8cLVIU9sAmzfw==}
peerDependencies:
- lexical: 0.12.5
+ lexical: 0.12.6
yjs: '>=13.5.22'
dependencies:
- '@lexical/offset': 0.12.5(lexical@0.12.5)
- lexical: 0.12.5
+ '@lexical/offset': 0.12.6(lexical@0.12.6)
+ lexical: 0.12.6
yjs: 13.6.10
dev: false
@@ -5470,7 +5275,7 @@ packages:
playwright: 1.40.1
dev: true
- /@preact/preset-vite@2.8.1(@babel/core@7.23.7)(preact@10.19.3)(vite@5.0.10):
+ /@preact/preset-vite@2.8.1(@babel/core@7.23.7)(preact@10.19.3)(vite@5.0.11):
resolution: {integrity: sha512-a9KV4opdj17X2gOFuGup0aE+sXYABX/tJi/QDptOrleX4FlnoZgDWvz45tHOdVfrZX+3uvVsIYPHxRsTerkDNA==}
peerDependencies:
'@babel/core': 7.x
@@ -5479,7 +5284,7 @@ packages:
'@babel/core': 7.23.7
'@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
'@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.7)
- '@prefresh/vite': 2.4.4(preact@10.19.3)(vite@5.0.10)
+ '@prefresh/vite': 2.4.4(preact@10.19.3)(vite@5.0.11)
'@rollup/pluginutils': 4.2.1
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.23.7)
debug: 4.3.4
@@ -5487,7 +5292,7 @@ packages:
magic-string: 0.30.5
node-html-parser: 6.1.12
resolve: 1.22.8
- vite: 5.0.10(terser@5.26.0)
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- preact
- supports-color
@@ -5509,7 +5314,7 @@ packages:
resolution: {integrity: sha512-KtC/fZw+oqtwOLUFM9UtiitB0JsVX0zLKNyRTA332sqREqSALIIQQxdUCS1P3xR/jT1e2e8/5rwH6gdcMLEmsQ==}
dev: true
- /@prefresh/vite@2.4.4(preact@10.19.3)(vite@5.0.10):
+ /@prefresh/vite@2.4.4(preact@10.19.3)(vite@5.0.11):
resolution: {integrity: sha512-7jcz3j5pXufOWTjl31n0Lc3BcU8oGoacoaWx/Ur1QJ+fd4Xu0G7g/ER1xV02x7DCiVoFi7xtSgaophOXoJvpmA==}
peerDependencies:
preact: ^10.4.0
@@ -5521,7 +5326,7 @@ packages:
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.19.3
- vite: 5.0.10(terser@5.26.0)
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- supports-color
dev: true
@@ -5781,18 +5586,18 @@ packages:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collapsible': 1.0.3(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
- /@radix-ui/react-arrow@1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-arrow@1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
peerDependencies:
'@types/react': '*'
@@ -5806,8 +5611,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -5826,13 +5631,13 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -5852,18 +5657,18 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
- /@radix-ui/react-collection@1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-collection@1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==}
peerDependencies:
'@types/react': '*'
@@ -5877,11 +5682,11 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -5894,7 +5699,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
peerDependencies:
'@types/react': '*'
@@ -5904,7 +5709,7 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-context@1.0.0(react@18.2.0):
@@ -5916,7 +5721,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-context@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-context@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==}
peerDependencies:
'@types/react': '*'
@@ -5926,7 +5731,7 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-dialog@1.0.0(react-dom@18.2.0)(react@18.2.0):
@@ -5971,24 +5776,24 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-focus-guards': 1.0.1(react@18.2.0)
'@radix-ui/react-focus-scope': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-portal': 1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-portal': 1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
aria-hidden: 1.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
react-remove-scroll: 2.5.5(react@18.2.0)
dev: false
- /@radix-ui/react-direction@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-direction@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==}
peerDependencies:
'@types/react': '*'
@@ -5998,7 +5803,7 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-dismissable-layer@1.0.0(react-dom@18.2.0)(react@18.2.0):
@@ -6032,15 +5837,15 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@radix-ui/react-dismissable-layer@1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-dismissable-layer@1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==}
peerDependencies:
'@types/react': '*'
@@ -6055,11 +5860,11 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6079,12 +5884,12 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
'@radix-ui/react-menu': 2.0.6(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6138,9 +5943,9 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
@@ -6159,9 +5964,9 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6176,7 +5981,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-id@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-id@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==}
peerDependencies:
'@types/react': '*'
@@ -6186,8 +5991,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-label@2.0.2(react-dom@18.2.0)(react@18.2.0):
@@ -6204,7 +6009,7 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6224,21 +6029,21 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-focus-guards': 1.0.1(react@18.2.0)
'@radix-ui/react-focus-scope': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-popper': 1.1.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-portal': 1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-popper': 1.1.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-portal': 1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-roving-focus': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
aria-hidden: 1.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6260,18 +6065,18 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-focus-guards': 1.0.1(react@18.2.0)
'@radix-ui/react-focus-scope': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-popper': 1.1.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-portal': 1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-popper': 1.1.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-portal': 1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
aria-hidden: 1.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6293,20 +6098,20 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-arrow': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-arrow': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
'@radix-ui/rect': 1.0.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@radix-ui/react-popper@1.1.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-popper@1.1.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==}
peerDependencies:
'@types/react': '*'
@@ -6321,16 +6126,16 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-arrow': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-arrow': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
'@radix-ui/rect': 1.0.1
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6361,12 +6166,12 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@radix-ui/react-portal@1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-portal@1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==}
peerDependencies:
'@types/react': '*'
@@ -6380,8 +6185,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6399,7 +6204,7 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: false
- /@radix-ui/react-presence@1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-presence@1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==}
peerDependencies:
'@types/react': '*'
@@ -6413,9 +6218,9 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6432,7 +6237,7 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: false
- /@radix-ui/react-primitive@1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-primitive@1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==}
peerDependencies:
'@types/react': '*'
@@ -6446,8 +6251,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6466,15 +6271,15 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-roving-focus': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6494,14 +6299,14 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6521,23 +6326,23 @@ packages:
'@babel/runtime': 7.23.6
'@radix-ui/number': 1.0.1
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
'@radix-ui/react-dismissable-layer': 1.0.4(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-focus-guards': 1.0.1(react@18.2.0)
'@radix-ui/react-focus-scope': 1.0.3(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
'@radix-ui/react-popper': 1.1.2(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-portal': 1.0.3(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
aria-hidden: 1.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6560,23 +6365,23 @@ packages:
'@babel/runtime': 7.23.6
'@radix-ui/number': 1.0.1
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-focus-guards': 1.0.1(react@18.2.0)
'@radix-ui/react-focus-scope': 1.0.4(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-popper': 1.1.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-portal': 1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-popper': 1.1.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-portal': 1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
aria-hidden: 1.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -6597,12 +6402,12 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@radix-ui/react-slider@1.1.2(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-slider@1.1.2(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==}
peerDependencies:
'@types/react': '*'
@@ -6618,16 +6423,16 @@ packages:
'@babel/runtime': 7.23.6
'@radix-ui/number': 1.0.1
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-collection': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-collection': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6642,7 +6447,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-slot@1.0.2(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-slot@1.0.2(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
peerDependencies:
'@types/react': '*'
@@ -6652,8 +6457,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-switch@1.0.3(react-dom@18.2.0)(react@18.2.0):
@@ -6671,12 +6476,12 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6696,12 +6501,12 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-roving-focus': 1.0.4(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-toggle': 1.0.3(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
@@ -6721,8 +6526,8 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
@@ -6742,9 +6547,9 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-direction': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-roving-focus': 1.0.4(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-separator': 1.0.3(react-dom@18.2.0)(react@18.2.0)
'@radix-ui/react-toggle-group': 1.0.4(react-dom@18.2.0)(react@18.2.0)
@@ -6752,7 +6557,7 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@radix-ui/react-tooltip@1.0.7(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-tooltip@1.0.7(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-lPh5iKNFVQ/jav/j6ZrWq3blfDJ0OH9R6FlNUHPMqdLuQ9vwDgFsRxvl8b7Asuy5c8xmoojHUxKHQSOAvMHxyw==}
peerDependencies:
'@types/react': '*'
@@ -6767,18 +6572,18 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/primitive': 1.0.1
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-popper': 1.1.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-portal': 1.0.4(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-presence': 1.0.1(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-context': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-id': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-popper': 1.1.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-portal': 1.0.4(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-presence': 1.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@@ -6792,7 +6597,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==}
peerDependencies:
'@types/react': '*'
@@ -6802,7 +6607,7 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-use-controllable-state@1.0.0(react@18.2.0):
@@ -6815,7 +6620,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==}
peerDependencies:
'@types/react': '*'
@@ -6825,8 +6630,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-use-escape-keydown@1.0.0(react@18.2.0):
@@ -6839,7 +6644,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==}
peerDependencies:
'@types/react': '*'
@@ -6849,8 +6654,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
/@radix-ui/react-use-layout-effect@1.0.0(react@18.2.0):
@@ -6862,7 +6667,7 @@ packages:
react: 18.2.0
dev: false
- /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==}
peerDependencies:
'@types/react': '*'
@@ -6872,10 +6677,10 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
- /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==}
peerDependencies:
'@types/react': '*'
@@ -6885,10 +6690,10 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
- /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==}
peerDependencies:
'@types/react': '*'
@@ -6899,10 +6704,10 @@ packages:
dependencies:
'@babel/runtime': 7.23.6
'@radix-ui/rect': 1.0.1
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
- /@radix-ui/react-use-size@1.0.1(@types/react@18.2.46)(react@18.2.0):
+ /@radix-ui/react-use-size@1.0.1(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==}
peerDependencies:
'@types/react': '*'
@@ -6912,11 +6717,11 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.46)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.47)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
- /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0):
+ /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==}
peerDependencies:
'@types/react': '*'
@@ -6930,8 +6735,8 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.23.6
- '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)
- '@types/react': 18.2.46
+ '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.47
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -7024,7 +6829,7 @@ packages:
resolution: {integrity: sha512-xzkcGlm+/aFrNlJZBKzxRKkRYJ2cRx92IqmSKAuGnwuKQ/uMKomXzPsHPu3Dclmnhn3wVKj4uprkgQOoxP6uXQ==}
engines: {node: '>=16.0.0'}
dependencies:
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.46)(react@18.2.0)
+ '@radix-ui/react-slot': 1.0.2(@types/react@18.2.47)(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- '@types/react'
@@ -7325,34 +7130,34 @@ packages:
selderee: 0.11.0
dev: false
- /@sentry-internal/feedback@7.91.0:
- resolution: {integrity: sha512-SJKTSaz68F5YIwF79EttBm915M2LnacgZMYRnRumyTmMKnebGhYQLwWbZdpaDvOa1U18dgRajDX8Qed/8A3tXw==}
+ /@sentry-internal/feedback@7.92.0:
+ resolution: {integrity: sha512-/jEALRtVqboxB9kcK2tag8QCO6XANTlGBb9RV3oeGXJe0DDNJXRq6wVZbfgztXJRrfgx4XVDcNt1pRVoGGG++g==}
engines: {node: '>=12'}
dependencies:
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
- /@sentry-internal/tracing@7.91.0:
- resolution: {integrity: sha512-JH5y6gs6BS0its7WF2DhySu7nkhPDfZcdpAXldxzIlJpqFkuwQKLU5nkYJpiIyZz1NHYYtW5aum2bV2oCOdDRA==}
+ /@sentry-internal/tracing@7.92.0:
+ resolution: {integrity: sha512-ur55vPcUUUWFUX4eVLNP71ohswK7ZZpleNZw9Y1GfLqyI+0ILQUwjtzqItJrdClvVsdRZJMRmDV40Hp9Lbb9mA==}
engines: {node: '>=8'}
dependencies:
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
- /@sentry/browser@7.91.0:
- resolution: {integrity: sha512-lJv3x/xekzC/biiyAsVCioq2XnKNOZhI6jY3ZzLJZClYV8eKRi7D3KCsHRvMiCdGak1d/6sVp8F4NYY+YiWy1Q==}
+ /@sentry/browser@7.92.0:
+ resolution: {integrity: sha512-loMr02/zQ38u8aQhYLtIBg0i5n3ps2e3GUXrt3CdsJQdkRYfa62gcrE7SzvoEpMVHTk7VOI4fWGht8cWw/1k3A==}
engines: {node: '>=8'}
dependencies:
- '@sentry-internal/feedback': 7.91.0
- '@sentry-internal/tracing': 7.91.0
- '@sentry/core': 7.91.0
- '@sentry/replay': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry-internal/feedback': 7.92.0
+ '@sentry-internal/tracing': 7.92.0
+ '@sentry/core': 7.92.0
+ '@sentry/replay': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
/@sentry/cli@1.77.1(encoding@0.1.13):
@@ -7372,26 +7177,26 @@ packages:
- supports-color
dev: false
- /@sentry/core@7.91.0:
- resolution: {integrity: sha512-tu+gYq4JrTdrR+YSh5IVHF0fJi/Pi9y0HZ5H9HnYy+UMcXIotxf6hIEaC6ZKGeLWkGXffz2gKpQLe/g6vy/lPA==}
+ /@sentry/core@7.92.0:
+ resolution: {integrity: sha512-1Tly7YB2I1byI5xb0Cwrxs56Rhww+6mQ7m9P7rTmdC3/ijOzbEoohtYIUPwcooCEarpbEJe/tAayRx6BrH2UbQ==}
engines: {node: '>=8'}
dependencies:
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
- /@sentry/integrations@7.91.0:
- resolution: {integrity: sha512-LGRfb+WfG3FaWHtDnJIhtupweat0imCQr2z/5SSbQKzqxHhtlaEU+9IExBmBdzq90n4lRBaVQHA3zGuU02uOhg==}
+ /@sentry/integrations@7.92.0:
+ resolution: {integrity: sha512-9OT4i9b0Ge5sP3rCV8yYqoPp3BKcB9wjddW7sG0w88va32F0UWMKk4gmprtwgPYM0+u5AS/TTAVichRVRj+I1Q==}
engines: {node: '>=8'}
dependencies:
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
localforage: 1.10.0
dev: false
- /@sentry/nextjs@7.91.0(encoding@0.1.13)(next@14.0.4)(react@18.2.0)(webpack@5.89.0):
- resolution: {integrity: sha512-wE83+OTEH4yYnDrhMw9eVEARSfZc6xY5qJb9xyYm5rW3+gVjNQZQaUY+wkM61Xdo0T35BN+7U4T88HbwzGeMqA==}
+ /@sentry/nextjs@7.92.0(encoding@0.1.13)(next@14.0.4)(react@18.2.0)(webpack@5.89.0):
+ resolution: {integrity: sha512-gHLB06EwLWIxI4VdNADw3RaSokc+YKKLrG/RH8PrfWczCa2v5uQgzxWwKNYuViSGH/MBxZhpKGIZimjIkpOlBw==}
engines: {node: '>=8'}
peerDependencies:
next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 || ^14.0
@@ -7402,13 +7207,13 @@ packages:
optional: true
dependencies:
'@rollup/plugin-commonjs': 24.0.0(rollup@2.78.0)
- '@sentry/core': 7.91.0
- '@sentry/integrations': 7.91.0
- '@sentry/node': 7.91.0
- '@sentry/react': 7.91.0(react@18.2.0)
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
- '@sentry/vercel-edge': 7.91.0
+ '@sentry/core': 7.92.0
+ '@sentry/integrations': 7.92.0
+ '@sentry/node': 7.92.0
+ '@sentry/react': 7.92.0(react@18.2.0)
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
+ '@sentry/vercel-edge': 7.92.0
'@sentry/webpack-plugin': 1.21.0(encoding@0.1.13)
chalk: 3.0.0
next: 14.0.4(@babel/core@7.23.7)(react-dom@18.2.0)(react@18.2.0)
@@ -7422,62 +7227,62 @@ packages:
- supports-color
dev: false
- /@sentry/node@7.91.0:
- resolution: {integrity: sha512-hTIfSQxD7L+AKIqyjoq8CWBRkEQrrMZmA3GSZgPI5JFWBHgO0HBo5TH/8TU81oEJh6kqqHAl2ObMhmcnaFqlzg==}
+ /@sentry/node@7.92.0:
+ resolution: {integrity: sha512-LZeQL1r6kikEoOzA9K61OmMl32/lK/6PzmFNDH6z7UYwQopCZgVA6IP+CZuln8K2ys5c9hCyF7ICQMysXfpNJA==}
engines: {node: '>=8'}
dependencies:
- '@sentry-internal/tracing': 7.91.0
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry-internal/tracing': 7.92.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
https-proxy-agent: 5.0.1
transitivePeerDependencies:
- supports-color
dev: false
- /@sentry/react@7.91.0(react@18.2.0):
- resolution: {integrity: sha512-7JH2rWaX3WKHHvBcZQ4f/KnkYIXTf7hMojRFncUwPocdtDlhJw/JUvjAYNpEysixXIgsMes3B32lmtZjGjRhwQ==}
+ /@sentry/react@7.92.0(react@18.2.0):
+ resolution: {integrity: sha512-lTvrLuvxtGEZbkW6NHru03K6eyixKyBliwiLwO+k37FK7Ha8Bwat2m77weyizWCdQ6DKlVazJNppkNeAlACIvQ==}
engines: {node: '>=8'}
peerDependencies:
react: 15.x || 16.x || 17.x || 18.x
dependencies:
- '@sentry/browser': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry/browser': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
hoist-non-react-statics: 3.3.2
react: 18.2.0
dev: false
- /@sentry/replay@7.91.0:
- resolution: {integrity: sha512-XwbesnLLNtaVXKtDoyBB96GxJuhGi9zy3a662Ba/McmumCnkXrMQYpQPh08U7MgkTyDRgjDwm7PXDhiKpcb03g==}
+ /@sentry/replay@7.92.0:
+ resolution: {integrity: sha512-G1t9Uvc9cR8VpNkElwvHIMGzykjIKikb10n0tfVd3e+rBPMCCjCPWOduwG6jZYxcvCjTpqmJh6NSLXxL/Mt4JA==}
engines: {node: '>=12'}
dependencies:
- '@sentry-internal/tracing': 7.91.0
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry-internal/tracing': 7.92.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
- /@sentry/types@7.91.0:
- resolution: {integrity: sha512-bcQnb7J3P3equbCUc+sPuHog2Y47yGD2sCkzmnZBjvBT0Z1B4f36fI/5WjyZhTjLSiOdg3F2otwvikbMjmBDew==}
+ /@sentry/types@7.92.0:
+ resolution: {integrity: sha512-APmSOuZuoRGpbPpPeYIbMSplPjiWNLZRQa73QiXuTflW4Tu/ItDlU8hOa2+A6JKVkJCuD2EN6yUrxDGSMyNXeg==}
engines: {node: '>=8'}
dev: false
- /@sentry/utils@7.91.0:
- resolution: {integrity: sha512-fvxjrEbk6T6Otu++Ax9ntlQ0sGRiwSC179w68aC3u26Wr30FAIRKqHTCCdc2jyWk7Gd9uWRT/cq+g8NG/8BfSg==}
+ /@sentry/utils@7.92.0:
+ resolution: {integrity: sha512-3nEfrQ1z28b/2zgFGANPh5yMVtgwXmrasZxTvKbrAj+KWJpjrJHrIR84r9W277J44NMeZ5RhRW2uoDmuBslPnA==}
engines: {node: '>=8'}
dependencies:
- '@sentry/types': 7.91.0
+ '@sentry/types': 7.92.0
dev: false
- /@sentry/vercel-edge@7.91.0:
- resolution: {integrity: sha512-CounqhXPwFh67zf6L/q4ACBHHqknT6YY9LdgIAnUd0GGgHzrJPyKcthvh8Je4lNdpo5LFg2gnR+6g6JS8DDYDQ==}
+ /@sentry/vercel-edge@7.92.0:
+ resolution: {integrity: sha512-iUmYjFj5ze/k9B06HmLZ/2JGhaf/tmjd0foz3pSbMyKbql6TTnybIwG+gcg+ukcek5mB82288Fh+mWXoUUkMIg==}
engines: {node: '>=8'}
dependencies:
- '@sentry-internal/tracing': 7.91.0
- '@sentry/core': 7.91.0
- '@sentry/types': 7.91.0
- '@sentry/utils': 7.91.0
+ '@sentry-internal/tracing': 7.92.0
+ '@sentry/core': 7.92.0
+ '@sentry/types': 7.92.0
+ '@sentry/utils': 7.92.0
dev: false
/@sentry/webpack-plugin@1.21.0(encoding@0.1.13):
@@ -8239,7 +8044,7 @@ packages:
- supports-color
dev: true
- /@storybook/builder-vite@7.6.7(typescript@5.3.3)(vite@5.0.10):
+ /@storybook/builder-vite@7.6.7(typescript@5.3.3)(vite@5.0.11):
resolution: {integrity: sha512-Sv+0ROFU9k+mkvIPsPHC0lkKDzBeMpvfO9uFRl1RDSsXBfcPPZKNo5YK7U7fOhesH0BILzurGA+U/aaITMSZ9g==}
peerDependencies:
'@preact/preset-vite': '*'
@@ -8271,7 +8076,7 @@ packages:
magic-string: 0.30.5
rollup: 3.29.4
typescript: 5.3.3
- vite: 5.0.10
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- encoding
- supports-color
@@ -8558,7 +8363,7 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@storybook/react-vite@7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(vite@5.0.10):
+ /@storybook/react-vite@7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(vite@5.0.11):
resolution: {integrity: sha512-1cBpxVZ4vLO5rGbhTBNR2SjL+ZePCUAEY+I31tbORYFAoOKmlsNef4fRLnXJ9NYUAyjwZpUmbW0cIxxOFk7nGA==}
engines: {node: '>=16'}
peerDependencies:
@@ -8566,16 +8371,16 @@ packages:
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.3.3)(vite@5.0.10)
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.3.3)(vite@5.0.11)
'@rollup/pluginutils': 5.1.0(rollup@2.78.0)
- '@storybook/builder-vite': 7.6.7(typescript@5.3.3)(vite@5.0.10)
+ '@storybook/builder-vite': 7.6.7(typescript@5.3.3)(vite@5.0.11)
'@storybook/react': 7.6.7(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)
- '@vitejs/plugin-react': 3.1.0(vite@5.0.10)
+ '@vitejs/plugin-react': 3.1.0(vite@5.0.11)
magic-string: 0.30.5
react: 18.2.0
react-docgen: 7.0.1
react-dom: 18.2.0(react@18.2.0)
- vite: 5.0.10
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- '@preact/preset-vite'
- encoding
@@ -8739,13 +8544,13 @@ packages:
zod: 3.22.4
dev: false
- /@tailwindcss/forms@0.5.7(tailwindcss@3.4.0):
+ /@tailwindcss/forms@0.5.7(tailwindcss@3.4.1):
resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==}
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
dependencies:
mini-svg-data-uri: 1.4.4
- tailwindcss: 3.4.0
+ tailwindcss: 3.4.1
dev: true
/@tailwindcss/typography@0.5.10(tailwindcss@3.4.0):
@@ -8758,6 +8563,34 @@ packages:
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
tailwindcss: 3.4.0
+ dev: false
+
+ /@tailwindcss/typography@0.5.10(tailwindcss@3.4.1):
+ resolution: {integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==}
+ peerDependencies:
+ tailwindcss: '>=3.0.0 || insiders'
+ dependencies:
+ lodash.castarray: 4.4.0
+ lodash.isplainobject: 4.0.6
+ lodash.merge: 4.6.2
+ postcss-selector-parser: 6.0.10
+ tailwindcss: 3.4.1
+ dev: true
+
+ /@tanstack/react-virtual@3.0.1(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-IFOFuRUTaiM/yibty9qQ9BfycQnYXIDHGP2+cU+0LrFFGNhVxCXSQnaY6wkX8uJVteFEBjUondX0Hmpp7TNcag==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
+ dependencies:
+ '@tanstack/virtual-core': 3.0.0
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+ dev: false
+
+ /@tanstack/virtual-core@3.0.0:
+ resolution: {integrity: sha512-SYXOBTjJb05rXa2vl55TTwO40A6wKu0R5i1qQwhJYNDIqaIGF7D0HsLw+pJAyi2OvntlEIVusx3xtbbgSUi6zg==}
+ dev: false
/@testing-library/dom@9.3.3:
resolution: {integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==}
@@ -8883,25 +8716,25 @@ packages:
resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
dependencies:
'@types/connect': 3.4.38
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/connect@3.4.38:
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/cross-spawn@6.0.2:
resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/cross-spawn@6.0.3:
resolution: {integrity: sha512-BDAkU7WHHRHnvBf5z89lcvACsvkz/n7Tv+HyD/uW76O29HoH1Tk/W6iQrepaZVbisvlEek4ygwT8IW7ow9XLAA==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/debug@4.1.12:
@@ -8964,7 +8797,7 @@ packages:
/@types/express-serve-static-core@4.17.41:
resolution: {integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
'@types/qs': 6.9.10
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -8987,13 +8820,13 @@ packages:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/graceful-fs@4.1.9:
resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/hast@2.3.8:
@@ -9005,7 +8838,7 @@ packages:
/@types/hoist-non-react-statics@3.3.5:
resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==}
dependencies:
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
hoist-non-react-statics: 3.3.2
dev: false
@@ -9043,7 +8876,7 @@ packages:
/@types/jsdom@20.0.1:
resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
'@types/tough-cookie': 4.0.5
parse5: 7.1.2
dev: true
@@ -9064,7 +8897,7 @@ packages:
/@types/keyv@3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: false
/@types/linkify-it@3.0.5:
@@ -9129,7 +8962,7 @@ packages:
/@types/node-fetch@2.6.9:
resolution: {integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
form-data: 4.0.0
dev: true
@@ -9149,8 +8982,8 @@ packages:
undici-types: 5.26.5
dev: true
- /@types/node@20.10.6:
- resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==}
+ /@types/node@20.10.7:
+ resolution: {integrity: sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==}
dependencies:
undici-types: 5.26.5
@@ -9185,7 +9018,7 @@ packages:
/@types/react-dom@18.2.18:
resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==}
dependencies:
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
dev: true
/@types/react-highlight-words@0.16.7:
@@ -9198,7 +9031,7 @@ packages:
resolution: {integrity: sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==}
dependencies:
'@types/hoist-non-react-statics': 3.3.5
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
hoist-non-react-statics: 3.3.2
redux: 4.2.1
dev: false
@@ -9210,8 +9043,8 @@ packages:
'@types/scheduler': 0.16.8
csstype: 3.1.3
- /@types/react@18.2.46:
- resolution: {integrity: sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w==}
+ /@types/react@18.2.47:
+ resolution: {integrity: sha512-xquNkkOirwyCgoClNk85BjP+aqnIS+ckAJ8i37gAbDs14jfW/J23f2GItAf33oiUPQnqNMALiFeoM9Y5mbjpVQ==}
dependencies:
'@types/prop-types': 15.7.11
'@types/scheduler': 0.16.8
@@ -9224,7 +9057,7 @@ packages:
/@types/responselike@1.0.3:
resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: false
/@types/retry@0.12.0:
@@ -9241,7 +9074,7 @@ packages:
resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
dependencies:
'@types/mime': 1.3.5
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/serve-static@1.15.5:
@@ -9249,7 +9082,7 @@ packages:
dependencies:
'@types/http-errors': 2.0.4
'@types/mime': 3.0.4
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/@types/stack-utils@2.0.3:
@@ -9274,7 +9107,7 @@ packages:
/@types/ws@8.5.10:
resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: false
/@types/yargs-parser@21.0.3:
@@ -9293,8 +9126,8 @@ packages:
'@types/yargs-parser': 21.0.3
dev: true
- /@typescript-eslint/eslint-plugin@6.17.0(@typescript-eslint/parser@6.17.0)(eslint@8.56.0)(typescript@5.3.3):
- resolution: {integrity: sha512-Vih/4xLXmY7V490dGwBQJTpIZxH4ZFH6eCVmQ4RFkB+wmaCTDAx4dtgoWwMNGKLkqRY1L6rPqzEbjorRnDo4rQ==}
+ /@typescript-eslint/eslint-plugin@6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-nISDRYnnIpk7VCFrGcu1rnZfM1Dh9LRHnfgdkjcbi/l7g16VYRri3TjXi9Ir4lOZSw5N/gnV/3H7jIPQ8Q4daA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
@@ -9305,11 +9138,11 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
- '@typescript-eslint/scope-manager': 6.17.0
- '@typescript-eslint/type-utils': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
- '@typescript-eslint/visitor-keys': 6.17.0
+ '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/scope-manager': 6.18.1
+ '@typescript-eslint/type-utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/visitor-keys': 6.18.1
debug: 4.3.4
eslint: 8.56.0
graphemer: 1.4.0
@@ -9322,8 +9155,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser@6.17.0(eslint@8.56.0)(typescript@5.3.3):
- resolution: {integrity: sha512-C4bBaX2orvhK+LlwrY8oWGmSl4WolCfYm513gEccdWZj0CwGadbIADb0FtVEcI+WzUyjyoBj2JRP8g25E6IB8A==}
+ /@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-zct/MdJnVaRRNy9e84XnVtRv9Vf91/qqe+hZJtKanjojud4wAVy/7lXxJmMyX6X6J+xc6c//YEWvpeif8cAhWA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -9332,10 +9165,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 6.17.0
- '@typescript-eslint/types': 6.17.0
- '@typescript-eslint/typescript-estree': 6.17.0(typescript@5.3.3)
- '@typescript-eslint/visitor-keys': 6.17.0
+ '@typescript-eslint/scope-manager': 6.18.1
+ '@typescript-eslint/types': 6.18.1
+ '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3)
+ '@typescript-eslint/visitor-keys': 6.18.1
debug: 4.3.4
eslint: 8.56.0
typescript: 5.3.3
@@ -9351,16 +9184,16 @@ packages:
'@typescript-eslint/visitor-keys': 5.62.0
dev: true
- /@typescript-eslint/scope-manager@6.17.0:
- resolution: {integrity: sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA==}
+ /@typescript-eslint/scope-manager@6.18.1:
+ resolution: {integrity: sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.17.0
- '@typescript-eslint/visitor-keys': 6.17.0
+ '@typescript-eslint/types': 6.18.1
+ '@typescript-eslint/visitor-keys': 6.18.1
dev: true
- /@typescript-eslint/type-utils@6.17.0(eslint@8.56.0)(typescript@5.3.3):
- resolution: {integrity: sha512-hDXcWmnbtn4P2B37ka3nil3yi3VCQO2QEB9gBiHJmQp5wmyQWqnjA85+ZcE8c4FqnaB6lBwMrPkgd4aBYz3iNg==}
+ /@typescript-eslint/type-utils@6.18.1(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-wyOSKhuzHeU/5pcRDP2G2Ndci+4g653V43gXTpt4nbyoIOAASkGDA9JIAgbQCdCkcr1MvpSYWzxTz0olCn8+/Q==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -9369,8 +9202,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 6.17.0(typescript@5.3.3)
- '@typescript-eslint/utils': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3)
+ '@typescript-eslint/utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
debug: 4.3.4
eslint: 8.56.0
ts-api-utils: 1.0.3(typescript@5.3.3)
@@ -9384,8 +9217,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/types@6.17.0:
- resolution: {integrity: sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==}
+ /@typescript-eslint/types@6.18.1:
+ resolution: {integrity: sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==}
engines: {node: ^16.0.0 || >=18.0.0}
dev: true
@@ -9410,8 +9243,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree@6.17.0(typescript@5.3.3):
- resolution: {integrity: sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg==}
+ /@typescript-eslint/typescript-estree@6.18.1(typescript@5.3.3):
+ resolution: {integrity: sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
typescript: '*'
@@ -9419,8 +9252,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 6.17.0
- '@typescript-eslint/visitor-keys': 6.17.0
+ '@typescript-eslint/types': 6.18.1
+ '@typescript-eslint/visitor-keys': 6.18.1
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -9452,8 +9285,8 @@ packages:
- typescript
dev: true
- /@typescript-eslint/utils@6.17.0(eslint@8.56.0)(typescript@5.3.3):
- resolution: {integrity: sha512-LofsSPjN/ITNkzV47hxas2JCsNCEnGhVvocfyOcLzT9c/tSZE7SfhS/iWtzP1lKNOEfLhRTZz6xqI8N2RzweSQ==}
+ /@typescript-eslint/utils@6.18.1(eslint@8.56.0)(typescript@5.3.3):
+ resolution: {integrity: sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -9461,9 +9294,9 @@ packages:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.6
- '@typescript-eslint/scope-manager': 6.17.0
- '@typescript-eslint/types': 6.17.0
- '@typescript-eslint/typescript-estree': 6.17.0(typescript@5.3.3)
+ '@typescript-eslint/scope-manager': 6.18.1
+ '@typescript-eslint/types': 6.18.1
+ '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3)
eslint: 8.56.0
semver: 7.5.4
transitivePeerDependencies:
@@ -9479,11 +9312,11 @@ packages:
eslint-visitor-keys: 3.4.3
dev: true
- /@typescript-eslint/visitor-keys@6.17.0:
- resolution: {integrity: sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg==}
+ /@typescript-eslint/visitor-keys@6.18.1:
+ resolution: {integrity: sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.17.0
+ '@typescript-eslint/types': 6.18.1
eslint-visitor-keys: 3.4.3
dev: true
@@ -9505,7 +9338,7 @@ packages:
requiresBuild: true
dev: false
- /@vitejs/plugin-react@3.1.0(vite@5.0.10):
+ /@vitejs/plugin-react@3.1.0(vite@5.0.11):
resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -9516,12 +9349,12 @@ packages:
'@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7)
magic-string: 0.27.0
react-refresh: 0.14.0
- vite: 5.0.10
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitejs/plugin-react@4.2.1(vite@5.0.10):
+ /@vitejs/plugin-react@4.2.1(vite@5.0.11):
resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -9532,7 +9365,7 @@ packages:
'@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.6)
'@types/babel__core': 7.20.5
react-refresh: 0.14.0
- vite: 5.0.10
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- supports-color
dev: true
@@ -10169,7 +10002,7 @@ packages:
/asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
- /autoprefixer@10.4.16(postcss@8.4.32):
+ /autoprefixer@10.4.16(postcss@8.4.33):
resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
@@ -10181,7 +10014,7 @@ packages:
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.32
+ postcss: 8.4.33
postcss-value-parser: 4.2.0
/available-typed-arrays@1.0.5:
@@ -10473,7 +10306,7 @@ packages:
dependencies:
ansi-align: 3.0.1
camelcase: 7.0.1
- chalk: 5.0.1
+ chalk: 5.3.0
cli-boxes: 3.0.0
string-width: 5.1.2
type-fest: 2.19.0
@@ -11248,7 +11081,7 @@ packages:
capture-stack-trace: 1.0.2
dev: false
- /create-jest@29.7.0(@types/node@20.10.6)(ts-node@10.9.2):
+ /create-jest@29.7.0(@types/node@20.10.7)(ts-node@10.9.2):
resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -11257,7 +11090,7 @@ packages:
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ jest-config: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -11442,8 +11275,8 @@ packages:
'@babel/runtime': 7.23.6
dev: true
- /date-fns@3.0.6:
- resolution: {integrity: sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==}
+ /date-fns@3.2.0:
+ resolution: {integrity: sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==}
dev: false
/de-indent@1.0.2:
@@ -12089,37 +11922,6 @@ packages:
'@esbuild/win32-x64': 0.18.20
dev: true
- /esbuild@0.19.10:
- resolution: {integrity: sha512-S1Y27QGt/snkNYrRcswgRFqZjaTG5a5xM3EQo97uNBnH505pdzSNe/HLBq1v0RO7iK/ngdbhJB6mDAp0OK+iUA==}
- engines: {node: '>=12'}
- hasBin: true
- requiresBuild: true
- optionalDependencies:
- '@esbuild/aix-ppc64': 0.19.10
- '@esbuild/android-arm': 0.19.10
- '@esbuild/android-arm64': 0.19.10
- '@esbuild/android-x64': 0.19.10
- '@esbuild/darwin-arm64': 0.19.10
- '@esbuild/darwin-x64': 0.19.10
- '@esbuild/freebsd-arm64': 0.19.10
- '@esbuild/freebsd-x64': 0.19.10
- '@esbuild/linux-arm': 0.19.10
- '@esbuild/linux-arm64': 0.19.10
- '@esbuild/linux-ia32': 0.19.10
- '@esbuild/linux-loong64': 0.19.10
- '@esbuild/linux-mips64el': 0.19.10
- '@esbuild/linux-ppc64': 0.19.10
- '@esbuild/linux-riscv64': 0.19.10
- '@esbuild/linux-s390x': 0.19.10
- '@esbuild/linux-x64': 0.19.10
- '@esbuild/netbsd-x64': 0.19.10
- '@esbuild/openbsd-x64': 0.19.10
- '@esbuild/sunos-x64': 0.19.10
- '@esbuild/win32-arm64': 0.19.10
- '@esbuild/win32-ia32': 0.19.10
- '@esbuild/win32-x64': 0.19.10
- dev: true
-
/esbuild@0.19.11:
resolution: {integrity: sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==}
engines: {node: '>=12'}
@@ -12205,11 +12007,11 @@ packages:
dependencies:
'@next/eslint-plugin-next': 14.0.4
'@rushstack/eslint-patch': 1.6.1
- '@typescript-eslint/parser': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
eslint: 8.56.0
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
+ eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0)
+ eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0)
eslint-plugin-react: 7.33.2(eslint@8.56.0)
eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0)
@@ -12247,7 +12049,7 @@ packages:
- supports-color
dev: true
- /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0):
+ /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0):
resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -12257,8 +12059,8 @@ packages:
debug: 4.3.4
enhanced-resolve: 5.15.0
eslint: 8.56.0
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
+ eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
fast-glob: 3.3.2
get-tsconfig: 4.7.2
is-core-module: 2.13.1
@@ -12270,7 +12072,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0):
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@@ -12291,16 +12093,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
debug: 3.2.7
eslint: 8.56.0
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0)
+ eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.56.0)
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0):
+ /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0):
resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
engines: {node: '>=4'}
peerDependencies:
@@ -12310,7 +12112,7 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 6.17.0(eslint@8.56.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
array-includes: 3.1.7
array.prototype.findlastindex: 1.2.3
array.prototype.flat: 1.3.2
@@ -12319,7 +12121,7 @@ packages:
doctrine: 2.1.0
eslint: 8.56.0
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.17.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
hasown: 2.0.0
is-core-module: 2.13.1
is-glob: 4.0.3
@@ -12966,8 +12768,8 @@ packages:
'@emotion/is-prop-valid': 0.8.8
dev: false
- /framer-motion@10.17.4(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-CYBSs6cWfzcasAX8aofgKFZootmkQtR4qxbfTOksBLny/lbUfkGbQAFOS3qnl6Uau1N9y8tUpI7mVIrHgkFjLQ==}
+ /framer-motion@10.17.12(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-6aaBLN2EgH/GilXwOzEalTfw5Rx9DTQJJjTrxq5bfDbGtPCzXz2GCN6ePGRpTi1ZGugLHxdU273h38ENbcdFKQ==}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
@@ -13387,8 +13189,8 @@ packages:
- supports-color
dev: false
- /googleapis@129.0.0(encoding@0.1.13):
- resolution: {integrity: sha512-gFatrzby+oh/GxEeMhJOKzgs9eG7yksRcTon9b+kPie4ZnDSgGQ85JgtUaBtLSBkcKpUKukdSP6Km1aCjs4y4Q==}
+ /googleapis@130.0.0(encoding@0.1.13):
+ resolution: {integrity: sha512-+ZSOowVv+vGBTueu1Ot9O7EqC0U4PS9l7fUjzc0ThCT4w4g+r78Vgn17q7eGBB5JMu4hxYC1hbbm1U/MCnYFdg==}
engines: {node: '>=14.0.0'}
dependencies:
google-auth-library: 9.4.1(encoding@0.1.13)
@@ -14405,7 +14207,7 @@ packages:
'@jest/expect': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
co: 4.6.0
dedent: 1.5.1
@@ -14426,7 +14228,7 @@ packages:
- supports-color
dev: true
- /jest-cli@29.7.0(@types/node@20.10.6)(ts-node@10.9.2):
+ /jest-cli@29.7.0(@types/node@20.10.7)(ts-node@10.9.2):
resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -14440,10 +14242,10 @@ packages:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ create-jest: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ jest-config: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -14454,7 +14256,7 @@ packages:
- ts-node
dev: true
- /jest-config@29.7.0(@types/node@20.10.6)(ts-node@10.9.2):
+ /jest-config@29.7.0(@types/node@20.10.7)(ts-node@10.9.2):
resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
@@ -14469,7 +14271,7 @@ packages:
'@babel/core': 7.23.7
'@jest/test-sequencer': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
babel-jest: 29.7.0(@babel/core@7.23.7)
chalk: 4.1.2
ci-info: 3.9.0
@@ -14489,7 +14291,7 @@ packages:
pretty-format: 29.7.0
slash: 3.0.0
strip-json-comments: 3.1.1
- ts-node: 10.9.2(@types/node@20.10.6)(typescript@5.3.3)
+ ts-node: 10.9.2(@types/node@20.10.7)(typescript@5.3.3)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -14553,7 +14355,7 @@ packages:
'@jest/environment': 29.7.0
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
jest-mock: 29.7.0
jest-util: 29.7.0
dev: true
@@ -14578,7 +14380,7 @@ packages:
dependencies:
'@jest/types': 29.6.3
'@types/graceful-fs': 4.1.9
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -14630,7 +14432,7 @@ packages:
jest: ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0
typescript: ^3.0.0 || ^4.0.0 || ^5.0.0
dependencies:
- jest: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ jest: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
ts-essentials: 7.0.3(typescript@5.3.3)
typescript: 5.3.3
dev: true
@@ -14640,7 +14442,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.5.1
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
dev: true
/jest-mock@29.7.0:
@@ -14648,7 +14450,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
jest-util: 29.7.0
dev: true
@@ -14703,7 +14505,7 @@ packages:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -14734,7 +14536,7 @@ packages:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
cjs-module-lexer: 1.2.3
collect-v8-coverage: 1.0.2
@@ -14786,7 +14588,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -14811,7 +14613,7 @@ packages:
dependencies:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -14823,7 +14625,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
merge-stream: 2.0.0
supports-color: 8.1.1
dev: false
@@ -14832,13 +14634,13 @@ packages:
resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
- /jest@29.7.0(@types/node@20.10.6)(ts-node@10.9.2):
+ /jest@29.7.0(@types/node@20.10.7)(ts-node@10.9.2):
resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
@@ -14851,7 +14653,7 @@ packages:
'@jest/core': 29.7.0(ts-node@10.9.2)
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ jest-cli: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -15177,8 +14979,8 @@ packages:
type-check: 0.4.0
dev: true
- /lexical@0.12.5:
- resolution: {integrity: sha512-ZMqisIxNe+JBqaUa1Qmz7ghpvnmARHxgYz+F0rcXRtSPZtgEL8OT2c9xk8CJ4ccVpf+qRQlONzCEIZfQQHd/RA==}
+ /lexical@0.12.6:
+ resolution: {integrity: sha512-Nlfjc+k9cIWpOMv7XufF0Mv09TAXSemNAuAqFLaOwTcN+RvhvYTDtVLSp9D9r+5I097fYs1Vf/UYwH2xEpkFfQ==}
dev: false
/lib0@0.2.88:
@@ -15469,8 +15271,8 @@ packages:
dependencies:
yallist: 4.0.0
- /lucide-react@0.303.0(react@18.2.0):
- resolution: {integrity: sha512-B0B9T3dLEFBYPCUlnUS1mvAhW1craSbF9HO+JfBjAtpFUJ7gMIqmEwNSclikY3RiN2OnCkj/V1ReAQpaHae8Bg==}
+ /lucide-react@0.308.0(react@18.2.0):
+ resolution: {integrity: sha512-QC3S4Qi6s5y/w4bhS7sauDG29MsPwV0C5g9/mKkY7/gm3tPpg9tyRQG33g597Q5M3vmE0APcPuOjyQKsF8gnIg==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0
dependencies:
@@ -17323,6 +17125,19 @@ packages:
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
+ dev: false
+
+ /postcss-import@15.1.0(postcss@8.4.33):
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ postcss: ^8.0.0
+ dependencies:
+ postcss: 8.4.33
+ postcss-value-parser: 4.2.0
+ read-cache: 1.0.0
+ resolve: 1.22.8
+ dev: true
/postcss-js@4.0.1(postcss@8.4.32):
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
@@ -17332,6 +17147,17 @@ packages:
dependencies:
camelcase-css: 2.0.1
postcss: 8.4.32
+ dev: false
+
+ /postcss-js@4.0.1(postcss@8.4.33):
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
+ engines: {node: ^12 || ^14 || >= 16}
+ peerDependencies:
+ postcss: ^8.4.21
+ dependencies:
+ camelcase-css: 2.0.1
+ postcss: 8.4.33
+ dev: true
/postcss-load-config@4.0.2(postcss@8.4.32):
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
@@ -17348,6 +17174,24 @@ packages:
lilconfig: 3.0.0
postcss: 8.4.32
yaml: 2.3.4
+ dev: false
+
+ /postcss-load-config@4.0.2(postcss@8.4.33):
+ resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
+ engines: {node: '>= 14'}
+ peerDependencies:
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ postcss:
+ optional: true
+ ts-node:
+ optional: true
+ dependencies:
+ lilconfig: 3.0.0
+ postcss: 8.4.33
+ yaml: 2.3.4
+ dev: true
/postcss-nested@6.0.1(postcss@8.4.32):
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
@@ -17357,6 +17201,17 @@ packages:
dependencies:
postcss: 8.4.32
postcss-selector-parser: 6.0.13
+ dev: false
+
+ /postcss-nested@6.0.1(postcss@8.4.33):
+ resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
+ engines: {node: '>=12.0'}
+ peerDependencies:
+ postcss: ^8.2.14
+ dependencies:
+ postcss: 8.4.33
+ postcss-selector-parser: 6.0.13
+ dev: true
/postcss-selector-parser@6.0.10:
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
@@ -17400,15 +17255,24 @@ packages:
nanoid: 3.3.7
picocolors: 1.0.0
source-map-js: 1.0.2
+ dev: false
- /posthog-js@1.96.1:
- resolution: {integrity: sha512-kv1vQqYMt2BV3YHS+wxsbGuP+tz+M3y1AzNhz8TfkpY1HT8W/ONT0i0eQpeRr9Y+d4x/fZ6M4cXG5GMvi9lRCA==}
+ /postcss@8.4.33:
+ resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
+ engines: {node: ^10 || ^12 || >=14}
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.0.0
+ source-map-js: 1.0.2
+
+ /posthog-js@1.97.1:
+ resolution: {integrity: sha512-N5r7sm4EiSxBgFTZuReR7wvHgzK/UkPbIsy/nZuIexLD+oa94ZQFNY/i1o8utDNmXHFWVKv4rwFmzRmPZYc8Zw==}
dependencies:
fflate: 0.4.8
dev: false
- /posthog-node@3.3.0:
- resolution: {integrity: sha512-C6IkW1UWPWCVbLQBUwY34QJZq/zYCvjwsZejP+CUwuXU3/Vrsf3knmIVXelcjQq4oTAiLiYBAA03s143+T1Glg==}
+ /posthog-node@3.5.0:
+ resolution: {integrity: sha512-u1lzJiLiYH3ShBS5s+uy/FEiAnpkYfNuKs+GmkYo9Z6hO6UXWKPkib9mtTx3y2pbV7O/+Pjup1+/1Q3CA55Z2Q==}
engines: {node: '>=15.0.0'}
dependencies:
axios: 1.6.2
@@ -17473,8 +17337,8 @@ packages:
engines: {node: '>=4'}
dev: false
- /prettier-plugin-tailwindcss@0.5.10(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1):
- resolution: {integrity: sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==}
+ /prettier-plugin-tailwindcss@0.5.11(@trivago/prettier-plugin-sort-imports@4.3.0)(prettier@3.1.1):
+ resolution: {integrity: sha512-AvI/DNyMctyyxGOjyePgi/gqj5hJYClZ1avtQvLlqMT3uDZkRbi4HhGUpok3DRzv9z7Lti85Kdj3s3/1CeNI0w==}
engines: {node: '>=14.21.3'}
peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*'
@@ -17894,13 +17758,13 @@ packages:
- '@types/react-dom'
dev: true
- /react-day-picker@8.10.0(date-fns@3.0.6)(react@18.2.0):
+ /react-day-picker@8.10.0(date-fns@3.2.0)(react@18.2.0):
resolution: {integrity: sha512-mz+qeyrOM7++1NCb1ARXmkjMkzWVh2GL9YiPbRjKe0zHccvekk4HE+0MPOZOrosn8r8zTHIIeOUXTmXRqmkRmg==}
peerDependencies:
date-fns: ^2.28.0 || ^3.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- date-fns: 3.0.6
+ date-fns: 3.2.0
react: 18.2.0
dev: false
@@ -18018,8 +17882,8 @@ packages:
react: 18.2.0
dev: false
- /react-hook-form@7.49.2(react@18.2.0):
- resolution: {integrity: sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==}
+ /react-hook-form@7.49.3(react@18.2.0):
+ resolution: {integrity: sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==}
engines: {node: '>=18', pnpm: '8'}
peerDependencies:
react: ^16.8.0 || ^17 || ^18
@@ -18062,7 +17926,7 @@ packages:
/react-is@18.2.0:
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
- /react-markdown@8.0.7(@types/react@18.2.46)(react@18.2.0):
+ /react-markdown@8.0.7(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==}
peerDependencies:
'@types/react': '>=16'
@@ -18070,7 +17934,7 @@ packages:
dependencies:
'@types/hast': 2.3.8
'@types/prop-types': 15.7.11
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
'@types/unist': 2.0.10
comma-separated-tokens: 2.0.3
hast-util-whitespace: 2.0.1
@@ -19492,11 +19356,11 @@ packages:
engines: {node: '>=8'}
dev: true
- /stripe@14.10.0:
- resolution: {integrity: sha512-zI6yxYVFJtjibgb06Xn08KsJy1Zq+KE3jLkhZ8bJOTrxNVi2CtCreQdUn+NjXN5lTEdiNhxIqL0NmuSza+rOGw==}
+ /stripe@14.11.0:
+ resolution: {integrity: sha512-NmFEkDC0PldP7CQtdPgKs5dVZA/pF+IepldbmB+Kk9B4d7EBkWnbANp0y+/zJcbRGul48s8hmQzeqNWUlWW0wg==}
engines: {node: '>=12.*'}
dependencies:
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
qs: 6.11.2
dev: false
@@ -19623,6 +19487,38 @@ packages:
sucrase: 3.34.0
transitivePeerDependencies:
- ts-node
+ dev: false
+
+ /tailwindcss@3.4.1:
+ resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==}
+ engines: {node: '>=14.0.0'}
+ hasBin: true
+ dependencies:
+ '@alloc/quick-lru': 5.2.0
+ arg: 5.0.2
+ chokidar: 3.5.3
+ didyoumean: 1.2.2
+ dlv: 1.1.3
+ fast-glob: 3.3.2
+ glob-parent: 6.0.2
+ is-glob: 4.0.3
+ jiti: 1.21.0
+ lilconfig: 2.1.0
+ micromatch: 4.0.5
+ normalize-path: 3.0.0
+ object-hash: 3.0.0
+ picocolors: 1.0.0
+ postcss: 8.4.33
+ postcss-import: 15.1.0(postcss@8.4.33)
+ postcss-js: 4.0.1(postcss@8.4.33)
+ postcss-load-config: 4.0.2(postcss@8.4.33)
+ postcss-nested: 6.0.1(postcss@8.4.33)
+ postcss-selector-parser: 6.0.13
+ resolve: 1.22.8
+ sucrase: 3.34.0
+ transitivePeerDependencies:
+ - ts-node
+ dev: true
/tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
@@ -19966,7 +19862,7 @@ packages:
babel-jest: 29.7.0(@babel/core@7.23.7)
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 29.7.0(@types/node@20.10.6)(ts-node@10.9.2)
+ jest: 29.7.0(@types/node@20.10.7)(ts-node@10.9.2)
jest-util: 29.7.0
json5: 2.2.3
lodash.memoize: 4.1.2
@@ -19983,7 +19879,7 @@ packages:
code-block-writer: 11.0.3
dev: true
- /ts-node@10.9.2(@types/node@20.10.6)(typescript@5.3.3):
+ /ts-node@10.9.2(@types/node@20.10.7)(typescript@5.3.3):
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
hasBin: true
peerDependencies:
@@ -20002,7 +19898,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 20.10.6
+ '@types/node': 20.10.7
acorn: 8.11.2
acorn-walk: 8.3.1
arg: 4.1.3
@@ -20073,7 +19969,7 @@ packages:
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
- postcss-load-config: 4.0.2(postcss@8.4.32)
+ postcss-load-config: 4.0.2(postcss@8.4.33)
resolve-from: 5.0.0
rollup: 4.9.1
source-map: 0.8.0-beta.0
@@ -20780,7 +20676,7 @@ packages:
vfile-message: 3.1.4
dev: false
- /vite-plugin-dts@3.7.0(typescript@5.3.3)(vite@5.0.10):
+ /vite-plugin-dts@3.7.0(typescript@5.3.3)(vite@5.0.11):
resolution: {integrity: sha512-np1uPaYzu98AtPReB8zkMnbjwcNHOABsLhqVOf81b3ol9b5M2wPcAVs8oqPnOpr6Us+7yDXVauwkxsk5+ldmRA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -20796,7 +20692,7 @@ packages:
debug: 4.3.4
kolorist: 1.8.0
typescript: 5.3.3
- vite: 5.0.10(terser@5.26.0)
+ vite: 5.0.11(terser@5.26.0)
vue-tsc: 1.8.27(typescript@5.3.3)
transitivePeerDependencies:
- '@types/node'
@@ -20804,7 +20700,7 @@ packages:
- supports-color
dev: true
- /vite-tsconfig-paths@4.2.3(typescript@5.3.3)(vite@5.0.10):
+ /vite-tsconfig-paths@4.2.3(typescript@5.3.3)(vite@5.0.11):
resolution: {integrity: sha512-xVsA2xe6QSlzBujtWF8q2NYexh7PAUYfzJ4C8Axpe/7d2pcERYxuxGgph9F4f0iQO36g5tyGq6eBUYIssdUrVw==}
peerDependencies:
vite: '*'
@@ -20815,14 +20711,14 @@ packages:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 2.1.2(typescript@5.3.3)
- vite: 5.0.10(terser@5.26.0)
+ vite: 5.0.11(terser@5.26.0)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /vite@5.0.10:
- resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==}
+ /vite@5.0.11(terser@5.26.0):
+ resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -20850,42 +20746,7 @@ packages:
optional: true
dependencies:
esbuild: 0.19.11
- postcss: 8.4.32
- rollup: 4.9.1
- optionalDependencies:
- fsevents: 2.3.3
- dev: true
-
- /vite@5.0.10(terser@5.26.0):
- resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==}
- engines: {node: ^18.0.0 || >=20.0.0}
- hasBin: true
- peerDependencies:
- '@types/node': ^18.0.0 || >=20.0.0
- less: '*'
- lightningcss: ^1.21.0
- sass: '*'
- stylus: '*'
- sugarss: '*'
- terser: ^5.4.0
- peerDependenciesMeta:
- '@types/node':
- optional: true
- less:
- optional: true
- lightningcss:
- optional: true
- sass:
- optional: true
- stylus:
- optional: true
- sugarss:
- optional: true
- terser:
- optional: true
- dependencies:
- esbuild: 0.19.10
- postcss: 8.4.32
+ postcss: 8.4.33
rollup: 4.9.1
terser: 5.26.0
optionalDependencies:
@@ -21448,7 +21309,7 @@ packages:
/zod@3.22.4:
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
- /zustand@4.4.7(@types/react@18.2.46)(react@18.2.0):
+ /zustand@4.4.7(@types/react@18.2.47)(react@18.2.0):
resolution: {integrity: sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==}
engines: {node: '>=12.7.0'}
peerDependencies:
@@ -21463,7 +21324,7 @@ packages:
react:
optional: true
dependencies:
- '@types/react': 18.2.46
+ '@types/react': 18.2.47
react: 18.2.0
use-sync-external-store: 1.2.0(react@18.2.0)
dev: false