File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ function normalizeConfig(config) {
3636 if ( next . rules ) {
3737 next . rules = Object . fromEntries (
3838 Object . entries ( next . rules ) . filter ( ( [ ruleName ] ) => {
39+ if ( ruleName . startsWith ( '@babel/' ) ) {
40+ return false ;
41+ }
3942 if ( ! ruleName . startsWith ( '@typescript-eslint/' ) ) {
4043 return true ;
4144 }
Original file line number Diff line number Diff line change 6767 "@types/react" : " ^19.2.17" ,
6868 "@types/react-dom" : " ^19.2.3" ,
6969 "@types/warning" : " ^3.0.4" ,
70- "@typescript-eslint/eslint-plugin" : " ^8.62.0 " ,
71- "@typescript-eslint/parser" : " ^8.62.0 " ,
70+ "@typescript-eslint/eslint-plugin" : " ^8.62.1 " ,
71+ "@typescript-eslint/parser" : " ^8.62.1 " ,
7272 "@umijs/fabric" : " ^4.0.1" ,
7373 "cross-env" : " ^10.1.0" ,
74- "dumi" : " ^2.4.35 " ,
74+ "dumi" : " ^2.4.38 " ,
7575 "eslint" : " ^9.39.4" ,
7676 "eslint-config-prettier" : " ^10.1.8" ,
77- "eslint-plugin-jest" : " ^29.15.3 " ,
77+ "eslint-plugin-jest" : " ^29.15.4 " ,
7878 "eslint-plugin-react" : " ^7.37.5" ,
7979 "eslint-plugin-react-hooks" : " ^7.1.1" ,
8080 "eslint-plugin-unicorn" : " ^65.0.1" ,
81- "father" : " ^4.6.23 " ,
81+ "father" : " ^4.6.24 " ,
8282 "glob" : " ^13.0.6" ,
8383 "husky" : " ^9.1.7" ,
8484 "lint-staged" : " ^17.0.8" ,
85- "prettier" : " ^3.9.0 " ,
85+ "prettier" : " ^3.9.4 " ,
8686 "rc-test" : " ^7.1.3" ,
8787 "react" : " ^19.2.7" ,
8888 "react-dom" : " ^19.2.7" ,
8989 "typescript" : " ^6.0.3"
9090 },
9191 "peerDependencies" : {
92- "react" : " * " ,
93- "react-dom" : " * "
92+ "react" : " ^19.2.7 " ,
93+ "react-dom" : " ^19.2.7 "
9494 },
9595 "publishConfig" : {
9696 "access" : " public"
You can’t perform that action at this time.
0 commit comments