From a3c352a5f69f44c7070b607ade0301081d6d4924 Mon Sep 17 00:00:00 2001 From: wass08 Date: Fri, 26 May 2023 08:50:14 +0900 Subject: [PATCH] fix threejs version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a18249a..295a05b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@react-three/fiber": "^8.13.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "three": "^0.152.2" + "three": "^0.146.0" }, "devDependencies": { "@types/react": "^18.0.27",