Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeil committed Mar 30, 2024
1 parent 7e44bf4 commit 2eb43a8
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 41 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^5.4.1"
"@prisma/client": "^5.11.0"
},
"devDependencies": {
"prisma": "^5.4.1",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
"prisma": "^5.11.0",
"tsx": "^3.14.0",
"typescript": "^5.4.3"
}
}
66 changes: 42 additions & 24 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"devDependencies": {
"@prisma/client": "^5.11.0",
"@types/node": "^20.8.4",
"@types/node": "^20.12.2",
"move-file-cli": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"rimraf": "^5.0.5",
"typescript": "5.4.3"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2eb43a8

Please sign in to comment.