Skip to content

Commit

Permalink
update react-three/xr that can handle pointer events when frameloop i…
Browse files Browse the repository at this point in the history
…s set to demand
  • Loading branch information
bbohlender committed Nov 2, 2024
1 parent f2da9f0 commit 4b01398
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 68 deletions.
3 changes: 1 addition & 2 deletions examples/apfel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"@vitejs/plugin-basic-ssl": "^1.1.0",
"maath": "^0.10.7",
"r3f-perf": "^7.1.2",
"react-dom": "^18.2.0",
"@react-three/xr": "6.4.0"
"react-dom": "^18.2.0"
},
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 1 addition & 2 deletions examples/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"r3f-perf": "^7.1.2",
"react-dom": "^18.2.0",
"vite-plugin-mkcert": "^1.17.4",
"zustand": "^4.4.7",
"@react-three/xr": "6.4.0"
"zustand": "^4.4.7"
},
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 1 addition & 2 deletions examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"@react-three/uikit": "workspace:^",
"@react-three/uikit-lucide": "workspace:^",
"r3f-perf": "^7.1.2",
"react-dom": "^18.2.0",
"@react-three/xr": "6.4.0"
"react-dom": "^18.2.0"
},
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 0 additions & 1 deletion examples/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"type": "module",
"dependencies": {
"@react-three/xr": "^6.4.0",
"@preact/signals-core": "^1.5.1",
"@react-three/drei": "^9.96.1",
"@react-three/uikit": "workspace:^",
Expand Down
1 change: 0 additions & 1 deletion examples/uikit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"type": "module",
"dependencies": {
"@react-three/xr": "^6.4.0",
"@preact/signals-core": "^1.5.1",
"@react-three/drei": "^9.96.1",
"@react-three/uikit": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"typescript": "^5.4.5",
"typescript-json-schema": "^0.63.0",
"vite": "^5.0.12",
"vercel": "^34.1.8"
"vercel": "^34.1.8",
"@react-three/xr": "6.4.1"
}
}
Loading

0 comments on commit 4b01398

Please sign in to comment.