Skip to content

Commit

Permalink
Override npm-package-arg and semver to unify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 30, 2024
1 parent 3c9e4c6 commit 09db115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 179 deletions.
179 changes: 1 addition & 178 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"eslint-plugin-depend": "^0.11.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-unicorn": "^56.0.0",
"globby": "^14.0.2",
"husky": "^9.1.6",
"is-interactive": "^2.0.0",
"is-unicode-supported": "^2.1.0",
Expand Down Expand Up @@ -161,9 +160,11 @@
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"npm-package-arg": "$npm-package-arg",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"semver": "$semver",
"set-function-length": "npm:@socketregistry/set-function-length@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
},
Expand All @@ -180,9 +181,11 @@
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"npm-package-arg": "^12.0.0",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"semver": "^7.6.3",
"set-function-length": "npm:@socketregistry/set-function-length@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
},
Expand Down

0 comments on commit 09db115

Please sign in to comment.