Skip to content

Commit

Permalink
chore: update npm dependencies (formbricks#857)
Browse files Browse the repository at this point in the history
* chore: update npm packages

* update formbricks-web packages

* update packages in demo

* update packages in formbricks-com

* fix survey status dropdown has no value
  • Loading branch information
mattinannt committed Sep 27, 2023
1 parent 88e5252 commit ee8a2d8
Show file tree
Hide file tree
Showing 17 changed files with 1,646 additions and 1,649 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@formbricks/js": "workspace:*",
"@heroicons/react": "^2.0.18",
"next": "13.4.19",
"next": "13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions apps/formbricks-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "13.4.19",
"@next/mdx": "13.5.3",
"@paralleldrive/cuid2": "^2.2.2",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.6.0",
"@types/react-highlight-words": "^0.16.4",
"@types/node": "20.7.0",
"@types/react-highlight-words": "^0.16.5",
"acorn": "^8.10.0",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"fast-glob": "^3.3.1",
"flexsearch": "^0.7.31",
"framer-motion": "10.16.4",
"lottie-web": "^5.12.2",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.3",
"next": "13.4.19",
"next": "13.5.3",
"next-plausible": "^3.11.1",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"prism-react-renderer": "^2.0.6",
"prism-react-renderer": "^2.1.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -56,7 +56,7 @@
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"sharp": "^0.32.5",
"sharp": "^0.32.6",
"shiki": "^0.14.4",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.3.3",
Expand Down
1 change: 1 addition & 0 deletions apps/web/components/shared/SurveyStatusDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function SurveyStatusDropdown({
</div>
) : (
<Select
value={survey.status}
disabled={isStatusChangeDisabled}
onValueChange={(value) => {
triggerSurveyMutate({ status: value })
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@
"@formbricks/surveys": "workspace:*",
"@formbricks/types": "workspace:*",
"@formbricks/ui": "workspace:*",
"@headlessui/react": "^1.7.16",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@json2csv/node": "^7.0.3",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@sentry/nextjs": "^7.68.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@sentry/nextjs": "^7.72.0",
"@t3-oss/env-nextjs": "^0.6.1",
"bcryptjs": "^2.4.3",
"encoding": "^0.1.13",
"eslint-config-next": "^13.4.12",
"eslint-config-next": "^13.5.3",
"googleapis": "^126.0.1",
"jsonwebtoken": "^9.0.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.276.0",
"next": "13.4.19",
"lucide-react": "^0.279.0",
"next": "13.5.3",
"next-auth": "^4.23.1",
"nodemailer": "^6.9.5",
"posthog-js": "^1.78.1",
"posthog-js": "^1.81.1",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"swr": "^2.2.2",
"swr": "^2.2.4",
"ua-parser-js": "^1.0.36"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"@types/bcryptjs": "^2.4.3",
"@types/lodash": "^4.14.198",
"@types/bcryptjs": "^2.4.4",
"@types/lodash": "^4.14.199",
"@types/markdown-it": "^13.0.1",
"eslint-config-formbricks": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"predev": "pnpm generate"
},
"dependencies": {
"@prisma/client": "^5.2.0",
"@prisma/client": "^5.3.1",
"@prisma/extension-accelerate": "^0.6.2",
"dotenv-cli": "^7.3.0"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"eslint-config-formbricks": "workspace:*",
"prisma": "^5.2.0",
"prisma": "^5.3.1",
"prisma-dbml-generator": "^0.10.0",
"prisma-json-types-generator": "^3.0.1",
"zod": "^3.22.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/ee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"dependencies": {
"@formbricks/database": "workspace:*",
"next": "13.4.19",
"stripe": "^13.5.0"
"stripe": "^13.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-formbricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"clean": "rimraf node_modules .turbo"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.33.2"
Expand Down
20 changes: 10 additions & 10 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,32 @@
],
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@formbricks/api": "workspace:*",
"@formbricks/lib": "workspace:*",
"@formbricks/surveys": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"babel-jest": "^29.6.4",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"eslint-config-formbricks": "workspace:*",
"eslint-config-preact": "^1.3.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-preset-preact": "^4.1.0",
"microbundle": "^0.15.1",
"preact": "10.17.1",
"preact-cli": "^3.5.0",
"preact-render-to-string": "^6.2.1",
"regenerator-runtime": "^0.14.0",
"terser": "^5.19.4"
"terser": "^5.20.0"
},
"jest": {
"transformIgnorePatterns": [
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"date-fns": "^2.30.0",
"jsonwebtoken": "^9.0.1",
"markdown-it": "^13.0.1",
"nodemailer": "^6.9.4",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^13.0.2",
"nodemailer": "^6.9.5",
"posthog-node": "^3.1.2",
"server-only": "^0.0.1",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@formbricks/tsconfig": "*",
"@types/jsonwebtoken": "^9.0.2",
"@types/jsonwebtoken": "^9.0.3",
"eslint-config-formbricks": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/n8n-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
]
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/request-promise-native": "~1.0.18",
"@typescript-eslint/parser": "~6.6",
"@typescript-eslint/parser": "~6.7",
"eslint-plugin-n8n-nodes-base": "^1.16.0",
"gulp": "^4.0.2",
"n8n-core": "legacy",
Expand Down
6 changes: 3 additions & 3 deletions packages/surveys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@formbricks/types": "workspace:*",
"@preact/preset-vite": "^2.5.0",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"preact": "^10.17.1",
"tailwindcss": "^3.3.3",
"terser": "^5.19.4",
"terser": "^5.20.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3"
}
}
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"
},
"devDependencies": {
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/node": "20.7.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.7",
"typescript": "5.2.2"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/components/Confetti.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { useWindowSize } from "react-use";
import ReactConfetti from "react-confetti";

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/components/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const Dialog = DialogPrimitive.Root;

const DialogTrigger = DialogPrimitive.Trigger;

const DialogPortal = ({ className, children, ...props }: DialogPrimitive.DialogPortalProps) => (
<DialogPrimitive.Portal className={cn(className)} {...props}>
const DialogPortal = ({ children, ...props }: DialogPrimitive.DialogPortalProps) => (
<DialogPrimitive.Portal {...props}>
<div className="fixed inset-0 z-50 flex items-start justify-center sm:items-center">{children}</div>
</DialogPrimitive.Portal>
);
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@formbricks/tsconfig": "workspace:*",
"concurrently": "^8.2.1",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"react": "18.2.0"
},
"dependencies": {
Expand All @@ -30,23 +30,23 @@
"@lexical/rich-text": "^0.12.2",
"@lexical/table": "^0.12.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/react-tooltip": "^1.0.7",
"boring-avatars": "^1.10.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"lucide-react": "^0.276.0",
"next": "13.4.19",
"lucide-react": "^0.279.0",
"next": "13.5.3",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.8.1",
"react-day-picker": "^8.8.2",
"react-dom": "^18.2.0",
"react-radio-group": "^3.0.3",
"react-use": "^17.4.0"
Expand Down
Loading

0 comments on commit ee8a2d8

Please sign in to comment.