From d02eda43c2f29563ece7dee8c9dcadae019d2a82 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:47:28 +0200 Subject: [PATCH] bump of std version to 0.224.0 in sync.js --- utils/sync.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/sync.js b/utils/sync.js index 918a4de..0f60488 100644 --- a/utils/sync.js +++ b/utils/sync.js @@ -1,7 +1,7 @@ -import "https://deno.land/std@0.218.2/dotenv/load.ts"; +import "https://deno.land/std@0.224.0/dotenv/load.ts"; import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts"; import { stringify } from "npm:yaml"; -import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; +import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; import fm from "npm:front-matter"; const warningGen = (link) => `# ---- @@ -122,4 +122,4 @@ query { console.log(`File written: ${fn}`) } -await syncResearch() \ No newline at end of file +await syncResearch()