-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bbadd2
commit 9516b1c
Showing
10 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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" }, | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "npm:[email protected].1"; | ||
export * from "npm:[email protected].2"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |