Skip to content

chore(deps): update dependency vite to v4.0.4 #58

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

Merged
merged 1 commit into from
Jan 9, 2023
Merged
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
40 changes: 39 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6750,7 +6750,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0, vite@npm:^4.0.0":
"vite@npm:^3.0.0 || ^4.0.0":
version: 4.0.2
resolution: "vite@npm:4.0.2"
dependencies:
Expand Down Expand Up @@ -6788,6 +6788,44 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.0.0":
version: 4.0.4
resolution: "vite@npm:4.0.4"
dependencies:
esbuild: ^0.16.3
fsevents: ~2.3.2
postcss: ^8.4.20
resolve: ^1.22.1
rollup: ^3.7.0
peerDependencies:
"@types/node": ">= 14"
less: "*"
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: eb86c8cdfe8dcb6644005486b31cb60bc596f2aa683cb194abb5c0afca7c2a5dfdb02bbc7f83f419ad170227ac9c3b898f4406a6d1433105fb61d79d78e47d52
languageName: node
linkType: hard

"vitest@npm:^0.27.0":
version: 0.27.0
resolution: "vitest@npm:0.27.0"
Expand Down