Skip to content

Commit

Permalink
build: 📦 update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dennemark committed Jul 31, 2024
1 parent 03559af commit 50bfab9
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 388 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"author": "dennemark",
"license": "MIT",
"peerDependencies": {
"@prisma/client": "latest"
"@prisma/client": "^5.17.0"
},
"devDependencies": {
"@casl/ability": "^6.7.1",
"@casl/prisma": "^1.4.1",
"@prisma/client": "latest",
"@prisma/client": "^5.17.0",
"@prisma/generator-helper": "^5.17.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^22.0.0",
"esbuild": "^0.23.0",
"jest": "^29.7.0",
"prisma": "latest",
"prisma": "^5.17.0",
"release-it": "^17.6.0",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
"tsup": "^8.2.3",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 50bfab9

Please sign in to comment.