-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update driver adapters directory
- Loading branch information
1 parent
cc0167b
commit dc81ac7
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM postgres:16 | ||
FROM postgres:17 | ||
COPY seed.sql.gz . | ||
RUN gunzip seed.sql.gz && \ | ||
mv seed.sql /docker-entrypoint-initdb.d/seed.sql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,17 @@ | |
"@prisma/adapter-planetscale": "workspace:*", | ||
"@prisma/bundled-js-drivers": "workspace:*", | ||
"@prisma/driver-adapter-utils": "workspace:*", | ||
"mitata": "0.1.11", | ||
"mitata": "1.0.21", | ||
"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", | ||
"undici": "7.1.0", | ||
"wrangler": "3.50.0", | ||
"ws": "8.16.0" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "4.20240405.0", | ||
"@types/node": "20.12.7", | ||
"@types/node": "22.10.2", | ||
"tsup": "8.0.2", | ||
"tsx": "4.7.2", | ||
"typescript": "5.4.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters