@vue-vine/eslint-parser 0.1.29 → 0.1.31
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +10155 -0
- package/dist/index.mjs +10155 -0
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vue-vine/eslint-parser",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.31",
|
4
4
|
"description": "ESLint parser for Vue Vine",
|
5
5
|
"author": "ShenQingchuan",
|
6
6
|
"license": "MIT",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"dist"
|
24
24
|
],
|
25
25
|
"dependencies": {
|
26
|
-
"@typescript-eslint/parser": "^
|
27
|
-
"@typescript-eslint/scope-manager": "^
|
28
|
-
"@typescript-eslint/typescript-estree": "^
|
26
|
+
"@typescript-eslint/parser": "^8.11.0",
|
27
|
+
"@typescript-eslint/scope-manager": "^8.11.0",
|
28
|
+
"@typescript-eslint/typescript-estree": "^8.11.0",
|
29
29
|
"debug": "^4.3.4",
|
30
30
|
"eslint-scope": "^7.2.2",
|
31
31
|
"espree": "^9.6.1",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"@types/lodash": "^4.14.201",
|
40
40
|
"@types/node": "^20.9.2",
|
41
41
|
"@types/semver": "^7.5.5",
|
42
|
-
"eslint": "
|
42
|
+
"eslint": "~9.6.0",
|
43
43
|
"lodash": "^4.17.21"
|
44
44
|
},
|
45
45
|
"scripts": {
|