Skip to content

Commit

Permalink
chore: update pglite version in deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Sep 13, 2024
1 parent 1efb930 commit 87f2096
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pg-gateway/test/deno/tcp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import pg from 'npm:pg';

import { expect } from 'jsr:@std/expect';
import { afterAll, beforeAll, describe, it } from 'jsr:@std/testing/bdd';
import { PGlite } from 'npm:@electric-sql/pglite';
import { PGlite } from 'npm:@electric-sql/pglite@^0.2.7';
import { fromDenoConn } from 'pg-gateway/deno';

const { Client } = pg;
Expand Down

0 comments on commit 87f2096

Please sign in to comment.