diff --git a/package.json b/package.json index 339ad65..03c0679 100644 --- a/package.json +++ b/package.json @@ -43,20 +43,20 @@ }, "homepage": "https://github.com/ljharb/side-channel#readme", "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "@ljharb/tsconfig": "^0.1.1", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.2", "@types/call-bind": "^1.0.5", - "@types/get-intrinsic": "^1.2.2", - "@types/object-inspect": "^1.8.4", - "@types/tape": "^5.6.4", - "auto-changelog": "^2.4.0", + "@types/get-intrinsic": "^1.2.3", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.6.5", + "auto-changelog": "^2.5.0", "eclint": "^2.8.1", "eslint": "=8.8.0", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.7.5", + "tape": "^5.9.0", "typescript": "next" }, "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index 96b150d..324f98c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,4 +3,7 @@ "compilerOptions": { "target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ }, + "exclude": [ + "coverage", + ], }