Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 21, 2024
1 parent 609ca52 commit e7d2634
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- Apply `mergedKeys` configuration in layouts [#618].
- Extended Preact types with Lume's custom attributes [#619].
- Hot reload: Ensure sockets are open before send updates [#614], [#615].
- Updated dependencies: `tailwindcss`, `terser`, `sass`, `std`, `react-render-to-string`, `xml`, `esbuild`, `vento`, `unocss`, `liquidjs`.
- Updated dependencies: `tailwindcss`, `terser`, `sass`, `std`, `react-render-to-string`, `xml`, `esbuild`, `vento`, `unocss`, `liquidjs`, `unified`.

## [2.2.1] - 2024-06-04
### Added
Expand Down
2 changes: 1 addition & 1 deletion deps/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";
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].2";
export * from "jsr:@std/[email protected].3";
4 changes: 2 additions & 2 deletions deps/remark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { default as rehypeStringify } from "npm:[email protected]";
export { default as remarkGfm } from "npm:[email protected]";
export { default as remarkParse } from "npm:[email protected]";
export { default as remarkRehype } from "npm:[email protected]";
export * as unified from "npm:[email protected].4";
export * as unified from "npm:[email protected].5";

export type { Options as RehypeOptions } from "npm:[email protected]";
export type { PluggableList } from "npm:[email protected].4";
export type { PluggableList } from "npm:[email protected].5";
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2/snapshot";
export * from "jsr:@std/[email protected].3/snapshot";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1";
export * from "jsr:@std/[email protected].2";

0 comments on commit e7d2634

Please sign in to comment.