Skip to content

Commit 41237a4

Browse files
committed
chore(deps): up deps version
1 parent 29f0def commit 41237a4

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

_tools/meta.ts

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ export const makeOptions = (version: string): BuildOptions => ({
4646
name: "@httpland/http-middleware",
4747
version: "1.0.0",
4848
},
49-
"https://deno.land/x/isx@1.1.0/is_string.ts": {
49+
"https://deno.land/x/isx@1.1.1/is_string.ts": {
5050
name: "@miyauci/isx",
51-
version: "1.1.0",
51+
version: "1.1.1",
5252
subPath: "is_string",
5353
},
54-
"https://deno.land/x/isx@1.1.0/is_null.ts": {
54+
"https://deno.land/x/isx@1.1.1/is_null.ts": {
5555
name: "@miyauci/isx",
56-
version: "1.1.0",
56+
version: "1.1.1",
5757
subPath: "is_null",
5858
},
59-
"https://deno.land/x/isx@1.1.0/is_number.ts": {
59+
"https://deno.land/x/isx@1.1.1/is_number.ts": {
6060
name: "@miyauci/isx",
61-
version: "1.1.0",
61+
version: "1.1.1",
6262
subPath: "is_number",
6363
},
64-
"https://deno.land/x/isx@1.1.0/number/is_non_negative_integer.ts": {
64+
"https://deno.land/x/isx@1.1.1/number/is_non_negative_integer.ts": {
6565
name: "@miyauci/isx",
66-
version: "1.1.0",
66+
version: "1.1.1",
6767
subPath: "number/is_non_negative_integer",
6868
},
69-
"https://deno.land/x/isx@1.1.0/iterable/is_not_empty.ts": {
69+
"https://deno.land/x/isx@1.1.1/iterable/is_not_empty.ts": {
7070
name: "@miyauci/isx",
71-
version: "1.1.0",
71+
version: "1.1.1",
7272
subPath: "iterable/is_not_empty",
7373
},
7474
"https://deno.land/x/http_utils@1.0.0-beta.14/header.ts": {
@@ -83,9 +83,13 @@ export const makeOptions = (version: string): BuildOptions => ({
8383
name: "@miyauci/result",
8484
version: "1.0.0",
8585
},
86-
"https://deno.land/x/range_parser@1.1.0/mod.ts": {
86+
"https://deno.land/x/range_parser@1.2.0/mod.ts": {
8787
name: "@httpland/range-parser",
88-
version: "1.1.0",
88+
version: "1.2.0",
89+
},
90+
"https://deno.land/x/accept_ranges_parser@1.0.0/mod.ts": {
91+
name: "@httpland/accept-ranges-parser",
92+
version: "1.0.0",
8993
},
9094
},
9195
});

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This module is browser compatible.
33

44
export { Status } from "https://deno.land/std@0.181.0/http/http_status.ts";
5-
export { isString } from "https://deno.land/x/isx@1.1.0/is_string.ts";
5+
export { isString } from "https://deno.land/x/isx@1.1.1/is_string.ts";
66
export { isNull } from "https://deno.land/x/isx@1.1.1/is_null.ts";
77
export { isNumber } from "https://deno.land/x/isx@1.1.1/is_number.ts";
88
export { isNonNegativeInteger } from "https://deno.land/x/isx@1.1.1/number/is_non_negative_integer.ts";

0 commit comments

Comments
 (0)