Skip to content

Commit 84ee0b0

Browse files
chore(deps): update dependency vite to v6.0.3 (#4206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cba178 commit 84ee0b0

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

playground/javascript/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "15.13.0",
2828
"typescript": "5.7.2",
2929
"typescript-eslint": "8.15.0",
30-
"vite": "6.0.1"
30+
"vite": "6.0.3"
3131
},
3232
"packageManager": "[email protected]"
3333
}

yarn.lock

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,7 +5667,7 @@ __metadata:
56675667
react-instantsearch: "npm:^7.13.8"
56685668
typescript: "npm:5.7.2"
56695669
typescript-eslint: "npm:8.15.0"
5670-
vite: "npm:6.0.1"
5670+
vite: "npm:6.0.3"
56715671
languageName: unknown
56725672
linkType: soft
56735673

@@ -8974,7 +8974,59 @@ __metadata:
89748974
languageName: node
89758975
linkType: hard
89768976

8977-
"vite@npm:6.0.1, vite@npm:^5.0.0 || ^6.0.0":
8977+
"vite@npm:6.0.3":
8978+
version: 6.0.3
8979+
resolution: "vite@npm:6.0.3"
8980+
dependencies:
8981+
esbuild: "npm:^0.24.0"
8982+
fsevents: "npm:~2.3.3"
8983+
postcss: "npm:^8.4.49"
8984+
rollup: "npm:^4.23.0"
8985+
peerDependencies:
8986+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
8987+
jiti: ">=1.21.0"
8988+
less: "*"
8989+
lightningcss: ^1.21.0
8990+
sass: "*"
8991+
sass-embedded: "*"
8992+
stylus: "*"
8993+
sugarss: "*"
8994+
terser: ^5.16.0
8995+
tsx: ^4.8.1
8996+
yaml: ^2.4.2
8997+
dependenciesMeta:
8998+
fsevents:
8999+
optional: true
9000+
peerDependenciesMeta:
9001+
"@types/node":
9002+
optional: true
9003+
jiti:
9004+
optional: true
9005+
less:
9006+
optional: true
9007+
lightningcss:
9008+
optional: true
9009+
sass:
9010+
optional: true
9011+
sass-embedded:
9012+
optional: true
9013+
stylus:
9014+
optional: true
9015+
sugarss:
9016+
optional: true
9017+
terser:
9018+
optional: true
9019+
tsx:
9020+
optional: true
9021+
yaml:
9022+
optional: true
9023+
bin:
9024+
vite: bin/vite.js
9025+
checksum: 10/eca0949b8cbc887e78977515d8fc22eaa2d03425d60a0a422f2db1da9d26bd1b431b2815a273c798e8e3fe176a99e105c3d87b0ba615ca19b8bf19e0334d807a
9026+
languageName: node
9027+
linkType: hard
9028+
9029+
"vite@npm:^5.0.0 || ^6.0.0":
89789030
version: 6.0.1
89799031
resolution: "vite@npm:6.0.1"
89809032
dependencies:

0 commit comments

Comments
 (0)