@vue-vine/eslint-parser 0.2.11 → 0.2.12-patch1
Sign up to get free protection for your applications and to get access to all the features.
- 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.2.
|
3
|
+
"version": "0.2.12-patch1",
|
4
4
|
"description": "ESLint parser for Vue Vine",
|
5
5
|
"author": "ShenQingchuan",
|
6
6
|
"license": "MIT",
|
@@ -34,11 +34,11 @@
|
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/debug": "^4.1.12",
|
36
36
|
"@types/eslint-scope": "^3.7.7",
|
37
|
-
"@types/line-column": "^1.0.
|
37
|
+
"@types/line-column": "^1.0.0",
|
38
38
|
"@types/lodash": "^4.14.201",
|
39
|
-
"@types/node": "^20.
|
39
|
+
"@types/node": "^20.11.27",
|
40
40
|
"@types/semver": "^7.5.5",
|
41
|
-
"eslint": "~9.
|
41
|
+
"eslint": "~9.10.0",
|
42
42
|
"lodash": "^4.17.21"
|
43
43
|
},
|
44
44
|
"scripts": {
|