Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 25, 2024
1 parent 7bbadd2 commit 9516b1c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected]/cli.ts' update deps/*.ts deno.json"
},
"imports": {
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].2/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].3/"
}
}
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].6";
export * from "jsr:@std/[email protected].7";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].5";
export * from "jsr:@std/[email protected].6";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "jsr:@std/[email protected].10/file-server";
export { serveFile } from "jsr:@std/[email protected].11/file-server";
6 changes: 3 additions & 3 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.17.0/icons/{name}.svg",
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.18.0/icons/{name}.svg",
},
{
// https://tabler.io/icons
Expand All @@ -129,7 +129,7 @@ export const catalogs: Catalog[] = [
// https://mynaui.com/icons
id: "myna",
src:
"https://cdn.jsdelivr.net/npm/@mynaui/[email protected].2/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@mynaui/[email protected].3/{variant}/{name}.svg",
variants: [
{ id: "regular", path: "icons" },
{ id: "solid", path: "icons-solid" },
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].265/icons/{name}_{variant}.svg",
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].266/icons/{name}_{variant}.svg",
variants: [
{ id: "outlined", path: "regular" },
"filled",
Expand Down
2 changes: 1 addition & 1 deletion deps/lightningcss.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:[email protected].1";
export * from "npm:[email protected].2";
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].10";
export * from "jsr:@std/[email protected].11";
6 changes: 3 additions & 3 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.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:[email protected]";
export const specifier = "npm:preact@10.24.3";
export const specifier = "npm:preact@10.25.0";
2 changes: 1 addition & 1 deletion deps/toml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1";
export * from "jsr:@std/[email protected].2";

0 comments on commit 9516b1c

Please sign in to comment.