mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
chore: update package dependencies across applications
- Upgraded various package dependencies including: - `prettier` to version 3.7.4 - `tsx` to version 4.21.0 - `vite` to version 7.2.6 - `react` and `react-dom` to version 19.2.1 - `drizzle-orm` to version 0.45.0 - `jotai` to version 2.15.2 - `motion` to version 12.23.25 - Updated several other packages to their latest versions for improved performance and compatibility. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
"@radix-ui/react-dropdown-menu": "2.1.16",
|
||||
"@react-hook/window-size": "3.1.1",
|
||||
"@t3-oss/env-core": "catalog:",
|
||||
"@tanstack/react-query": "5.90.11",
|
||||
"@tanstack/react-query": "5.90.12",
|
||||
"@tanstack/react-virtual": "3.13.12",
|
||||
"@use-gesture/react": "10.3.1",
|
||||
"@uswriting/exiftool": "1.0.6",
|
||||
"@uswriting/exiftool": "1.0.8",
|
||||
"blurhash": "2.0.5",
|
||||
"clsx": "2.1.1",
|
||||
"consola": "3.4.2",
|
||||
@@ -46,32 +46,32 @@
|
||||
"file-type": "^21.1.1",
|
||||
"foxact": "0.2.49",
|
||||
"heic-to": "1.3.0",
|
||||
"i18next": "25.6.3",
|
||||
"i18next": "25.7.1",
|
||||
"i18next-browser-languagedetector": "8.2.0",
|
||||
"immer": "11.0.0",
|
||||
"jotai": "2.15.1",
|
||||
"immer": "11.0.1",
|
||||
"jotai": "2.15.2",
|
||||
"maplibre-gl": "^5.14.0",
|
||||
"masonic": "4.1.0",
|
||||
"motion": "12.23.24",
|
||||
"motion": "12.23.25",
|
||||
"ofetch": "1.5.1",
|
||||
"react": "19.2.0",
|
||||
"react": "19.2.1",
|
||||
"react-blurhash": "0.3.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "19.2.1",
|
||||
"react-error-boundary": "6.0.0",
|
||||
"react-freeze": "1.0.4",
|
||||
"react-i18next": "16.3.5",
|
||||
"react-image-gallery": "1.4.0",
|
||||
"react-intersection-observer": "10.0.0",
|
||||
"react-map-gl": "^8.1.0",
|
||||
"react-remove-scroll": "2.7.1",
|
||||
"react-remove-scroll": "2.7.2",
|
||||
"react-responsive-masonry": "2.7.1",
|
||||
"react-router": "7.9.6",
|
||||
"react-router": "7.10.1",
|
||||
"react-scan": "0.4.3",
|
||||
"react-use-measure": "2.1.7",
|
||||
"react-zoom-pan-pinch": "3.7.0",
|
||||
"sonner": "2.0.7",
|
||||
"swiper": "12.0.3",
|
||||
"swr": "2.3.6",
|
||||
"swr": "2.3.7",
|
||||
"tailwind-merge": "3.4.0",
|
||||
"tailwind-variants": "catalog:",
|
||||
"thumbhash": "0.1.1",
|
||||
@@ -79,13 +79,13 @@
|
||||
"usehooks-ts": "3.1.1",
|
||||
"vaul": "1.1.2",
|
||||
"zod": "catalog:",
|
||||
"zustand": "5.0.8"
|
||||
"zustand": "5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@egoist/tailwindcss-icons": "catalog:",
|
||||
"@iconify-json/lucide": "1.2.75",
|
||||
"@iconify-json/lucide": "1.2.78",
|
||||
"@iconify-json/mingcute": "catalog:",
|
||||
"@iconify-json/simple-icons": "1.2.60",
|
||||
"@iconify-json/simple-icons": "1.2.61",
|
||||
"@tailwindcss/postcss": "catalog:",
|
||||
"@tailwindcss/typography": "catalog:",
|
||||
"@tailwindcss/vite": "4.1.17",
|
||||
@@ -96,8 +96,8 @@
|
||||
"ast-kit": "2.2.0",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"code-inspector-plugin": "1.3.0",
|
||||
"daisyui": "5.5.5",
|
||||
"execa": "9.6.0",
|
||||
"daisyui": "5.5.8",
|
||||
"execa": "9.6.1",
|
||||
"kolorist": "1.8.0",
|
||||
"linkedom": "0.18.12",
|
||||
"postcss": "8.5.6",
|
||||
@@ -112,6 +112,6 @@
|
||||
"tailwindcss-uikit-colors": "catalog:",
|
||||
"unplugin-ast": "0.15.4",
|
||||
"vite-plugin-html": "3.2.2",
|
||||
"vite-plugin-pwa": "1.1.0"
|
||||
"vite-plugin-pwa": "1.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user