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 Feb 17, 2024
1 parent 5a9203d commit e2760cd
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -23,19 +23,19 @@
"license": "Apache-2.0",
"dependencies": {
"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:*",
"@prisma/bundled-js-drivers": "workspace:*",
"mitata": "^0.1.6",
"mitata": "0.1.10",
"undici": "6.0.1",
"ws": "8.14.2"
"ws": "8.16.0"
},
"devDependencies": {
"@types/node": "20.10.4",
"@types/node": "20.11.17",
"tsup": "8.0.1",
"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.4",
"esbuild": "0.19.8",
"@types/node": "20.11.17",
"esbuild": "0.20.0",
"tsup": "8.0.1",
"tsx": "^4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3"
}
}

0 comments on commit e2760cd

Please sign in to comment.