@typescript-eslint/experimental-utils 5.61.1-alpha.2 → 5.61.1-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.61.1-alpha.2+6edaa0456",
3
+ "version": "5.61.1-alpha.4+24bdacc7e",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -38,7 +38,7 @@
38
38
  "typecheck": "tsc -p tsconfig.json --noEmit"
39
39
  },
40
40
  "dependencies": {
41
- "@typescript-eslint/utils": "5.61.1-alpha.2+6edaa0456"
41
+ "@typescript-eslint/utils": "5.61.1-alpha.4+24bdacc7e"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -50,5 +50,5 @@
50
50
  "type": "opencollective",
51
51
  "url": "https://opencollective.com/typescript-eslint"
52
52
  },
53
- "gitHead": "6edaa04565576f0af7e60bc08602bd781c847804"
53
+ "gitHead": "24bdacc7e5df40c92031a1bd7e9815d66a35b31d"
54
54
  }