chore: prepare 1.3.4 release (#1715)

This commit is contained in:
Matti Nannt
2023-11-30 18:53:31 +01:00
committed by GitHub
parent d4fcaa54ba
commit c8bc942eb4
9 changed files with 1005 additions and 1047 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@formbricks/web",
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
@@ -21,27 +21,27 @@
"@formbricks/ui": "workspace:*",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@json2csv/node": "^7.0.3",
"@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.11",
"@sentry/nextjs": "^7.81.1",
"@sentry/nextjs": "^7.84.0",
"@vercel/og": "^0.5.20",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"framer-motion": "10.16.5",
"googleapis": "^128.0.0",
"framer-motion": "10.16.9",
"googleapis": "^129.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"lucide-react": "^0.293.0",
"mime": "^3.0.0",
"lucide-react": "^0.294.0",
"mime": "^4.0.0",
"next": "13.5.6",
"nodemailer": "^6.9.7",
"otplib": "^12.0.1",
"posthog-js": "^1.93.2",
"posthog-js": "^1.93.3",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
+2 -2
View File
@@ -36,7 +36,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "latest",
"terser": "^5.24.0",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3"
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.4"
}
}
+1 -1
View File
@@ -18,6 +18,6 @@
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"stripe": "^14.5.0"
"stripe": "^14.6.0"
}
}
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@formbricks/js",
"license": "MIT",
"version": "1.2.5",
"version": "1.2.6",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
"keywords": [
"Formbricks",
@@ -34,8 +34,8 @@
},
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@formbricks/api": "workspace:*",
"@formbricks/lib": "workspace:*",
@@ -43,8 +43,8 @@
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"isomorphic-fetch": "^3.0.0",
@@ -52,8 +52,8 @@
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.24.0",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "latest"
},
+2 -2
View File
@@ -12,11 +12,11 @@
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
},
"dependencies": {
"@aws-sdk/s3-presigned-post": "^3.458.0",
"@aws-sdk/s3-presigned-post": "3.458.0",
"@aws-sdk/client-s3": "3.458.0",
"@aws-sdk/s3-request-presigner": "3.458.0",
"@t3-oss/env-nextjs": "^0.7.1",
"mime": "3.0.0",
"mime": "4.0.0",
"@formbricks/api": "*",
"@formbricks/database": "*",
"@formbricks/types": "*",
+2 -2
View File
@@ -32,8 +32,8 @@
"preact": "^10.19.2",
"tailwindcss": "^3.3.5",
"terser": "^5.24.0",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.4",
"vite-tsconfig-paths": "^4.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "latest"
+2 -2
View File
@@ -7,8 +7,8 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"typescript": "^5.3.2"
}
+3 -3
View File
@@ -41,13 +41,13 @@
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"lexical": "^0.12.4",
"lucide-react": "^0.293.0",
"lucide-react": "^0.294.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.9.1",
"react-hot-toast": "^2.4.1",
"react-radio-group": "^3.0.3",
"react-use": "^17.4.0",
"mime": "^3.0.0"
"react-use": "^17.4.1",
"mime": "^4.0.0"
}
}
+978 -1020
View File
File diff suppressed because it is too large Load Diff