chore: update all npm dependencies (#4486)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
This commit is contained in:
Piyush Gupta
2024-12-18 15:32:43 +05:30
committed by GitHub
parent 8936ce928f
commit 36bf445370
33 changed files with 5133 additions and 5934 deletions
+7 -7
View File
@@ -13,17 +13,17 @@
"dependencies": {
"@formbricks/js": "workspace:*",
"@formbricks/react-native": "workspace:*",
"expo": "51.0.26",
"expo-status-bar": "1.12.1",
"expo": "52.0.18",
"expo-status-bar": "2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.5",
"react-native-webview": "13.8.6"
"react-native": "0.76.5",
"react-native-webview": "13.12.5"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@types/react": "18.3.11",
"typescript": "5.3.3"
"@babel/core": "7.26.0",
"@types/react": "19.0.1",
"typescript": "5.7.2"
},
"private": true
}
+1 -1
View File
@@ -12,7 +12,7 @@
},
"dependencies": {
"@formbricks/js": "workspace:*",
"lucide-react": "0.452.0",
"lucide-react": "0.468.0",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0"
+5 -2
View File
@@ -110,7 +110,7 @@ export const Search = () => {
</kbd>
)}
</button>
{isOpen &&
{isOpen ? (
createPortal(
<DocSearchModal
{...docSearchConfig}
@@ -124,7 +124,10 @@ export const Search = () => {
}}
/>,
document.body
)}
)
) : (
<></>
)}
</>
);
};
+17 -17
View File
@@ -12,39 +12,39 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "1.17.4",
"@algolia/autocomplete-core": "1.17.8",
"@calcom/embed-react": "1.5.1",
"@docsearch/css": "3",
"@docsearch/react": "3.6.2",
"@docsearch/react": "3.8.0",
"@formbricks/lib": "workspace:*",
"@formbricks/types": "workspace:*",
"@headlessui/react": "2.1.9",
"@headlessui/react": "2.2.0",
"@headlessui/tailwindcss": "0.2.1",
"@mapbox/rehype-prism": "0.9.0",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.1.0",
"@paralleldrive/cuid2": "2.2.2",
"@sindresorhus/slugify": "2.2.1",
"@tailwindcss/typography": "0.5.15",
"acorn": "8.12.1",
"acorn": "8.14.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"fast-glob": "3.3.2",
"flexsearch": "0.7.43",
"framer-motion": "11.11.4",
"framer-motion": "11.15.0",
"lottie-web": "5.12.2",
"lucide": "0.451.0",
"lucide-react": "0.452.0",
"lucide": "0.468.0",
"lucide-react": "0.468.0",
"mdast-util-to-string": "4.0.0",
"mdx-annotations": "0.1.4",
"next": "15.1.0",
"next-plausible": "3.12.2",
"next-plausible": "3.12.4",
"next-seo": "6.6.0",
"next-sitemap": "4.2.3",
"next-themes": "0.3.0",
"next-themes": "0.4.4",
"node-fetch": "3.3.2",
"prism-react-renderer": "2.4.0",
"prism-react-renderer": "2.4.1",
"prismjs": "1.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
@@ -54,20 +54,20 @@
"redoc": "2.2.0",
"remark": "15.0.1",
"remark-gfm": "4.0.0",
"remark-mdx": "3.0.1",
"remark-mdx": "3.1.0",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"shiki": "1.22.0",
"shiki": "1.24.2",
"simple-functional-loader": "1.2.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.16",
"unist-util-filter": "5.0.1",
"unist-util-visit": "5.0.0",
"zustand": "4.5.5"
"zustand": "5.0.2"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@types/dompurify": "3.0.5",
"@types/dompurify": "3.2.0",
"@types/react-highlight-words": "0.20.0"
}
}
+19 -19
View File
@@ -4,37 +4,37 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --config .eslintrc.cjs --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"clean": "rimraf .turbo node_modules dist storybook-static"
},
"dependencies": {
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-react-refresh": "0.4.16",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@chromatic-com/storybook": "3.2.2",
"@formbricks/config-typescript": "workspace:*",
"@storybook/addon-a11y": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-onboarding": "8.3.5",
"@storybook/blocks": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-vite": "8.3.5",
"@storybook/test": "8.3.5",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@vitejs/plugin-react": "4.3.2",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-onboarding": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/test": "8.4.7",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"esbuild": "0.24.0",
"eslint-plugin-storybook": "0.9.0",
"eslint-plugin-storybook": "0.11.1",
"prop-types": "15.8.1",
"storybook": "8.3.5",
"tsup": "8.3.0",
"vite": "5.4.8"
"storybook": "8.4.7",
"tsup": "8.3.5",
"vite": "6.0.3"
}
}
@@ -51,7 +51,9 @@ export const POST = async (request: Request, context: Context): Promise<Response
);
}
const agent = UAParser(request.headers.get("user-agent"));
const userAgent = request.headers.get("user-agent") || undefined;
const agent = new UAParser(userAgent);
const country =
requestHeaders.get("CF-IPCountry") ||
requestHeaders.get("X-Vercel-IP-Country") ||
@@ -89,9 +91,9 @@ export const POST = async (request: Request, context: Context): Promise<Response
source: responseInputData?.meta?.source,
url: responseInputData?.meta?.url,
userAgent: {
browser: agent?.browser.name,
device: agent?.device.type || "desktop",
os: agent?.os.name,
browser: agent.getBrowser().name,
device: agent.getDevice().type || "desktop",
os: agent.getOS().name,
},
country: country,
action: responseInputData?.meta?.action,
@@ -11,7 +11,7 @@ type SurveyLinkUsedProps = {
singleUseMessage: TSurveySingleUse | null;
};
export const SurveyLinkUsed = async ({ singleUseMessage }: SurveyLinkUsedProps) => {
export const SurveyLinkUsed = ({ singleUseMessage }: SurveyLinkUsedProps) => {
const t = useTranslations();
const defaultHeading = t("s.survey_already_answered_heading");
const defaultSubheading = t("s.survey_already_answered_subheading");
@@ -527,8 +527,11 @@ export const ToolbarPlugin = (props: TextEditorProps & { container: HTMLElement
className={isLink ? "bg-subtle active-button" : "inactive-button"}>
<Link />
</Button>
{isLink &&
createPortal(<FloatingLinkEditor editor={editor} />, props.container ?? document.body)}{" "}
{isLink ? (
createPortal(<FloatingLinkEditor editor={editor} />, props.container ?? document.body)
) : (
<></>
)}
</>
)}
</>
+69 -69
View File
@@ -12,10 +12,10 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/azure": "0.0.52",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@ai-sdk/azure": "1.0.10",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@formbricks/api": "workspace:*",
"@formbricks/database": "workspace:*",
@@ -24,107 +24,107 @@
"@formbricks/lib": "workspace:*",
"@formbricks/surveys": "workspace:*",
"@formbricks/types": "workspace:*",
"@hookform/resolvers": "3.9.0",
"@hookform/resolvers": "3.9.1",
"@intercom/messenger-js-sdk": "0.0.14",
"@json2csv/node": "7.0.6",
"@lexical/code": "0.17.0",
"@lexical/link": "0.17.0",
"@lexical/list": "0.17.0",
"@lexical/markdown": "0.17.0",
"@lexical/react": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/table": "0.17.0",
"@opentelemetry/api-logs": "0.53.0",
"@opentelemetry/instrumentation": "0.53.0",
"@opentelemetry/sdk-logs": "0.53.0",
"@lexical/code": "0.21.0",
"@lexical/link": "0.21.0",
"@lexical/list": "0.21.0",
"@lexical/markdown": "0.21.0",
"@lexical/react": "0.21.0",
"@lexical/rich-text": "0.21.0",
"@lexical/table": "0.21.0",
"@opentelemetry/api-logs": "0.56.0",
"@opentelemetry/instrumentation": "0.56.0",
"@opentelemetry/sdk-logs": "0.56.0",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.20.0",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@react-email/components": "0.0.25",
"@sentry/nextjs": "8.34.0",
"@prisma/client": "6.0.1",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-dialog": "1.1.3",
"@radix-ui/react-dropdown-menu": "2.1.3",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-popover": "1.1.3",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-select": "2.1.3",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.5",
"@react-email/components": "0.0.31",
"@sentry/nextjs": "8.45.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-table": "8.20.5",
"@vercel/functions": "1.5.0",
"@vercel/og": "0.6.3",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-table": "8.20.6",
"@vercel/functions": "1.5.2",
"@vercel/og": "0.6.4",
"@vercel/otel": "1.10.0",
"@vercel/speed-insights": "1.0.12",
"ai": "3.4.33",
"@vercel/speed-insights": "1.1.0",
"ai": "4.0.18",
"autoprefixer": "10.4.20",
"bcryptjs": "2.4.3",
"boring-avatars": "1.10.2",
"class-variance-authority": "0.7.0",
"boring-avatars": "1.11.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"csv-parse": "5.5.6",
"dotenv": "16.4.5",
"cmdk": "1.0.4",
"csv-parse": "5.6.0",
"dotenv": "16.4.7",
"encoding": "0.1.13",
"file-loader": "6.2.0",
"framer-motion": "11.11.8",
"framer-motion": "11.15.0",
"googleapis": "144.0.0",
"https-proxy-agent": "7.0.5",
"jiti": "2.3.3",
"https-proxy-agent": "7.0.6",
"jiti": "2.4.1",
"jsonwebtoken": "9.0.2",
"langfuse-vercel": "3.27.0",
"lexical": "0.17.0",
"langfuse-vercel": "3.31.3",
"lexical": "0.21.0",
"lodash": "4.17.21",
"lru-cache": "11.0.1",
"lucide-react": "0.452.0",
"lru-cache": "11.0.2",
"lucide-react": "0.468.0",
"mime": "4.0.4",
"next": "15.1.0",
"next-auth": "4.24.10",
"next-intl": "3.20.0",
"next-safe-action": "7.10.1",
"next-auth": "4.24.11",
"next-intl": "3.26.1",
"next-safe-action": "7.10.2",
"optional": "0.1.4",
"otplib": "12.0.1",
"papaparse": "5.4.1",
"posthog-js": "1.167.0",
"posthog-js": "1.200.2",
"prismjs": "1.29.0",
"react": "19.0.0",
"react-colorful": "5.6.1",
"react-confetti": "6.1.0",
"react-day-picker": "9.0.8",
"react-day-picker": "9.4.4",
"react-dom": "19.0.0",
"react-hook-form": "7.53.0",
"react-hook-form": "7.54.1",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-icons": "5.4.0",
"react-radio-group": "3.0.3",
"react-use": "17.5.1",
"react-use": "17.6.0",
"redis": "4.7.0",
"sharp": "0.33.5",
"stripe": "16.7.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.13",
"ua-parser-js": "1.0.39",
"webpack": "5.95.0",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.16",
"ua-parser-js": "2.0.0",
"webpack": "5.97.1",
"xlsx": "0.18.5",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@neshca/cache-handler": "1.7.4",
"@neshca/cache-handler": "1.9.0",
"@types/bcryptjs": "2.4.6",
"@types/lodash": "4.17.10",
"@types/lodash": "4.17.13",
"@types/markdown-it": "14.1.2",
"@types/nodemailer": "6.4.17",
"@types/papaparse": "5.3.14",
"@types/papaparse": "5.3.15",
"@types/qrcode": "1.5.5",
"nodemailer": "6.9.16"
}