From 233ff7e2a2b663e90d3c3e071c93dad2c1e7cbfd Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 11 Dec 2024 18:10:13 +0100 Subject: [PATCH] updated deps --- CHANGELOG.md | 2 +- deno.json | 2 +- deps/icons.ts | 4 ++-- deps/katex.ts | 2 +- deps/unocss.ts | 2 +- deps/vento.ts | 8 ++++---- deps/xml.ts | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec2cf4a..cf0a64d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deno.json b/deno.json index 94fad307..bb832dec 100644 --- a/deno.json +++ b/deno.json @@ -30,6 +30,6 @@ } }, "imports": { - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.4/" } } diff --git a/deps/icons.ts b/deps/icons.ts index ee1f4bbb..62fbb360 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@13.19.0/icons/{name}.svg", + src: "https://cdn.jsdelivr.net/npm/simple-icons@13.20.0/icons/{name}.svg", }, { // https://tabler.io/icons @@ -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/svg-icons@1.1.266/icons/{name}_{variant}.svg", + "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.267/icons/{name}_{variant}.svg", variants: [ { id: "outlined", path: "regular" }, "filled", diff --git a/deps/katex.ts b/deps/katex.ts index 121a7ad0..6794303c 100644 --- a/deps/katex.ts +++ b/deps/katex.ts @@ -1,4 +1,4 @@ -import katex from "npm:katex@0.16.11"; +import katex from "npm:katex@0.16.15"; export { katex }; diff --git a/deps/unocss.ts b/deps/unocss.ts index 134952d2..d399812e 100644 --- a/deps/unocss.ts +++ b/deps/unocss.ts @@ -7,6 +7,6 @@ export { export { presetUno } from "npm:@unocss/preset-uno@0.65.1"; export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@0.65.1"; export { default as transformerDirectives } from "npm:@unocss/transformer-directives@0.65.1"; -export { default as MagicString } from "npm:magic-string@0.30.14"; +export { default as MagicString } from "npm:magic-string@0.30.15"; export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/reset@0.65.1"; diff --git a/deps/vento.ts b/deps/vento.ts index 632f975e..fe7ba03d 100644 --- a/deps/vento.ts +++ b/deps/vento.ts @@ -1,8 +1,8 @@ -export { default as engine } from "https://deno.land/x/vento@v1.12.12/mod.ts"; +export { default as engine } from "https://deno.land/x/vento@v1.12.13/mod.ts"; export type { Environment, Plugin, -} from "https://deno.land/x/vento@v1.12.12/src/environment.ts"; -export type { Loader } from "https://deno.land/x/vento@v1.12.12/src/loader.ts"; -export type { Token } from "https://deno.land/x/vento@v1.12.12/src/tokenizer.ts"; +} from "https://deno.land/x/vento@v1.12.13/src/environment.ts"; +export type { Loader } from "https://deno.land/x/vento@v1.12.13/src/loader.ts"; +export type { Token } from "https://deno.land/x/vento@v1.12.13/src/tokenizer.ts"; diff --git a/deps/xml.ts b/deps/xml.ts index b109bdfd..d1c0c0ff 100644 --- a/deps/xml.ts +++ b/deps/xml.ts @@ -1 +1 @@ -export * from "https://deno.land/x/xml@6.0.1/mod.ts"; +export * from "jsr:@libs/xml@6.0.3";