Skip to content

Commit fc495d3

Browse files
chore(deps): update dependency vite to v6.3.3
1 parent 3095379 commit fc495d3

File tree

2 files changed

+58
-3
lines changed

2 files changed

+58
-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": "16.0.0",
2828
"typescript": "5.8.3",
2929
"typescript-eslint": "8.31.0",
30-
"vite": "6.3.2"
30+
"vite": "6.3.3"
3131
},
3232
"packageManager": "[email protected]"
3333
}

yarn.lock

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5220,7 +5220,7 @@ __metadata:
52205220
react-instantsearch: "npm:^7.15.3"
52215221
typescript: "npm:5.8.3"
52225222
typescript-eslint: "npm:8.31.0"
5223-
vite: "npm:6.3.2"
5223+
vite: "npm:6.3.3"
52245224
languageName: unknown
52255225
linkType: soft
52265226

@@ -8264,7 +8264,62 @@ __metadata:
82648264
languageName: node
82658265
linkType: hard
82668266

8267-
"vite@npm:6.3.2, vite@npm:^5.0.0 || ^6.0.0":
8267+
"vite@npm:6.3.3":
8268+
version: 6.3.3
8269+
resolution: "vite@npm:6.3.3"
8270+
dependencies:
8271+
esbuild: "npm:^0.25.0"
8272+
fdir: "npm:^6.4.4"
8273+
fsevents: "npm:~2.3.3"
8274+
picomatch: "npm:^4.0.2"
8275+
postcss: "npm:^8.5.3"
8276+
rollup: "npm:^4.34.9"
8277+
tinyglobby: "npm:^0.2.13"
8278+
peerDependencies:
8279+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
8280+
jiti: ">=1.21.0"
8281+
less: "*"
8282+
lightningcss: ^1.21.0
8283+
sass: "*"
8284+
sass-embedded: "*"
8285+
stylus: "*"
8286+
sugarss: "*"
8287+
terser: ^5.16.0
8288+
tsx: ^4.8.1
8289+
yaml: ^2.4.2
8290+
dependenciesMeta:
8291+
fsevents:
8292+
optional: true
8293+
peerDependenciesMeta:
8294+
"@types/node":
8295+
optional: true
8296+
jiti:
8297+
optional: true
8298+
less:
8299+
optional: true
8300+
lightningcss:
8301+
optional: true
8302+
sass:
8303+
optional: true
8304+
sass-embedded:
8305+
optional: true
8306+
stylus:
8307+
optional: true
8308+
sugarss:
8309+
optional: true
8310+
terser:
8311+
optional: true
8312+
tsx:
8313+
optional: true
8314+
yaml:
8315+
optional: true
8316+
bin:
8317+
vite: bin/vite.js
8318+
checksum: 10/442e518d9da847db80bd19a9792d1d9a106a31d18f74bfd06574776932dd0907f7205b99e34d455ba505a7dd9e57a807354633b90acd46a11db849a15ae26ad4
8319+
languageName: node
8320+
linkType: hard
8321+
8322+
"vite@npm:^5.0.0 || ^6.0.0":
82688323
version: 6.3.2
82698324
resolution: "vite@npm:6.3.2"
82708325
dependencies:

0 commit comments

Comments
 (0)