Skip to content

Commit 09db115

Browse files
committed
Override npm-package-arg and semver to unify usage
1 parent 3c9e4c6 commit 09db115

File tree

2 files changed

+5
-179
lines changed

2 files changed

+5
-179
lines changed

package-lock.json

Lines changed: 1 addition & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
"eslint-plugin-depend": "^0.11.0",
119119
"eslint-plugin-n": "^17.11.1",
120120
"eslint-plugin-unicorn": "^56.0.0",
121-
"globby": "^14.0.2",
122121
"husky": "^9.1.6",
123122
"is-interactive": "^2.0.0",
124123
"is-unicode-supported": "^2.1.0",
@@ -161,9 +160,11 @@
161160
"indent-string": "npm:@socketregistry/indent-string@^1",
162161
"is-core-module": "npm:@socketregistry/is-core-module@^1",
163162
"isarray": "npm:@socketregistry/isarray@^1",
163+
"npm-package-arg": "$npm-package-arg",
164164
"path-parse": "npm:@socketregistry/path-parse@^1",
165165
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
166166
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
167+
"semver": "$semver",
167168
"set-function-length": "npm:@socketregistry/set-function-length@^1",
168169
"side-channel": "npm:@socketregistry/side-channel@^1"
169170
},
@@ -180,9 +181,11 @@
180181
"indent-string": "npm:@socketregistry/indent-string@^1",
181182
"is-core-module": "npm:@socketregistry/is-core-module@^1",
182183
"isarray": "npm:@socketregistry/isarray@^1",
184+
"npm-package-arg": "^12.0.0",
183185
"path-parse": "npm:@socketregistry/path-parse@^1",
184186
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
185187
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
188+
"semver": "^7.6.3",
186189
"set-function-length": "npm:@socketregistry/set-function-length@^1",
187190
"side-channel": "npm:@socketregistry/side-channel@^1"
188191
},

0 commit comments

Comments
 (0)