Skip to content

Commit

Permalink
⬆️ update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 27, 2023
1 parent 61f6201 commit 3e1ae37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'https://deno.land/x/dotenv@v3.2.0/load.ts';
export { assertString } from 'https://deno.land/x/unknownutil@v2.0.0/mod.ts';
export * from 'https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/rest/page-data.ts';
import 'https://deno.land/x/dotenv@v3.2.2/load.ts';
export { assertString } from 'https://deno.land/x/unknownutil@v3.11.0/mod.ts';
export * from 'https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/rest/page-data.ts';

0 comments on commit 3e1ae37

Please sign in to comment.