diff --git a/CHANGELOG.md b/CHANGELOG.md index f891c20e..3bbaec9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Go to the `v1` branch to see the changelog of Lume 1. - Do not ignore the `/.well-known` folder by default [#585]. ### Fixed -- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`. +- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`, `cms`, `eta`, `katex`, `liquid`, `markdown-it`, `postcss`, `postcss-import`, `autoprefixer`, `preact`, `sharp`. ## [2.1.2] - 2024-03-14 ### Added diff --git a/cms.ts b/cms.ts index 78179129..4a9078d7 100644 --- a/cms.ts +++ b/cms.ts @@ -1,5 +1,5 @@ -export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.7/adapters/lume.ts"; -export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.7/mod.ts"; -export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.7/storage/kv.ts"; -export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.7/storage/fs.ts"; -export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.7/storage/github.ts"; +export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/adapters/lume.ts"; +export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/mod.ts"; +export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/kv.ts"; +export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/fs.ts"; +export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/github.ts"; diff --git a/deps/date.ts b/deps/date.ts index dc0d6e7a..dd34727f 100644 --- a/deps/date.ts +++ b/deps/date.ts @@ -1,2 +1,2 @@ -export { format } from "npm:date-fns@3.5.0/format"; -export type { Locale } from "npm:date-fns@3.5.0/locale"; +export { format } from "npm:date-fns@3.6.0/format"; +export type { Locale } from "npm:date-fns@3.6.0/locale"; diff --git a/deps/eta.ts b/deps/eta.ts index 26036f05..3727881c 100644 --- a/deps/eta.ts +++ b/deps/eta.ts @@ -1,2 +1,2 @@ -export { Eta } from "https://deno.land/x/eta@v3.2.0/src/index.ts"; -export type { EtaConfig } from "https://deno.land/x/eta@v3.2.0/src/config.ts"; +export { Eta } from "https://deno.land/x/eta@v3.4.0/src/index.ts"; +export type { EtaConfig } from "https://deno.land/x/eta@v3.4.0/src/config.ts"; diff --git a/deps/katex.ts b/deps/katex.ts index 49e49fb1..47d6c1c8 100644 --- a/deps/katex.ts +++ b/deps/katex.ts @@ -1,4 +1,4 @@ -import katex from "npm:katex@0.16.9"; +import katex from "npm:katex@0.16.10"; export { katex }; diff --git a/deps/liquid.ts b/deps/liquid.ts index acda4edc..c582c202 100644 --- a/deps/liquid.ts +++ b/deps/liquid.ts @@ -1,7 +1,7 @@ -export * from "npm:liquidjs@10.10.1"; +export * from "npm:liquidjs@10.10.2"; -export type { LiquidOptions, Template } from "npm:liquidjs@10.10.1"; +export type { LiquidOptions, Template } from "npm:liquidjs@10.10.2"; export type { TagClass, TagImplOptions, -} from "npm:liquidjs@10.10.1/dist/template"; +} from "npm:liquidjs@10.10.2/dist/template"; diff --git a/deps/markdown_it.ts b/deps/markdown_it.ts index 69a178aa..5d2f0c6f 100644 --- a/deps/markdown_it.ts +++ b/deps/markdown_it.ts @@ -1,4 +1,4 @@ -export { default as markdownIt } from "npm:markdown-it@14.0.0"; +export { default as markdownIt } from "npm:markdown-it@14.1.0"; export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.1.6"; export { default as markdownItDeflist } from "npm:markdown-it-deflist@3.0.0"; diff --git a/deps/postcss.ts b/deps/postcss.ts index 5164989f..784d8782 100644 --- a/deps/postcss.ts +++ b/deps/postcss.ts @@ -1,4 +1,4 @@ -export { default as postcss } from "npm:postcss@8.4.35"; -export { default as postcssImport } from "npm:postcss-import@16.0.1"; +export { default as postcss } from "npm:postcss@8.4.38"; +export { default as postcssImport } from "npm:postcss-import@16.1.0"; export { default as postcssNesting } from "npm:postcss-nesting@12.1.0"; -export { default as autoprefixer } from "npm:autoprefixer@10.4.18"; +export { default as autoprefixer } from "npm:autoprefixer@10.4.19"; diff --git a/deps/preact.ts b/deps/preact.ts index 3e84f60b..295ab0f5 100644 --- a/deps/preact.ts +++ b/deps/preact.ts @@ -1,4 +1,4 @@ -export * as preact from "npm:preact@10.19.6"; -export * as hooks from "npm:preact@10.19.6/hooks"; -export { renderToString } from "npm:preact-render-to-string@6.4.0"; -export const specifier = "npm:preact@10.19.6"; +export * as preact from "npm:preact@10.20.1"; +export * as hooks from "npm:preact@10.20.1/hooks"; +export { renderToString } from "npm:preact-render-to-string@6.4.1"; +export const specifier = "npm:preact@10.20.1"; diff --git a/deps/sharp.ts b/deps/sharp.ts index 35d73c67..72d03b8a 100644 --- a/deps/sharp.ts +++ b/deps/sharp.ts @@ -1,5 +1,5 @@ -export { default } from "npm:sharp@0.33.2"; -import sharp from "npm:sharp@0.33.2"; +export { default } from "npm:sharp@0.33.3"; +import sharp from "npm:sharp@0.33.3"; import icoEndec from "npm:ico-endec@0.1.6"; import { svg2png } from "./svg2png.ts";