Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "^3.7.4",
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.0",
"vite": "^8.0.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.0",
"ws": "^8.19.0"
Expand Down
61 changes: 59 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ __metadata:
typescript: "npm:^6.0.0"
typescript-eslint: "npm:^8.57.2"
uuid: "npm:^13.0.0"
vite: "npm:^8.0.0"
vite: "npm:^8.0.5"
vite-plugin-dts: "npm:^4.5.4"
vitest: "npm:^4.1.0"
ws: "npm:^8.19.0"
Expand Down Expand Up @@ -4042,7 +4042,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.0.0":
"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.0.3
resolution: "vite@npm:8.0.3"
dependencies:
Expand Down Expand Up @@ -4099,6 +4099,63 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^8.0.5":
version: 8.0.5
resolution: "vite@npm:8.0.5"
dependencies:
fsevents: "npm:~2.3.3"
lightningcss: "npm:^1.32.0"
picomatch: "npm:^4.0.4"
postcss: "npm:^8.5.8"
rolldown: "npm:1.0.0-rc.12"
tinyglobby: "npm:^0.2.15"
peerDependencies:
"@types/node": ^20.19.0 || >=22.12.0
"@vitejs/devtools": ^0.1.0
esbuild: ^0.27.0 || ^0.28.0
jiti: ">=1.21.0"
less: ^4.0.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
"@vitejs/devtools":
optional: true
esbuild:
optional: true
jiti:
optional: true
less:
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/eca1ddd6309193a80a8c82607e672df3fecff88d3639382c6eaaf4c3094accd0412c16e2f1cc4a25c835f055133325eaa0355e484d4c253ffb015a7d83d68250
languageName: node
linkType: hard

"vitest@npm:^4.1.0":
version: 4.1.2
resolution: "vitest@npm:4.1.2"
Expand Down
Loading