From 77e09f2f7a9781f1533ce30d0c55d584aee0be43 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Mon, 25 Dec 2023 18:10:16 +0900 Subject: [PATCH 1/3] deps: Bump three.js to r160 - The type parameter of `THREE.Object3D` is no longer required (used to be `THREE.Object3D` - `THREE.UniformsUtils.merge` now has more appropriate typing which breaks the existing code, workarounded with `as any` --- README.md | 4 +-- .../three-vrm-core/examples/expressions.html | 4 +-- .../three-vrm-core/examples/firstPerson.html | 4 +-- .../three-vrm-core/examples/humanoid.html | 4 +-- .../examples/humanoidAnimation/index.html | 4 +-- packages/three-vrm-core/examples/lookAt.html | 4 +-- packages/three-vrm-core/examples/meta.html | 4 +-- packages/three-vrm-core/package.json | 8 ++--- .../examples/loader-plugin.html | 4 +-- .../package.json | 8 ++--- .../examples/emissive-strength.html | 4 +-- .../examples/feature-test.html | 4 +-- .../examples/loader-plugin.html | 4 +-- .../three-vrm-materials-mtoon/package.json | 8 ++--- .../src/MToonMaterial.ts | 4 +-- .../three-vrm-materials-v0compat/package.json | 8 ++--- .../examples/aim.html | 4 +-- .../examples/importer.html | 4 +-- .../examples/roll.html | 4 +-- .../examples/rotation.html | 4 +-- .../examples/upper-arm.html | 4 +-- .../three-vrm-node-constraint/package.json | 8 ++--- .../src/VRMAimConstraint.ts | 2 +- .../src/VRMRollConstraint.ts | 2 +- .../src/VRMRotationConstraint.ts | 2 +- .../src/tests/VRMMockedConstraint.ts | 2 +- .../examples/collider.html | 4 +-- .../examples/loader-plugin.html | 4 +-- .../examples/multiple.html | 4 +-- .../three-vrm-springbone/examples/single.html | 4 +-- packages/three-vrm-springbone/package.json | 4 +-- packages/three-vrm/README.md | 4 +-- packages/three-vrm/examples/animations.html | 4 +-- packages/three-vrm/examples/basic.html | 4 +-- packages/three-vrm/examples/bones.html | 4 +-- packages/three-vrm/examples/debug.html | 4 +-- packages/three-vrm/examples/dnd.html | 4 +-- packages/three-vrm/examples/expressions.html | 4 +-- packages/three-vrm/examples/firstperson.html | 4 +-- .../examples/humanoidAnimation/index.html | 4 +-- .../three-vrm/examples/lookat-advanced.html | 4 +-- packages/three-vrm/examples/lookat.html | 4 +-- .../three-vrm/examples/materials-debug.html | 4 +-- packages/three-vrm/examples/meta.html | 4 +-- packages/three-vrm/examples/mouse.html | 4 +-- packages/three-vrm/package.json | 8 ++--- yarn.lock | 32 ++++++------------- 47 files changed, 110 insertions(+), 122 deletions(-) diff --git a/README.md b/README.md index 7c61f1cb9..6953412da 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Code like this: