@typescript-eslint/typescript-estree 7.7.1-alpha.1 → 7.7.1-alpha.2

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/typescript-estree",
3
- "version": "7.7.1-alpha.1",
3
+ "version": "7.7.1-alpha.2",
4
4
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5
5
  "files": [
6
6
  "dist",
@@ -54,8 +54,8 @@
54
54
  "typecheck": "tsc -p tsconfig.json --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@typescript-eslint/types": "7.7.1-alpha.1",
58
- "@typescript-eslint/visitor-keys": "7.7.1-alpha.1",
57
+ "@typescript-eslint/types": "7.7.1-alpha.2",
58
+ "@typescript-eslint/visitor-keys": "7.7.1-alpha.2",
59
59
  "debug": "^4.3.4",
60
60
  "globby": "^11.1.0",
61
61
  "is-glob": "^4.0.3",