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 v6.0.3 #4206

Merged
merged 1 commit into from
Dec 7, 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 playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"globals": "15.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"vite": "6.0.1"
"vite": "6.0.3"
},
"packageManager": "yarn@4.5.3"
}
56 changes: 54 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5667,7 +5667,7 @@ __metadata:
react-instantsearch: "npm:^7.13.8"
typescript: "npm:5.7.2"
typescript-eslint: "npm:8.15.0"
vite: "npm:6.0.1"
vite: "npm:6.0.3"
languageName: unknown
linkType: soft

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

"vite@npm:6.0.1, vite@npm:^5.0.0 || ^6.0.0":
"vite@npm:6.0.3":
version: 6.0.3
resolution: "vite@npm:6.0.3"
dependencies:
esbuild: "npm:^0.24.0"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
peerDependencies:
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
jiti: ">=1.21.0"
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
jiti:
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
tsx:
optional: true
yaml:
optional: true
bin:
vite: bin/vite.js
checksum: 10/eca0949b8cbc887e78977515d8fc22eaa2d03425d60a0a422f2db1da9d26bd1b431b2815a273c798e8e3fe176a99e105c3d87b0ba615ca19b8bf19e0334d807a
languageName: node
linkType: hard

"vite@npm:^5.0.0 || ^6.0.0":
version: 6.0.1
resolution: "vite@npm:6.0.1"
dependencies:
Expand Down
Loading