summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/import_map.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-13 20:47:42 +0100
committerGitHub <noreply@github.com>2022-01-13 20:47:42 +0100
commit9975ede773f5bf2f7f121ba2f3354592ed3be520 (patch)
treed9c6c1406df0cff2bb4bd6660735ad5ca179d570 /cli/tests/testdata/compat/import_map.json
parentf12164646ba8327e9e6275b0ab97602f85e9854f (diff)
chore: forward v1.17.3 to main (#13364)
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 d84c7a882..3faa13c82 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.120.0/"
+ "std/": "https://deno.land/std@0.121.0/"
}
}