Skip to content

Commit

Permalink
Merge pull request #76 from Bellisario/deno-dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellisario authored Apr 13, 2024
2 parents 4b5281c + 867f46c commit 8a03c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { serve } from 'https://deno.land/std@0.221.0/http/server.ts';
import { serve } from 'https://deno.land/std@0.222.1/http/server.ts';
import { qrcode } from 'https://deno.land/x/qrcode@v2.0.0/mod.ts';

import { assertEquals } from 'https://deno.land/std@0.221.0/testing/asserts.ts';
import { assertEquals } from 'https://deno.land/std@0.222.1/testing/asserts.ts';

export { assertEquals, qrcode, serve };

0 comments on commit 8a03c39

Please sign in to comment.