Skip to content

Commit

Permalink
fix(deps): update driver adapters directory
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 7eac4c9 commit 9a35071
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions libs/driver-adapters/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sideEffects": false,
"license": "Apache-2.0",
"dependencies": {
"@effect/schema": "0.64.20",
"@effect/schema": "0.75.5",
"@prisma/adapter-d1": "workspace:*",
"@prisma/adapter-libsql": "workspace:*",
"@prisma/adapter-neon": "workspace:*",
Expand All @@ -31,16 +31,16 @@
"mitata": "0.1.11",
"query-engine-wasm-baseline": "npm:@prisma/[email protected]",
"query-engine-wasm-latest": "npm:@prisma/query-engine-wasm@latest",
"ts-pattern": "5.1.1",
"undici": "6.13.0",
"wrangler": "3.50.0",
"ws": "8.16.0"
"ts-pattern": "5.6.2",
"undici": "6.21.1",
"wrangler": "3.107.2",
"ws": "8.18.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240405.0",
"@types/node": "20.12.7",
"@cloudflare/workers-types": "4.20250129.0",
"@types/node": "20.17.16",
"tsup": "8.3.5",
"tsx": "4.7.2",
"typescript": "5.4.5"
"tsx": "4.19.2",
"typescript": "5.7.3"
}
}
10 changes: 5 additions & 5 deletions libs/driver-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"keywords": [],
"author": "",
"devDependencies": {
"@types/node": "20.12.7",
"esbuild": "0.20.2",
"tsup": "8.0.2",
"tsx": "4.7.2",
"typescript": "5.4.5"
"@types/node": "20.17.16",
"esbuild": "0.24.2",
"tsup": "8.3.6",
"tsx": "4.19.2",
"typescript": "5.7.3"
}
}

0 comments on commit 9a35071

Please sign in to comment.