Skip to content

Commit f178732

Browse files
wraithgarlukekarrys
authored andcommitted
chore: update DEPENDENCIES.md
3 deps are gone now, and there's a new workspace
1 parent b10462e commit f178732

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

DEPENDENCIES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ graph LR;
7676
libnpmversion-->npmcli-template-oss["@npmcli/template-oss"];
7777
libnpmversion-->proc-log;
7878
libnpmversion-->semver;
79-
libnpmversion-->stringify-package;
8079
make-fetch-happen-->cacache;
8180
make-fetch-happen-->minipass-fetch;
8281
make-fetch-happen-->ssri;
@@ -405,7 +404,6 @@ graph LR;
405404
libnpmversion-->proc-log;
406405
libnpmversion-->require-inject;
407406
libnpmversion-->semver;
408-
libnpmversion-->stringify-package;
409407
libnpmversion-->tap;
410408
make-fetch-happen-->agentkeepalive;
411409
make-fetch-happen-->cacache;
@@ -456,8 +454,6 @@ graph LR;
456454
normalize-package-data-->semver;
457455
normalize-package-data-->validate-npm-package-license;
458456
npm-->abbrev;
459-
npm-->ansicolors;
460-
npm-->ansistyles;
461457
npm-->archy;
462458
npm-->cacache;
463459
npm-->chalk;
@@ -524,6 +520,7 @@ graph LR;
524520
npm-->readdir-scoped-modules;
525521
npm-->rimraf;
526522
npm-->semver;
523+
npm-->smoke-tests;
527524
npm-->spawk;
528525
npm-->ssri;
529526
npm-->tap;
@@ -686,6 +683,13 @@ graph LR;
686683
readdir-scoped-modules-->once;
687684
rimraf-->glob;
688685
semver-->lru-cache;
686+
smoke-tests-->minify-registry-metadata;
687+
smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"];
688+
smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
689+
smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
690+
smoke-tests-->rimraf;
691+
smoke-tests-->tap;
692+
smoke-tests-->which;
689693
socks-->ip;
690694
socks-->smart-buffer;
691695
socks-proxy-agent-->agent-base;
@@ -735,4 +739,4 @@ packages higher up the chain.
735739
- make-fetch-happen, libnpmversion, @npmcli/config, init-package-json
736740
- @npmcli/installed-package-contents, @npmcli/map-workspaces, cacache, @npmcli/git, @npmcli/run-script, npm-packlist, read-package-json, readdir-scoped-modules, promzard
737741
- npm-bundled, read-package-json-fast, @npmcli/fs, unique-filename, @npmcli/promise-spawn, npm-package-arg, normalize-package-data, bin-links, nopt, npm-install-checks, npmlog, dezalgo, read
738-
- npm-normalize-package-bin, @npmcli/name-from-folder, semver, @npmcli/move-file, fs-minipass, infer-owner, ssri, unique-slug, proc-log, @npmcli/node-gyp, hosted-git-info, validate-npm-package-name, ignore-walk, minipass-fetch, @npmcli/package-json, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, are-we-there-yet, gauge, parse-conflict-json, wrappy, treeverse, @npmcli/eslint-config, @npmcli/template-oss, @npmcli/disparity-colors, @npmcli/ci-detect, mute-stream, stringify-package, ini, npm-audit-report, npm-user-validate
742+
- npm-normalize-package-bin, @npmcli/name-from-folder, semver, @npmcli/move-file, fs-minipass, infer-owner, ssri, unique-slug, proc-log, @npmcli/node-gyp, hosted-git-info, validate-npm-package-name, ignore-walk, minipass-fetch, @npmcli/package-json, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, are-we-there-yet, gauge, parse-conflict-json, wrappy, treeverse, @npmcli/eslint-config, @npmcli/template-oss, @npmcli/disparity-colors, @npmcli/ci-detect, mute-stream, ini, npm-audit-report, npm-user-validate

0 commit comments

Comments
 (0)