Skip to content

Commit

Permalink
chore(deps): update driver adapters directory
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent ec17f10 commit b833bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions query-engine/driver-adapters/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"@neondatabase/serverless": "0.7.2",
"@planetscale/database": "1.13.0",
"query-engine-wasm-latest": "npm:@prisma/query-engine-wasm@latest",
"query-engine-wasm-baseline": "npm:@prisma/query-engine-wasm@0.0.19",
"query-engine-wasm-baseline": "npm:@prisma/query-engine-wasm@0.6.1",
"@prisma/adapter-libsql": "workspace:*",
"@prisma/adapter-neon": "workspace:*",
"@prisma/adapter-pg": "workspace:*",
"@prisma/adapter-planetscale": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@types/pg": "8.10.9",
"mitata": "^0.1.6",
"mitata": "0.1.6",
"pg": "8.11.3",
"undici": "6.0.1",
"ws": "8.14.2"
"undici": "6.3.0",
"ws": "8.16.0"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/node": "20.11.0",
"tsup": "8.0.1",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion query-engine/driver-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "20.10.4",
"@types/node": "20.11.0",
"tsup": "8.0.1",
"typescript": "5.3.3",
"esbuild": "0.19.8",
Expand Down

0 comments on commit b833bc9

Please sign in to comment.