Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 7f6b94e commit ec7af0b
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 104 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@prisma/client": "4.3.1",
"@prisma/client": "4.5.0",
"base64url": "3.0.1",
"core-js": "3.25.5",
"cross-undici-fetch": "0.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@prisma/internals": "4.3.1",
"@prisma/internals": "4.5.0",
"@redwoodjs/api-server": "3.2.0",
"@redwoodjs/auth-providers-setup": "3.2.0",
"@redwoodjs/internal": "3.2.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"prettier": "2.7.1",
"prisma": "4.3.1",
"prisma": "4.5.0",
"prompts": "2.4.2",
"rimraf": "3.0.2",
"secure-random-password": "0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "8.12.0",
"@graphql-yoga/common": "2.12.12",
"@prisma/client": "4.3.1",
"@prisma/client": "4.5.0",
"@redwoodjs/api": "3.2.0",
"core-js": "3.25.5",
"cross-undici-fetch": "0.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@prisma/client": "4.3.1",
"@prisma/client": "4.5.0",
"core-js": "3.25.5"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@prisma/internals": "4.3.1",
"@prisma/internals": "4.5.0",
"esbuild": "0.15.10",
"jest": "29.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@prisma/internals": "4.3.1",
"@prisma/internals": "4.5.0",
"@redwoodjs/internal": "3.2.0",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
Expand Down
Loading

0 comments on commit ec7af0b

Please sign in to comment.