mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- 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>
31 lines
613 B
JSON
31 lines
613 B
JSON
{
|
|
"name": "@afilmory/task-queue",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run --coverage",
|
|
"test:watch": "vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"ioredis": "^5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/framework": "workspace:*",
|
|
"tsyringe": "^4.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@vitest/coverage-v8": "4.0.15",
|
|
"ioredis": "^5.8.2",
|
|
"vitest": "4.0.15"
|
|
}
|
|
}
|