chore: update npm dependencies (#857)

* chore: update npm packages

* update formbricks-web packages

* update packages in demo

* update packages in formbricks-com

* fix survey status dropdown has no value
This commit is contained in:
Matti Nannt
2023-09-27 11:42:49 +02:00
committed by GitHub
parent 06448fd4e0
commit 48921663be
17 changed files with 1657 additions and 1660 deletions

View File

@@ -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"
},

View File

@@ -24,14 +24,14 @@
"@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",
@@ -39,13 +39,13 @@
"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",
@@ -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",

View File

@@ -53,6 +53,7 @@ export default function SurveyStatusDropdown({
</div>
) : (
<Select
value={survey.status}
disabled={isStatusChangeDisabled}
onValueChange={(value) => {
triggerSurveyMutate({ status: value })

View File

@@ -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:*"
}

View File

@@ -25,7 +25,7 @@
"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"
},
@@ -33,7 +33,7 @@
"@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",

View File

@@ -16,7 +16,6 @@
},
"dependencies": {
"@formbricks/database": "workspace:*",
"next": "13.4.19",
"stripe": "^13.5.0"
"stripe": "^13.7.0"
}
}

View File

@@ -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"

View File

@@ -33,24 +33,24 @@
],
"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",
@@ -58,7 +58,7 @@
"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": [

View File

@@ -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:*"
}
}

View File

@@ -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",

View File

@@ -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"
}

View File

@@ -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"
}
}

View File

@@ -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"
}

View File

@@ -1,3 +1,5 @@
"use client";
import { useWindowSize } from "react-use";
import ReactConfetti from "react-confetti";

View File

@@ -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>
);

View File

@@ -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": {
@@ -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"

3195
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff