Updated packages, added report command.
Some checks reported warnings
prisma-migrate / install (push) Has been cancelled
prisma-migrate / generate (push) Has been cancelled
prisma-migrate / migrate (push) Has been cancelled

Closes #5

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-07-22 16:01:09 +01:00
parent f917564a83
commit 6fb7a492db
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 153 additions and 98 deletions

View file

@ -21,10 +21,10 @@
"dotenv": "16.0.3"
},
"devDependencies": {
"@types/node": "^18.16.5",
"@types/node": "^20.4.4",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"prisma": "^4.16.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},