chore(deps-dev): bump three and @types/three - #78
Typecheck Src
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(24,37): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(24,52): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(25,41): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(25,56): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(26,41): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(26,56): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(27,42): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(27,57): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(28,42): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(28,57): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(29,44): error TS2344: Type 'typeof uniform' does not satisfy the constraint '(...args: any) => any'.
Type 'typeof uniform' provides no match for the signature '(...args: any): any'.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(29,59): error TS2635: Type 'Uniform' has no signatures for which the type argument list is applicable.
src/decode/webgpu/materials/GainMapDecoderMaterial.ts(69,29): error TS2345: Argument of type 'Node<"vec3">' is not assignable to parameter of type 'FloatOrNumber'.
Type 'Node<"vec3">' is not assignable to type 'Node<"float">'.
Type 'Node<"vec3">' is not assignable to type 'NodeExtensions<"float">'.
The types returned by 'toVar(...)' are incompatible between these types.
Type 'VarNode<"vec3">' is not assignable to type 'VarNode<"float">'.
Type 'VarNode<"vec3">' is not assignable to type 'NodeExtensions<"float">'.
The types returned by 'toVarIntent()' are incompatible between these types.
Type 'Node<"vec3">' is not assignable to type 'Node<"float">'.
Type 'NodeClass & NodeElements & NodeExtensions<"vec3"> & NumOrBoolVec3Extensions<"float"> & Vec3Extensions & NumVec3Extensions<"float"> & FloatVecExtensions<"vec3"> & { TypeScript_NODE_TYPE: "vec3"; }' is missing the following properties from type 'FloatExtensions': radians, degrees, exp, exp2, and 25 more.