summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/import_map.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-06 13:20:42 +0100
committerGitHub <noreply@github.com>2022-01-06 13:20:42 +0100
commit46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 (patch)
tree1cfa71ee21cb35e13f137e37af5f7bf686a3d500 /cli/tests/testdata/compat/import_map.json
parentd92072c656ac0e764c1588ad5825ce6a10703352 (diff)
chore: forward 1.17.2 to main (#13295)
Diffstat (limited to 'cli/tests/testdata/compat/import_map.json')
-rw-r--r--cli/tests/testdata/compat/import_map.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/compat/import_map.json b/cli/tests/testdata/compat/import_map.json
index eea58edb4..d84c7a882 100644
--- a/cli/tests/testdata/compat/import_map.json
+++ b/cli/tests/testdata/compat/import_map.json
@@ -1,5 +1,5 @@
{
"imports": {
- "std/": "https://deno.land/std@0.119.0/"
+ "std/": "https://deno.land/std@0.120.0/"
}
}