@remotion/media-utils 3.0.0-lambda.446 → 3.0.0-lambda.461

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/media-utils:build: cache hit, replaying output db8ba948ead4ebf7
2
- @remotion/media-utils:build: 
3
- @remotion/media-utils:build: > @remotion/media-utils@2.6.14 build /Users/jonathanburger/remotion/packages/media-utils
4
- @remotion/media-utils:build: > tsc -d
5
- @remotion/media-utils:build: 
1
+ @remotion/media-utils:build: cache hit, replaying output e1d2981cc8669489
2
+ @remotion/media-utils:build: 
3
+ @remotion/media-utils:build: > @remotion/media-utils@2.6.14 build /Users/jonathanburger/remotion/packages/media-utils
4
+ @remotion/media-utils:build: > tsc -d
5
+ @remotion/media-utils:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media-utils",
3
- "version": "3.0.0-lambda.446+a98b85944",
3
+ "version": "3.0.0-lambda.461+2085ad2c8",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -18,16 +18,16 @@
18
18
  "url": "https://github.com/remotion-dev/remotion/issues"
19
19
  },
20
20
  "dependencies": {
21
- "remotion": "3.0.0-lambda.446+a98b85944"
21
+ "remotion": "3.0.0-lambda.461+2085ad2c8"
22
22
  },
23
23
  "peerDependencies": {
24
- "react": "^17.0.1",
25
- "react-dom": "^17.0.1"
24
+ "react": ">=16.8.0",
25
+ "react-dom": ">=16.8.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@jonny/eslint-config": "^2.1.251",
29
29
  "@types/node": "^16.7.5",
30
- "@types/react": "17.0.39",
30
+ "@types/react": "18.0.1",
31
31
  "eslint": "^7.25.0",
32
32
  "prettier": "^2.0.5",
33
33
  "prettier-plugin-organize-imports": "^1.1.1",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "a98b859448559b52e7d023b4bac6779978483601"
47
+ "gitHead": "2085ad2c828ff82d5d40d7bc739748742536c56d"
48
48
  }