@remotion/skia 4.0.298 → 4.0.301

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.
@@ -25,7 +25,6 @@ const SkiaCanvas = ({ children, height, width, style, ...otherProps }) => {
25
25
  ...otherProps,
26
26
  };
27
27
  }, [mergedStyles, otherProps]);
28
- const FixedCanvas = react_native_skia_1.Canvas;
29
- return ((0, jsx_runtime_1.jsx)(FixedCanvas, { ...props, children: (0, jsx_runtime_1.jsx)(remotion_1.Internals.RemotionContextProvider, { contexts: contexts, children: children }) }));
28
+ return ((0, jsx_runtime_1.jsx)(react_native_skia_1.Canvas, { ...props, children: (0, jsx_runtime_1.jsx)(remotion_1.Internals.RemotionContextProvider, { contexts: contexts, children: children }) }));
30
29
  };
31
30
  exports.SkiaCanvas = SkiaCanvas;
@@ -24,8 +24,7 @@ var SkiaCanvas = ({
24
24
  ...otherProps
25
25
  };
26
26
  }, [mergedStyles, otherProps]);
27
- const FixedCanvas = Canvas;
28
- return /* @__PURE__ */ jsx(FixedCanvas, {
27
+ return /* @__PURE__ */ jsx(Canvas, {
29
28
  ...props,
30
29
  children: /* @__PURE__ */ jsx(Internals.RemotionContextProvider, {
31
30
  contexts,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/skia"
4
4
  },
5
5
  "name": "@remotion/skia",
6
- "version": "4.0.298",
6
+ "version": "4.0.301",
7
7
  "description": "Include React Native Skia components in a Remotion video",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.298"
19
+ "remotion": "4.0.301"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@shopify/react-native-skia": ">=0.1.191",
@@ -24,17 +24,15 @@
24
24
  "react-dom": ">=16.8.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@shopify/react-native-skia": "1.6.0",
28
- "canvaskit-wasm": "0.39.1",
27
+ "@shopify/react-native-skia": "2.0.0",
28
+ "canvaskit-wasm": "0.40.0",
29
29
  "@types/react-native": "^0.69.2",
30
- "react": "18.3.1",
31
- "react-dom": "18.3.1",
32
- "@types/react": "18.3.1",
33
- "@types/react-dom": "18.3.1",
30
+ "react": "19.0.0",
31
+ "react-dom": "19.0.0",
34
32
  "eslint": "9.19.0",
35
- "@remotion/bundler": "4.0.298",
36
- "remotion": "4.0.298",
37
- "@remotion/eslint-config-internal": "4.0.298"
33
+ "remotion": "4.0.301",
34
+ "@remotion/eslint-config-internal": "4.0.301",
35
+ "@remotion/bundler": "4.0.301"
38
36
  },
39
37
  "keywords": [
40
38
  "remotion",