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" } }