Skip to content

Commit

Permalink
feat(npm): bump deps, add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Oct 29, 2024
1 parent d8b29db commit b0339a7
Show file tree
Hide file tree
Showing 5 changed files with 1,488 additions and 1,353 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
coverage/
data/
dist/
lib/
Expand Down
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"prettify": "prettier --write src/ test/",
"typecheck": "tsc --noEmit",
"spec": "DEBUG=prisma-queue,prisma-query vitest --run --pool=forks",
"coverage": "DEBUG=prisma-queue,prisma-query vitest --run --pool=forks --coverage",
"dev": "DEBUG=prisma-queue vitest --watch --pool=forks --reporter=dot",
"test": "npm run lint && npm run prettycheck && npm run typecheck && npm run spec",
"prepare": "prisma generate",
Expand All @@ -43,28 +44,29 @@
"with-env": "dotenv -e ./.env --"
},
"dependencies": {
"croner": "^8.0.2",
"debug": "^4.3.5"
"croner": "^9.0.0",
"debug": "^4.3.7"
},
"peerDependencies": {
"@prisma/client": ">=3"
},
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.10.3",
"@prisma/client": "5.16.1",
"@mgcrea/eslint-config-node": "^0.12.12",
"@prisma/client": "5.21.1",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prisma": "5.16.1",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"dotenv-cli": "^7.4.2"
"@types/node": "^20.17.2",
"@vitest/coverage-v8": "^2.1.4",
"dotenv-cli": "^7.4.2",
"eslint": "^9.13.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prisma": "5.21.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit b0339a7

Please sign in to comment.