From 5834d282d4de5d0b5cacb9bf068f3896bef0a48a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 21 Aug 2023 11:53:52 +0200 Subject: refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) --- cli/tests/testdata/npm/info/chalk.out | 12 ++++++------ cli/tests/testdata/npm/info/chalk_json.out | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'cli/tests/testdata/npm/info') diff --git a/cli/tests/testdata/npm/info/chalk.out b/cli/tests/testdata/npm/info/chalk.out index d7ac95120..63fa20da5 100644 --- a/cli/tests/testdata/npm/info/chalk.out +++ b/cli/tests/testdata/npm/info/chalk.out @@ -1,9 +1,9 @@ dependencies: 5 unique size: [WILDCARD] -npm:chalk@4.1.2 ([WILDCARD]) -├─┬ npm:ansi-styles@4.3.0 ([WILDCARD]) -│ └─┬ npm:color-convert@2.0.1 ([WILDCARD]) -│ └── npm:color-name@1.1.4 ([WILDCARD]) -└─┬ npm:supports-color@7.2.0 ([WILDCARD]) - └── npm:has-flag@4.0.0 ([WILDCARD]) +npm:/chalk@4.1.2 ([WILDCARD]) +├─┬ npm:/ansi-styles@4.3.0 ([WILDCARD]) +│ └─┬ npm:/color-convert@2.0.1 ([WILDCARD]) +│ └── npm:/color-name@1.1.4 ([WILDCARD]) +└─┬ npm:/supports-color@7.2.0 ([WILDCARD]) + └── npm:/has-flag@4.0.0 ([WILDCARD]) diff --git a/cli/tests/testdata/npm/info/chalk_json.out b/cli/tests/testdata/npm/info/chalk_json.out index 0f86bc994..bffed4ad4 100644 --- a/cli/tests/testdata/npm/info/chalk_json.out +++ b/cli/tests/testdata/npm/info/chalk_json.out @@ -5,12 +5,12 @@ "modules": [ { "kind": "npm", - "specifier": "npm:chalk@4.1.2", + "specifier": "npm:/chalk@4.1.2", "npmPackage": "chalk@4.1.2" } ], "redirects": { - "npm:chalk@4": "npm:chalk@4.1.2" + "npm:chalk@4": "npm:/chalk@4.1.2" }, "npmPackages": { "ansi-styles@4.3.0": { -- cgit v1.2.3