Updated to prisma 3.15.2. Updated check-db script.

This commit is contained in:
Mike Cao 2022-06-22 12:12:22 -07:00
parent c246b88329
commit 89fb62a50a
3 changed files with 31 additions and 25 deletions

View file

@ -55,7 +55,7 @@
},
"dependencies": {
"@fontsource/inter": "4.5.7",
"@prisma/client": "3.14.0",
"@prisma/client": "3.15.2",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.1",
"chart.js": "^2.9.4",
@ -117,7 +117,7 @@
"postcss-preset-env": "7.4.3",
"postcss-rtlcss": "^3.6.1",
"prettier": "^2.6.2",
"prisma": "3.14.0",
"prisma": "3.15.2",
"prompts": "2.4.2",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",