diff --git a/dprint.json b/dprint.json index e83d729..44dfd29 100644 --- a/dprint.json +++ b/dprint.json @@ -19,10 +19,10 @@ "**/*.generated.js" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.85.1.wasm", - "https://plugins.dprint.dev/json-0.17.4.wasm", - "https://plugins.dprint.dev/markdown-0.15.3.wasm", + "https://plugins.dprint.dev/typescript-0.88.7.wasm", + "https://plugins.dprint.dev/json-0.19.1.wasm", + "https://plugins.dprint.dev/markdown-0.16.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", - "https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072" + "https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7" ] } diff --git a/src/deps.test.ts b/src/deps.test.ts index 894c74f..c9d445d 100644 --- a/src/deps.test.ts +++ b/src/deps.test.ts @@ -7,10 +7,10 @@ export { assertRejects, assertStringIncludes, assertThrows, -} from "https://deno.land/std@0.201.0/assert/mod.ts"; -export { readerFromStreamReader } from "https://deno.land/std@0.201.0/streams/reader_from_stream_reader.ts"; -export { writableStreamFromWriter } from "https://deno.land/std@0.201.0/streams/writable_stream_from_writer.ts"; -export { serve } from "https://deno.land/std@0.201.0/http/server.ts"; +} from "https://deno.land/std@0.209.0/assert/mod.ts"; +export { readerFromStreamReader } from "https://deno.land/std@0.209.0/streams/reader_from_stream_reader.ts"; +export { writableStreamFromWriter } from "https://deno.land/std@0.209.0/streams/writable_stream_from_writer.ts"; +export { serve } from "https://deno.land/std@0.209.0/http/server.ts"; /** * Creates a temporary directory, changes the cwd to this directory, diff --git a/src/deps.ts b/src/deps.ts index 27ed38e..280ecbc 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -1,18 +1,18 @@ -export * as colors from "https://deno.land/std@0.201.0/fmt/colors.ts"; -export * as fs from "https://deno.land/std@0.201.0/fs/mod.ts"; -export { Buffer } from "https://deno.land/std@0.201.0/io/buffer.ts"; -export { BufReader } from "https://deno.land/std@0.201.0/io/buf_reader.ts"; -export * as path from "https://deno.land/std@0.201.0/path/mod.ts"; -export { readAll } from "https://deno.land/std@0.201.0/streams/read_all.ts"; -export { readerFromStreamReader } from "https://deno.land/std@0.201.0/streams/reader_from_stream_reader.ts"; -export { writeAll, writeAllSync } from "https://deno.land/std@0.201.0/streams/write_all.ts"; +export * as colors from "https://deno.land/std@0.209.0/fmt/colors.ts"; +export * as fs from "https://deno.land/std@0.209.0/fs/mod.ts"; +export { Buffer } from "https://deno.land/std@0.209.0/io/buffer.ts"; +export { BufReader } from "https://deno.land/std@0.209.0/io/buf_reader.ts"; +export * as path from "https://deno.land/std@0.209.0/path/mod.ts"; +export { readAll } from "https://deno.land/std@0.209.0/streams/read_all.ts"; +export { readerFromStreamReader } from "https://deno.land/std@0.209.0/streams/reader_from_stream_reader.ts"; +export { writeAll, writeAllSync } from "https://deno.land/std@0.209.0/streams/write_all.ts"; export { outdent } from "https://deno.land/x/outdent@v0.8.0/src/index.ts"; export { RealEnvironment as DenoWhichRealEnvironment, which, whichSync } from "https://deno.land/x/which@0.3.0/mod.ts"; -export { emptyDir, emptyDirSync } from "https://deno.land/std@0.201.0/fs/empty_dir.ts"; -export { ensureDir, ensureDirSync } from "https://deno.land/std@0.201.0/fs/ensure_dir.ts"; -export { ensureFile, ensureFileSync } from "https://deno.land/std@0.201.0/fs/ensure_file.ts"; -export { expandGlob, type ExpandGlobOptions, expandGlobSync } from "https://deno.land/std@0.201.0/fs/expand_glob.ts"; -export { move, moveSync } from "https://deno.land/std@0.201.0/fs/move.ts"; -export { copy, copySync } from "https://deno.land/std@0.201.0/fs/copy.ts"; -export { walk, type WalkEntry, WalkError, type WalkOptions, walkSync } from "https://deno.land/std@0.201.0/fs/walk.ts"; +export { emptyDir, emptyDirSync } from "https://deno.land/std@0.209.0/fs/empty_dir.ts"; +export { ensureDir, ensureDirSync } from "https://deno.land/std@0.209.0/fs/ensure_dir.ts"; +export { ensureFile, ensureFileSync } from "https://deno.land/std@0.209.0/fs/ensure_file.ts"; +export { expandGlob, type ExpandGlobOptions, expandGlobSync } from "https://deno.land/std@0.209.0/fs/expand_glob.ts"; +export { move, moveSync } from "https://deno.land/std@0.209.0/fs/move.ts"; +export { copy, copySync } from "https://deno.land/std@0.209.0/fs/copy.ts"; +export { walk, type WalkEntry, WalkError, type WalkOptions, walkSync } from "https://deno.land/std@0.209.0/fs/walk.ts";