@remotion/gif 4.0.258 → 4.0.260

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @remotion/gif@4.0.253 formatting /Users/jonathanburger/remotion/packages/gif
3
+ > @remotion/gif@4.0.259 formatting /Users/jonathanburger/remotion/packages/gif
4
4
  > prettier src --check
5
5
 
6
6
  Checking formatting...
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/gif@4.0.253 lint /Users/jonathanburger/remotion/packages/gif
3
+ > @remotion/gif@4.0.259 lint /Users/jonathanburger/remotion/packages/gif
4
4
  > eslint src
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/gif@4.0.257 make /Users/jonathanburger/remotion/packages/gif
3
+ > @remotion/gif@4.0.259 make /Users/jonathanburger/remotion/packages/gif
4
4
  > tsc -d && node build.mjs && bun --env-file=../.env.bundle bundle.ts
5
5
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
4
4
  },
5
5
  "name": "@remotion/gif",
6
- "version": "4.0.258",
6
+ "version": "4.0.260",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "sideEffects": false,
9
9
  "bugs": {
@@ -24,15 +24,15 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "remotion": "4.0.258"
27
+ "remotion": "4.0.260"
28
28
  },
29
29
  "devDependencies": {
30
30
  "esbuild": "0.24.0",
31
31
  "react": "19.0.0",
32
32
  "react-dom": "19.0.0",
33
33
  "webpack": "5.96.1",
34
- "eslint": "9.14.0",
35
- "@remotion/eslint-config-internal": "4.0.258"
34
+ "eslint": "9.19.0",
35
+ "@remotion/eslint-config-internal": "4.0.260"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=16.8.0",