@vue-vine/eslint-parser 0.2.1 → 0.2.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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-vine/eslint-parser",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "ESLint parser for Vue Vine",
5
5
  "author": "ShenQingchuan",
6
6
  "license": "MIT",
@@ -11,9 +11,9 @@
11
11
  "exports": {
12
12
  ".": {
13
13
  "dev": "./src/index.ts",
14
+ "node": "./dist/index.js",
14
15
  "import": "./dist/index.mjs",
15
- "require": "./dist/index.js",
16
- "node": "./dist/index.js"
16
+ "require": "./dist/index.js"
17
17
  },
18
18
  "./package.json": "./package.json"
19
19
  },
@@ -23,9 +23,9 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@typescript-eslint/parser": "^8.11.0",
27
- "@typescript-eslint/scope-manager": "^8.11.0",
28
- "@typescript-eslint/typescript-estree": "^8.11.0",
26
+ "@typescript-eslint/parser": "^8.15.0",
27
+ "@typescript-eslint/scope-manager": "^8.15.0",
28
+ "@typescript-eslint/typescript-estree": "^8.15.0",
29
29
  "debug": "^4.3.4",
30
30
  "eslint-scope": "^8.2.0",
31
31
  "espree": "^9.6.1",
@@ -45,7 +45,7 @@
45
45
  "scripts": {
46
46
  "dev": "tsup --watch",
47
47
  "build": "tsup",
48
- "test": "vitest --run",
48
+ "test": "vitest",
49
49
  "test:dev": "vitest"
50
50
  }
51
51
  }