chore(deps): update dependency vite to v2.7.4
This commit is contained in:
parent
63008e59a3
commit
b088a5e864
2 changed files with 7 additions and 16 deletions
|
@ -86,7 +86,7 @@
|
||||||
"slugify": "1.6.4",
|
"slugify": "1.6.4",
|
||||||
"ts-jest": "27.1.2",
|
"ts-jest": "27.1.2",
|
||||||
"typescript": "4.5.4",
|
"typescript": "4.5.4",
|
||||||
"vite": "2.7.3",
|
"vite": "2.7.4",
|
||||||
"vite-plugin-pwa": "0.11.12",
|
"vite-plugin-pwa": "0.11.12",
|
||||||
"vite-svg-loader": "3.1.1",
|
"vite-svg-loader": "3.1.1",
|
||||||
"vue-tsc": "0.29.8",
|
"vue-tsc": "0.29.8",
|
||||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -11253,7 +11253,7 @@ postcss-values-parser@^2.0.1:
|
||||||
indexes-of "^1.0.1"
|
indexes-of "^1.0.1"
|
||||||
uniq "^1.0.1"
|
uniq "^1.0.1"
|
||||||
|
|
||||||
postcss@8.4.5:
|
postcss@8.4.5, postcss@^8.4.5:
|
||||||
version "8.4.5"
|
version "8.4.5"
|
||||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
|
||||||
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
|
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
|
||||||
|
@ -11280,15 +11280,6 @@ postcss@^8.1.7:
|
||||||
picocolors "^1.0.0"
|
picocolors "^1.0.0"
|
||||||
source-map-js "^0.6.2"
|
source-map-js "^0.6.2"
|
||||||
|
|
||||||
postcss@^8.3.11:
|
|
||||||
version "8.4.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
|
|
||||||
integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
|
|
||||||
dependencies:
|
|
||||||
nanoid "^3.1.30"
|
|
||||||
picocolors "^1.0.0"
|
|
||||||
source-map-js "^1.0.1"
|
|
||||||
|
|
||||||
precinct@^8.2.0:
|
precinct@^8.2.0:
|
||||||
version "8.2.0"
|
version "8.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/precinct/-/precinct-8.2.0.tgz#fb24ab42e51b84f2706b2bb81bb4814cdaf560c7"
|
resolved "https://registry.yarnpkg.com/precinct/-/precinct-8.2.0.tgz#fb24ab42e51b84f2706b2bb81bb4814cdaf560c7"
|
||||||
|
@ -13692,13 +13683,13 @@ vite-svg-loader@3.1.1:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
||||||
vite@2.7.3:
|
vite@2.7.4:
|
||||||
version "2.7.3"
|
version "2.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.3.tgz#e983cf4f71f42c192436bfcad1b75932642da293"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.4.tgz#06f68f8909943f9fe582c26120b0c2b85894a05e"
|
||||||
integrity sha512-GAY1P+9fLJOju1SRm8+hykVnEXog+E+KXuqqyMBQDriKCUIKzWnPn142yNNhSdf/ixYGYdUa5ce3A8WaEajzGw==
|
integrity sha512-f+0426k9R/roz5mRNwJlQ+6UOnhCwIypJSbfgCmsVzVJe9jTTM5iRX2GWYUean+iqPBWaU/dYLryx9AoH2pmrw==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.13.12"
|
esbuild "^0.13.12"
|
||||||
postcss "^8.3.11"
|
postcss "^8.4.5"
|
||||||
resolve "^1.20.0"
|
resolve "^1.20.0"
|
||||||
rollup "^2.59.0"
|
rollup "^2.59.0"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
|
Loading…
Reference in a new issue