From 1c0531e6e088f30d40cdab07cdf0fab8fd918a9a Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 13 Jan 2024 19:52:51 -0800 Subject: [PATCH] update eslint --- CHANGELOG.md | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 528d65a..b68aa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [add typescript example](https://github.com/iambumblehead/esmock/pull/278) to README * [update esmock to correctly](https://github.com/iambumblehead/esmock/pull/282) mock builtins imported with `await import` thanks @btakita * [move typescript example from README](https://github.com/iambumblehead/esmock/pull/283) to wiki + * [update eslint package](https://github.com/iambumblehead/esmock/pull/284) to resolve failing lint command * 2.6.0 _Nov.07.2023_ * [typings: make MockFunction generic,](https://github.com/iambumblehead/esmock/pull/267) thanks @uwinkelvos * 2.5.9 _Nov.01.2023_ diff --git a/package.json b/package.json index 07c5ea4..fc65071 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ "resolvewithplus": "^2.1.3" }, "devDependencies": { - "c8": "^8.0.1", - "eslint": "^8.46.0", + "c8": "^9.1.0", + "eslint": "^8.56.0", "eslint-plugin-markdown": "^3.0.1", - "@typescript-eslint/parser": "^6.3.0", - "@typescript-eslint/eslint-plugin": "^6.3.0" + "@typescript-eslint/parser": "^6.18.1", + "@typescript-eslint/eslint-plugin": "^6.18.1" }, "scripts": { "test:install": "cd tests && npm run install:all",