-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
7e50536
commit a296514
Showing
7 changed files
with
15 additions
and
12 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 |
---|---|---|
|
@@ -26,10 +26,10 @@ | |
}, | ||
"update-deps": { | ||
"description": "Update all dependencies to the latest version. Add `--dry-run` to don't write the changes", | ||
"command": "deno task update deps/*.ts deno.json" | ||
"command": "deno task update 'deps/*.ts' deno.json" | ||
} | ||
}, | ||
"imports": { | ||
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/" | ||
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].5/" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -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].267/icons/{name}_{variant}.svg", | ||
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].269/icons/{name}_{variant}.svg", | ||
variants: [ | ||
{ id: "outlined", path: "regular" }, | ||
"filled", | ||
|
@@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [ | |
// https://primer.style/foundations/icons | ||
id: "octicons", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.13.0/build/svg/{name}-{variant}.svg", | ||
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.14.0/build/svg/{name}-{variant}.svg", | ||
variants: ["24", "16", "12", "48", "96"], | ||
}, | ||
{ | ||
|
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:[email protected].1"; | ||
export * as hooks from "npm:[email protected].1/hooks"; | ||
export { renderToString } from "npm:[email protected].11"; | ||
export const specifier = "npm:[email protected].1"; | ||
export * as preact from "npm:[email protected].2"; | ||
export * as hooks from "npm:[email protected].2/hooks"; | ||
export { renderToString } from "npm:[email protected].12"; | ||
export const specifier = "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,2 +1,2 @@ | ||
export * from "npm:purgecss@6.0.0"; | ||
export { default as purgeHtml } from "npm:purgecss-from-html@6.0.0/lib/purgecss-from-html.esm.js"; | ||
export * from "npm:purgecss@7.0.2"; | ||
export { default as purgeHtml } from "npm:purgecss-from-html@7.0.2/lib/purgecss-from-html.esm.js"; |
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:sass@1.82.0"; | ||
export * from "npm:sass@1.83.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:@libs/[email protected].3"; | ||
export * from "https://deno.land/x/[email protected].4/mod.ts"; |