chore(deps-dev): bump the development-dependencies group across 1 directory with 10 updates #121
Annotations
11 errors
Type Check
Process completed with exit code 2.
|
Type Check:
src/player.ts#L2768
Argument of type '(obj: { data: ArrayBuffer; timing?: { baseMediaDecodeTime?: number; timescale?: number; }; }) => void' is not assignable to parameter of type 'ObjectCallback'.
|
Type Check:
src/player.ts#L2648
Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.
|
Type Check:
src/player.ts#L2642
Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'ArrayBuffer'.
|
Type Check:
src/player.ts#L2355
Argument of type '(obj: { data: ArrayBuffer; }) => void' is not assignable to parameter of type 'ObjectCallback'.
|
Type Check:
src/player.ts#L2280
Argument of type '(obj: { data: ArrayBuffer; }) => void' is not assignable to parameter of type 'ObjectCallback'.
|
Type Check:
src/player.ts#L2089
Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.
|
Type Check:
src/player.ts#L2083
Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'ArrayBuffer'.
|
Type Check:
src/player.ts#L364
Argument of type '(obj: { data: ArrayBuffer; }) => void' is not assignable to parameter of type 'ObjectCallback'.
|
Lint
Process completed with exit code 1.
|
Build
Process completed with exit code 1.
|