@remotion/transitions 4.0.317 → 4.0.319

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,7 +9,6 @@ const context_js_1 = require("./context.js");
9
9
  const flatten_children_js_1 = require("./flatten-children.js");
10
10
  const slide_js_1 = require("./presentations/slide.js");
11
11
  const validate_js_1 = require("./validate.js");
12
- // eslint-disable-next-line react/function-component-definition
13
12
  const TransitionSeriesTransition = function (
14
13
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
14
  _props) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/transitions"
4
4
  },
5
5
  "name": "@remotion/transitions",
6
- "version": "4.0.317",
6
+ "version": "4.0.319",
7
7
  "description": "Library for creating transitions in Remotion",
8
8
  "sideEffects": false,
9
9
  "main": "dist/esm/index.mjs",
@@ -16,19 +16,19 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.317",
20
- "@remotion/shapes": "4.0.317",
21
- "@remotion/paths": "4.0.317"
19
+ "remotion": "4.0.319",
20
+ "@remotion/shapes": "4.0.319",
21
+ "@remotion/paths": "4.0.319"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@happy-dom/global-registrator": "14.5.1",
25
25
  "react": "19.0.0",
26
26
  "react-dom": "19.0.0",
27
27
  "eslint": "9.19.0",
28
- "remotion": "4.0.317",
29
- "@remotion/player": "4.0.317",
30
- "@remotion/test-utils": "4.0.317",
31
- "@remotion/eslint-config-internal": "4.0.317"
28
+ "remotion": "4.0.319",
29
+ "@remotion/test-utils": "4.0.319",
30
+ "@remotion/eslint-config-internal": "4.0.319",
31
+ "@remotion/player": "4.0.319"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.8.0",
@@ -121,7 +121,7 @@
121
121
  "scripts": {
122
122
  "test": "bun test src",
123
123
  "lint": "eslint src",
124
- "formatting": "prettier src --check",
124
+ "formatting": "prettier --experimental-cli src --check",
125
125
  "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
126
126
  }
127
127
  }