From ce6884c61ee180ee8b53ed410ac96c8390a945ce Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 4 Aug 2024 17:56:35 +0900 Subject: [PATCH] update three-vrm-3 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 81271a01d..4f4216da1 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "webpack-dev-server": "^5.0.3" }, "dependencies": { - "@pixiv/three-vrm": "^2.1.1", - "@pixiv/three-vrm-animation": "^2.1.1", - "@pixiv/three-vrm-springbone": "^2.1.1", + "@pixiv/three-vrm": "^3.0.0", + "@pixiv/three-vrm-animation": "^3.0.0", + "@pixiv/three-vrm-springbone": "^3.0.0", "postprocessing": "^6.35.2", - "three": "^0.162.0" + "three": "^0.167.1" } }