mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-01 09:10:24 -06:00
chore: update npm dependencies (#2403)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@formbricks/js": "workspace:*",
|
||||
"lucide-react": "^0.356.0",
|
||||
"next": "14.1.3",
|
||||
"lucide-react": "^0.365.0",
|
||||
"next": "14.1.4",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
|
||||
@@ -17,19 +17,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@storybook/addon-essentials": "^8.0.0",
|
||||
"@storybook/addon-interactions": "^8.0.0",
|
||||
"@storybook/addon-links": "^8.0.0",
|
||||
"@storybook/addon-onboarding": "^8.0.0",
|
||||
"@storybook/blocks": "^8.0.0",
|
||||
"@storybook/react": "^8.0.0",
|
||||
"@storybook/react-vite": "^8.0.0",
|
||||
"@storybook/addon-essentials": "^8.0.6",
|
||||
"@storybook/addon-interactions": "^8.0.6",
|
||||
"@storybook/addon-links": "^8.0.6",
|
||||
"@storybook/addon-onboarding": "^8.0.6",
|
||||
"@storybook/blocks": "^8.0.6",
|
||||
"@storybook/react": "^8.0.6",
|
||||
"@storybook/react-vite": "^8.0.6",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
||||
"@typescript-eslint/parser": "^7.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
||||
"@typescript-eslint/parser": "^7.5.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"esbuild": "^0.20.1",
|
||||
"esbuild": "^0.20.2",
|
||||
"tsup": "^8.0.2",
|
||||
"vite": "^5.1.7"
|
||||
"vite": "^5.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,50 +24,50 @@
|
||||
"@formbricks/ui": "workspace:*",
|
||||
"@headlessui/react": "^1.7.18",
|
||||
"@json2csv/node": "^7.0.6",
|
||||
"@opentelemetry/auto-instrumentations-node": "^0.43.0",
|
||||
"@opentelemetry/exporter-trace-otlp-http": "^0.49.1",
|
||||
"@opentelemetry/resources": "^1.22.0",
|
||||
"@opentelemetry/sdk-node": "^0.49.1",
|
||||
"@opentelemetry/semantic-conventions": "^1.22.0",
|
||||
"@opentelemetry/auto-instrumentations-node": "^0.44.0",
|
||||
"@opentelemetry/exporter-trace-otlp-http": "^0.50.0",
|
||||
"@opentelemetry/resources": "^1.23.0",
|
||||
"@opentelemetry/sdk-node": "^0.50.0",
|
||||
"@opentelemetry/semantic-conventions": "^1.23.0",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@radix-ui/react-collapsible": "^1.0.3",
|
||||
"@react-email/components": "^0.0.15",
|
||||
"@sentry/nextjs": "^7.106.1",
|
||||
"@react-email/components": "^0.0.16",
|
||||
"@sentry/nextjs": "^7.109.0",
|
||||
"@vercel/og": "^0.6.2",
|
||||
"@vercel/speed-insights": "^1.0.10",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"dotenv": "^16.4.5",
|
||||
"encoding": "^0.1.13",
|
||||
"framer-motion": "11.0.12",
|
||||
"framer-motion": "11.0.25",
|
||||
"googleapis": "^134.0.0",
|
||||
"jiti": "^1.21.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^10.2.0",
|
||||
"lucide-react": "^0.356.0",
|
||||
"lucide-react": "^0.365.0",
|
||||
"mime": "^4.0.1",
|
||||
"next": "14.1.3",
|
||||
"nodemailer": "^6.9.12",
|
||||
"next": "14.1.4",
|
||||
"nodemailer": "^6.9.13",
|
||||
"otplib": "^12.0.1",
|
||||
"posthog-js": "^1.114.2",
|
||||
"posthog-js": "^1.118.1",
|
||||
"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": "^2.1.0",
|
||||
"react-hook-form": "^7.51.0",
|
||||
"react-email": "^2.1.1",
|
||||
"react-hook-form": "^7.51.2",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-icons": "^5.0.1",
|
||||
"redis": "^4.6.13",
|
||||
"sharp": "^0.33.2",
|
||||
"sharp": "^0.33.3",
|
||||
"ua-parser-js": "^1.0.37",
|
||||
"webpack": "^5.90.3",
|
||||
"webpack": "^5.91.0",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@neshca/cache-handler": "^1.0.7",
|
||||
"@neshca/cache-handler": "^1.0.8",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/markdown-it": "^13.0.7",
|
||||
|
||||
@@ -36,10 +36,9 @@
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@formbricks/types": "workspace:*",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "1.10.12",
|
||||
"terser": "^5.29.1",
|
||||
"vite": "^5.1.7",
|
||||
"vite-plugin-dts": "^3.7.3"
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-dts": "^3.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"data-migration:mls-range-fix": "ts-node ./migrations/20240318050527_add_languages_and_survey_languages/data-migration-range-fix.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.11.0",
|
||||
"@prisma/client": "^5.12.1",
|
||||
"@prisma/extension-accelerate": "^1.0.0",
|
||||
"dotenv-cli": "^7.4.1"
|
||||
},
|
||||
@@ -40,7 +40,7 @@
|
||||
"@formbricks/types": "workspace:*",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"prisma": "^5.11.0",
|
||||
"prisma": "^5.12.1",
|
||||
"prisma-dbml-generator": "^0.12.0",
|
||||
"prisma-json-types-generator": "^3.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@formbricks/lib": "workspace:*",
|
||||
"stripe": "^14.19.0"
|
||||
"stripe": "^14.24.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
"clean": "rimraf node_modules .turbo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
||||
"@typescript-eslint/parser": "^7.5.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^14.1.1",
|
||||
"eslint-config-next": "^14.1.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "1.10.12",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.5",
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"eslint-plugin-storybook": "^0.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,18 +40,13 @@
|
||||
},
|
||||
"author": "Formbricks <hola@formbricks.com>",
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.24.0",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@formbricks/api": "workspace:*",
|
||||
"@formbricks/lib": "workspace:*",
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@formbricks/types": "workspace:*",
|
||||
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
||||
"@typescript-eslint/parser": "^7.2.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "1.10.12",
|
||||
"terser": "^5.29.1",
|
||||
"vite": "^5.1.7",
|
||||
"vite-plugin-dts": "^3.7.3"
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-dts": "^3.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,8 +40,9 @@
|
||||
"author": "Formbricks <hola@formbricks.com>",
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"terser": "^5.29.1",
|
||||
"vite": "^5.1.7",
|
||||
"vite-plugin-dts": "^3.7.3"
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-dts": "^3.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = { presets: [["@babel/preset-env", { targets: { node: "current" } }]] };
|
||||
@@ -14,25 +14,25 @@
|
||||
"test": "dotenv -e ../../.env -- vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "3.533.0",
|
||||
"@aws-sdk/s3-presigned-post": "3.533.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.533.0",
|
||||
"@aws-sdk/client-s3": "3.549.0",
|
||||
"@aws-sdk/s3-presigned-post": "3.549.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.549.0",
|
||||
"@formbricks/api": "*",
|
||||
"@formbricks/database": "*",
|
||||
"@formbricks/types": "*",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@t3-oss/env-nextjs": "^0.9.2",
|
||||
"aws-crt": "^1.21.1",
|
||||
"date-fns": "^3.4.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"nanoid": "^5.0.6",
|
||||
"next-auth": "^4.24.7",
|
||||
"nodemailer": "^6.9.12",
|
||||
"posthog-node": "^3.6.3",
|
||||
"nodemailer": "^6.9.13",
|
||||
"posthog-node": "^4.0.0",
|
||||
"server-only": "^0.0.1",
|
||||
"tailwind-merge": "^2.2.1"
|
||||
"tailwind-merge": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "*",
|
||||
@@ -41,7 +41,7 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"ts-node": "^10.9.2",
|
||||
"vitest": "^1.3.1",
|
||||
"vitest": "^1.4.0",
|
||||
"vitest-mock-extended": "^1.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ export const capturePosthogEnvironmentEvent = async (
|
||||
groups: { environment: environmentId },
|
||||
properties,
|
||||
});
|
||||
await client.shutdownAsync();
|
||||
await client.shutdown();
|
||||
} catch (error) {
|
||||
console.error("error sending posthog event:", error);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11"
|
||||
"prettier-plugin-tailwindcss": "^0.5.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,20 +40,19 @@
|
||||
"@formbricks/lib": "workspace:*",
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@formbricks/types": "workspace:*",
|
||||
"@preact/preset-vite": "^2.8.1",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"@preact/preset-vite": "^2.8.2",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"concurrently": "8.2.2",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "1.10.12",
|
||||
"isomorphic-dompurify": "^2.4.0",
|
||||
"postcss": "^8.4.35",
|
||||
"preact": "^10.19.6",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"isomorphic-dompurify": "^2.6.0",
|
||||
"postcss": "^8.4.38",
|
||||
"preact": "^10.20.1",
|
||||
"react-date-picker": "^10.6.0",
|
||||
"serve": "14.2.1",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"terser": "^5.29.1",
|
||||
"vite": "^5.1.7",
|
||||
"vite-plugin-dts": "^3.7.3",
|
||||
"vite-tsconfig-paths": "^4.3.1"
|
||||
"tailwindcss": "^3.4.3",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-dts": "^3.8.1",
|
||||
"vite-tsconfig-paths": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"postcss": "^8.4.35",
|
||||
"tailwindcss": "^3.4.1"
|
||||
"@tailwindcss/typography": "^0.5.12",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
"clean": "rimraf node_modules dist turbo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.11.24",
|
||||
"@types/react": "18.2.61",
|
||||
"@types/react-dom": "18.2.19",
|
||||
"typescript": "^5.3.3"
|
||||
"@types/node": "20.12.4",
|
||||
"@types/react": "18.2.74",
|
||||
"@types/react-dom": "18.2.24",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,20 +12,20 @@
|
||||
"@formbricks/types": "workspace:*",
|
||||
"concurrently": "^8.2.2",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"postcss": "^8.4.35",
|
||||
"postcss": "^8.4.38",
|
||||
"react": "18.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formbricks/database": "workspace:*",
|
||||
"@formbricks/lib": "workspace:*",
|
||||
"@formbricks/surveys": "workspace:*",
|
||||
"@lexical/code": "^0.13.1",
|
||||
"@lexical/link": "^0.13.1",
|
||||
"@lexical/list": "^0.13.1",
|
||||
"@lexical/markdown": "^0.13.1",
|
||||
"@lexical/react": "^0.13.1",
|
||||
"@lexical/rich-text": "^0.13.1",
|
||||
"@lexical/table": "^0.13.1",
|
||||
"@lexical/code": "^0.14.3",
|
||||
"@lexical/link": "^0.14.3",
|
||||
"@lexical/list": "^0.14.3",
|
||||
"@lexical/markdown": "^0.14.3",
|
||||
"@lexical/react": "^0.14.3",
|
||||
"@lexical/rich-text": "^0.14.3",
|
||||
"@lexical/table": "^0.14.3",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-checkbox": "^1.0.4",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
@@ -41,8 +41,8 @@
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
"cmdk": "^1.0.0",
|
||||
"lexical": "^0.13.1",
|
||||
"lucide-react": "^0.356.0",
|
||||
"lexical": "^0.14.3",
|
||||
"lucide-react": "^0.365.0",
|
||||
"mime": "^4.0.1",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-confetti": "^6.1.0",
|
||||
|
||||
7285
pnpm-lock.yaml
generated
7285
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user