Skip to content

Commit

Permalink
chore: update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 12, 2023
1 parent c52f7d9 commit a13e512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Deno

```ts
import { RedisAdapter } from "https://deno.land/x/grammy_storages/redis/src/mod.ts";
import { connect } from "https://deno.land/x/redis@v0.29.4/mod.ts";
import { connect } from "https://deno.land/x/redis@v0.31.0/mod.ts";
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/src/deps.deno.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.33.1';
export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.33.2';

0 comments on commit a13e512

Please sign in to comment.