We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
1 parent 797f103 commit c0cd420Copy full SHA for c0cd420
index.d.ts
@@ -1,4 +1,3 @@
1
-/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
2
import type {PackageJson as typeFestPackageJson} from 'type-fest';
3
import type {Package as normalizePackage} from 'normalize-package-data';
4
package.json
@@ -35,13 +35,13 @@
35
],
36
"dependencies": {
37
"@types/normalize-package-data": "^2.4.1",
38
- "normalize-package-data": "^5.0.0",
+ "normalize-package-data": "^6.0.0",
39
"parse-json": "^7.0.0",
40
- "type-fest": "^3.8.0"
+ "type-fest": "^4.2.0"
41
},
42
"devDependencies": {
43
- "ava": "^5.2.0",
+ "ava": "^5.3.1",
44
"tsd": "^0.28.1",
45
- "xo": "^0.54.0"
+ "xo": "^0.56.0"
46
}
47
0 commit comments