remotion 3.3.25 → 3.3.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/audio/Audio.d.ts +1 -1
- package/dist/get-static-files.d.ts +16 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -1
- package/dist/static-file.d.ts +4 -0
- package/dist/static-file.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/video/Video.d.ts +2 -2
- package/dist/video/Video.js +2 -1
- package/dist/video/VideoForDevelopment.js +1 -1
- package/dist/video/video-fragment.d.ts +6 -0
- package/dist/video/video-fragment.js +24 -1
- package/dist/volume-position-state.d.ts +0 -1
- package/package.json +4 -4
- package/.turbo/turbo-lint.log +0 -10
- package/.turbo/turbo-test.log +0 -1379
package/.turbo/turbo-build.log
CHANGED
package/dist/audio/Audio.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export declare const Audio: React.ForwardRefExoticComponent<Pick<Omit<React.Deta
|
|
|
5
5
|
playbackRate?: number | undefined;
|
|
6
6
|
acceptableTimeShiftInSeconds?: number | undefined;
|
|
7
7
|
allowAmplificationDuringRender?: boolean | undefined;
|
|
8
|
-
} & RemotionMainAudioProps, "id" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "src" | "volume" | "playbackRate" | "allowAmplificationDuringRender" | "controlsList" | "crossOrigin" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "acceptableTimeShiftInSeconds" | keyof RemotionMainAudioProps> & React.RefAttributes<HTMLAudioElement>>;
|
|
8
|
+
} & RemotionMainAudioProps, "id" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "src" | "volume" | "playbackRate" | "allowAmplificationDuringRender" | "controlsList" | "crossOrigin" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "acceptableTimeShiftInSeconds" | keyof RemotionMainAudioProps> & React.RefAttributes<HTMLAudioElement>>;
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
import type { StaticFile } from './static-file';
|
|
2
1
|
export declare const getStaticFiles: () => StaticFile[];
|
|
2
|
+
export declare type StaticFile = {
|
|
3
|
+
/**
|
|
4
|
+
* A string that you can pass to the `src` attribute of an `<Audio>`, `<Img>` and `<Video>` element.
|
|
5
|
+
*/
|
|
6
|
+
src: string;
|
|
7
|
+
/**
|
|
8
|
+
* The filepath of the file, relative to the public folder.
|
|
9
|
+
* Example: `subfolder/image.png`
|
|
10
|
+
*/
|
|
11
|
+
name: string;
|
|
12
|
+
sizeInBytes: number;
|
|
13
|
+
/**
|
|
14
|
+
* UNIX timestamp in milliseconds
|
|
15
|
+
*/
|
|
16
|
+
lastModified: number;
|
|
17
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import './asset-types';
|
|
2
2
|
import type { TAsset, TCompMetadata } from './CompositionManager';
|
|
3
|
+
import type { StaticFile } from './get-static-files';
|
|
3
4
|
import type { ClipRegion } from './NativeLayers';
|
|
4
5
|
declare global {
|
|
5
6
|
interface Window {
|
|
@@ -7,6 +8,7 @@ declare global {
|
|
|
7
8
|
getStaticCompositions: () => TCompMetadata[];
|
|
8
9
|
setBundleMode: (bundleMode: BundleState) => void;
|
|
9
10
|
remotion_staticBase: string;
|
|
11
|
+
remotion_staticFiles: StaticFile[];
|
|
10
12
|
remotion_editorName: string | null;
|
|
11
13
|
remotion_numberOfAudioTags: number;
|
|
12
14
|
remotion_projectName: string;
|
|
@@ -53,6 +55,7 @@ export * from './delay-render';
|
|
|
53
55
|
export * from './easing';
|
|
54
56
|
export * from './Folder';
|
|
55
57
|
export * from './freeze';
|
|
58
|
+
export { getStaticFiles, StaticFile } from './get-static-files';
|
|
56
59
|
export * from './IFrame';
|
|
57
60
|
export * from './Img';
|
|
58
61
|
export * from './internals';
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Experimental = exports.useCurrentFrame = exports.staticFile = exports.Series = exports.Sequence = exports.registerRoot = exports.random = exports.prefetch = exports.Loop = exports.interpolateColors = exports.getInputProps = exports.Config = void 0;
|
|
17
|
+
exports.Experimental = exports.useCurrentFrame = exports.staticFile = exports.Series = exports.Sequence = exports.registerRoot = exports.random = exports.prefetch = exports.Loop = exports.interpolateColors = exports.getStaticFiles = exports.getInputProps = exports.Config = void 0;
|
|
18
18
|
require("./asset-types");
|
|
19
19
|
const Clipper_1 = require("./Clipper");
|
|
20
20
|
const multiple_versions_warning_1 = require("./multiple-versions-warning");
|
|
@@ -31,6 +31,8 @@ __exportStar(require("./delay-render"), exports);
|
|
|
31
31
|
__exportStar(require("./easing"), exports);
|
|
32
32
|
__exportStar(require("./Folder"), exports);
|
|
33
33
|
__exportStar(require("./freeze"), exports);
|
|
34
|
+
var get_static_files_1 = require("./get-static-files");
|
|
35
|
+
Object.defineProperty(exports, "getStaticFiles", { enumerable: true, get: function () { return get_static_files_1.getStaticFiles; } });
|
|
34
36
|
__exportStar(require("./IFrame"), exports);
|
|
35
37
|
__exportStar(require("./Img"), exports);
|
|
36
38
|
__exportStar(require("./internals"), exports);
|
package/dist/static-file.d.ts
CHANGED
package/dist/static-file.js
CHANGED
|
@@ -13,6 +13,10 @@ const inner = (path) => {
|
|
|
13
13
|
}
|
|
14
14
|
return `/${trimLeadingSlash(path)}`;
|
|
15
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* Reference a file from the public/ folder.
|
|
18
|
+
* If the file does not appear in the autocomplete, type the path manually.
|
|
19
|
+
*/
|
|
16
20
|
const staticFile = (path) => {
|
|
17
21
|
if (path.startsWith('http://') || path.startsWith('https://')) {
|
|
18
22
|
throw new TypeError(`staticFile() does not support remote URLs - got "${path}". Instead, pass the URL without wrapping it in staticFile(). See: https://remotion.dev/docs/staticfile-remote-urls`);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "3.3.
|
|
1
|
+
export declare const VERSION = "3.3.27";
|
package/dist/version.js
CHANGED
package/dist/video/Video.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { RemotionMainVideoProps } from './props';
|
|
3
|
-
export declare const Video:
|
|
3
|
+
export declare const Video: (props: Omit<React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, "nonce" | "onEnded" | "autoPlay" | "controls"> & {
|
|
4
4
|
volume?: import("../volume-prop").VolumeProp | undefined;
|
|
5
5
|
playbackRate?: number | undefined;
|
|
6
6
|
acceptableTimeShiftInSeconds?: number | undefined;
|
|
7
7
|
allowAmplificationDuringRender?: boolean | undefined;
|
|
8
|
-
} & RemotionMainVideoProps
|
|
8
|
+
} & RemotionMainVideoProps & React.RefAttributes<HTMLVideoElement | null>) => React.ReactElement | null;
|
package/dist/video/Video.js
CHANGED
|
@@ -45,4 +45,5 @@ const VideoForwardingFunction = (props, ref) => {
|
|
|
45
45
|
}
|
|
46
46
|
return ((0, jsx_runtime_1.jsx)(VideoForDevelopment_1.VideoForDevelopment, { onlyWarnForMediaSeekingError: false, ...otherProps, ref: ref, onDuration: onDuration }));
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
const forward = react_1.forwardRef;
|
|
49
|
+
exports.Video = forward(VideoForwardingFunction);
|
|
@@ -57,7 +57,7 @@ const VideoForDevelopmentRefForwardingFunction = (props, ref) => {
|
|
|
57
57
|
const duration = parentSequence
|
|
58
58
|
? Math.min(parentSequence.durationInFrames, durationInFrames)
|
|
59
59
|
: durationInFrames;
|
|
60
|
-
const actualSrc = (0, video_fragment_1.
|
|
60
|
+
const actualSrc = (0, video_fragment_1.useAppendVideoFragment)({
|
|
61
61
|
actualSrc: (0, prefetch_1.usePreload)(src),
|
|
62
62
|
actualFrom,
|
|
63
63
|
duration,
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export declare const useAppendVideoFragment: ({ actualSrc: initialActualSrc, actualFrom: initialActualFrom, duration: initialDuration, fps, }: {
|
|
2
|
+
actualSrc: string;
|
|
3
|
+
actualFrom: number;
|
|
4
|
+
duration: number;
|
|
5
|
+
fps: number;
|
|
6
|
+
}) => string;
|
|
1
7
|
export declare const appendVideoFragment: ({ actualSrc, actualFrom, duration, fps, }: {
|
|
2
8
|
actualSrc: string;
|
|
3
9
|
actualFrom: number;
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.appendVideoFragment = void 0;
|
|
3
|
+
exports.appendVideoFragment = exports.useAppendVideoFragment = void 0;
|
|
4
|
+
const react_1 = require("react");
|
|
4
5
|
const toSeconds = (time, fps) => {
|
|
5
6
|
return Math.round((time / fps) * 100) / 100;
|
|
6
7
|
};
|
|
8
|
+
const isSubsetOfDuration = (prevStartFrom, newStartFrom, prevDuration, newDuration) => {
|
|
9
|
+
return (prevStartFrom <= newStartFrom &&
|
|
10
|
+
prevStartFrom + prevDuration >= newStartFrom + newDuration);
|
|
11
|
+
};
|
|
12
|
+
const useAppendVideoFragment = ({ actualSrc: initialActualSrc, actualFrom: initialActualFrom, duration: initialDuration, fps, }) => {
|
|
13
|
+
const actualFromRef = (0, react_1.useRef)(initialActualFrom);
|
|
14
|
+
const actualDuration = (0, react_1.useRef)(initialDuration);
|
|
15
|
+
const actualSrc = (0, react_1.useRef)(initialActualSrc);
|
|
16
|
+
if (!isSubsetOfDuration || initialActualSrc !== actualSrc.current) {
|
|
17
|
+
actualFromRef.current = initialActualFrom;
|
|
18
|
+
actualDuration.current = initialDuration;
|
|
19
|
+
actualSrc.current = initialActualSrc;
|
|
20
|
+
}
|
|
21
|
+
const appended = (0, exports.appendVideoFragment)({
|
|
22
|
+
actualSrc: actualSrc.current,
|
|
23
|
+
actualFrom: actualFromRef.current,
|
|
24
|
+
duration: actualDuration.current,
|
|
25
|
+
fps,
|
|
26
|
+
});
|
|
27
|
+
return appended;
|
|
28
|
+
};
|
|
29
|
+
exports.useAppendVideoFragment = useAppendVideoFragment;
|
|
7
30
|
const appendVideoFragment = ({ actualSrc, actualFrom, duration, fps, }) => {
|
|
8
31
|
var _a;
|
|
9
32
|
if (actualSrc.startsWith('data:')) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remotion",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.27",
|
|
4
4
|
"description": "Render videos in React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@jonny/eslint-config": "3.0.266",
|
|
29
29
|
"@testing-library/react": "13.3.0",
|
|
30
30
|
"@types/node": "^16.7.5",
|
|
31
|
-
"@types/react": "18.0.
|
|
32
|
-
"@types/react-dom": "18.0.
|
|
31
|
+
"@types/react": "18.0.26",
|
|
32
|
+
"@types/react-dom": "18.0.10",
|
|
33
33
|
"@types/webpack-env": "^1.16.0",
|
|
34
34
|
"@vitejs/plugin-react": "^2.0.0",
|
|
35
35
|
"eslint": "8.25.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
]
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "5dfc0dfa0df9592a358127a9aea9219244e6807a"
|
|
72
72
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> remotion@3.3.19 lint /Users/jonathanburger/remotion/packages/core
|
|
3
|
-
> eslint src --ext ts,tsx
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/Users/jonathanburger/remotion/packages/core/src/use-lazy-component.ts
|
|
7
|
-
9:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
8
|
-
|
|
9
|
-
✖ 1 problem (0 errors, 1 warning)
|
|
10
|
-
|