-
-
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
42ff396
commit 233ff7e
Showing
7 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -30,6 +30,6 @@ | |
} | ||
}, | ||
"imports": { | ||
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].3/" | ||
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/" | ||
} | ||
} |
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.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/[email protected].266/icons/{name}_{variant}.svg", | ||
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].267/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,4 +1,4 @@ | ||
import katex from "npm:[email protected].11"; | ||
import katex from "npm:[email protected].15"; | ||
|
||
export { katex }; | ||
|
||
|
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ export { | |
export { presetUno } from "npm:@unocss/[email protected]"; | ||
export { default as transformerVariantGroup } from "npm:@unocss/[email protected]"; | ||
export { default as transformerDirectives } from "npm:@unocss/[email protected]"; | ||
export { default as MagicString } from "npm:[email protected].14"; | ||
export { default as MagicString } from "npm:[email protected].15"; | ||
|
||
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected]"; |
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,8 +1,8 @@ | ||
export { default as engine } from "https://deno.land/x/[email protected].12/mod.ts"; | ||
export { default as engine } from "https://deno.land/x/[email protected].13/mod.ts"; | ||
|
||
export type { | ||
Environment, | ||
Plugin, | ||
} from "https://deno.land/x/[email protected].12/src/environment.ts"; | ||
export type { Loader } from "https://deno.land/x/[email protected].12/src/loader.ts"; | ||
export type { Token } from "https://deno.land/x/[email protected].12/src/tokenizer.ts"; | ||
} from "https://deno.land/x/[email protected].13/src/environment.ts"; | ||
export type { Loader } from "https://deno.land/x/[email protected].13/src/loader.ts"; | ||
export type { Token } from "https://deno.land/x/[email protected].13/src/tokenizer.ts"; |
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 "https://deno.land/x/[email protected].1/mod.ts"; | ||
export * from "jsr:@libs/[email protected].3"; |