Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
refactor: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 17, 2023
1 parent adf30de commit fc2f32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from 'https://deno.land/std@0.194.0/fmt/colors.ts'
import { join } from 'https://deno.land/std@0.194.0/path/mod.ts'
import byte from 'https://deno.land/x/byte@v3.3.0/byte.ts'
import * as esbuild from 'https://deno.land/x/esbuild@v0.18.11/mod.js'
import * as esbuild from 'https://deno.land/x/esbuild@v0.18.13/mod.js'

export async function build({
input = './mod.ts',
Expand Down
2 changes: 1 addition & 1 deletion x/location_data.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Samuel Kopp. All rights reserved. Apache-2.0 license.
import { IncomingRequestCfProperties } from 'https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20230710.0/index.ts'
import { IncomingRequestCfProperties } from 'https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20230710.1/index.ts'
import { Context } from '../mod.ts'

type CloudflareRequest = Request & {
Expand Down

0 comments on commit fc2f32d

Please sign in to comment.