From 22ca819b886583341582c7443ee4026bd08bad65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:56:47 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 9ddb4535..0ece254b 100644 --- a/example/package.json +++ b/example/package.json @@ -25,7 +25,7 @@ "babel-loader": "9.2.1", "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "^11.0.0", - "eslint": "^8.57.1", + "eslint": "^9.17.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.31.0", "sort-package-json": "^2.10.1", diff --git a/package.json b/package.json index ba18f840..01193e7d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/parser": "^5.62.0", "cross-env": "^7.0.3", "deepmerge": "^4.3.1", - "eslint": "^8.57.1", + "eslint": "^9.17.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-import": "^2.31.0",