Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Aug 7, 2024
1 parent 2ad2902 commit 663bc32
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 321 deletions.
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dev": "prisma studio --browser none"
},
"dependencies": {
"@prisma/client": "5.14.0"
"@prisma/client": "5.18.0"
},
"devDependencies": {
"@mindfulyze/config": "workspace:*",
"@types/node": "20.12.12",
"prisma": "5.14.0",
"@types/node": "22.1.0",
"prisma": "5.18.0",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/transactional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"typescript": "5.3.3"
},
"dependencies": {
"@react-email/components": "0.0.19",
"@react-email/components": "0.0.22",
"nanoid": "5.0.7",
"react-email": "2.1.4",
"resend": "3.2.0"
"react-email": "2.1.6",
"resend": "3.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@mindfulyze/config": "workspace:*",
"@types/node": "20.12.12",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"next": "14.2.3",
"react": "18.3.1",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@paralleldrive/cuid2": "2.2.2",
"clsx": "2.1.1",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"zod": "3.23.8"
}
}
Loading

0 comments on commit 663bc32

Please sign in to comment.