@remotion/three 2.6.13 → 2.6.16

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.
@@ -1,5 +1,5 @@
1
- @remotion/three:build: cache hit, replaying output de5369065ee59593
2
- @remotion/three:build: 
3
- @remotion/three:build: > @remotion/three@2.6.12 build /Users/jonathanburger/remotion/packages/three
4
- @remotion/three:build: > tsc -d
5
- @remotion/three:build: 
1
+ @remotion/three:build: cache hit, replaying output fed878f9d2294a5a
2
+ @remotion/three:build: 
3
+ @remotion/three:build: > @remotion/three@2.6.15 build /Users/jonathanburger/remotion/packages/three
4
+ @remotion/three:build: > tsc -d
5
+ @remotion/three:build: 
@@ -1,5 +1,5 @@
1
- @remotion/three:lint: cache hit, replaying output 30eba72f6bff3fa8
2
- @remotion/three:lint: 
3
- @remotion/three:lint: > @remotion/three@2.6.12 lint /Users/jonathanburger/remotion/packages/three
4
- @remotion/three:lint: > eslint src --ext ts,tsx
5
- @remotion/three:lint: 
1
+ @remotion/three:lint: cache hit, replaying output fbfcaf4a7255869f
2
+ @remotion/three:lint: 
3
+ @remotion/three:lint: > @remotion/three@2.6.15 lint /Users/jonathanburger/remotion/packages/three
4
+ @remotion/three:lint: > eslint src --ext ts,tsx
5
+ @remotion/three:lint: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/three",
3
- "version": "2.6.13",
3
+ "version": "2.6.16",
4
4
  "description": "Utility functions for using react-three-fiber with remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,12 +20,12 @@
20
20
  "url": "https://github.com/remotion-dev/remotion/issues"
21
21
  },
22
22
  "dependencies": {
23
- "remotion": "2.6.13"
23
+ "remotion": "2.6.16"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@react-three/fiber": ">=7.0.19",
27
- "react": ">=17.0.1",
28
- "react-dom": ">=17.0.1",
27
+ "react": ">=16.8.0",
28
+ "react-dom": ">=16.8.0",
29
29
  "three": ">=0.134.0"
30
30
  },
31
31
  "devDependencies": {
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "f382c9698d1e43ea56d5d10174fe0a7419e31fd2"
55
+ "gitHead": "96b2a8f042ece45305601b1f240b56f35fc9fcd4"
56
56
  }