Skip to content

Commit 705112b

Browse files
committed
feat: bump prisma to 4.8.0
1 parent 6217515 commit 705112b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/steps/2.addModules/moduleConfigs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
235235
dependencies: [
236236
{
237237
name: "prisma",
238-
version: "^4.7.1",
238+
version: "^4.8.0",
239239
isDev: true
240240
},
241241
{
242242
name: "@prisma/client",
243-
version: "^4.7.1",
243+
version: "^4.8.0",
244244
isDev: false
245245
},
246246
{

0 commit comments

Comments
 (0)