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

Bump vite from 5.0.4 to 5.1.6 #437

Closed
wants to merge 1 commit into from
Closed
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
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7527,6 +7527,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
bin:
nanoid: bin/nanoid.cjs
checksum: d36c427e530713e4ac6567d488b489a36582ef89da1d6d4e3b87eded11eb10d7042a877958c6f104929809b2ab0bafa17652b076cdf84324aa75b30b722204f2
languageName: node
linkType: hard

"negotiator@npm:0.6.3, negotiator@npm:^0.6.3":
version: 0.6.3
resolution: "negotiator@npm:0.6.3"
Expand Down Expand Up @@ -8212,7 +8221,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.21, postcss@npm:^8.4.31":
"postcss@npm:^8.4.21":
version: 8.4.31
resolution: "postcss@npm:8.4.31"
dependencies:
Expand All @@ -8223,6 +8232,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: ^3.3.7
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: cf3c3124d3912a507603f6d9a49b3783f741075e9aa73eb592a6dd9194f9edab9d20a8875d16d137d4f779fe7b6fbd1f5727e39bfd1c3003724980ee4995e1da
languageName: node
linkType: hard

"posthtml-parser@npm:^0.10.1":
version: 0.10.2
resolution: "posthtml-parser@npm:0.10.2"
Expand Down Expand Up @@ -9735,12 +9755,12 @@ __metadata:
linkType: hard

"vite@npm:^5.0.0":
version: 5.0.4
resolution: "vite@npm:5.0.4"
version: 5.1.6
resolution: "vite@npm:5.1.6"
dependencies:
esbuild: ^0.19.3
fsevents: ~2.3.3
postcss: ^8.4.31
postcss: ^8.4.35
rollup: ^4.2.0
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
Expand Down Expand Up @@ -9770,7 +9790,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: baa088f02f610bf0c7e48931e693781dae7367c1836ed19c202aace0e90fa5f6156669f562ba466585f3fdc50d9d75e82697456e1529cc8c2880af420a010ef3
checksum: 21863ca12303ea6305fe9230a55e7cb30b4cac05dd2a2596889e079163ccc81bcb465ff6dd165001042f47e999192b9c579329484211e000afe9b47068c7fab0
languageName: node
linkType: hard

Expand Down
Loading