1
0

Compare commits

...

1 Commits

Author SHA1 Message Date
99ded4af06 update three-vrm-3 2024-08-04 17:59:08 +09:00

View File

@ -14,10 +14,10 @@
"webpack-dev-server": "^5.0.3" "webpack-dev-server": "^5.0.3"
}, },
"dependencies": { "dependencies": {
"@pixiv/three-vrm": "^2.1.1", "@pixiv/three-vrm": "^3.0.0",
"@pixiv/three-vrm-animation": "^2.1.1", "@pixiv/three-vrm-animation": "^3.0.0",
"@pixiv/three-vrm-springbone": "^2.1.1", "@pixiv/three-vrm-springbone": "^3.0.0",
"postprocessing": "^6.35.2", "postprocessing": "^6.35.2",
"three": "^0.162.0" "three": "^0.167.1"
} }
} }