Skip to content

Commit 35849e9

Browse files
fix(deps): update prisma monorepo to v4.4.0
1 parent 8b69b90 commit 35849e9

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.1",
34-
"@prisma/client": "4.3.1",
34+
"@prisma/client": "4.4.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.1",
32-
"@prisma/internals": "4.3.1",
32+
"@prisma/internals": "4.4.0",
3333
"@redwoodjs/api-server": "3.1.1",
3434
"@redwoodjs/internal": "3.1.1",
3535
"@redwoodjs/prerender": "3.1.1",
@@ -55,7 +55,7 @@
5555
"pascalcase": "1.0.0",
5656
"pluralize": "8.0.0",
5757
"prettier": "2.7.1",
58-
"prisma": "4.3.1",
58+
"prisma": "4.4.0",
5959
"prompts": "2.4.2",
6060
"rimraf": "3.0.2",
6161
"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.4.0",
3636
"@redwoodjs/api": "3.1.1",
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.1",
31-
"@prisma/client": "4.3.1",
31+
"@prisma/client": "4.4.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.4.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.1",
34-
"@prisma/internals": "4.3.1",
34+
"@prisma/internals": "4.4.0",
3535
"@redwoodjs/internal": "3.1.1",
3636
"@types/line-column": "1.0.0",
3737
"camelcase": "6.3.0",

0 commit comments

Comments
 (0)