@remotion/transitions 4.0.318 → 4.0.320
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/package.json +9 -9
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.
|
|
6
|
+
"version": "4.0.320",
|
|
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.
|
|
20
|
-
"@remotion/shapes": "4.0.
|
|
21
|
-
"@remotion/paths": "4.0.
|
|
19
|
+
"remotion": "4.0.320",
|
|
20
|
+
"@remotion/shapes": "4.0.320",
|
|
21
|
+
"@remotion/paths": "4.0.320"
|
|
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.
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/
|
|
31
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
28
|
+
"remotion": "4.0.320",
|
|
29
|
+
"@remotion/test-utils": "4.0.320",
|
|
30
|
+
"@remotion/player": "4.0.320",
|
|
31
|
+
"@remotion/eslint-config-internal": "4.0.320"
|
|
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
|
}
|