Skip to content

Commit

Permalink
fix(deps): rename read-pkg-up -> read-package-up (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 9, 2024
2 parents 356a7c7 + 58bb46b commit 95a8b9e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/get-config.js
Expand Up @@ -2,7 +2,7 @@ import { dirname } from "node:path";
import { fileURLToPath } from "node:url";

import { castArray, isNil, isPlainObject, isString, pickBy } from "lodash-es";
import { readPackageUp } from "read-pkg-up";
import { readPackageUp } from "read-package-up";
import { cosmiconfig } from "cosmiconfig";
import importFrom from "import-from-esm";
import debugConfig from "debug";
Expand Down
29 changes: 28 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"micromatch": "^4.0.2",
"p-each-series": "^3.0.0",
"p-reduce": "^3.0.0",
"read-pkg-up": "^11.0.0",
"read-package-up": "^11.0.0",
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
"semver-diff": "^4.0.0",
Expand Down

0 comments on commit 95a8b9e

Please sign in to comment.