chore: update dependencies and improve configurations

- Upgraded various dependencies across the project, including dotenv, eslint, prettier, and typescript.
- Updated package versions in package.json and pnpm-lock.yaml for better compatibility and performance.
- Adjusted tailwindcss and related plugins to the latest versions.
- Enhanced the S3 client configuration in the builder package.
- Fixed import statements in CSS files to use @import instead of @plugin for tailwindcss-safe-area.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-09-21 17:49:49 +08:00
parent 1786c4d707
commit 84b6c0f438
19 changed files with 5124 additions and 6034 deletions

View File

@@ -23,13 +23,13 @@
"@afilmory/data": "workspace:*",
"@t3-oss/env-nextjs": "0.13.8",
"clsx": "2.1.1",
"drizzle-orm": "0.44.2",
"es-toolkit": "1.39.5",
"linkedom": "0.18.11",
"pg": "8.16.2",
"drizzle-orm": "0.44.5",
"es-toolkit": "1.39.10",
"linkedom": "0.18.12",
"pg": "8.16.3",
"postgres": "3.4.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-responsive-masonry": "2.7.1",
"react-use": "17.6.0",
"tailwind-merge": "3.3.1",
@@ -43,15 +43,15 @@
"@iconify-json/mingcute": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@types/node": "24.0.4",
"@types/pg": "8.15.4",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"concurrently": "9.2.0",
"cross-env": "7.0.3",
"@types/node": "24.5.2",
"@types/pg": "8.15.5",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"concurrently": "9.2.1",
"cross-env": "10.0.0",
"dotenv-expand": "catalog:",
"drizzle-kit": "0.31.2",
"next": "15.3.4",
"drizzle-kit": "0.31.4",
"next": "15.5.3",
"postcss": "8.5.6",
"tailwind-scrollbar": "catalog:",
"tailwindcss": "catalog:",