chore: update package dependencies across the project

- Bump @types/node to version 24.9.2 in multiple packages for improved type definitions.
- Update @types/pg to version 8.15.6 for better PostgreSQL type support.
- Upgrade next to version 16.0.1 and drizzle-kit to version 0.31.6 for enhanced functionality.
- Increment various dependencies including immer, ofetch, and react-router to their latest versions for performance and feature improvements.
- Adjust builder package dependencies, including updates to AWS SDK and exiftool-vendored for better compatibility.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-10-31 21:27:08 +08:00
parent d9b83e091c
commit 718bf16a93
18 changed files with 1193 additions and 1273 deletions

View File

@@ -43,15 +43,15 @@
"@iconify-json/mingcute": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@types/node": "24.9.1",
"@types/pg": "8.15.5",
"@types/node": "24.9.2",
"@types/pg": "8.15.6",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"concurrently": "9.2.1",
"cross-env": "10.1.0",
"dotenv-expand": "catalog:",
"drizzle-kit": "0.31.5",
"next": "16.0.0",
"drizzle-kit": "0.31.6",
"next": "16.0.1",
"postcss": "8.5.6",
"tailwind-scrollbar": "catalog:",
"tailwindcss": "catalog:",

View File

@@ -35,7 +35,7 @@
"@t3-oss/env-core": "catalog:",
"@tanstack/react-query": "5.90.5",
"@use-gesture/react": "10.3.1",
"@uswriting/exiftool": "1.0.3",
"@uswriting/exiftool": "1.0.5",
"blurhash": "2.0.5",
"clsx": "2.1.1",
"consola": "3.4.2",
@@ -46,23 +46,23 @@
"heic-to": "1.3.0",
"i18next": "25.6.0",
"i18next-browser-languagedetector": "8.2.0",
"immer": "10.1.3",
"immer": "10.2.0",
"jotai": "2.15.0",
"maplibre-gl": "^5.9.0",
"maplibre-gl": "^5.10.0",
"masonic": "4.1.0",
"motion": "12.23.24",
"ofetch": "1.4.1",
"ofetch": "1.5.0",
"react": "19.2.0",
"react-blurhash": "0.3.0",
"react-dom": "19.2.0",
"react-error-boundary": "6.0.0",
"react-freeze": "1.0.4",
"react-i18next": "16.2.0",
"react-i18next": "16.2.3",
"react-image-gallery": "1.4.0",
"react-intersection-observer": "9.16.0",
"react-intersection-observer": "10.0.0",
"react-map-gl": "^8.1.0",
"react-remove-scroll": "2.7.1",
"react-router": "7.9.4",
"react-router": "7.9.5",
"react-scan": "0.4.3",
"react-use-measure": "2.1.7",
"react-zoom-pan-pinch": "3.7.0",
@@ -85,14 +85,14 @@
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@tailwindcss/vite": "4.1.16",
"@types/node": "24.9.1",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"ast-kit": "2.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"code-inspector-plugin": "1.2.10",
"daisyui": "5.3.9",
"daisyui": "5.3.10",
"execa": "9.6.0",
"kolorist": "1.8.0",
"postcss": "8.5.6",