chore: Update npm dependencies (#1242)

This commit is contained in:
Matti Nannt
2023-10-16 21:20:53 +02:00
committed by GitHub
parent 71ff256a55
commit 12b7b9e849
10 changed files with 432 additions and 263 deletions

View File

@@ -26,20 +26,20 @@
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-email/components": "^0.0.7",
"@sentry/nextjs": "^7.73.0",
"@t3-oss/env-nextjs": "^0.7.0",
"@sentry/nextjs": "^7.74.0",
"@t3-oss/env-nextjs": "^0.7.1",
"bcryptjs": "^2.4.3",
"encoding": "^0.1.13",
"framer-motion": "10.16.4",
"googleapis": "^126.0.1",
"googleapis": "^127.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.284.0",
"lucide-react": "^0.287.0",
"mime": "^3.0.0",
"next": "13.5.4",
"nodemailer": "^6.9.5",
"next": "13.5.5",
"nodemailer": "^6.9.6",
"otplib": "^12.0.1",
"posthog-js": "^1.82.1",
"posthog-js": "^1.83.1",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "18.2.0",

View File

@@ -35,7 +35,7 @@
"@formbricks/lib": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"eslint-config-formbricks": "workspace:*",
"terser": "^5.21.0",
"terser": "^5.22.0",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
}

View File

@@ -16,6 +16,6 @@
},
"dependencies": {
"@formbricks/database": "workspace:*",
"stripe": "^13.10.0"
"stripe": "^13.11.0"
}
}

View File

@@ -9,7 +9,7 @@
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.5",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.33.2",

View File

@@ -42,8 +42,8 @@
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"eslint-config-formbricks": "workspace:*",
@@ -51,7 +51,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.21.0",
"terser": "^5.22.0",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
},

View File

@@ -17,11 +17,11 @@
"@formbricks/database": "*",
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"aws-crt": "^1.18.0",
"aws-crt": "^1.18.1",
"date-fns": "^2.30.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^13.0.2",
"nanoid": "^5.0.1",
"nanoid": "^5.0.2",
"next-auth": "^4.23.2",
"nodemailer": "^6.9.6",
"posthog-node": "^3.1.2",

View File

@@ -46,7 +46,7 @@
"devDependencies": {
"@types/express": "^4.17.19",
"@types/request-promise-native": "~1.0.19",
"@typescript-eslint/parser": "~6.7",
"@typescript-eslint/parser": "~6.8",
"eslint-plugin-n8n-nodes-base": "^1.16.0",
"gulp": "^4.0.2",
"n8n-core": "legacy",

View File

@@ -33,7 +33,7 @@
"postcss": "^8.4.31",
"preact": "^10.18.1",
"tailwindcss": "^3.3.3",
"terser": "^5.21.0",
"terser": "^5.22.0",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
}

View File

@@ -41,11 +41,11 @@
"cmdk": "^0.2.0",
"lexical": "^0.12.2",
"lucide-react": "^0.287.0",
"next": "13.5.4",
"next": "13.5.5",
"next-auth": "^4.23.2",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.8.2",
"react-day-picker": "^8.9.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-radio-group": "^3.0.3",

657
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff