From 9516b1c6b12cfdb7f0e4ba892188208c65deb454 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Mon, 25 Nov 2024 19:39:54 +0100 Subject: [PATCH] updated deps --- CHANGELOG.md | 2 +- deno.json | 2 +- deps/cli.ts | 2 +- deps/fs.ts | 2 +- deps/http.ts | 2 +- deps/icons.ts | 6 +++--- deps/lightningcss.ts | 2 +- deps/log.ts | 2 +- deps/preact.ts | 6 +++--- deps/toml.ts | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9c35e6..1e3ee7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Go to the `v1` branch to see the changelog of Lume 1. - Added test for `check_urls` plugin. - Added tests for middlewares. - Types errors in Deno 2.1. -- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori` and some icons. +- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `lightningcss`, `preact`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori` and some icons. ## [2.4.2] - 2024-11-10 ### Fixed diff --git a/deno.json b/deno.json index ba14560a..d07422da 100644 --- a/deno.json +++ b/deno.json @@ -14,6 +14,6 @@ "update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.2.8/cli.ts' update deps/*.ts deno.json" }, "imports": { - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.2/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/" } } diff --git a/deps/cli.ts b/deps/cli.ts index 7ac8a971..8d3f9e59 100644 --- a/deps/cli.ts +++ b/deps/cli.ts @@ -1 +1 @@ -export * from "jsr:@std/cli@1.0.6"; +export * from "jsr:@std/cli@1.0.7"; diff --git a/deps/fs.ts b/deps/fs.ts index 1d420960..a7533367 100644 --- a/deps/fs.ts +++ b/deps/fs.ts @@ -1 +1 @@ -export * from "jsr:@std/fs@1.0.5"; +export * from "jsr:@std/fs@1.0.6"; diff --git a/deps/http.ts b/deps/http.ts index 15c844cc..d7b389e8 100644 --- a/deps/http.ts +++ b/deps/http.ts @@ -1 +1 @@ -export { serveFile } from "jsr:@std/http@1.0.10/file-server"; +export { serveFile } from "jsr:@std/http@1.0.11/file-server"; diff --git a/deps/icons.ts b/deps/icons.ts index 51da1139..2b86c9a7 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.17.0/icons/{name}.svg", + src: "https://cdn.jsdelivr.net/npm/simple-icons@13.18.0/icons/{name}.svg", }, { // https://tabler.io/icons @@ -129,7 +129,7 @@ export const catalogs: Catalog[] = [ // https://mynaui.com/icons id: "myna", src: - "https://cdn.jsdelivr.net/npm/@mynaui/icons@0.3.2/{variant}/{name}.svg", + "https://cdn.jsdelivr.net/npm/@mynaui/icons@0.3.3/{variant}/{name}.svg", variants: [ { id: "regular", path: "icons" }, { id: "solid", path: "icons-solid" }, @@ -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.265/icons/{name}_{variant}.svg", + "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.266/icons/{name}_{variant}.svg", variants: [ { id: "outlined", path: "regular" }, "filled", diff --git a/deps/lightningcss.ts b/deps/lightningcss.ts index 098cbdaa..1a20b4c3 100644 --- a/deps/lightningcss.ts +++ b/deps/lightningcss.ts @@ -1 +1 @@ -export * from "npm:lightningcss-wasm@1.28.1"; +export * from "npm:lightningcss-wasm@1.28.2"; diff --git a/deps/log.ts b/deps/log.ts index dd76e3f9..73d9dfe3 100644 --- a/deps/log.ts +++ b/deps/log.ts @@ -1 +1 @@ -export * from "jsr:@std/log@0.224.10"; +export * from "jsr:@std/log@0.224.11"; diff --git a/deps/preact.ts b/deps/preact.ts index 82203dc5..3288aab9 100644 --- a/deps/preact.ts +++ b/deps/preact.ts @@ -1,4 +1,4 @@ -export * as preact from "npm:preact@10.24.3"; -export * as hooks from "npm:preact@10.24.3/hooks"; +export * as preact from "npm:preact@10.25.0"; +export * as hooks from "npm:preact@10.25.0/hooks"; export { renderToString } from "npm:preact-render-to-string@6.5.11"; -export const specifier = "npm:preact@10.24.3"; +export const specifier = "npm:preact@10.25.0"; diff --git a/deps/toml.ts b/deps/toml.ts index 1502b828..0feaed30 100644 --- a/deps/toml.ts +++ b/deps/toml.ts @@ -1 +1 @@ -export * from "jsr:@std/toml@1.0.1"; +export * from "jsr:@std/toml@1.0.2";