Files
afilmory/packages/utils/package.json
Innei 2d9c80bd75 chore(deps): update various dependencies across the project
- Bumped versions for several packages including dotenv (17.3.1), es-toolkit (1.44.0), eslint (10.0.0), prettier (3.8.1), and others.
- Updated React and related packages to version 19.2.4.
- Adjusted motion package to version 12.34.0 across multiple applications.
- Enhanced compatibility by updating @types/node to 25.2.3 and other related packages.

Signed-off-by: Innei <tukon479@gmail.com>
2026-02-13 23:07:25 +08:00

19 lines
330 B
JSON

{
"name": "@afilmory/utils",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"dependencies": {
"@afilmory/typing": "workspace:*",
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"motion": "12.34.0"
}
}