diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0a1505..4537d6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ Go to the `v1` branch to see the changelog of Lume 1. ### Fixed - `relative_urls` plugin with no pretty urls [#711]. -- Updated deps: `sass`, `preact`, `xml`, `katex`, `jsr`, `pagefind`, `highlight.js`, `tailwindcss`, `magic-string`, `std`, `esbuild`, `liquid`, `markdown-it-attrs`, `unocss`, `vento` and some icons. +- Updated deps: `sass`, `preact`, `xml`, `katex`, `jsr`, `pagefind`, `highlight.js`, `tailwindcss`, `magic-string`, `std`, `esbuild`, `liquid`, `markdown-it-attrs`, `unocss`, `vento`, `deno_dom` and some icons. - `esbuild`: JSR using import maps [#706]. - `esbuild`: duplicated pages with [generated js files](https://github.com/lumeland/theme-simple-wiki/issues/20). - `icons` plugin: Bug when using custom catalog for options diff --git a/deno.json b/deno.json index 0852591a..41aba4fa 100644 --- a/deno.json +++ b/deno.json @@ -30,6 +30,6 @@ } }, "imports": { - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.7/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.8.1/" } } diff --git a/deps/dom.ts b/deps/dom.ts index 4286f4fc..2d8608cc 100644 --- a/deps/dom.ts +++ b/deps/dom.ts @@ -1,3 +1,3 @@ /// /// -export * from "https://deno.land/x/deno_dom@v0.1.48/deno-dom-wasm.ts"; +export * from "https://deno.land/x/deno_dom@v0.1.49/deno-dom-wasm.ts"; diff --git a/deps/icons.ts b/deps/icons.ts index ecff8aa0..02911f43 100644 --- a/deps/icons.ts +++ b/deps/icons.ts @@ -116,7 +116,7 @@ export const catalogs: Catalog[] = [ { // https://simpleicons.org/ id: "simpleicons", - src: "https://cdn.jsdelivr.net/npm/simple-icons@14.0.0/icons/{name}.svg", + src: "https://cdn.jsdelivr.net/npm/simple-icons@14.1.0/icons/{name}.svg", }, { // https://tabler.io/icons diff --git a/deps/katex.ts b/deps/katex.ts index b098ffab..7e78d0d2 100644 --- a/deps/katex.ts +++ b/deps/katex.ts @@ -1,4 +1,4 @@ -import katex, { type KatexOptions as BaseOptions } from "npm:katex@0.16.18"; +import katex, { type KatexOptions as BaseOptions } from "npm:katex@0.16.19"; export { katex }; diff --git a/deps/liquid.ts b/deps/liquid.ts index 42c7d7fe..c78590dd 100644 --- a/deps/liquid.ts +++ b/deps/liquid.ts @@ -1,7 +1,7 @@ -export * from "npm:liquidjs@10.20.0"; +export * from "npm:liquidjs@10.20.1"; -export type { LiquidOptions, Template } from "npm:liquidjs@10.20.0"; +export type { LiquidOptions, Template } from "npm:liquidjs@10.20.1"; export type { TagClass, TagImplOptions, -} from "npm:liquidjs@10.20.0/dist/template"; +} from "npm:liquidjs@10.20.1/dist/template"; diff --git a/deps/sass.ts b/deps/sass.ts index 569385bf..9b6aec7c 100644 --- a/deps/sass.ts +++ b/deps/sass.ts @@ -1 +1 @@ -export * from "npm:sass@1.83.0"; +export * from "npm:sass@1.83.1";