Bump deps
This commit is contained in:
parent
3b099eef24
commit
8d8d4d7925
28
package.json
28
package.json
@ -8,12 +8,12 @@
|
||||
"test": "jest --watch --transformIgnorePatterns 'node_modules/(?!my-library-dir)/'",
|
||||
"analyze": "ANALYZE=true next build --webpack"
|
||||
},
|
||||
"packageManager": "pnpm@10.29.3",
|
||||
"packageManager": "pnpm@10.30.0",
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^3.0.28",
|
||||
"@ai-sdk/rsc": "^2.0.85",
|
||||
"@aws-sdk/client-s3": "3.989.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.989.0",
|
||||
"@ai-sdk/openai": "^3.0.30",
|
||||
"@ai-sdk/rsc": "^2.0.91",
|
||||
"@aws-sdk/client-s3": "3.993.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.993.0",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
@ -21,9 +21,9 @@
|
||||
"@upstash/ratelimit": "^2.0.8",
|
||||
"@upstash/redis": "^1.36.2",
|
||||
"@vercel/analytics": "^1.6.1",
|
||||
"@vercel/blob": "^2.2.0",
|
||||
"@vercel/blob": "^2.3.0",
|
||||
"@vercel/speed-insights": "^1.3.1",
|
||||
"ai": "^6.0.85",
|
||||
"ai": "^6.0.91",
|
||||
"camelcase-keys": "^10.0.2",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.1",
|
||||
@ -34,7 +34,7 @@
|
||||
"extract-colors": "^4.2.1",
|
||||
"fast-average-color": "^9.5.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"framer-motion": "^12.34.0",
|
||||
"framer-motion": "^12.34.2",
|
||||
"nanoid": "^5.1.6",
|
||||
"next": "16.1.6",
|
||||
"next-auth": "5.0.0-beta.30",
|
||||
@ -46,7 +46,7 @@
|
||||
"react-dom": "19.2.4",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-openlayers": "^10.5.1",
|
||||
"sanitize-html": "^2.17.0",
|
||||
"sanitize-html": "^2.17.1",
|
||||
"sharp": "^0.34.5",
|
||||
"sonner": "^2.0.7",
|
||||
"swr": "^2.4.0",
|
||||
@ -59,27 +59,27 @@
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@next/bundle-analyzer": "16.1.6",
|
||||
"@next/eslint-plugin-next": "16.1.6",
|
||||
"@stylistic/eslint-plugin": "^5.8.0",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@stylistic/eslint-plugin": "^5.9.0",
|
||||
"@tailwindcss/postcss": "^4.2.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/culori": "^4.0.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/node": "^25.3.0",
|
||||
"@types/pg": "^8.16.0",
|
||||
"@types/piexifjs": "^1.0.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@types/sanitize-html": "^2.16.0",
|
||||
"baseline-browser-mapping": "^2.9.19",
|
||||
"baseline-browser-mapping": "^2.10.0",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-next": "16.1.6",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"postcss": "8.5.6",
|
||||
"tailwindcss": "4.1.18",
|
||||
"tailwindcss": "4.2.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
|
||||
815
pnpm-lock.yaml
generated
815
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -117,9 +117,10 @@ export const getOptimizedPhotoUrl = (
|
||||
// Generate small, low-bandwidth images for quick manipulations such as
|
||||
// generating blur data or image thumbnails for AI text generation
|
||||
export const getOptimizedPhotoUrlForManipulation = (
|
||||
args: Parameters<typeof getOptimizedPhotoUrl>[0],
|
||||
imageUrl: string,
|
||||
addBypassSecret?: boolean,
|
||||
) =>
|
||||
getOptimizedPhotoUrl({ ...args, size: 640 });
|
||||
getOptimizedPhotoUrl({ imageUrl, addBypassSecret, size: 640 });
|
||||
|
||||
export const getOptimizedPhotoUrlForSuffix = (
|
||||
url: string,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user