Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v3.15.1 (#5721)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 10, 2022
1 parent 5e10b85 commit 71823f5
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 94 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.16.7",
"@prisma/client": "3.14.0",
"@prisma/client": "3.15.1",
"core-js": "3.22.8",
"cross-undici-fetch": "0.1.27",
"crypto-js": "4.1.1",
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.16.7",
"@prisma/sdk": "3.14.0",
"@prisma/sdk": "3.15.1",
"@redwoodjs/api-server": "1.5.1",
"@redwoodjs/internal": "1.5.1",
"@redwoodjs/prerender": "1.5.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"prettier": "2.6.2",
"prisma": "3.14.0",
"prisma": "3.15.1",
"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.3.13",
"@graphql-tools/utils": "8.6.12",
"@graphql-yoga/common": "2.7.0",
"@prisma/client": "3.14.0",
"@prisma/client": "3.15.1",
"@redwoodjs/api": "1.5.1",
"core-js": "3.22.8",
"cross-undici-fetch": "0.1.27",
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.16.7",
"@prisma/client": "3.14.0",
"@prisma/client": "3.15.1",
"core-js": "3.22.8"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@prisma/sdk": "3.14.0",
"@prisma/sdk": "3.15.1",
"esbuild": "0.14.43",
"jest": "27.5.1"
},
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.16.7",
"@prisma/sdk": "3.14.0",
"@prisma/sdk": "3.15.1",
"@redwoodjs/internal": "1.5.1",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
Expand Down

0 comments on commit 71823f5

Please sign in to comment.