File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ graph LR;
4343 libnpmexec-->proc-log;
4444 libnpmexec-->read-package-json-fast;
4545 libnpmexec-->read;
46+ libnpmexec-->semver;
4647 libnpmfund-->npmcli-arborist["@npmcli/arborist"];
4748 libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
4849 libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
@@ -354,6 +355,7 @@ graph LR;
354355 libnpmexec-->proc-log;
355356 libnpmexec-->read-package-json-fast;
356357 libnpmexec-->read;
358+ libnpmexec-->semver;
357359 libnpmexec-->tap;
358360 libnpmexec-->walk-up-path;
359361 libnpmfund-->npmcli-arborist["@npmcli/arborist"];
Original file line number Diff line number Diff line change 1014610146 "proc-log" : " ^2.0.0" ,
1014710147 "read" : " ^1.0.7" ,
1014810148 "read-package-json-fast" : " ^2.0.2" ,
10149+ "semver" : " ^7.3.7" ,
1014910150 "walk-up-path" : " ^1.0.0"
1015010151 },
1015110152 "devDependencies" : {
Original file line number Diff line number Diff line change 6767 "proc-log" : " ^2.0.0" ,
6868 "read" : " ^1.0.7" ,
6969 "read-package-json-fast" : " ^2.0.2" ,
70+ "semver" : " ^7.3.7" ,
7071 "walk-up-path" : " ^1.0.0"
7172 },
7273 "templateOSS" : {
You can’t perform that action at this time.
0 commit comments