Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jun 28, 2024
1 parent 9c3c6ae commit e25f03a
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 289 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
},
"dependencies": {
"croner": "^8.0.2",
"debug": "^4.3.4"
"debug": "^4.3.5"
},
"peerDependencies": {
"@prisma/client": ">=3"
},
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.10.1",
"@prisma/client": "5.14.0",
"@mgcrea/eslint-config-node": "^0.10.3",
"@prisma/client": "5.16.1",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prisma": "5.14.0",
"tsup": "^8.0.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"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"
}
Expand Down
Loading

0 comments on commit e25f03a

Please sign in to comment.