Skip to content
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": "16.1.0",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"vite": "7.0.5"
"vite": "7.0.6"
},
"packageManager": "[email protected]"
}
61 changes: 58 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5502,7 +5502,7 @@ __metadata:
react-instantsearch: "npm:^7.15.3"
typescript: "npm:5.8.3"
typescript-eslint: "npm:8.33.0"
vite: "npm:7.0.5"
vite: "npm:7.0.6"
languageName: unknown
linkType: soft

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

"picomatch@npm:^4.0.1, picomatch@npm:^4.0.2":
"picomatch@npm:^4.0.1, picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 10/57b99055f40b16798f2802916d9c17e9744e620a0db136554af01d19598b96e45e2f00014c91d1b8b13874b80caa8c295b3d589a3f72373ec4aaf54baa5962d5
Expand Down Expand Up @@ -8592,7 +8592,62 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:7.0.5, vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0":
"vite@npm:7.0.6":
version: 7.0.6
resolution: "vite@npm:7.0.6"
dependencies:
esbuild: "npm:^0.25.0"
fdir: "npm:^6.4.6"
fsevents: "npm:~2.3.3"
picomatch: "npm:^4.0.3"
postcss: "npm:^8.5.6"
rollup: "npm:^4.40.0"
tinyglobby: "npm:^0.2.14"
peerDependencies:
"@types/node": ^20.19.0 || >=22.12.0
jiti: ">=1.21.0"
less: ^4.0.0
lightningcss: ^1.21.0
sass: ^1.70.0
sass-embedded: ^1.70.0
stylus: ">=0.54.8"
sugarss: ^5.0.0
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/729ddefd6710b0b5aa38a62a537f3dc28577edaf57958c815a1964f1e348a1c7cb17ce8f708675668d7e80d95fb62f7c433b718fe12d80dd8a756ccec519bc2a
languageName: node
linkType: hard

"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0":
version: 7.0.5
resolution: "vite@npm:7.0.5"
dependencies:
Expand Down