Skip to content

Commit 5250f4d

Browse files
committed
⬆️ bump dependencies
1 parent fe007ca commit 5250f4d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bun.lockb

-13.4 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
"version": "0.0.1",
77
"private": true,
88
"dependencies": {
9-
"@react-three/drei": "10.0.6",
10-
"@react-three/fiber": "9.1.2",
9+
"@react-three/drei": "10.7.7",
10+
"@react-three/fiber": "9.5.0",
1111
"cannon-es": "0.20.0",
1212
"parse-multipart-data": "1.5.0",
13-
"react": "19.1.0",
14-
"react-dom": "19.1.0",
13+
"react": "19.2.4",
14+
"react-dom": "19.2.4",
1515
"react-touch-visualizer": "0.0.1",
1616
"three": "0.175.0",
1717
"tunnel-rat": "0.1.2"
1818
},
1919
"devDependencies": {
20-
"@cloudflare/workers-types": "4.20250415.0",
21-
"@types/bun": "1.2.9",
20+
"@cloudflare/workers-types": "4.20260228.0",
21+
"@types/bun": "1.3.9",
2222
"@types/react": "19.1.2",
23-
"@types/react-dom": "19.1.2",
23+
"@types/react-dom": "19.2.3",
2424
"@types/three": "0.175.0",
25-
"@types/webxr": "0.5.21",
25+
"@types/webxr": "0.5.24",
2626
"prettier": "2.8.8",
27-
"typescript": "5.8.3",
28-
"vite": "6.2.6",
29-
"wrangler": "4.11.0"
27+
"typescript": "5.9.3",
28+
"vite": "7.3.1",
29+
"wrangler": "4.67.0"
3030
},
3131
"scripts": {
3232
"download-8th-sdk": "( mkdir -p public/8thwall-sdk ; cd public/8thwall-sdk ; wget https://github.com/8thwall/engine/raw/refs/heads/main/xr-standalone.zip?download= && unzip xr-standalone.zip?download= && rm xr-standalone.zip?download=)",

src/WebXRCanvas/WebXRControls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const WebXRControls = ({
4949
{
5050
format: THREE.RGBAFormat,
5151
type: THREE.UnsignedByteType,
52-
colorSpace: renderer.outputColorSpace,
52+
colorSpace: renderer.outputColorSpace as THREE.ColorSpace,
5353
stencilBuffer: gl.getContextAttributes()?.stencil,
5454
}
5555
);

0 commit comments

Comments
 (0)