@remotion/three 4.0.89 → 4.0.90

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.
@@ -9,4 +9,4 @@ export type ThreeCanvasProps = React.ComponentProps<typeof Canvas> & {
9
9
  * @description A wrapper for React Three Fiber's <Canvas /> which synchronizes with Remotions useCurrentFrame().
10
10
  * @see [Documentation](https://www.remotion.dev/docs/three-canvas)
11
11
  */
12
- export declare const ThreeCanvas: (props: ThreeCanvasProps) => JSX.Element;
12
+ export declare const ThreeCanvas: (props: ThreeCanvasProps) => import("react/jsx-runtime").JSX.Element;
@@ -9,4 +9,4 @@ export type ThreeCanvasProps = React.ComponentProps<typeof Canvas> & {
9
9
  * @description A wrapper for React Three Fiber's <Canvas /> which synchronizes with Remotions useCurrentFrame().
10
10
  * @see [Documentation](https://www.remotion.dev/docs/three-canvas)
11
11
  */
12
- export declare const ThreeCanvas: (props: ThreeCanvasProps) => JSX.Element;
12
+ export declare const ThreeCanvas: (props: ThreeCanvasProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/three",
3
- "version": "4.0.89",
3
+ "version": "4.0.90",
4
4
  "description": "Utility functions for using react-three-fiber with remotion",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",
@@ -16,21 +16,21 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.89"
19
+ "remotion": "4.0.90"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@react-three/fiber": ">=8.0.0",
23
23
  "react": ">=16.8.0",
24
24
  "react-dom": ">=16.8.0",
25
25
  "three": ">=0.137.0",
26
- "remotion": "4.0.89"
26
+ "remotion": "4.0.90"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@jonny/eslint-config": "3.0.276",
30
30
  "@react-three/fiber": "8.13.5",
31
31
  "@rollup/plugin-typescript": "^8.2.0",
32
32
  "@types/node": "18.14.6",
33
- "@types/react": "18.0.26",
33
+ "@types/react": "18.2.48",
34
34
  "@types/react-reconciler": "^0.26.4",
35
35
  "@types/three": "0.157.2",
36
36
  "@types/web": "0.0.78",
@@ -41,7 +41,7 @@
41
41
  "react-dom": "18.2.0",
42
42
  "rollup": "^2.70.1",
43
43
  "three": "0.158.0",
44
- "remotion": "4.0.89"
44
+ "remotion": "4.0.90"
45
45
  },
46
46
  "keywords": [
47
47
  "remotion",