Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 3, 2024
1 parent 25aba5f commit 5ae7b47
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Fixed
- Nav plugin: the `order` option is not applied.
- Updated dependencies: `std`, `postcss`.
- Updated dependencies: `std`, `postcss`, `esbuild`, `katex`, `preact`, `xml`.
- Vento plugin for component doesn't support multiline code.

## [2.2.2] - 2024-06-21
Expand Down
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/encoding@0.224.3/base64";
export * from "jsr:@std/encoding@1.0.0/base64";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].4/colors";
export * from "jsr:@std/[email protected].5/colors";
2 changes: 1 addition & 1 deletion deps/crypto.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/crypto@0.224.0";
export * from "jsr:@std/crypto@1.0.0";
2 changes: 1 addition & 1 deletion deps/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/esbuild@v0.21.5/mod.js";
export * from "https://deno.land/x/esbuild@v0.23.0/mod.js";
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 "jsr:@std/[email protected].2/any";
export { test } from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3/any";
export { test } from "jsr:@std/[email protected].3";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/encoding@0.224.3/hex";
export * from "jsr:@std/encoding@1.0.0/hex";
2 changes: 1 addition & 1 deletion deps/katex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import katex from "npm:[email protected].10";
import katex from "npm:[email protected].11";

export { katex };

Expand Down
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].3";
export * from "jsr:@std/[email protected].4";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0";
export * from "jsr:@std/[email protected].1";
6 changes: 3 additions & 3 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].0";
export * as hooks from "npm:[email protected].0/hooks";
export * as preact from "npm:[email protected].1";
export * as hooks from "npm:[email protected].1/hooks";
export { renderToString } from "npm:[email protected]";
export const specifier = "npm:[email protected].0";
export const specifier = "npm:[email protected].1";
2 changes: 1 addition & 1 deletion deps/xml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].7/mod.ts";
export * from "https://deno.land/x/[email protected].9/mod.ts";

0 comments on commit 5ae7b47

Please sign in to comment.