File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 5
5
overrides :
6
6
- files : " docs/.vuepress/components/*.vue"
7
7
parserOptions :
8
- parser : babel- eslint
8
+ parser : " @ babel/ eslint-parser "
9
9
10
10
- files : " lib/rules/*.js"
11
11
rules :
Original file line number Diff line number Diff line change 13
13
"eslint" : " ^6.0.0 || ^7.0.0"
14
14
},
15
15
"dependencies" : {
16
- "escape-string-regexp" : " ^1 .0.5 " ,
16
+ "escape-string-regexp" : " ^4 .0.0 " ,
17
17
"ignore" : " ^5.2.4"
18
18
},
19
19
"devDependencies" : {
20
+ "@babel/core" : " ^7.22.9" ,
21
+ "@babel/eslint-parser" : " ^7.22.9" ,
20
22
"@eslint-community/eslint-plugin-mysticatea" : " ^15.5.1" ,
21
- "@types/node" : " ^14.18.36" ,
22
- "@vuepress/plugin-pwa" : " ^1.9.8" ,
23
- "babel-eslint" : " ^10.0.1" ,
24
- "cross-spawn" : " ^6.0.5" ,
23
+ "@types/node" : " ^14.18.54" ,
24
+ "@vuepress/plugin-pwa" : " ^1.9.9" ,
25
+ "cross-spawn" : " ^7.0.3" ,
25
26
"eslint" : " ^7.32.0" ,
26
27
"eslint4b" : " ^7.32.0" ,
27
- "fs-extra" : " ^8 .1.0" ,
28
- "mocha" : " ^6 .2.3 " ,
29
- "nyc" : " ^14 .1.1 " ,
28
+ "fs-extra" : " ^10 .1.0" ,
29
+ "mocha" : " ^9 .2.2 " ,
30
+ "nyc" : " ^15 .1.0 " ,
30
31
"opener" : " ^1.5.2" ,
31
- "rimraf" : " ^2.7.1 " ,
32
- "semver" : " ^7.3.8 " ,
33
- "string-replace-loader" : " ^2.3 .0" ,
32
+ "rimraf" : " ^3.0.2 " ,
33
+ "semver" : " ^7.5.4 " ,
34
+ "string-replace-loader" : " ^3.1 .0" ,
34
35
"vue-eslint-editor" : " ^1.1.0" ,
35
- "vuepress" : " ^1.9.8 "
36
+ "vuepress" : " ^1.9.9 "
36
37
},
37
38
"scripts" : {
38
39
"preversion" : " npm test" ,
You can’t perform that action at this time.
0 commit comments