Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 25, 2024
1 parent 83fd38b commit 8aea32c
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions cms.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions deps/date.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions deps/eta.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/katex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import katex from "npm:katex@0.16.9";
import katex from "npm:katex@0.16.10";

export { katex };

Expand Down
6 changes: 3 additions & 3 deletions deps/liquid.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion deps/markdown_it.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
6 changes: 3 additions & 3 deletions deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -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";
8 changes: 4 additions & 4 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -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";
4 changes: 2 additions & 2 deletions deps/sharp.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 8aea32c

Please sign in to comment.