Skip to content

Commit eb4d5a4

Browse files
chore(deps): update dependency vite to v7.0.6
1 parent 1850a27 commit eb4d5a4

File tree

2 files changed

+59
-4
lines changed

2 files changed

+59
-4
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": "16.1.0",
2828
"typescript": "5.8.3",
2929
"typescript-eslint": "8.33.0",
30-
"vite": "7.0.5"
30+
"vite": "7.0.6"
3131
},
3232
"packageManager": "[email protected]"
3333
}

yarn.lock

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5502,7 +5502,7 @@ __metadata:
55025502
react-instantsearch: "npm:^7.15.3"
55035503
typescript: "npm:5.8.3"
55045504
typescript-eslint: "npm:8.33.0"
5505-
vite: "npm:7.0.5"
5505+
vite: "npm:7.0.6"
55065506
languageName: unknown
55075507
linkType: soft
55085508

@@ -6805,7 +6805,7 @@ __metadata:
68056805
languageName: node
68066806
linkType: hard
68076807

6808-
"picomatch@npm:^4.0.1, picomatch@npm:^4.0.2":
6808+
"picomatch@npm:^4.0.1, picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
68096809
version: 4.0.3
68106810
resolution: "picomatch@npm:4.0.3"
68116811
checksum: 10/57b99055f40b16798f2802916d9c17e9744e620a0db136554af01d19598b96e45e2f00014c91d1b8b13874b80caa8c295b3d589a3f72373ec4aaf54baa5962d5
@@ -8592,7 +8592,62 @@ __metadata:
85928592
languageName: node
85938593
linkType: hard
85948594

8595-
"vite@npm:7.0.5, vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0":
8595+
"vite@npm:7.0.6":
8596+
version: 7.0.6
8597+
resolution: "vite@npm:7.0.6"
8598+
dependencies:
8599+
esbuild: "npm:^0.25.0"
8600+
fdir: "npm:^6.4.6"
8601+
fsevents: "npm:~2.3.3"
8602+
picomatch: "npm:^4.0.3"
8603+
postcss: "npm:^8.5.6"
8604+
rollup: "npm:^4.40.0"
8605+
tinyglobby: "npm:^0.2.14"
8606+
peerDependencies:
8607+
"@types/node": ^20.19.0 || >=22.12.0
8608+
jiti: ">=1.21.0"
8609+
less: ^4.0.0
8610+
lightningcss: ^1.21.0
8611+
sass: ^1.70.0
8612+
sass-embedded: ^1.70.0
8613+
stylus: ">=0.54.8"
8614+
sugarss: ^5.0.0
8615+
terser: ^5.16.0
8616+
tsx: ^4.8.1
8617+
yaml: ^2.4.2
8618+
dependenciesMeta:
8619+
fsevents:
8620+
optional: true
8621+
peerDependenciesMeta:
8622+
"@types/node":
8623+
optional: true
8624+
jiti:
8625+
optional: true
8626+
less:
8627+
optional: true
8628+
lightningcss:
8629+
optional: true
8630+
sass:
8631+
optional: true
8632+
sass-embedded:
8633+
optional: true
8634+
stylus:
8635+
optional: true
8636+
sugarss:
8637+
optional: true
8638+
terser:
8639+
optional: true
8640+
tsx:
8641+
optional: true
8642+
yaml:
8643+
optional: true
8644+
bin:
8645+
vite: bin/vite.js
8646+
checksum: 10/729ddefd6710b0b5aa38a62a537f3dc28577edaf57958c815a1964f1e348a1c7cb17ce8f708675668d7e80d95fb62f7c433b718fe12d80dd8a756ccec519bc2a
8647+
languageName: node
8648+
linkType: hard
8649+
8650+
"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0":
85968651
version: 7.0.5
85978652
resolution: "vite@npm:7.0.5"
85988653
dependencies:

0 commit comments

Comments
 (0)