Skip to content

Commit

Permalink
chore(custom): update to prisma 6 (#69)
Browse files Browse the repository at this point in the history
Issue: #67
  • Loading branch information
ankur-arch authored Dec 23, 2024
1 parent 4751476 commit 8bc609a
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 74 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/kit": "^3.11.2",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.1.0",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"execa": "^8.0.1",
Expand All @@ -64,7 +64,7 @@
"inquirer": "^9.3.7",
"nuxt": "^3.11.2",
"prettier": "3.2.5",
"prisma": "^5.22.0",
"prisma": "^6.1.0",
"semantic-release": "^24.2.0",
"vitest": "^1.2.2"
},
Expand Down
78 changes: 42 additions & 36 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.1.0",
"nuxt": "^3.11.2",
"prettier": "3.2.5",
"prisma": "^5.22.0"
"prisma": "^6.1.0"
}
}

0 comments on commit 8bc609a

Please sign in to comment.