diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-01-06 13:20:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 13:20:42 +0100 |
commit | 46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 (patch) | |
tree | 1cfa71ee21cb35e13f137e37af5f7bf686a3d500 /cli/tests/testdata/compat/import_map_https_imports.mjs | |
parent | d92072c656ac0e764c1588ad5825ce6a10703352 (diff) |
chore: forward 1.17.2 to main (#13295)
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 bfea1e0ed..9ba7dd81f 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.119.0/collections/find_single.ts"; +import { findSingle } from "https://deno.land/std@0.120.0/collections/find_single.ts"; import os from "node:os"; console.log(sortBy([2, 3, 1], (it) => it)); |