Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 155659d

Browse files
committed
Update vite to version 4.0.5
1 parent e260563 commit 155659d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"start-server-and-test": "^2.0.0",
4848
"tailwindcss": "^3.0.24",
4949
"typescript": "~4.9.3",
50-
"vite": "^4.0.0",
50+
"vite": "^4.0.5",
5151
"vitest": "^0.21.0",
5252
"vue-tsc": "^1.0.0"
5353
}

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,6 +3093,11 @@ nanoid@^3.3.4:
30933093
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
30943094
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
30953095

3096+
nanoid@^3.3.6:
3097+
version "3.3.6"
3098+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3099+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
3100+
30963101
natural-compare@^1.4.0:
30973102
version "1.4.0"
30983103
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3346,12 +3351,12 @@ postcss@^8.4.12, postcss@^8.4.13, postcss@^8.4.14:
33463351
picocolors "^1.0.0"
33473352
source-map-js "^1.0.2"
33483353

3349-
postcss@^8.4.19:
3350-
version "8.4.19"
3351-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
3352-
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
3354+
postcss@^8.4.20:
3355+
version "8.4.24"
3356+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
3357+
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
33533358
dependencies:
3354-
nanoid "^3.3.4"
3359+
nanoid "^3.3.6"
33553360
picocolors "^1.0.0"
33563361
source-map-js "^1.0.2"
33573362

@@ -4013,13 +4018,13 @@ [email protected]:
40134018
optionalDependencies:
40144019
fsevents "~2.3.2"
40154020

4016-
vite@^4.0.0:
4017-
version "4.0.0"
4018-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.0.tgz#b81b88349a06b2faaa53ae14cf96c942548e3454"
4019-
integrity sha512-ynad+4kYs8Jcnn8J7SacS9vAbk7eMy0xWg6E7bAhS1s79TK+D7tVFGXVZ55S7RNLRROU1rxoKlvZ/qjaB41DGA==
4021+
vite@^4.0.5:
4022+
version "4.0.5"
4023+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.5.tgz#634f0bd1edf8bb8468ed42a1c3fd938c67d2f94b"
4024+
integrity sha512-7m87RC+caiAxG+8j3jObveRLqaWA/neAdCat6JAZwMkSWqFHOvg8MYe5fAQxVBRAuKAQ1S6XDh3CBQuLNbY33w==
40204025
dependencies:
40214026
esbuild "^0.16.3"
4022-
postcss "^8.4.19"
4027+
postcss "^8.4.20"
40234028
resolve "^1.22.1"
40244029
rollup "^3.7.0"
40254030
optionalDependencies:

0 commit comments

Comments
 (0)