We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e74c9 commit 941a0fcCopy full SHA for 941a0fc
.changeset/few-bikes-collect.md
@@ -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,17 +4,17 @@
*/
export const dependencyVersionMap = {
6
// NextAuth.js
7
- "next-auth": "^4.22.1",
+ "next-auth": "^4.22.4",
8
"@next-auth/prisma-adapter": "^1.0.7",
9
10
// Prisma
11
- prisma: "^5.0.0",
12
- "@prisma/client": "^5.0.0",
+ prisma: "^5.1.1",
+ "@prisma/client": "^5.1.1",
13
14
// TailwindCSS
15
tailwindcss: "^3.3.3",
16
autoprefixer: "^10.4.14",
17
- postcss: "^8.4.26",
+ postcss: "^8.4.27",
18
prettier: "^2.8.8",
19
"prettier-plugin-tailwindcss": "^0.2.8",
20
"@types/prettier": "^2.7.2",
0 commit comments