@remotion/gif 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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @remotion/gif@4.0.147 build /Users/jonathanburger/remotion/packages/gif
3
- > node build.mjs && bun bundle.ts && tsc -d
2
+ > @remotion/gif@4.0.148 build /Users/jonathanburger/remotion/packages/gif
3
+ > node build.mjs && bun bundle.ts
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/gif",
3
- "version": "4.0.147",
3
+ "version": "4.0.149",
4
4
  "description": "Gif component for remotion",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -24,19 +24,19 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "remotion": "4.0.147"
27
+ "remotion": "4.0.149"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@jonny/eslint-config": "3.0.281",
31
31
  "@types/node": "18.14.6",
32
- "@types/react": "18.2.48",
33
- "@types/react-dom": "18.2.18",
32
+ "@types/react": "18.3.1",
33
+ "@types/react-dom": "18.3.0",
34
34
  "esbuild": "0.18.6",
35
35
  "eslint": "8.56.0",
36
36
  "prettier": "3.2.5",
37
37
  "prettier-plugin-organize-imports": "3.2.4",
38
- "react": "18.2.0",
39
- "react-dom": "18.2.0",
38
+ "react": "18.3.1",
39
+ "react-dom": "18.3.1",
40
40
  "webpack": "5.83.1"
41
41
  },
42
42
  "peerDependencies": {
@@ -56,7 +56,6 @@
56
56
  "scripts": {
57
57
  "formatting": "prettier src --check",
58
58
  "lint": "eslint src --ext ts,tsx",
59
- "build": "node build.mjs && bun bundle.ts && tsc -d",
60
- "watch": "tsc -w"
59
+ "build": "node build.mjs && bun bundle.ts"
61
60
  }
62
61
  }