File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 56
56
},
57
57
"dependencies" : {
58
58
"@trivago/prettier-plugin-sort-imports" : " ^4.3.0" ,
59
- "@typescript-eslint/eslint-plugin" : " 7.14.1 " ,
60
- "@typescript-eslint/parser" : " 7.14.1 " ,
59
+ "@typescript-eslint/eslint-plugin" : " 7.5.0 " ,
60
+ "@typescript-eslint/parser" : " 7.5.0 " ,
61
61
"@umijs/babel-preset-umi" : " ^4.3.0" ,
62
62
"@umijs/lint" : " ^4.3.0" ,
63
63
"commitlint-config-gitmoji" : " ^2.3.1" ,
120
120
"unist-util-visit" : " ^5.0.0"
121
121
},
122
122
"devDependencies" : {
123
+ "@commitlint/cli" : " ^19.3.0" ,
123
124
"@types/node" : " ^20.14.9" ,
124
125
"antd-style" : " ^3.6.2" ,
125
126
"clean-pkg-json" : " ^1.2.0" ,
127
+ "commitlint" : " ^19.3.0" ,
128
+ "eslint" : " ^8.57.0" ,
126
129
"father" : " ^4.4.4" ,
127
130
"husky" : " ^9.0.11" ,
128
131
"lint-staged" : " ^15.2.7" ,
132
+ "prettier" : " ^3.3.2" ,
133
+ "react" : " ^18.3.1" ,
134
+ "remark" : " ^14.0.3" ,
135
+ "remark-cli" : " ^11.0.0" ,
136
+ "semantic-release" : " ^21.1.2" ,
137
+ "stylelint" : " ^16.6.1" ,
129
138
"typescript" : " ^5.5.2"
130
139
},
131
- "peerDependencies" : {
132
- "@commitlint/cli" : " >=19" ,
133
- "commitlint" : " >=19" ,
134
- "eslint" : " >=8.42" ,
135
- "prettier" : " >=3" ,
136
- "remark" : " >=14" ,
137
- "remark-cli" : " >=11" ,
138
- "semantic-release" : " >=21" ,
139
- "stylelint" : " >=16"
140
- },
141
140
"publishConfig" : {
142
141
"access" : " public" ,
143
142
"registry" : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default {
42
42
[ 'remark-lint-list-item-indent' , 'space' ] ,
43
43
[ 'remark-lint-list-item-spacing' , { checkBlanks : true } ] ,
44
44
[ 'remark-lint-no-duplicate-headings' , false ] ,
45
- [ 'remark-lint-no-file-name-irregular-characters' , '\\ .a-zA-Z0-9-_' ] ,
45
+ [ 'remark-lint-no-file-name-irregular-characters' , String . raw `\ .a-zA-Z0-9-_` ] ,
46
46
[ 'remark-lint-no-file-name-mixed-case' , false ] ,
47
47
[ 'remark-lint-no-literal-urls' , false ] ,
48
48
[ 'remark-lint-no-shell-dollars' , false ] ,
You can’t perform that action at this time.
0 commit comments