File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ function normalizeConfig(config) {
3939 if ( next . rules ) {
4040 next . rules = Object . fromEntries (
4141 Object . entries ( next . rules ) . filter ( ( [ ruleName ] ) => {
42+ if ( ruleName . startsWith ( '@babel/' ) ) {
43+ return false ;
44+ }
4245 if ( ! ruleName . startsWith ( '@typescript-eslint/' ) ) {
4346 return true ;
4447 }
Original file line number Diff line number Diff line change 5858 "@types/node" : " ^26.0.1" ,
5959 "@types/react" : " ^19.2.17" ,
6060 "@types/react-dom" : " ^19.2.3" ,
61- "@typescript-eslint/eslint-plugin" : " ^8.62.0 " ,
62- "@typescript-eslint/parser" : " ^8.62.0 " ,
61+ "@typescript-eslint/eslint-plugin" : " ^8.62.1 " ,
62+ "@typescript-eslint/parser" : " ^8.62.1 " ,
6363 "@umijs/fabric" : " ^4.0.1" ,
6464 "axios" : " ^1.9.0" ,
6565 "cross-env" : " ^10.1.0" ,
66- "dumi" : " ^2.4.35 " ,
66+ "dumi" : " ^2.4.38 " ,
6767 "eslint" : " ^9.39.4" ,
6868 "eslint-config-prettier" : " ^10.1.8" ,
69- "eslint-plugin-jest" : " ^29.15.3 " ,
69+ "eslint-plugin-jest" : " ^29.15.4 " ,
7070 "eslint-plugin-react" : " ^7.37.5" ,
7171 "eslint-plugin-react-hooks" : " ^7.1.1" ,
7272 "eslint-plugin-unicorn" : " ^65.0.1" ,
73- "father" : " ^4.6.23 " ,
73+ "father" : " ^4.6.24 " ,
7474 "gh-pages" : " ^6.3.0" ,
7575 "husky" : " ^9.1.7" ,
7676 "lint-staged" : " ^17.0.8" ,
77- "prettier" : " ^3.9.0 " ,
77+ "prettier" : " ^3.9.4 " ,
7878 "rc-test" : " ^7.1.3" ,
7979 "react" : " ^19.2.7" ,
8080 "react-dom" : " ^19.2.7" ,
8383 "typescript" : " ^6.0.3"
8484 },
8585 "peerDependencies" : {
86- "react" : " >=16.9.0 " ,
87- "react-dom" : " >=16.9.0 "
86+ "react" : " ^19.2.7 " ,
87+ "react-dom" : " ^19.2.7 "
8888 },
8989 "publishConfig" : {
9090 "access" : " public"
Load diff This file was deleted.
Original file line number Diff line number Diff line change 3333 "module" : " ESNext"
3434 },
3535 "include" : [
36- " react-compat.d.ts" ,
3736 " global.d.ts" ,
3837 " .dumirc.ts" ,
3938 " .fatherrc.ts" ,
You can’t perform that action at this time.
0 commit comments