From 609ca52fffc5232982f7c0159e47991c384f28a9 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Tue, 18 Jun 2024 14:40:26 +0200 Subject: [PATCH] updated deps --- CHANGELOG.md | 2 +- deps/liquid.ts | 6 +++--- deps/sass.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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";