Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 16, 2024
1 parent 674eb4d commit b1a49ed
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion deps/assert.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/crypto.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/jsonc.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions deps/path.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/react.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/toml.ts
Original file line number Diff line number Diff line change
@@ -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";
10 changes: 5 additions & 5 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit b1a49ed

Please sign in to comment.