Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vite to v5.1.0 #1528

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"prettier": "3.2.5",
"typescript": "5.3.3",
"unbuild": "2.0.0",
"vite": "5.0.12",
"vite": "5.1.0",
"vitest": "1.2.2",
"vue": "3.4.16",
"vue-tsc": "1.8.27"
Expand Down
52 changes: 46 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12129,14 +12129,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.26, postcss@npm:^8.4.32, postcss@npm:^8.4.33":
version: 8.4.33
resolution: "postcss@npm:8.4.33"
"postcss@npm:^8.4.26, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: 10/e22a4594c255f26117f38419fb494d7ecab0f596cd409f7aadc8a6173abf180ed7ea970cd13fd366ab12b5840be901d2a09b25197700c2ebcb5a8077326bf519
checksum: 10/93a7ce50cd6188f5f486a9ca98950ad27c19dfed996c45c414fa242944497e4d084a8760d3537f078630226f2bd3c6ab84b813b488740f4432e7c7039cd73a20
languageName: node
linkType: hard

Expand Down Expand Up @@ -14792,7 +14792,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.12, vite@npm:^5.0.0":
"vite@npm:5.0.12":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
Expand Down Expand Up @@ -14832,6 +14832,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.0, vite@npm:^5.0.0":
version: 5.1.0
resolution: "vite@npm:5.1.0"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10/14d136f2e71d657cb55bec2a9330951e27e572ed79c4e79e3edc24decfa87f95664b8206614bfcf6a61db933667e554a8eed389291ad8af49de0784548a83a4c
languageName: node
linkType: hard

"vitest@npm:1.2.2":
version: 1.2.2
resolution: "vitest@npm:1.2.2"
Expand Down Expand Up @@ -15049,7 +15089,7 @@ __metadata:
type-fest: "npm:^4.9.0"
typescript: "npm:5.3.3"
unbuild: "npm:2.0.0"
vite: "npm:5.0.12"
vite: "npm:5.1.0"
vitest: "npm:1.2.2"
vue: "npm:3.4.16"
vue-demi: "npm:^0.14.6"
Expand Down