File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 55overrides :
66 - files : " docs/.vuepress/components/*.vue"
77 parserOptions :
8- parser : babel- eslint
8+ parser : " @ babel/ eslint-parser "
99
1010 - files : " lib/rules/*.js"
1111 rules :
Original file line number Diff line number Diff line change 1313 "eslint" : " ^6.0.0 || ^7.0.0"
1414 },
1515 "dependencies" : {
16- "escape-string-regexp" : " ^1 .0.5 " ,
16+ "escape-string-regexp" : " ^4 .0.0 " ,
1717 "ignore" : " ^5.2.4"
1818 },
1919 "devDependencies" : {
20+ "@babel/core" : " ^7.22.9" ,
21+ "@babel/eslint-parser" : " ^7.22.9" ,
2022 "@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" ,
2526 "eslint" : " ^7.32.0" ,
2627 "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 " ,
3031 "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" ,
3435 "vue-eslint-editor" : " ^1.1.0" ,
35- "vuepress" : " ^1.9.8 "
36+ "vuepress" : " ^1.9.9 "
3637 },
3738 "scripts" : {
3839 "preversion" : " npm test" ,
You can’t perform that action at this time.
0 commit comments