mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 20:31:23 -05:00
chore: update npm dependencies (#2528)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
"dependencies": {
|
||||
"@formbricks/js": "workspace:*",
|
||||
"@formbricks/ui": "workspace:*",
|
||||
"lucide-react": "^0.368.0",
|
||||
"next": "14.2.1",
|
||||
"lucide-react": "^0.373.0",
|
||||
"next": "14.2.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
|
||||
+10
-10
@@ -17,19 +17,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@storybook/addon-essentials": "^8.0.8",
|
||||
"@storybook/addon-interactions": "^8.0.8",
|
||||
"@storybook/addon-links": "^8.0.8",
|
||||
"@storybook/addon-onboarding": "^8.0.8",
|
||||
"@storybook/blocks": "^8.0.8",
|
||||
"@storybook/react": "^8.0.8",
|
||||
"@storybook/react-vite": "^8.0.8",
|
||||
"@storybook/addon-essentials": "^8.0.9",
|
||||
"@storybook/addon-interactions": "^8.0.9",
|
||||
"@storybook/addon-links": "^8.0.9",
|
||||
"@storybook/addon-onboarding": "^8.0.9",
|
||||
"@storybook/blocks": "^8.0.9",
|
||||
"@storybook/react": "^8.0.9",
|
||||
"@storybook/react-vite": "^8.0.9",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||
"@typescript-eslint/parser": "^7.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
||||
"@typescript-eslint/parser": "^7.7.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"esbuild": "^0.20.2",
|
||||
"tsup": "^8.0.2",
|
||||
"vite": "^5.2.9"
|
||||
"vite": "^5.2.10"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,6 +202,9 @@ export const resetBasicSegmentFiltersAction = async (surveyId: string) => {
|
||||
};
|
||||
|
||||
export async function getImagesFromUnsplashAction(searchQuery: string, page: number = 1) {
|
||||
if (!UNSPLASH_ACCESS_KEY) {
|
||||
throw new Error("Unsplash access key is not set");
|
||||
}
|
||||
const baseUrl = "https://api.unsplash.com/search/photos";
|
||||
const params = new URLSearchParams({
|
||||
query: searchQuery,
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@formbricks/types": "workspace:*",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.9",
|
||||
"vite-plugin-dts": "^3.8.3"
|
||||
"terser": "^5.30.4",
|
||||
"vite": "^5.2.10",
|
||||
"vite-plugin-dts": "^3.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"data-migration:userId": "ts-node ./data-migrations/20240408123456_userid_migration/data-migration.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.12.1",
|
||||
"@prisma/client": "^5.13.0",
|
||||
"@prisma/extension-accelerate": "^1.0.0",
|
||||
"dotenv-cli": "^7.4.1"
|
||||
},
|
||||
@@ -42,11 +42,11 @@
|
||||
"@formbricks/types": "workspace:*",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"prisma": "^5.12.1",
|
||||
"prisma": "^5.13.0",
|
||||
"prisma-dbml-generator": "^0.12.0",
|
||||
"prisma-json-types-generator": "^3.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"zod": "^3.22.4",
|
||||
"zod": "^3.23.4",
|
||||
"zod-prisma": "^0.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@formbricks/lib": "workspace:*",
|
||||
"stripe": "^15.2.0"
|
||||
"stripe": "^15.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
"clean": "rimraf node_modules .turbo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||
"@typescript-eslint/parser": "^7.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
||||
"@typescript-eslint/parser": "^7.7.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^14.2.1",
|
||||
"eslint-config-next": "^14.2.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "1.10.12",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"@formbricks/types": "workspace:*",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.9",
|
||||
"vite-plugin-dts": "^3.8.3"
|
||||
"terser": "^5.30.4",
|
||||
"vite": "^5.2.10",
|
||||
"vite-plugin-dts": "^3.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
"@formbricks/js-core": "workspace:*",
|
||||
"@formbricks/tsconfig": "workspace:*",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.9",
|
||||
"vite-plugin-dts": "^3.8.3"
|
||||
"terser": "^5.30.4",
|
||||
"vite": "^5.2.10",
|
||||
"vite-plugin-dts": "^3.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@formbricks/database": "*",
|
||||
"@formbricks/types": "*",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@t3-oss/env-nextjs": "^0.9.2",
|
||||
"@t3-oss/env-nextjs": "^0.10.1",
|
||||
"aws-crt": "^1.21.2",
|
||||
"date-fns": "^3.6.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
@@ -32,7 +32,7 @@
|
||||
"nodemailer": "^6.9.13",
|
||||
"posthog-node": "^4.0.0",
|
||||
"server-only": "^0.0.1",
|
||||
"tailwind-merge": "^2.2.2",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"@ungap/structured-clone": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -42,7 +42,7 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint-config-formbricks": "workspace:*",
|
||||
"ts-node": "^10.9.2",
|
||||
"vitest": "^1.5.0",
|
||||
"vitest": "^1.5.1",
|
||||
"vitest-mock-extended": "^1.3.1",
|
||||
"@types/ungap__structured-clone": "^1.2.0"
|
||||
}
|
||||
|
||||
@@ -48,11 +48,11 @@
|
||||
"postcss": "^8.4.38",
|
||||
"preact": "^10.20.2",
|
||||
"react-date-picker": "^10.6.0",
|
||||
"serve": "14.2.1",
|
||||
"serve": "14.2.2",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"terser": "^5.30.3",
|
||||
"vite": "^5.2.9",
|
||||
"vite-plugin-dts": "^3.8.3",
|
||||
"terser": "^5.30.4",
|
||||
"vite": "^5.2.10",
|
||||
"vite-plugin-dts": "^3.9.0",
|
||||
"vite-tsconfig-paths": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"@types/node": "20.12.7",
|
||||
"@types/react": "18.2.79",
|
||||
"@types/react-dom": "18.2.25",
|
||||
"typescript": "5.3.3"
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
"@formbricks/tsconfig": "workspace:*"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^3.22.4"
|
||||
"zod": "^3.23.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"boring-avatars": "^1.10.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.0.0",
|
||||
"lexical": "^0.14.5",
|
||||
"lucide-react": "^0.368.0",
|
||||
"mime": "^4.0.1",
|
||||
"lucide-react": "^0.373.0",
|
||||
"mime": "^4.0.2",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-confetti": "^6.1.0",
|
||||
"react-day-picker": "^8.10.1",
|
||||
|
||||
Generated
+459
-574
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user