From b1a49ed78ab97affcf1382c4e383adbe6e6c56af Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Tue, 16 Apr 2024 14:13:05 +0200 Subject: [PATCH] updated deps --- deps/assert.ts | 2 +- deps/base64.ts | 2 +- deps/cli.ts | 2 +- deps/colors.ts | 2 +- deps/crypto.ts | 2 +- deps/front_matter.ts | 4 ++-- deps/fs.ts | 2 +- deps/hex.ts | 2 +- deps/http.ts | 2 +- deps/jsonc.ts | 2 +- deps/log.ts | 2 +- deps/media_types.ts | 2 +- deps/path.ts | 4 ++-- deps/react.ts | 2 +- deps/snapshot.ts | 2 +- deps/toml.ts | 2 +- deps/unocss.ts | 10 +++++----- deps/yaml.ts | 2 +- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/deps/assert.ts b/deps/assert.ts index 925c335c..60bc4875 100644 --- a/deps/assert.ts +++ b/deps/assert.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/assert/mod.ts"; +export * from "https://deno.land/std@0.223.0/assert/mod.ts"; diff --git a/deps/base64.ts b/deps/base64.ts index 0a097573..6c61afab 100644 --- a/deps/base64.ts +++ b/deps/base64.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/encoding/base64.ts"; +export * from "https://deno.land/std@0.223.0/encoding/base64.ts"; diff --git a/deps/cli.ts b/deps/cli.ts index 654b5733..19aa2f57 100644 --- a/deps/cli.ts +++ b/deps/cli.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/cli/mod.ts"; +export * from "https://deno.land/std@0.223.0/cli/mod.ts"; diff --git a/deps/colors.ts b/deps/colors.ts index da55f36d..36e94f7d 100644 --- a/deps/colors.ts +++ b/deps/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/fmt/colors.ts"; +export * from "https://deno.land/std@0.223.0/fmt/colors.ts"; diff --git a/deps/crypto.ts b/deps/crypto.ts index 20e242a9..b5ba418d 100644 --- a/deps/crypto.ts +++ b/deps/crypto.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/crypto/mod.ts"; +export * from "https://deno.land/std@0.223.0/crypto/mod.ts"; diff --git a/deps/front_matter.ts b/deps/front_matter.ts index 41593d8f..bd7f12e1 100644 --- a/deps/front_matter.ts +++ b/deps/front_matter.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.222.1/front_matter/any.ts"; -export { test } from "https://deno.land/std@0.222.1/front_matter/mod.ts"; +export * from "https://deno.land/std@0.223.0/front_matter/any.ts"; +export { test } from "https://deno.land/std@0.223.0/front_matter/mod.ts"; diff --git a/deps/fs.ts b/deps/fs.ts index 8d85d81d..247b797c 100644 --- a/deps/fs.ts +++ b/deps/fs.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/fs/mod.ts"; +export * from "https://deno.land/std@0.223.0/fs/mod.ts"; diff --git a/deps/hex.ts b/deps/hex.ts index edb44c57..ffcc2036 100644 --- a/deps/hex.ts +++ b/deps/hex.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/encoding/hex.ts"; +export * from "https://deno.land/std@0.223.0/encoding/hex.ts"; diff --git a/deps/http.ts b/deps/http.ts index 939d500b..81f51f45 100644 --- a/deps/http.ts +++ b/deps/http.ts @@ -1 +1 @@ -export { serveFile } from "https://deno.land/std@0.222.1/http/file_server.ts"; +export { serveFile } from "https://deno.land/std@0.223.0/http/file_server.ts"; diff --git a/deps/jsonc.ts b/deps/jsonc.ts index 4fec1ba6..c0aa2f5f 100644 --- a/deps/jsonc.ts +++ b/deps/jsonc.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/jsonc/mod.ts"; +export * from "https://deno.land/std@0.223.0/jsonc/mod.ts"; diff --git a/deps/log.ts b/deps/log.ts index 9c795ae7..a62e1655 100644 --- a/deps/log.ts +++ b/deps/log.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/log/mod.ts"; +export * from "https://deno.land/std@0.223.0/log/mod.ts"; diff --git a/deps/media_types.ts b/deps/media_types.ts index 7110cd58..e36a32a5 100644 --- a/deps/media_types.ts +++ b/deps/media_types.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/media_types/mod.ts"; +export * from "https://deno.land/std@0.223.0/media_types/mod.ts"; diff --git a/deps/path.ts b/deps/path.ts index bb3c4288..81d070e9 100644 --- a/deps/path.ts +++ b/deps/path.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.222.1/path/mod.ts"; -export * as posix from "https://deno.land/std@0.222.1/path/posix/mod.ts"; +export * from "https://deno.land/std@0.223.0/path/mod.ts"; +export * as posix from "https://deno.land/std@0.223.0/path/posix/mod.ts"; diff --git a/deps/react.ts b/deps/react.ts index 6a355aa2..fda5b46f 100644 --- a/deps/react.ts +++ b/deps/react.ts @@ -1,4 +1,4 @@ -// @deno-types="npm:@types/react@18.2.78" +// @deno-types="npm:@types/react@18.2.79" export { default as React } from "npm:react@18.2.0"; // @deno-types="npm:@types/react-dom@18.2.25/server" export { default as ReactDOMServer } from "npm:react-dom@18.2.0/server"; diff --git a/deps/snapshot.ts b/deps/snapshot.ts index 2e985c61..2ef391c7 100644 --- a/deps/snapshot.ts +++ b/deps/snapshot.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/testing/snapshot.ts"; +export * from "https://deno.land/std@0.223.0/testing/snapshot.ts"; diff --git a/deps/toml.ts b/deps/toml.ts index f593202a..961e3173 100644 --- a/deps/toml.ts +++ b/deps/toml.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/toml/mod.ts"; +export * from "https://deno.land/std@0.223.0/toml/mod.ts"; diff --git a/deps/unocss.ts b/deps/unocss.ts index 93bbb451..c9cdef9e 100644 --- a/deps/unocss.ts +++ b/deps/unocss.ts @@ -3,10 +3,10 @@ export { type SourceCodeTransformer, type UnocssPluginContext, type UserConfig, -} from "npm:@unocss/core@0.59.2"; -export { presetUno } from "npm:@unocss/preset-uno@0.59.2"; -export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@0.59.2"; -export { default as transformerDirectives } from "npm:@unocss/transformer-directives@0.59.2"; +} from "npm:@unocss/core@0.59.3"; +export { presetUno } from "npm:@unocss/preset-uno@0.59.3"; +export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@0.59.3"; +export { default as transformerDirectives } from "npm:@unocss/transformer-directives@0.59.3"; export { default as MagicString } from "npm:magic-string@0.30.9"; -export const resetUrl = "https://unpkg.com/@unocss/reset@0.59.2"; +export const resetUrl = "https://unpkg.com/@unocss/reset@0.59.3"; diff --git a/deps/yaml.ts b/deps/yaml.ts index 3a9b6e80..ac86241a 100644 --- a/deps/yaml.ts +++ b/deps/yaml.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.222.1/yaml/mod.ts"; +export * from "https://deno.land/std@0.223.0/yaml/mod.ts";