@remotion/three 4.0.147 → 4.0.149
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 +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/three",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.149",
|
|
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,30 +16,30 @@
|
|
|
16
16
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"remotion": "4.0.
|
|
19
|
+
"remotion": "4.0.149"
|
|
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.
|
|
26
|
+
"remotion": "4.0.149"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@jonny/eslint-config": "3.0.281",
|
|
30
30
|
"@react-three/fiber": "8.13.5",
|
|
31
31
|
"@types/node": "18.14.6",
|
|
32
|
-
"@types/react": "18.
|
|
32
|
+
"@types/react": "18.3.1",
|
|
33
33
|
"@types/react-reconciler": "^0.26.4",
|
|
34
34
|
"@types/three": "0.157.2",
|
|
35
35
|
"@types/web": "0.0.78",
|
|
36
36
|
"eslint": "8.56.0",
|
|
37
37
|
"prettier": "3.2.5",
|
|
38
38
|
"prettier-plugin-organize-imports": "3.2.4",
|
|
39
|
-
"react": "18.
|
|
40
|
-
"react-dom": "18.
|
|
39
|
+
"react": "18.3.1",
|
|
40
|
+
"react-dom": "18.3.1",
|
|
41
41
|
"three": "0.158.0",
|
|
42
|
-
"remotion": "4.0.
|
|
42
|
+
"remotion": "4.0.149"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
45
|
"remotion",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"scripts": {
|
|
65
65
|
"formatting": "prettier src --check",
|
|
66
66
|
"lint": "eslint src --ext ts,tsx",
|
|
67
|
-
"
|
|
68
|
-
"build": "bun bundle.ts && tsc -d"
|
|
67
|
+
"build": "bun bundle.ts"
|
|
69
68
|
}
|
|
70
69
|
}
|