@vue-vine/eslint-parser 0.1.29 → 0.1.30
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +10151 -0
- package/dist/index.mjs +10151 -0
- package/package.json +2 -2
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.30",
|
4
4
|
"description": "ESLint parser for Vue Vine",
|
5
5
|
"author": "ShenQingchuan",
|
6
6
|
"license": "MIT",
|
@@ -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": {
|