Skip to content

Commit

Permalink
Merge branch 'main' into renovate/fastify-http-proxy-9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jun 22, 2023
2 parents b40e77b + 07c57a1 commit 12496a2
Show file tree
Hide file tree
Showing 7 changed files with 237 additions and 217 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
2 changes: 1 addition & 1 deletion packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"postcss": "8.4.24",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"vite": "4.1.5"
"vite": "4.3.9"
}
}
Loading

0 comments on commit 12496a2

Please sign in to comment.