chore: prepare 1.4.2 release (#1899)

This commit is contained in:
Matti Nannt
2024-01-13 10:17:21 +01:00
committed by GitHub
parent 0c30dfbcf3
commit cc64d7dfe9
10 changed files with 414 additions and 447 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/web",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
@@ -26,23 +26,23 @@
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-email/components": "^0.0.12",
"@sentry/nextjs": "^7.92.0",
"@sentry/nextjs": "^7.93.0",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.2",
"@vercel/speed-insights": "^1.0.3",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"framer-motion": "10.17.12",
"framer-motion": "10.18.0",
"googleapis": "^130.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"lucide-react": "^0.308.0",
"lucide-react": "^0.309.0",
"mime": "^4.0.1",
"next": "14.0.4",
"nodemailer": "^6.9.8",
"otplib": "^12.0.1",
"posthog-js": "^1.97.0",
"posthog-js": "^1.98.2",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
@@ -51,7 +51,7 @@
"react-email": "^1.10.0",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"ua-parser-js": "^1.0.37",
"webpack": "^5.89.0",
"xlsx": "^0.18.5"

View File

@@ -25,7 +25,7 @@
"predev": "pnpm generate"
},
"dependencies": {
"@prisma/client": "^5.7.1",
"@prisma/client": "^5.8.0",
"@prisma/extension-accelerate": "^0.6.2",
"dotenv-cli": "^7.3.0"
},
@@ -33,7 +33,7 @@
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"eslint-config-formbricks": "workspace:*",
"prisma": "^5.7.1",
"prisma": "^5.8.0",
"prisma-dbml-generator": "^0.10.0",
"prisma-json-types-generator": "^3.0.3",
"zod": "^3.22.4",

View File

@@ -18,6 +18,6 @@
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"stripe": "^14.11.0"
"stripe": "^14.12.0"
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@formbricks/js",
"license": "MIT",
"version": "1.4.1",
"version": "1.4.2",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
"homepage": "https://formbricks.com",
"repository": {

View File

@@ -14,10 +14,10 @@
"test": "jest -ci --coverage --no-cache"
},
"dependencies": {
"@aws-sdk/s3-presigned-post": "3.485.0",
"@aws-sdk/client-s3": "3.485.0",
"@aws-sdk/s3-request-presigner": "3.485.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@aws-sdk/s3-presigned-post": "3.490.0",
"@aws-sdk/client-s3": "3.490.0",
"@aws-sdk/s3-request-presigner": "3.490.0",
"@t3-oss/env-nextjs": "^0.7.3",
"mime": "4.0.1",
"@formbricks/api": "*",
"@formbricks/database": "*",
@@ -30,7 +30,7 @@
"nanoid": "^5.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"posthog-node": "^3.4.0",
"posthog-node": "^3.5.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0"
},

View File

@@ -8,7 +8,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.1.1",
"prettier": "^3.2.1",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@formbricks/surveys",
"license": "MIT",
"version": "1.4.1",
"version": "1.4.2",
"description": "Formbricks-surveys is a helper library to embed surveys into your application",
"homepage": "https://formbricks.com",
"repository": {

View File

@@ -7,7 +7,7 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
"@types/node": "20.10.7",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"typescript": "^5.3.3"

View File

@@ -41,7 +41,7 @@
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"lexical": "^0.12.6",
"lucide-react": "^0.308.0",
"lucide-react": "^0.309.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.0",

821
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff