Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliu96 committed Mar 20, 2023
1 parent 88027b6 commit 56dccea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export {
getSetCookies,
setCookie,
deleteCookie,
} from 'https://deno.land/std@0.173.0/http/mod.ts';
export type { Cookie } from 'https://deno.land/std@0.173.0/http/mod.ts';
export { contentType } from 'https://deno.land/std@0.173.0/media_types/mod.ts';
} from 'https://deno.land/std@0.180.0/http/mod.ts';
export type { Cookie } from 'https://deno.land/std@0.180.0/http/mod.ts';
export { contentType } from 'https://deno.land/std@0.180.0/media_types/mod.ts';
File renamed without changes.

0 comments on commit 56dccea

Please sign in to comment.