-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
9ea5e14
commit a8ef3a8
Showing
14 changed files
with
58 additions
and
45 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 |
---|---|---|
@@ -1 +1 @@ | ||
export * from "jsr:@std/[email protected].8"; | ||
export * from "jsr:@std/[email protected].9"; |
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].7"; | ||
export * from "jsr:@std/[email protected].8"; |
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].11/file-server"; | ||
export { serveFile } from "jsr:@std/[email protected].12/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 |
---|---|---|
|
@@ -33,55 +33,55 @@ export const catalogs: Catalog[] = [ | |
{ | ||
// https://lucide.dev/ | ||
id: "lucide", | ||
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.460.0/icons/{name}.svg", | ||
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.468.0/icons/{name}.svg", | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-100", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-200", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-300", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-400", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-500", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-600", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
// https://fonts.google.com/icons?icon.set=Material+Symbols | ||
id: "material-700", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg", | ||
variants: ["outlined", "rounded", "sharp"], | ||
}, | ||
{ | ||
|
@@ -116,13 +116,13 @@ export const catalogs: Catalog[] = [ | |
{ | ||
// https://simpleicons.org/ | ||
id: "simpleicons", | ||
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.18.0/icons/{name}.svg", | ||
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.19.0/icons/{name}.svg", | ||
}, | ||
{ | ||
// https://tabler.io/icons | ||
id: "tabler", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.22.0/icons/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.24.0/icons/{variant}/{name}.svg", | ||
variants: ["filled", "outline"], | ||
}, | ||
{ | ||
|
@@ -139,7 +139,7 @@ export const catalogs: Catalog[] = [ | |
// https://iconoir.com/ | ||
id: "iconoir", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/[email protected].0/icons/{variant}/{name}.svg", | ||
"https://cdn.jsdelivr.net/npm/[email protected].1/icons/{variant}/{name}.svg", | ||
variants: ["regular", "solid"], | ||
}, | ||
{ | ||
|
@@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [ | |
// https://primer.style/foundations/icons | ||
id: "octicons", | ||
src: | ||
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.12.0/build/svg/{name}-{variant}.svg", | ||
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.13.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,5 +1,5 @@ | ||
export { default as markdownIt } from "npm:[email protected]"; | ||
export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.2.0"; | ||
export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.3.0"; | ||
export { default as markdownItDeflist } from "npm:[email protected]"; | ||
|
||
export interface MarkdownItOptions { | ||
|
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].0"; | ||
export * as hooks from "npm:[email protected].0/hooks"; | ||
export * as preact from "npm:[email protected].1"; | ||
export * as hooks from "npm:[email protected].1/hooks"; | ||
export { renderToString } from "npm:[email protected]"; | ||
export const specifier = "npm:[email protected].0"; | ||
export const specifier = "npm:[email protected].1"; |
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.81.0"; | ||
export * from "npm:sass@1.82.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].5/snapshot"; | ||
export * from "jsr:@std/[email protected].6/snapshot"; |
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 { default } from "npm:[email protected].15"; | ||
export type { Config } from "npm:[email protected].15"; | ||
export { default } from "npm:[email protected].16"; | ||
export type { Config } from "npm:[email protected].16"; |
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 { minify } from "npm:terser@5.36.0"; | ||
export type { MinifyOptions } from "npm:terser@5.36.0"; | ||
export { minify } from "npm:terser@5.37.0"; | ||
export type { MinifyOptions } from "npm:terser@5.37.0"; |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -153,7 +153,6 @@ snapshot[`Build a mdx site 3`] = ` | |
"__", | ||
"__b", | ||
"__e", | ||
"__d", | ||
"__c", | ||
"constructor", | ||
"__v", | ||
|
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