@typescript-eslint/eslint-plugin 7.3.2-alpha.2 → 7.3.2-alpha.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.3.2-alpha.2",
3
+ "version": "7.3.2-alpha.3",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@eslint-community/regexpp": "^4.5.1",
64
- "@typescript-eslint/scope-manager": "7.3.2-alpha.2",
65
- "@typescript-eslint/type-utils": "7.3.2-alpha.2",
66
- "@typescript-eslint/utils": "7.3.2-alpha.2",
67
- "@typescript-eslint/visitor-keys": "7.3.2-alpha.2",
64
+ "@typescript-eslint/scope-manager": "7.3.2-alpha.3",
65
+ "@typescript-eslint/type-utils": "7.3.2-alpha.3",
66
+ "@typescript-eslint/utils": "7.3.2-alpha.3",
67
+ "@typescript-eslint/visitor-keys": "7.3.2-alpha.3",
68
68
  "debug": "^4.3.4",
69
69
  "graphemer": "^1.4.0",
70
70
  "ignore": "^5.2.4",
@@ -77,7 +77,7 @@
77
77
  "@types/marked": "*",
78
78
  "@types/natural-compare": "*",
79
79
  "@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
80
- "@typescript-eslint/rule-tester": "7.3.2-alpha.2",
80
+ "@typescript-eslint/rule-tester": "7.3.2-alpha.3",
81
81
  "ajv": "^6.12.6",
82
82
  "chalk": "^5.3.0",
83
83
  "cross-env": "^7.0.3",