prisma update and typing and small games list fix
Showing
- app/api/gweets/route.ts 2 additions, 1 deletionapp/api/gweets/route.ts
- app/api/users/favgameslist/route.ts 1 addition, 1 deletionapp/api/users/favgameslist/route.ts
- components/profile/components/user-games.tsx 5 additions, 8 deletionscomponents/profile/components/user-games.tsx
- package-lock.json 19 additions, 20 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
... | ... | @@ -16,7 +16,7 @@ |
"dependencies": { | ||
"@auth/prisma-adapter": "^1.0.1", | ||
"@hookform/resolvers": "^3.1.1", | ||
"@prisma/client": "^4.16.2", | ||
"@prisma/client": "^5.0.0", | ||
"@radix-ui/react-alert-dialog": "^1.0.4", | ||
"@radix-ui/react-aspect-ratio": "^1.0.3", | ||
"@radix-ui/react-avatar": "^1.0.3", | ||
... | ... | @@ -74,7 +74,7 @@ |
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"postcss": "8.4.25", | ||
"prisma": "^4.16.2", | ||
"prisma": "^5.0.0", | ||
"tailwindcss": "3.3.2", | ||
"typescript": "^5.1.6" | ||
}, | ||
... | ... |
Please register or sign in to comment