Skip to content

Commit 8e860df

Browse files
committed
Merge branch 'master' into next
2 parents a6d0fb9 + c37e4f6 commit 8e860df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import process from 'process'
1414
// @ts-expect-error
1515
import tree from 'pretty-tree'
1616
import { inspect } from 'util'
17-
import { packageDirectory } from 'pkg-dir'
17+
import { packageDirectory } from 'package-directory'
1818
import { readPackage } from 'read-pkg'
1919
import { addPackageDependencies } from 'write-package'
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"markdown-it-task-lists": "^2.1.1",
4747
"mine.css": "^10.0.0",
4848
"p-map": "^7.0.2",
49+
"package-directory": "^8.1.0",
4950
"package-json": "^10.0.0",
50-
"pkg-dir": "^8.0.0",
5151
"preact": "^10.26.6",
5252
"preact-render-to-string": "^6.5.13",
5353
"pretty": "^2.0.0",

0 commit comments

Comments
 (0)