diff --git a/CHANGELOG.md b/CHANGELOG.md index c46e9b0b..00c292f8 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`, `liquidjs`. +- Updated dependencies: `tailwindcss`, `terser`, `sass`, `std`, `react-render-to-string`, `xml`, `esbuild`, `vento`, `unocss`, `liquidjs`, `unified`. ## [2.2.1] - 2024-06-04 ### Added diff --git a/deps/jsonc.ts b/deps/jsonc.ts index e3e7dc2e..110af1fc 100644 --- a/deps/jsonc.ts +++ b/deps/jsonc.ts @@ -1 +1 @@ -export * from "jsr:@std/jsonc@0.224.2"; +export * from "jsr:@std/jsonc@0.224.3"; diff --git a/deps/log.ts b/deps/log.ts index 85fb47e2..6c8cb1fb 100644 --- a/deps/log.ts +++ b/deps/log.ts @@ -1 +1 @@ -export * from "jsr:@std/log@0.224.2"; +export * from "jsr:@std/log@0.224.3"; diff --git a/deps/remark.ts b/deps/remark.ts index 0be85670..13b42d84 100644 --- a/deps/remark.ts +++ b/deps/remark.ts @@ -4,7 +4,7 @@ export { default as rehypeStringify } from "npm:rehype-stringify@10.0.0"; export { default as remarkGfm } from "npm:remark-gfm@4.0.0"; export { default as remarkParse } from "npm:remark-parse@11.0.0"; export { default as remarkRehype } from "npm:remark-rehype@11.1.0"; -export * as unified from "npm:unified@11.0.4"; +export * as unified from "npm:unified@11.0.5"; export type { Options as RehypeOptions } from "npm:remark-rehype@11.1.0"; -export type { PluggableList } from "npm:unified@11.0.4"; +export type { PluggableList } from "npm:unified@11.0.5"; diff --git a/deps/snapshot.ts b/deps/snapshot.ts index b5789000..e2ff5de2 100644 --- a/deps/snapshot.ts +++ b/deps/snapshot.ts @@ -1 +1 @@ -export * from "jsr:@std/testing@0.225.2/snapshot"; +export * from "jsr:@std/testing@0.225.3/snapshot"; diff --git a/deps/yaml.ts b/deps/yaml.ts index 69229bb9..283e55a8 100644 --- a/deps/yaml.ts +++ b/deps/yaml.ts @@ -1 +1 @@ -export * from "jsr:@std/yaml@0.224.1"; +export * from "jsr:@std/yaml@0.224.2";