Skip to content

Commit

Permalink
chore: prepare 1.3.4 release (formbricks#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt authored Nov 30, 2023
1 parent d4fcaa5 commit c8bc942
Show file tree
Hide file tree
Showing 9 changed files with 1,007 additions and 1,049 deletions.
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formbricks/web",
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/ee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"stripe": "^14.5.0"
"stripe": "^14.6.0"
}
}
14 changes: 7 additions & 7 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -34,26 +34,26 @@
},
"author": "Formbricks <[email protected]>",
"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:*",
"@formbricks/surveys": "workspace:*",
"@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",
"jest": "^29.7.0",
"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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/surveys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading

0 comments on commit c8bc942

Please sign in to comment.