chore: prepare 1.5.1 release (#2012)

This commit is contained in:
Matti Nannt
2024-02-05 10:56:21 +01:00
committed by GitHub
parent 9f63822038
commit 8a4bbfbd1c
7 changed files with 148 additions and 131 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@formbricks/web",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
@@ -27,9 +27,9 @@
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-email/components": "^0.0.14",
"@sentry/nextjs": "^7.98.0",
"@sentry/nextjs": "^7.99.0",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.8",
"@vercel/speed-insights": "^1.0.9",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.1",
"encoding": "^0.1.13",
@@ -37,25 +37,25 @@
"googleapis": "^131.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"lucide-react": "^0.315.0",
"lru-cache": "^10.2.0",
"lucide-react": "^0.321.0",
"mime": "^4.0.1",
"next": "14.1.0",
"nodemailer": "^6.9.8",
"nodemailer": "^6.9.9",
"otplib": "^12.0.1",
"posthog-js": "^1.102.1",
"posthog-js": "^1.104.4",
"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.0.0",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.50.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"sharp": "^0.33.2",
"ua-parser-js": "^1.0.37",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"xlsx": "^0.18.5"
},
"devDependencies": {