Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 18, 2024
1 parent 2969a7d commit 609ca52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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`.
- Updated dependencies: `tailwindcss`, `terser`, `sass`, `std`, `react-render-to-string`, `xml`, `esbuild`, `vento`, `unocss`, `liquidjs`.

## [2.2.1] - 2024-06-04
### Added
Expand Down
6 changes: 3 additions & 3 deletions deps/liquid.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from "npm:liquidjs@10.13.1";
export * from "npm:liquidjs@10.14.0";

export type { LiquidOptions, Template } from "npm:liquidjs@10.13.1";
export type { LiquidOptions, Template } from "npm:liquidjs@10.14.0";
export type {
TagClass,
TagImplOptions,
} from "npm:liquidjs@10.13.1/dist/template";
} from "npm:liquidjs@10.14.0/dist/template";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:sass@1.77.5";
export * from "npm:sass@1.77.6";

0 comments on commit 609ca52

Please sign in to comment.