chore(deps): update package versions across the project

- Bumped versions for several dependencies including `@types/node`, `eslint`, `sharp`, `vite`, and various `@tanstack/react-query` packages to their latest releases for improved stability and features.
- Updated Tailwind CSS related packages to version 4.1.17 for consistency across the project.
- Adjusted other dependencies such as `jotai`, `lucide-react`, and `tailwind-merge` to their latest versions to ensure compatibility and access to new features.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-12 23:57:37 +08:00
parent 33cbbfe2b4
commit 42c217e2f8
19 changed files with 2850 additions and 3167 deletions

View File

@@ -12,23 +12,23 @@
"cli": "tsx src/cli.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.921.0",
"@aws-sdk/client-s3": "3.929.0",
"@aws-sdk/node-http-handler": "3.374.0",
"@aws-sdk/s3-request-presigner": "3.921.0",
"@aws-sdk/s3-request-presigner": "3.929.0",
"@vingle/bmp-js": "^0.2.5",
"blurhash": "2.0.5",
"c12": "^3.3.1",
"c12": "^3.3.2",
"dotenv-expand": "catalog:",
"execa": "9.6.0",
"exiftool-vendored": "31.2.0",
"exiftool-vendored": "31.1.0",
"heic-convert": "2.1.0",
"heic-to": "1.3.0",
"sharp": "0.34.4",
"sharp": "0.34.5",
"thumbhash": "0.1.1"
},
"devDependencies": {
"@afilmory/utils": "workspace:*",
"tsdown": "0.15.12"
"tsdown": "0.16.3"
},
"publishConfig": {
"access": "public",
@@ -44,4 +44,4 @@
}
}
}
}
}