diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-01-13 20:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 20:47:42 +0100 |
commit | 9975ede773f5bf2f7f121ba2f3354592ed3be520 (patch) | |
tree | d9c6c1406df0cff2bb4bd6660735ad5ca179d570 /cli/tests/testdata/compat/import_map_https_imports.mjs | |
parent | f12164646ba8327e9e6275b0ab97602f85e9854f (diff) |
chore: forward v1.17.3 to main (#13364)
Diffstat (limited to 'cli/tests/testdata/compat/import_map_https_imports.mjs')
-rw-r--r-- | cli/tests/testdata/compat/import_map_https_imports.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/compat/import_map_https_imports.mjs b/cli/tests/testdata/compat/import_map_https_imports.mjs index 9ba7dd81f..3b8075838 100644 --- a/cli/tests/testdata/compat/import_map_https_imports.mjs +++ b/cli/tests/testdata/compat/import_map_https_imports.mjs @@ -1,5 +1,5 @@ import { sortBy } from "std/collections/sort_by.ts"; -import { findSingle } from "https://deno.land/std@0.120.0/collections/find_single.ts"; +import { findSingle } from "https://deno.land/std@0.121.0/collections/find_single.ts"; import os from "node:os"; console.log(sortBy([2, 3, 1], (it) => it)); |