Skip to content

Commit

Permalink
Bump Prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Feb 13, 2024
1 parent 775a0a9 commit ca7e39b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 21 deletions.
68 changes: 49 additions & 19 deletions package-lock.json

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 @@ -38,7 +38,6 @@
"@mui/material": "^5.4.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.1.6",
"@prisma/client": "^5.0.0",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.2",
Expand Down Expand Up @@ -81,6 +80,7 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@jest/globals": "^29.6.1",
"@prisma/client": "^5.9.1",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
"postcss": "^8.4.31",
"prettier": "^2.3.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^5.0.0",
"prisma": "^5.9.1",
"react-styleguidist": "^13.0.0",
"start-server-and-test": "^2.0.0",
"storybook": "^7.5.2",
Expand Down

0 comments on commit ca7e39b

Please sign in to comment.