@typescript-eslint/experimental-utils 5.61.1-alpha.8 → 5.61.1-alpha.9

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.8+4437d1801",
3
+ "version": "5.61.1-alpha.9+a8c824a1e",
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.8+4437d1801"
41
+ "@typescript-eslint/utils": "5.61.1-alpha.9+a8c824a1e"
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": "4437d18015dfa7ed0fd77e736a1ddedb638eeb31"
53
+ "gitHead": "a8c824a1e84453f93cd2b464fc102bc878c1aff3"
54
54
  }