Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 6, 2025
1 parent 62c5e0c commit afabab8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}
2 changes: 1 addition & 1 deletion deps/dom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />
export * from "https://deno.land/x/[email protected].48/deno-dom-wasm.ts";
export * from "https://deno.land/x/[email protected].49/deno-dom-wasm.ts";
2 changes: 1 addition & 1 deletion deps/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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, { type KatexOptions as BaseOptions } from "npm:[email protected].18";
import katex, { type KatexOptions as BaseOptions } from "npm:[email protected].19";

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:[email protected].0";
export * from "npm:[email protected].1";

export type { LiquidOptions, Template } from "npm:[email protected].0";
export type { LiquidOptions, Template } from "npm:[email protected].1";
export type {
TagClass,
TagImplOptions,
} from "npm:[email protected].0/dist/template";
} from "npm:[email protected].1/dist/template";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:[email protected].0";
export * from "npm:[email protected].1";

0 comments on commit afabab8

Please sign in to comment.