diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b43192..c46e9b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deps/liquid.ts b/deps/liquid.ts index d6829fef..50edf2e4 100644 --- a/deps/liquid.ts +++ b/deps/liquid.ts @@ -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"; diff --git a/deps/sass.ts b/deps/sass.ts index e20e0462..c9854f49 100644 --- a/deps/sass.ts +++ b/deps/sass.ts @@ -1 +1 @@ -export * from "npm:sass@1.77.5"; +export * from "npm:sass@1.77.6";