Skip to content

Commit

Permalink
Upgrade silverbullet to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Jul 3, 2024
1 parent 671e2c1 commit 70fb598
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.aider*
*.lock
.vscode
12 changes: 6 additions & 6 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"turndown": "https://cdn.skypack.dev/[email protected]",
"turndown-plugin-gfm": "https://cdn.skypack.dev/@joplin/[email protected]",

"$common/": "https://deno.land/x/[email protected].5/common/",
"$lib/": "https://deno.land/x/[email protected].5/lib/",
"$type/": "https://deno.land/x/[email protected].5/type/",
"$common/": "https://deno.land/x/[email protected].7/common/",
"$lib/": "https://deno.land/x/[email protected].7/lib/",
"$type/": "https://deno.land/x/[email protected].7/type/",

"preact": "https://esm.sh/[email protected]",
"$sb/": "https://deno.land/x/[email protected].5/plug-api/",
"$sbplugs/": "https://deno.land/x/[email protected].5/plugs/",
"$plugos/": "https://deno.land/x/[email protected].5/plugos/",
"$sb/": "https://deno.land/x/[email protected].7/plug-api/",
"$sbplugs/": "https://deno.land/x/[email protected].7/plugs/",
"$plugos/": "https://deno.land/x/[email protected].7/plugos/",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"$std/": "https://deno.land/[email protected]/"
}
Expand Down

0 comments on commit 70fb598

Please sign in to comment.