From 2045a62043334339897c61fad9ff4b7177951ee9 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 26 Feb 2024 10:50:21 -0800 Subject: [PATCH] increment other package versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e14b0c8..359922f 100644 --- a/package.json +++ b/package.json @@ -64,10 +64,10 @@ }, "devDependencies": { "c8": "^9.1.0", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-plugin-markdown": "^3.0.1", - "@typescript-eslint/parser": "^6.18.1", - "@typescript-eslint/eslint-plugin": "^6.18.1" + "@typescript-eslint/parser": "^7.1.0", + "@typescript-eslint/eslint-plugin": "^7.1.0" }, "scripts": { "test:install": "cd tests && npm run install:all",