From fc3464f5eabee34f1a856aa8c0c984e31712de0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 04:09:00 +0000 Subject: [PATCH] Bump vite-plugin-eslint from 1.5.2 to 1.6.0 Bumps [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/gxmari007/vite-plugin-eslint/releases) - [Changelog](https://github.com/gxmari007/vite-plugin-eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/gxmari007/vite-plugin-eslint/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: vite-plugin-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6ec0e563..74815463 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "^8.6.0", "prettier": "^2.6.2", "vite": "^2.9.5", - "vite-plugin-eslint": "^1.5.2", + "vite-plugin-eslint": "^1.6.0", "vite-plugin-pwa": "^0.12.0", "vite-plugin-windicss": "^1.8.4" }, diff --git a/yarn.lock b/yarn.lock index 6a9c6b2c..4d772f1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3264,10 +3264,10 @@ v8-compile-cache@^2.0.3: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== -vite-plugin-eslint@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.5.2.tgz#562bae1e999451d5973f287eed499c06498f1e5c" - integrity sha512-/nvLd+vC+GJc9QIR4FXImgTY7Y1ME2YQMJiTP4FW6BXKEGddsRrWgzkofqZmDkPiS+G8P1AtCH9W+YRunhWSZQ== +vite-plugin-eslint@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.6.0.tgz#6fc7e258c81893ecbc21e82d192e33c146be7c30" + integrity sha512-knoNx2jksnqSO645OGgA++xQigTfA+CgvoeJV6554y5DOc+mXbwUm4oR6ijycsD5IrPMDEnwj3NqnFTgjAAJCQ== dependencies: "@rollup/pluginutils" "^4.2.1" rollup "^2.70.2"