Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 11, 2024
1 parent 7f230ad commit fdf1f3d
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Fixed
- `esbuild` timeout [#591].
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`.
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`, `std`, `preact`, `unocss`.

## [2.1.3] - 2024-03-28
### Added
Expand Down
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.221.0/assert/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/encoding/base64.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/cli/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/fmt/colors.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/crypto/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/front_matter/any.ts";
export { test } from "https://deno.land/std@0.221.0/front_matter/mod.ts";
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";
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.221.0/fs/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/encoding/hex.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/http/file_server.ts";
export { serveFile } from "https://deno.land/std@0.222.1/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.221.0/jsonc/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/log/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/media_types/mod.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/path/mod.ts";
export * as posix from "https://deno.land/std@0.221.0/path/posix/mod.ts";
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";
8 changes: 4 additions & 4 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:[email protected].1";
export * as hooks from "npm:[email protected].1/hooks";
export { renderToString } from "npm:[email protected].1";
export const specifier = "npm:[email protected].1";
export * as preact from "npm:[email protected].2";
export * as hooks from "npm:[email protected].2/hooks";
export { renderToString } from "npm:[email protected].2";
export const specifier = "npm:[email protected].2";
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.221.0/testing/snapshot.ts";
export * from "https://deno.land/std@0.222.1/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.221.0/toml/mod.ts";
export * from "https://deno.land/std@0.222.1/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/[email protected].0";
export { presetUno } from "npm:@unocss/[email protected].0";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].0";
export { default as transformerDirectives } from "npm:@unocss/[email protected].0";
} from "npm:@unocss/[email protected].1";
export { presetUno } from "npm:@unocss/[email protected].1";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].1";
export { default as transformerDirectives } from "npm:@unocss/[email protected].1";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://unpkg.com/@unocss/[email protected].0";
export const resetUrl = "https://unpkg.com/@unocss/[email protected].1";
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.221.0/yaml/mod.ts";
export * from "https://deno.land/std@0.222.1/yaml/mod.ts";

0 comments on commit fdf1f3d

Please sign in to comment.