Skip to content

Commit 0dd0d39

Browse files
Update dependency vite to v3.1.6
1 parent 7b7f260 commit 0dd0d39

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pug": "3.0.2",
2121
"sass": "1.55.0",
2222
"typescript": "4.8.4",
23-
"vite": "3.1.4",
23+
"vite": "3.1.6",
2424
"vite-plugin-mdi-icons": "0.1.0",
2525
"vite-plugin-vuetify": "1.0.0-alpha.17",
2626
"vue-tsc": "0.40.13"

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ [email protected]:
441441
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.10.tgz#5a6fcf2fa49e895949bf5495cf088ab1b43ae879"
442442
integrity sha512-S+th4F+F8VLsHLR0zrUcG+Et4hx0RKgK1eyHc08kztmLOES8BWwMiaGdoW9hiXuzznXQ0I/Fg904MNbr11Nktw==
443443

444-
esbuild@^0.15.6:
444+
esbuild@^0.15.9:
445445
version "0.15.10"
446446
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.15.10.tgz#85c2f8446e9b1fe04fae68daceacba033eedbd42"
447447
integrity sha512-N7wBhfJ/E5fzn/SpNgX+oW2RLRjwaL8Y0ezqNqhjD6w0H2p0rDuEz2FKZqpqLnO8DCaWumKe8dsC/ljvVSSxng==
@@ -1010,12 +1010,12 @@ [email protected]:
10101010
debug "^4.3.3"
10111011
upath "^2.0.1"
10121012

1013-
1014-
version "3.1.4"
1015-
resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.4.tgz#b75824b819d8354a6f36e4b988943c7e4947e155"
1016-
integrity sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==
1013+
1014+
version "3.1.6"
1015+
resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.6.tgz#4c6db3000326342c918204a42a130fb3ffed2414"
1016+
integrity sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==
10171017
dependencies:
1018-
esbuild "^0.15.6"
1018+
esbuild "^0.15.9"
10191019
postcss "^8.4.16"
10201020
resolve "^1.22.1"
10211021
rollup "~2.78.0"

0 commit comments

Comments
 (0)