Skip to content

Commit a388889

Browse files
fix(deps): update prisma monorepo to v4.5.0 (#6485)
1 parent 5443746 commit a388889

File tree

6 files changed

+102
-104
lines changed

6 files changed

+102
-104
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime-corejs3": "7.19.4",
34-
"@prisma/client": "4.3.1",
34+
"@prisma/client": "4.5.0",
3535
"base64url": "3.0.1",
3636
"core-js": "3.25.5",
3737
"cross-undici-fetch": "0.4.14",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@babel/runtime-corejs3": "7.19.4",
32-
"@prisma/internals": "4.3.1",
32+
"@prisma/internals": "4.5.0",
3333
"@redwoodjs/api-server": "3.2.0",
3434
"@redwoodjs/auth-providers-setup": "3.2.0",
3535
"@redwoodjs/internal": "3.2.0",
@@ -57,7 +57,7 @@
5757
"pascalcase": "1.0.0",
5858
"pluralize": "8.0.0",
5959
"prettier": "2.7.1",
60-
"prisma": "4.3.1",
60+
"prisma": "4.5.0",
6161
"prompts": "2.4.2",
6262
"rimraf": "3.0.2",
6363
"secure-random-password": "0.2.3",

packages/graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@graphql-tools/schema": "8.5.1",
3333
"@graphql-tools/utils": "8.12.0",
3434
"@graphql-yoga/common": "2.12.12",
35-
"@prisma/client": "4.3.1",
35+
"@prisma/client": "4.5.0",
3636
"@redwoodjs/api": "3.2.0",
3737
"core-js": "3.25.5",
3838
"cross-undici-fetch": "0.4.14",

packages/record/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"dependencies": {
3030
"@babel/runtime-corejs3": "7.19.4",
31-
"@prisma/client": "4.3.1",
31+
"@prisma/client": "4.5.0",
3232
"core-js": "3.25.5"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "7.19.3",
3636
"@babel/core": "7.19.3",
37-
"@prisma/internals": "4.3.1",
37+
"@prisma/internals": "4.5.0",
3838
"esbuild": "0.15.10",
3939
"jest": "29.1.2"
4040
},

packages/structure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime-corejs3": "7.19.4",
34-
"@prisma/internals": "4.3.1",
34+
"@prisma/internals": "4.5.0",
3535
"@redwoodjs/internal": "3.2.0",
3636
"@types/line-column": "1.0.0",
3737
"camelcase": "6.3.0",

0 commit comments

Comments
 (0)