File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ function normalizeConfig(config) {
5252 if ( next . rules ) {
5353 next . rules = Object . fromEntries (
5454 Object . entries ( next . rules ) . filter ( ( [ ruleName ] ) => {
55+ if ( ruleName . startsWith ( '@babel/' ) ) {
56+ return false ;
57+ }
5558 if ( ! ruleName . startsWith ( '@typescript-eslint/' ) ) {
5659 return true ;
5760 }
Original file line number Diff line number Diff line change 6565 "@types/react" : " ^19.2.17" ,
6666 "@types/react-dom" : " ^19.2.3" ,
6767 "@types/warning" : " ^3.0.4" ,
68- "@typescript-eslint/eslint-plugin" : " ^8.62.0 " ,
69- "@typescript-eslint/parser" : " ^8.62.0 " ,
68+ "@typescript-eslint/eslint-plugin" : " ^8.62.1 " ,
69+ "@typescript-eslint/parser" : " ^8.62.1 " ,
7070 "@umijs/fabric" : " ^4.0.1" ,
7171 "cross-env" : " ^10.1.0" ,
72- "dumi" : " ^2.4.35 " ,
72+ "dumi" : " ^2.4.38 " ,
7373 "eslint" : " ^9.39.4" ,
7474 "eslint-config-prettier" : " ^10.1.8" ,
75- "eslint-plugin-jest" : " ^29.15.3 " ,
75+ "eslint-plugin-jest" : " ^29.15.4 " ,
7676 "eslint-plugin-react" : " ^7.37.5" ,
7777 "eslint-plugin-react-hooks" : " ^7.1.1" ,
7878 "eslint-plugin-unicorn" : " ^65.0.1" ,
79- "father" : " ^4.6.23 " ,
79+ "father" : " ^4.6.24 " ,
8080 "gh-pages" : " ^6.3.0" ,
8181 "husky" : " ^9.1.7" ,
8282 "lint-staged" : " ^17.0.8" ,
83- "prettier" : " ^3.9.0 " ,
83+ "prettier" : " ^3.9.4 " ,
8484 "rc-test" : " ^7.1.3" ,
8585 "react" : " ^19.2.7" ,
8686 "react-dom" : " ^19.2.7" ,
8787 "typescript" : " ^6.0.3"
8888 },
8989 "peerDependencies" : {
90- "react" : " >=16.9.0 " ,
91- "react-dom" : " >=16.9.0 "
90+ "react" : " ^19.2.7 " ,
91+ "react-dom" : " ^19.2.7 "
9292 },
9393 "publishConfig" : {
9494 "access" : " public"
You can’t perform that action at this time.
0 commit comments