chore: update package dependencies and configurations

- Upgraded pnpm from version 10.18.1 to 10.19.0.
- Downgraded @uswriting/exiftool from version 1.0.5 to 1.0.3 in multiple package.json files.
- Updated various packages in pnpm-lock.yaml to their latest beta versions, including rolldown and related bindings.
- Adjusted TypeScript configuration in apps/ssr to change JSX setting from "react-jsx" to "preserve".
- Modified loading animations in UI components to include a duration of 1000ms for smoother transitions.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-10-23 23:57:00 +08:00
parent 7469444c98
commit 74222cb555
14 changed files with 113 additions and 114 deletions

View File

@@ -41,7 +41,7 @@
"@t3-oss/env-core": "catalog:",
"@tanstack/react-query": "5.90.5",
"@use-gesture/react": "10.3.1",
"@uswriting/exiftool": "1.0.5",
"@uswriting/exiftool": "1.0.3",
"blurhash": "2.0.5",
"clsx": "2.1.1",
"consola": "3.4.2",
@@ -115,4 +115,4 @@
"vite-plugin-html": "3.2.2",
"vite-plugin-pwa": "1.1.0"
}
}
}