Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v4.16.0 (#8684)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent 522325c commit ac72447
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 110 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.5",
"@prisma/client": "4.15.0",
"@prisma/client": "4.16.0",
"@whatwg-node/fetch": "0.9.6",
"core-js": "3.31.0",
"humanize-string": "2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@opentelemetry/resources": "1.14.0",
"@opentelemetry/sdk-trace-node": "1.14.0",
"@opentelemetry/semantic-conventions": "1.14.0",
"@prisma/internals": "4.15.0",
"@prisma/internals": "4.16.0",
"@redwoodjs/api-server": "5.0.0",
"@redwoodjs/cli-helpers": "5.0.0",
"@redwoodjs/fastify": "5.0.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "2.8.8",
"prisma": "4.15.0",
"prisma": "4.16.0",
"prompts": "2.4.2",
"rimraf": "5.0.1",
"secure-random-password": "0.2.3",
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,14 +28,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.5",
"@prisma/client": "4.15.0",
"@prisma/client": "4.16.0",
"@redwoodjs/project-config": "5.0.0",
"core-js": "3.31.0"
},
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@prisma/internals": "4.15.0",
"@prisma/internals": "4.16.0",
"esbuild": "0.18.6",
"jest": "29.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.5",
"@iarna/toml": "2.2.5",
"@prisma/internals": "4.15.0",
"@prisma/internals": "4.16.0",
"@redwoodjs/project-config": "5.0.0",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
Expand Down
Loading

0 comments on commit ac72447

Please sign in to comment.