Skip to content

Commit c4a345b

Browse files
committed
updated deps
1 parent c3eb6ef commit c4a345b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/deno_loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@deno/[email protected].8";
1+
export * from "jsr:@deno/[email protected].9";

deps/icons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const catalogs: Catalog[] = [
147147
id: "sargam",
148148
name: capitalize,
149149
src:
150-
"https://cdn.jsdelivr.net/npm/[email protected].5/Icons/{variant}/si_{name}.svg",
150+
"https://cdn.jsdelivr.net/npm/[email protected].6/Icons/{variant}/si_{name}.svg",
151151
variants: [
152152
{ id: "duotone", path: "Duotone" },
153153
{ id: "fill", path: "Fill" },
@@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [
175175
// https://react.fluentui.dev/?path=/docs/icons-catalog--docs
176176
id: "fluent",
177177
src:
178-
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].312/icons/{name}_{variant}.svg",
178+
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].313/icons/{name}_{variant}.svg",
179179
variants: [
180180
{ id: "outlined", path: "regular" },
181181
"filled",

0 commit comments

Comments
 (0)