From ffe4c7da16312efbb5c8600fdb1d3db14b14d060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:03:27 +0000 Subject: [PATCH] chore(deps): bump vite-plugin-eslint2 from 4.4.2 to 5.0.0 Bumps [vite-plugin-eslint2](https://github.com/ModyQyW/vite-plugin-eslint2/tree/HEAD/packages/core) from 4.4.2 to 5.0.0. - [Release notes](https://github.com/ModyQyW/vite-plugin-eslint2/releases) - [Changelog](https://github.com/ModyQyW/vite-plugin-eslint2/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/ModyQyW/vite-plugin-eslint2/commits/v5.0.0/packages/core) --- updated-dependencies: - dependency-name: vite-plugin-eslint2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c9fa4a8..87961109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "shiki": "^1.22.0", "tailwindcss-primeui": "^0.3.4", "uuid": "^10.0.0", - "vite-plugin-eslint2": "^4.4.1", + "vite-plugin-eslint2": "^5.0.0", "webpack-bundle-analyzer": "^4.10.2", "winston": "^3.14.2", "zod": "^3.23.8" @@ -29149,13 +29149,11 @@ } }, "node_modules/vite-plugin-eslint2": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-4.4.2.tgz", - "integrity": "sha512-QR+coY+88bnGco0xbDzzOEQYm2WndmEG5WK3i3UqzODnn6dY4/O4Ckl3MExCJzxIDIHM/KMMo8DS7S3JkXtBFg==", - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-5.0.0.tgz", + "integrity": "sha512-ouhakMbS3HU7rIp1BLS1LyMTnxXbUKMzxOFMYTR1e16dtx2v1jaLxNwF2sJ2pyblPQIHo+cwjBT9yGQlitPb8w==", "dependencies": { "@rollup/pluginutils": "^5.1.2", - "chokidar": "^3.6.0", "debug": "^4.3.7" }, "engines": { diff --git a/package.json b/package.json index b68bdfd0..8a778a55 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "shiki": "^1.22.0", "tailwindcss-primeui": "^0.3.4", "uuid": "^10.0.0", - "vite-plugin-eslint2": "^4.4.1", + "vite-plugin-eslint2": "^5.0.0", "webpack-bundle-analyzer": "^4.10.2", "winston": "^3.14.2", "zod": "^3.23.8"