Skip to content
Closed
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 apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"typescript": "^5.4.4",
"vite": "^5.2.8"
"vite": "^5.2.13"
}
}
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4023,7 +4023,7 @@ __metadata:
react-router-dom: "npm:^6.22.3"
three: "npm:^0.163.0"
typescript: "npm:^5.4.4"
vite: "npm:^5.2.8"
vite: "npm:^5.2.13"
languageName: unknown
linkType: soft

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

"vite@npm:^5.0.0, vite@npm:^5.2.8":
"vite@npm:^5.0.0":
version: 5.2.8
resolution: "vite@npm:5.2.8"
dependencies:
Expand Down Expand Up @@ -8255,6 +8255,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.2.13":
version: 5.2.13
resolution: "vite@npm:5.2.13"
dependencies:
esbuild: "npm:^0.20.1"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.38"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/f7a99da71884e69cc581dcfb43d73c8d56d73b9668d6980131603c544d6323c6003a20f376531dc0cfcf36bf5009bc465f89e6c5f8bd9d22868987aba4e4af1b
languageName: node
linkType: hard

"vitest@npm:^1.5.0":
version: 1.5.0
resolution: "vitest@npm:1.5.0"
Expand Down