chore: update deps

This commit is contained in:
Innei
2025-12-16 20:57:50 +08:00
parent 0da12eb301
commit 9a99dd8e07
20 changed files with 3266 additions and 3122 deletions

View File

@@ -19,7 +19,7 @@
"dotenv-expand": "catalog:",
"execa": "9.6.1",
"exiftool-vendored": "33.5.0",
"fast-xml-parser": "5.3.2",
"fast-xml-parser": "5.3.3",
"heic-convert": "2.1.0",
"heic-to": "1.3.0",
"sharp": "0.34.5",
@@ -27,7 +27,7 @@
},
"devDependencies": {
"@afilmory/utils": "workspace:*",
"tsdown": "0.17.0"
"tsdown": "0.18.0"
},
"publishConfig": {
"access": "public",

View File

@@ -11,13 +11,13 @@
"react": "^19.1.1"
},
"dependencies": {
"jotai": "^2.15.2",
"jotai": "^2.16.0",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}

View File

@@ -27,8 +27,8 @@
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tooltip": "1.2.8",
"clsx": "^2.1.1",
"jotai": "^2.15.2",
"motion": "^12.23.25",
"jotai": "^2.16.0",
"motion": "^12.23.26",
"react-intersection-observer": "10.0.0",
"sonner": "2.0.7",
"tailwind-merge": "^3.4.0",
@@ -39,7 +39,7 @@
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}

View File

@@ -13,6 +13,6 @@
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"motion": "12.23.25"
"motion": "12.23.26"
}
}

View File

@@ -20,8 +20,8 @@
"devDependencies": {
"@types/react": "19.2.7",
"nbump": "2.1.8",
"react": "19.2.1",
"tsdown": "0.17.0",
"react": "19.2.3",
"tsdown": "0.18.0",
"unplugin-dts": "1.0.0-beta.6",
"vite": "8.0.0-beta.0"
},