1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 13:50:27 +05:30

chore(deps): update dependency vite to v2.9.15

This commit is contained in:
renovate[bot] 2022-10-19 21:25:06 +00:00 committed by Kavin
parent e76a025fc2
commit 98315e2602
2 changed files with 14 additions and 7 deletions

View File

@ -42,7 +42,7 @@
"eslint-plugin-vue": "9.6.0", "eslint-plugin-vue": "9.6.0",
"prettier": "2.7.1", "prettier": "2.7.1",
"unocss": "0.45.30", "unocss": "0.45.30",
"vite": "2.9.14", "vite": "2.9.15",
"vite-plugin-eslint": "1.8.1", "vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.12.8" "vite-plugin-pwa": "0.12.8"
}, },

View File

@ -3405,7 +3405,14 @@ 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.2: "rollup@>=2.59.0 <2.78.0":
version "2.77.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
optionalDependencies:
fsevents "~2.3.2"
rollup@^2.43.1, rollup@^2.75.7, rollup@^2.77.2:
version "2.78.1" version "2.78.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f"
integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==
@ -3869,15 +3876,15 @@ vite-plugin-pwa@0.12.8:
workbox-build "^6.5.3" workbox-build "^6.5.3"
workbox-window "^6.5.3" workbox-window "^6.5.3"
vite@2.9.14: vite@2.9.15:
version "2.9.14" version "2.9.15"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.14.tgz#c438324c6594afd1050df3777da981dee988bb1b" resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15.tgz#2858dd5b2be26aa394a283e62324281892546f0b"
integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw== integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==
dependencies: dependencies:
esbuild "^0.14.27" esbuild "^0.14.27"
postcss "^8.4.13" postcss "^8.4.13"
resolve "^1.22.0" resolve "^1.22.0"
rollup "^2.59.0" rollup ">=2.59.0 <2.78.0"
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"