From 4731c6b286d659cecd4cc75289bfd67e6cb682d2 Mon Sep 17 00:00:00 2001 From: Francesco Bozzotta <39646929+silicia-apps@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:21:22 +0000 Subject: [PATCH] fix: Update TypeScript ESLint packages to version 7.14.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 60e660d..2079395 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ "@swc/core": "1.6.5", "@types/jest": "^29.5.5", "@types/node": "20.14.8", - "@typescript-eslint/eslint-plugin": "7.13.1", - "@typescript-eslint/parser": "7.13.1", - "@typescript-eslint/utils": "7.13.1", + "@typescript-eslint/eslint-plugin": "7.14.1", + "@typescript-eslint/parser": "7.14.1", + "@typescript-eslint/utils": "7.14.1", "autoprefixer": "^10.4.0", "cypress": "13.12.0", "eslint": "^8.57.0",