@typescript-eslint/experimental-utils 5.62.0 → 5.62.1-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.62.0",
3
+ "version": "5.62.1-alpha.0+cba0d113b",
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.62.0"
41
+ "@typescript-eslint/utils": "5.62.1-alpha.0+cba0d113b"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -1,2 +0,0 @@
1
- export * from '@typescript-eslint/utils';
2
- //# sourceMappingURL=index.d.ts.map