@vue-vine/eslint-parser 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/dist/index.js +2421 -35
  2. package/dist/index.mjs +2420 -34
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-vine/eslint-parser",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "ESLint parser for Vue Vine",
5
5
  "author": "ShenQingchuan",
6
6
  "license": "MIT",
@@ -22,7 +22,6 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@types/lodash": "^4.14.201",
26
25
  "@typescript-eslint/parser": "^6.21.0",
27
26
  "@typescript-eslint/scope-manager": "^6.21.0",
28
27
  "@typescript-eslint/typescript-estree": "^6.21.0",
@@ -30,16 +29,17 @@
30
29
  "eslint-scope": "^7.2.2",
31
30
  "espree": "^9.6.1",
32
31
  "line-column": "^1.0.2",
33
- "lodash": "^4.17.21",
34
32
  "semver": "^7.5.4"
35
33
  },
36
34
  "devDependencies": {
37
35
  "@types/debug": "^4.1.12",
38
36
  "@types/eslint-scope": "^3.7.7",
39
37
  "@types/line-column": "^1.0.2",
38
+ "@types/lodash": "^4.14.201",
40
39
  "@types/node": "^20.9.2",
41
40
  "@types/semver": "^7.5.5",
42
- "eslint": "^8.54.0"
41
+ "eslint": "^8.54.0",
42
+ "lodash": "^4.17.21"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "tsup --watch",