We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cfdd1 commit c933697Copy full SHA for c933697
1 file changed
package.json
@@ -33,12 +33,12 @@
33
},
34
"devDependencies": {
35
"@stylistic/eslint-plugin": "*",
36
- "@types/node": "^22.13.5",
+ "@types/node": "*",
37
"@typescript-eslint/eslint-plugin": "*",
38
"@typescript-eslint/parser": "*",
39
"eslint-import-resolver-typescript": "*",
40
"eslint-plugin-import": "*",
41
- "typedoc": "^0.27.9",
+ "typedoc": "*",
42
"typescript-eslint": "*",
43
"vitest": "*"
44
}
0 commit comments