Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 25, 2023
1 parent 1b23657 commit ba1c512
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
62 changes: 31 additions & 31 deletions deno.lock

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

26 changes: 13 additions & 13 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export { parse as parseRange } from 'https://deno.land/x/range_parser@1.2.0/parse.ts'
export type { RangesSpecifier } from 'https://deno.land/x/range_parser@1.2.0/types.ts'
export { typeByExtension } from 'https://deno.land/std@0.185.0/media_types/type_by_extension.ts'
export { getCharset } from 'https://deno.land/std@0.185.0/media_types/get_charset.ts'
export { contentType } from 'https://deno.land/std@0.185.0/media_types/content_type.ts'
export * as path from 'https://deno.land/std@0.185.0/path/mod.ts'
export { typeByExtension } from 'https://deno.land/std@0.192.0/media_types/type_by_extension.ts'
export { getCharset } from 'https://deno.land/std@0.192.0/media_types/get_charset.ts'
export { contentType } from 'https://deno.land/std@0.192.0/media_types/content_type.ts'
export * as path from 'https://deno.land/std@0.192.0/path/mod.ts'
export { default as Negotiator } from 'https://deno.land/x/negotiator@1.0.1/mod.ts'
export { vary } from 'https://deno.land/x/vary@1.0.0/mod.ts'
export { encodeUrl } from 'https://deno.land/x/encodeurl@1.0.0/mod.ts'
Expand All @@ -15,20 +15,20 @@ export {
export { status } from 'https://deno.land/x/status@0.1.0/status.ts'
export { isIP } from 'https://deno.land/x/isIP@1.0.0/mod.ts'
export { escapeHtml } from 'https://deno.land/x/escape_html@1.0.0/mod.ts'
export * as base64 from 'https://deno.land/std@0.185.0/encoding/base64.ts'
export { parseMediaType } from 'https://deno.land/std@0.185.0/media_types/parse_media_type.ts'
export * as base64 from 'https://deno.land/std@0.192.0/encoding/base64.ts'
export { parseMediaType } from 'https://deno.land/std@0.192.0/media_types/parse_media_type.ts'
export * as mediaTyper from 'https://deno.land/x/media_typer@1.0.1/mod.ts'
export { contentDisposition } from 'https://cdn.skypack.dev/@tinyhttp/content-disposition@2.0.9'
export { basename, extname } from 'https://deno.land/std@0.185.0/path/mod.ts'
export { contentDisposition } from 'https://cdn.skypack.dev/@tinyhttp/content-disposition@2.1.0'
export { basename, extname } from 'https://deno.land/std@0.192.0/path/mod.ts'
export {
accepts,
acceptsEncodings,
acceptsLanguages,
} from 'https://deno.land/std@0.185.0/http/negotiation.ts'
export { setCookie } from 'https://deno.land/std@0.185.0/http/cookie.ts'
export type { Cookie } from 'https://deno.land/std@0.185.0/http/cookie.ts'
} from 'https://deno.land/std@0.192.0/http/negotiation.ts'
export { setCookie } from 'https://deno.land/std@0.192.0/http/cookie.ts'
export type { Cookie } from 'https://deno.land/std@0.192.0/http/cookie.ts'
export {
Status,
STATUS_TEXT,
} from 'https://deno.land/std@0.185.0/http/http_status.ts'
export { CookieMap } from 'https://deno.land/std@0.185.0/http/cookie_map.ts'
} from 'https://deno.land/std@0.192.0/http/http_status.ts'
export { CookieMap } from 'https://deno.land/std@0.192.0/http/cookie_map.ts'

0 comments on commit ba1c512

Please sign in to comment.