Skip to content

Commit cd6bafd

Browse files
wraithgarnlf
authored andcommitted
1 parent c18dbc4 commit cd6bafd

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

DEPENDENCIES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"];

package-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10146,6 +10146,7 @@
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": {

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
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": {

0 commit comments

Comments
 (0)