Skip to content

Commit 7906992

Browse files
committed
Update dependencies
Fixes #34
1 parent 13f8a65 commit 7906992

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fsPromises from 'node:fs/promises';
33
import path from 'node:path';
44
import parseJson from 'parse-json';
55
import normalizePackageData from 'normalize-package-data';
6-
import {toPath} from 'unicorn-magic';
6+
import {toPath} from 'unicorn-magic/node';
77

88
const getPackagePath = cwd => path.resolve(toPath(cwd) ?? '.', 'package.json');
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/normalize-package-data": "^2.4.4",
4242
"normalize-package-data": "^8.0.0",
4343
"parse-json": "^8.3.0",
44-
"type-fest": "^5.2.0",
45-
"unicorn-magic": "^0.3.0"
44+
"type-fest": "^5.4.4",
45+
"unicorn-magic": "^0.4.0"
4646
},
4747
"devDependencies": {
4848
"xo": "^1.2.3"

0 commit comments

Comments
 (0)