From 3287a68eb1f176a6d0d85390b79c05ffc3c50615 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 13 Nov 2021 16:30:25 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap` --- .eslintrc | 5 ++++- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.eslintrc b/.eslintrc index 0f0ffc01..b1f1fd73 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,10 +1,13 @@ { "root": true, + "extends": "@ljharb", "env": { "browser": true, "node": true, }, - "extends": "@ljharb", + "parserOptions": { + "ecmaVersion": 5, + }, "globals": { "Promise": false, }, diff --git a/package.json b/package.json index 87c9881d..7ca2671d 100644 --- a/package.json +++ b/package.json @@ -26,17 +26,17 @@ "through": "~2.3.8" }, "devDependencies": { - "@ljharb/eslint-config": "^17.6.0", - "array.prototype.flatmap": "^1.2.4", + "@ljharb/eslint-config": "^19.0.1", + "array.prototype.flatmap": "^1.2.5", "aud": "^1.1.5", "concat-stream": "^1.6.2", "eclint": "^2.8.1", "ecstatic": "^4.1.4", "es-value-fixtures": "^1.2.1", - "eslint": "^7.31.0", + "eslint": "^8.2.0", "falafel": "^2.2.4", "js-yaml": "^3.14.0", - "safe-publish-latest": "^1.1.4", + "safe-publish-latest": "^2.0.0", "tap": "^8.0.1", "tap-parser": "^3.0.5" },