Skip to content

Commit 941a0fc

Browse files
authored
chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies (#1532)
* chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies * chore: add changeset
1 parent 53e74c9 commit 941a0fc

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/few-bikes-collect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": minor
3+
---
4+
5+
chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies

cli/src/installers/dependencyVersionMap.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
*/
55
export const dependencyVersionMap = {
66
// NextAuth.js
7-
"next-auth": "^4.22.1",
7+
"next-auth": "^4.22.4",
88
"@next-auth/prisma-adapter": "^1.0.7",
99

1010
// Prisma
11-
prisma: "^5.0.0",
12-
"@prisma/client": "^5.0.0",
11+
prisma: "^5.1.1",
12+
"@prisma/client": "^5.1.1",
1313

1414
// TailwindCSS
1515
tailwindcss: "^3.3.3",
1616
autoprefixer: "^10.4.14",
17-
postcss: "^8.4.26",
17+
postcss: "^8.4.27",
1818
prettier: "^2.8.8",
1919
"prettier-plugin-tailwindcss": "^0.2.8",
2020
"@types/prettier": "^2.7.2",

0 commit comments

Comments
 (0)