@remotion/eslint-config 3.0.4 → 3.0.7

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.
@@ -32,4 +32,3 @@ export declare const autoImports: {
32
32
  Folder: string;
33
33
  styled: string;
34
34
  };
35
- //# sourceMappingURL=auto-import-rules.d.ts.map
@@ -35,4 +35,3 @@ exports.autoImports = {
35
35
  Folder: "import {Folder} from 'remotion'",
36
36
  styled: "import styled from 'styled-components'",
37
37
  };
38
- //# sourceMappingURL=auto-import-rules.js.map
package/dist/index.d.ts CHANGED
@@ -934,4 +934,3 @@ declare const _default: {
934
934
  };
935
935
  };
936
936
  export = _default;
937
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -589,4 +589,3 @@ module.exports = {
589
589
  },
590
590
  },
591
591
  };
592
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export declare const allowESLintShareableConfig: () => void;
2
- //# sourceMappingURL=patch-eslint.d.ts.map
@@ -228,4 +228,3 @@ const allowESLintShareableConfig = () => {
228
228
  }
229
229
  };
230
230
  exports.allowESLintShareableConfig = allowESLintShareableConfig;
231
- //# sourceMappingURL=patch-eslint.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-config",
3
- "version": "3.0.4",
3
+ "version": "3.0.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@remotion/eslint-plugin": "3.0.4",
19
+ "@remotion/eslint-plugin": "3.0.7",
20
20
  "@typescript-eslint/eslint-plugin": "5.19.0",
21
21
  "@typescript-eslint/parser": "5.19.0",
22
22
  "eslint-plugin-10x": "1.5.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "fe6cd08c090ed8aa6c2a1b610851c0ab97749a2c"
45
+ "gitHead": "e44469b9a64608db9bec219339bf93a0ac6e9655"
46
46
  }