diff --git a/package.json b/package.json index f1c487d..75ea591 100644 --- a/package.json +++ b/package.json @@ -7,19 +7,19 @@ "test": "xo && tsc && c8 node --test" }, "engines": { - "node": ">=24.13" + "node": ">=24.15" }, "devDependencies": { - "@commitlint/cli": "20.4.2", - "@commitlint/config-conventional": "20.4.2", + "@commitlint/cli": "20.5.0", + "@commitlint/config-conventional": "20.5.0", "@sindresorhus/tsconfig": "8.1.0", - "@types/node": "24.11.0", + "@types/node": "24.12.2", "c8": "11.0.0", - "esbuild": "0.27.3", + "esbuild": "0.28.0", "husky": "9.1.7", - "lint-staged": "16.3.0", - "typescript": "5.9.3", - "xo": "1.2.3" + "lint-staged": "16.4.0", + "typescript": "6.0.3", + "xo": "2.0.2" }, "commitlint": { "extends": [ diff --git a/tsconfig.json b/tsconfig.json index ed7b638..45119f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@sindresorhus/tsconfig", "compilerOptions": { "noEmit": true, - "rewriteRelativeImportExtensions": true + "rewriteRelativeImportExtensions": true, + "types": ["node"] } }