diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 404abb2..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -coverage/ diff --git a/package.json b/package.json index d0aa3d9..feb86fc 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,14 @@ "-0" ], "devDependencies": { - "@ljharb/eslint-config": "^20.0.0", - "aud": "^1.1.5", - "auto-changelog": "^2.3.0", - "eslint": "^8.4.1", + "@ljharb/eslint-config": "^21.0.0", + "aud": "^2.0.1", + "auto-changelog": "^2.4.0", + "eslint": "=8.8.0", + "in-publish": "^2.0.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.3.2" + "tape": "^5.6.1" }, "testling": { "files": "test/index.js",