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

refactor: update deps #111

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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