@remotion/three 3.0.0-lambda.461 → 3.0.0-lambda.467

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,4 +1,4 @@
1
- @remotion/three:build: cache hit, replaying output 6c8c634cf40129fc
1
+ @remotion/three:build: cache hit, replaying output f8a6f913068431db
2
2
  @remotion/three:build: 
3
3
  @remotion/three:build: > @remotion/three@2.6.14 build /Users/jonathanburger/remotion/packages/three
4
4
  @remotion/three:build: > tsc -d
@@ -1,5 +1,5 @@
1
- @remotion/three:lint: cache hit, replaying output 576029d688f1567a
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 bed9ca56227bf225
2
+ @remotion/three:lint: 
3
+ @remotion/three:lint: > @remotion/three@2.6.14 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": "3.0.0-lambda.461+2085ad2c8",
3
+ "version": "3.0.0-lambda.467+9e364b5a3",
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,7 +20,7 @@
20
20
  "url": "https://github.com/remotion-dev/remotion/issues"
21
21
  },
22
22
  "dependencies": {
23
- "remotion": "3.0.0-lambda.461+2085ad2c8"
23
+ "remotion": "3.0.0-lambda.467+9e364b5a3"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@react-three/fiber": ">=7.0.19",
@@ -29,13 +29,13 @@
29
29
  "three": ">=0.134.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@jonny/eslint-config": "^2.1.251",
32
+ "@jonny/eslint-config": "3.0.256",
33
33
  "@react-three/fiber": ">=7.0.26",
34
34
  "@types/node": "^14.14.14",
35
35
  "@types/react": "18.0.1",
36
36
  "@types/react-reconciler": "^0.26.4",
37
37
  "@types/three": "^0.134.0",
38
- "eslint": "^7.25.0",
38
+ "eslint": "8.13.0",
39
39
  "prettier": "^2.0.5",
40
40
  "prettier-plugin-organize-imports": "^1.1.1",
41
41
  "three": "^0.134.0",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "2085ad2c828ff82d5d40d7bc739748742536c56d"
55
+ "gitHead": "9e364b5a3a21e3ccb3704330c0ddffb480906d58"
56
56
  }