Skip to content

Commit

Permalink
fix: prisma package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Nov 25, 2023
1 parent ad23715 commit 2dee4d2
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 72 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.18.2
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.5.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@prisma/client": "5.6.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "10.38.4",
"@trpc/next": "10.38.4",
Expand All @@ -38,25 +38,25 @@
"react-hook-form": "^7.46.2",
"react-onesignal": "^3.0.1",
"superjson": "1.13.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^18.0.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-config-next": "13.5.2",
"happy-dom": "^7.7.0",
"npm-check-updates": "^16.14.11",
"prettier": "^2.8.8",
"prisma": "^4.5.0",
"prisma": "5.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"typescript": "^4.8.4",
"vitest": "^0.25.2"
},
"ct3aMetadata": {
Expand Down

1 comment on commit 2dee4d2

@vercel
Copy link

@vercel vercel bot commented on 2dee4d2 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

whatconf – ./

whatconf.vercel.app
whatconf-git-main-jeferson-sb.vercel.app
whatconf-jeferson-sb.vercel.app

Please sign in to comment.