Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
sindresorhus committed Aug 22, 2023
1 parent 797f103 commit c0cd420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
import type {PackageJson as typeFestPackageJson} from 'type-fest';
import type {Package as normalizePackage} from 'normalize-package-data';

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
],
"dependencies": {
"@types/normalize-package-data": "^2.4.1",
"normalize-package-data": "^5.0.0",
"normalize-package-data": "^6.0.0",
"parse-json": "^7.0.0",
"type-fest": "^3.8.0"
"type-fest": "^4.2.0"
},
"devDependencies": {
"ava": "^5.2.0",
"ava": "^5.3.1",
"tsd": "^0.28.1",
"xo": "^0.54.0"
"xo": "^0.56.0"
}
}

0 comments on commit c0cd420

Please sign in to comment.