X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/7c3a2eda590637af9463e5a59ab798f802d274a9..5f5b986d80f54cca184a03a7f5ddb17a19abacbf:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js index 96858a6..f2ed7c9 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -1,7 +1,7 @@ // ♓🌟 Piscēs ∷ dev-deps.js // ==================================================================== // -// Copyright © 2022 Lady [@ Lady’s Computer]. +// Copyright © 2022–2023 Lady [@ Lady’s Computer]. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -12,13 +12,13 @@ export { assertEquals, assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.148.0/testing/asserts.ts"; +} from "https://deno.land/std@0.188.0/testing/asserts.ts"; export { describe, it, -} from "https://deno.land/std@0.148.0/testing/bdd.ts"; +} from "https://deno.land/std@0.188.0/testing/bdd.ts"; export { assertSpyCall, assertSpyCalls, spy, -} from "https://deno.land/std@0.148.0/testing/mock.ts"; +} from "https://deno.land/std@0.188.0/testing/mock.ts";