Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 11, 2024
1 parent 42ff396 commit 233ff7e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- Types errors in Deno 2.1.
- `og_images` plugin: make satori options type partial.
- Fixed `--port` configuration on serve mode [#704].
- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `lightningcss`, `preact`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori`, `terser`, `markdown-it-attrs` and some icons.
- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `lightningcss`, `preact`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori`, `terser`, `markdown-it-attrs`, `katex`, `xml` and some icons.

## [2.4.2] - 2024-11-10
### Fixed
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/[email protected].3/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/"
}
}
4 changes: 2 additions & 2 deletions 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@13.19.0/icons/{name}.svg",
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.20.0/icons/{name}.svg",
},
{
// https://tabler.io/icons
Expand Down Expand Up @@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [
// https://react.fluentui.dev/?path=/docs/icons-catalog--docs
id: "fluent",
src:
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].266/icons/{name}_{variant}.svg",
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].267/icons/{name}_{variant}.svg",
variants: [
{ id: "outlined", path: "regular" },
"filled",
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 from "npm:[email protected].11";
import katex from "npm:[email protected].15";

export { katex };

Expand Down
2 changes: 1 addition & 1 deletion deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export {
export { presetUno } from "npm:@unocss/[email protected]";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected]";
export { default as transformerDirectives } from "npm:@unocss/[email protected]";
export { default as MagicString } from "npm:[email protected].14";
export { default as MagicString } from "npm:[email protected].15";

export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected]";
8 changes: 4 additions & 4 deletions deps/vento.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { default as engine } from "https://deno.land/x/[email protected].12/mod.ts";
export { default as engine } from "https://deno.land/x/[email protected].13/mod.ts";

export type {
Environment,
Plugin,
} from "https://deno.land/x/[email protected].12/src/environment.ts";
export type { Loader } from "https://deno.land/x/[email protected].12/src/loader.ts";
export type { Token } from "https://deno.land/x/[email protected].12/src/tokenizer.ts";
} from "https://deno.land/x/[email protected].13/src/environment.ts";
export type { Loader } from "https://deno.land/x/[email protected].13/src/loader.ts";
export type { Token } from "https://deno.land/x/[email protected].13/src/tokenizer.ts";
2 changes: 1 addition & 1 deletion deps/xml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].1/mod.ts";
export * from "jsr:@libs/[email protected].3";

0 comments on commit 233ff7e

Please sign in to comment.