@typescript-eslint/experimental-utils 5.61.1-alpha.3 → 5.61.1-alpha.6

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.3+5a347a597",
3
+ "version": "5.61.1-alpha.6+2289d05f3",
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.3+5a347a597"
41
+ "@typescript-eslint/utils": "5.61.1-alpha.6+2289d05f3"
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": "5a347a5978bc5737412bd12d61eb6058163cf4a0"
53
+ "gitHead": "2289d05f3e946af3cfeea5a38dd02a3ca0fe1642"
54
54
  }