mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Bump vite-plugin-eslint from 1.7.0 to 1.8.0
Bumps [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: vite-plugin-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1c1afa2128
commit
2d1a5e3f75
2 changed files with 10 additions and 10 deletions
|
@ -37,7 +37,7 @@
|
||||||
"eslint-plugin-vue": "^9.3.0",
|
"eslint-plugin-vue": "^9.3.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"vite": "^2.9.14",
|
"vite": "^2.9.14",
|
||||||
"vite-plugin-eslint": "^1.7.0",
|
"vite-plugin-eslint": "^1.8.0",
|
||||||
"vite-plugin-pwa": "^0.12.3",
|
"vite-plugin-pwa": "^0.12.3",
|
||||||
"vite-plugin-windicss": "^1.8.7"
|
"vite-plugin-windicss": "^1.8.7"
|
||||||
},
|
},
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2985,10 +2985,10 @@ rollup-plugin-terser@^7.0.0:
|
||||||
serialize-javascript "^4.0.0"
|
serialize-javascript "^4.0.0"
|
||||||
terser "^5.0.0"
|
terser "^5.0.0"
|
||||||
|
|
||||||
rollup@^2.43.1, rollup@^2.59.0, rollup@^2.75.7, rollup@^2.77.0:
|
rollup@^2.43.1, rollup@^2.59.0, rollup@^2.75.7, rollup@^2.77.2:
|
||||||
version "2.77.0"
|
version "2.77.3"
|
||||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.0.tgz#749eaa5ac09b6baa52acc076bc46613eddfd53f4"
|
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
|
||||||
integrity sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==
|
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
|
@ -3355,14 +3355,14 @@ v8-compile-cache@^2.0.3:
|
||||||
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
||||||
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
||||||
|
|
||||||
vite-plugin-eslint@^1.7.0:
|
vite-plugin-eslint@^1.8.0:
|
||||||
version "1.7.0"
|
version "1.8.0"
|
||||||
resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.7.0.tgz#195a19bc059fb40364c863f38924d556a623fb80"
|
resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.8.0.tgz#8e2c6010302769d65f3f9e42fd3acc0958117867"
|
||||||
integrity sha512-Kz2HwBeAArmsE0QmWSm+e7CaEQrfMkEZpFw4hngoy6JmERjw7WUH8HLbG1OkreOKX4iIUReOss9N1Mkw4wEk8g==
|
integrity sha512-l6OthdeaSfgDzf1qCkRZfjyQTelqiQefvpfJE9Mikde3CHAjJz5z3oR1mqj4RiOKybitAyYyK3I0AiPTjvEd5A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@rollup/pluginutils" "^4.2.1"
|
"@rollup/pluginutils" "^4.2.1"
|
||||||
"@types/eslint" "^8.4.5"
|
"@types/eslint" "^8.4.5"
|
||||||
rollup "^2.77.0"
|
rollup "^2.77.2"
|
||||||
|
|
||||||
vite-plugin-pwa@^0.12.3:
|
vite-plugin-pwa@^0.12.3:
|
||||||
version "0.12.3"
|
version "0.12.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue