diff --git a/client/StichHub/package-lock.json b/client/StichHub/package-lock.json index 8efbba73..ea020e21 100644 --- a/client/StichHub/package-lock.json +++ b/client/StichHub/package-lock.json @@ -25,7 +25,7 @@ "@react-three/drei": "^9.74.8", "@react-three/fiber": "^8.12.0", "@react-three/gltfjsx": "^4.3.4", - "@react-three/xr": "^5.4.1", + "@react-three/xr": "^5.7.1", "@stripe/stripe-js": "^1.53.0", "@tweenjs/tween.js": "^19.0.0", "@types/three": "^0.150.1", @@ -1473,9 +1473,11 @@ "license": "MIT" }, "node_modules/@react-three/xr": { - "version": "5.5.0", - "license": "MIT", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@react-three/xr/-/xr-5.7.1.tgz", + "integrity": "sha512-GaRUSA+lE8VJF/NrXq7QQByZ4UGHbQQ4rs3QCphZs9fVidK86hGrMOQ0kL79gZc5pa3V5uFGlOhNcUdsTYE3Bg==", "dependencies": { + "@types/webxr": "*", "three-stdlib": "^2.21.1", "zustand": "^3.7.1" }, @@ -9554,8 +9556,11 @@ } }, "@react-three/xr": { - "version": "5.5.0", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@react-three/xr/-/xr-5.7.1.tgz", + "integrity": "sha512-GaRUSA+lE8VJF/NrXq7QQByZ4UGHbQQ4rs3QCphZs9fVidK86hGrMOQ0kL79gZc5pa3V5uFGlOhNcUdsTYE3Bg==", "requires": { + "@types/webxr": "*", "three-stdlib": "^2.21.1", "zustand": "^3.7.1" } diff --git a/client/StichHub/package.json b/client/StichHub/package.json index 95047c86..cf6e9028 100644 --- a/client/StichHub/package.json +++ b/client/StichHub/package.json @@ -27,7 +27,7 @@ "@react-three/drei": "^9.74.8", "@react-three/fiber": "^8.12.0", "@react-three/gltfjsx": "^4.3.4", - "@react-three/xr": "^5.4.1", + "@react-three/xr": "^5.7.1", "@stripe/stripe-js": "^1.53.0", "@tweenjs/tween.js": "^19.0.0", "@types/three": "^0.150.1",