|
35 | 35 | "prettify": "prettier --write src/ test/",
|
36 | 36 | "typecheck": "tsc --noEmit",
|
37 | 37 | "spec": "DEBUG=prisma-queue,prisma-query vitest --run --pool=forks",
|
| 38 | + "coverage": "DEBUG=prisma-queue,prisma-query vitest --run --pool=forks --coverage", |
38 | 39 | "dev": "DEBUG=prisma-queue vitest --watch --pool=forks --reporter=dot",
|
39 | 40 | "test": "npm run lint && npm run prettycheck && npm run typecheck && npm run spec",
|
40 | 41 | "prepare": "prisma generate",
|
|
43 | 44 | "with-env": "dotenv -e ./.env --"
|
44 | 45 | },
|
45 | 46 | "dependencies": {
|
46 |
| - "croner": "^8.0.2", |
47 |
| - "debug": "^4.3.5" |
| 47 | + "croner": "^9.0.0", |
| 48 | + "debug": "^4.3.7" |
48 | 49 | },
|
49 | 50 | "peerDependencies": {
|
50 | 51 | "@prisma/client": ">=3"
|
51 | 52 | },
|
52 | 53 | "devDependencies": {
|
53 |
| - "@mgcrea/eslint-config-node": "^0.10.3", |
54 |
| - "@prisma/client": "5.16.1", |
| 54 | + "@mgcrea/eslint-config-node": "^0.12.12", |
| 55 | + "@prisma/client": "5.21.1", |
55 | 56 | "@tsconfig/node-lts": "^20.1.3",
|
56 | 57 | "@tsconfig/strictest": "^2.0.5",
|
57 | 58 | "@types/debug": "^4.1.12",
|
58 |
| - "@types/node": "^20.14.9", |
59 |
| - "eslint": "^8.57.0", |
60 |
| - "prettier": "^3.3.2", |
61 |
| - "prettier-plugin-organize-imports": "^3.2.4", |
62 |
| - "prisma": "5.16.1", |
63 |
| - "tsup": "^8.1.0", |
64 |
| - "tsx": "^4.15.7", |
65 |
| - "typescript": "^5.5.2", |
66 |
| - "vite-tsconfig-paths": "^4.3.2", |
67 |
| - "vitest": "^1.6.0", |
68 |
| - "dotenv-cli": "^7.4.2" |
| 59 | + "@types/node": "^20.17.2", |
| 60 | + "@vitest/coverage-v8": "^2.1.4", |
| 61 | + "dotenv-cli": "^7.4.2", |
| 62 | + "eslint": "^9.13.0", |
| 63 | + "prettier": "^3.3.3", |
| 64 | + "prettier-plugin-organize-imports": "^4.1.0", |
| 65 | + "prisma": "5.21.1", |
| 66 | + "tsup": "^8.3.5", |
| 67 | + "tsx": "^4.19.2", |
| 68 | + "typescript": "^5.6.3", |
| 69 | + "vite-tsconfig-paths": "^5.0.1", |
| 70 | + "vitest": "^2.1.4" |
69 | 71 | }
|
70 | 72 | }
|
0 commit comments