From 3f071cef2e1feebfd7d0daea7d6392c2feada091 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 10 Dec 2021 00:21:42 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 300810a..3ac6898 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "posttest": "aud --production", "tests-only": "nyc tape 'test/**/*.js'", "prelint": "npm run eccheck", - "lint": "eslint .", + "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "eccheck": "eclint check '*.js' '**/*.js'" }, @@ -41,19 +41,19 @@ "functions-have-names": "^1.2.2" }, "devDependencies": { - "@es-shims/api": "^2.2.1", - "@ljharb/eslint-config": "^18.0.0", + "@es-shims/api": "^2.2.3", + "@ljharb/eslint-config": "^20.0.0", "aud": "^1.1.5", "eclint": "^2.8.1", - "eslint": "^7.32.0", + "eslint": "^8.4.1", "for-each": "^0.3.3", "has-strict-mode": "^1.0.1", "make-arrow-function": "^1.2.0", "make-async-function": "^1.0.0", "make-generator-function": "^2.0.0", "nyc": "^10.3.2", - "safe-publish-latest": "^1.1.4", - "tape": "^5.3.1", + "safe-publish-latest": "^2.0.0", + "tape": "^5.3.2", "uglify-register": "^1.0.1" }, "testling": {