@remotion/eslint-plugin 3.0.0-lambda.456 → 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/eslint-plugin:build: cache hit, replaying output 5c7ba3e6483b9fcf
1
+ @remotion/eslint-plugin:build: cache hit, replaying output f8ee63504044d78a
2
2
  @remotion/eslint-plugin:build: 
3
3
  @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.14 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
4
  @remotion/eslint-plugin:build: > tsc -d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-plugin",
3
- "version": "3.0.0-lambda.456+b29678d67",
3
+ "version": "3.0.0-lambda.467+9e364b5a3",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "scripts": {
6
6
  "build": "tsc -d",
@@ -13,13 +13,15 @@
13
13
  },
14
14
  "author": "Jonny Burger <jonny@remotion.dev>",
15
15
  "license": "ISC",
16
+ "dependencies": {
17
+ "@typescript-eslint/utils": "5.11.0"
18
+ },
16
19
  "devDependencies": {
17
- "@typescript-eslint/utils": "5.11.0",
18
20
  "eslint": "8.13.0",
19
21
  "jest": "^27.2.4",
20
22
  "ts-jest": "^27.0.5",
21
23
  "typescript": "^4.5.5"
22
24
  },
23
25
  "private": false,
24
- "gitHead": "b29678d6788a08578cc412f3aeee4de96a315bd7"
26
+ "gitHead": "9e364b5a3a21e3ccb3704330c0ddffb480906d58"
25
27
  }