Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent 63c5d3b commit 91779e7
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 140 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.23.2",
"@prisma/client": "5.4.2",
"@prisma/client": "5.5.2",
"@whatwg-node/fetch": "0.9.9",
"core-js": "3.32.2",
"humanize-string": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@prisma/client": "5.4.2",
"@prisma/client": "5.5.2",
"@types/fs-extra": "11.0.1",
"@types/yargs": "17.0.24",
"esbuild": "0.19.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@opentelemetry/resources": "1.15.2",
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@prisma/internals": "5.4.2",
"@prisma/internals": "5.5.2",
"@redwoodjs/api-server": "6.0.7",
"@redwoodjs/cli-helpers": "6.0.7",
"@redwoodjs/fastify": "6.0.7",
Expand Down Expand Up @@ -69,7 +69,7 @@
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "2.8.8",
"prisma": "5.4.2",
"prisma": "5.5.2",
"prompts": "2.4.2",
"rimraf": "5.0.5",
"semver": "7.5.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.23.2",
"@prisma/client": "5.4.2",
"@prisma/client": "5.5.2",
"@redwoodjs/project-config": "6.0.7",
"core-js": "3.32.2"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@prisma/internals": "5.4.2",
"@prisma/internals": "5.5.2",
"esbuild": "0.19.3",
"jest": "29.7.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.23.2",
"@iarna/toml": "2.2.5",
"@prisma/internals": "5.4.2",
"@prisma/internals": "5.5.2",
"@redwoodjs/project-config": "6.0.7",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
Expand Down
Loading

0 comments on commit 91779e7

Please sign in to comment.