Skip to content

Commit

Permalink
chore(deps): update driver adapters directory (minor) (#4579)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alberto Schiabel <jkomyno@users.noreply.github.com>
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 14, 2024
1 parent 589b6ce commit 93f79ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions query-engine/driver-adapters/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@prisma/adapter-planetscale": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@prisma/bundled-js-drivers": "workspace:*",
"mitata": "^0.1.6",
"undici": "6.6.2",
"ws": "8.14.2"
"mitata": "0.1.11",
"undici": "6.7.0",
"ws": "8.16.0"
},
"devDependencies": {
"@types/node": "20.10.8",
"@types/node": "20.11.24",
"tsup": "8.0.2",
"typescript": "5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions query-engine/driver-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "20.10.8",
"esbuild": "0.19.12",
"@types/node": "20.11.24",
"esbuild": "0.20.1",
"tsup": "8.0.2",
"tsx": "^4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3"
}
}
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"rangeStrategy": "pin",
"separateMinorPatch": true,
"configMigration": true,
"ignoreDeps": [
"query-engine-wasm-baseline",
],
"packageRules": [
{
"matchFileNames": [
Expand Down

0 comments on commit 93f79ec

Please sign in to comment.