Skip to content

Commit 54643fb

Browse files
committed
chore: align maintenance dependencies
1 parent 43e67ef commit 54643fb

4 files changed

Lines changed: 11 additions & 23 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,33 +86,33 @@
8686
"@types/node": "^26.0.1",
8787
"@types/react": "^19.2.17",
8888
"@types/react-dom": "^19.2.3",
89-
"@typescript-eslint/eslint-plugin": "^8.62.0",
90-
"@typescript-eslint/parser": "^8.62.0",
89+
"@typescript-eslint/eslint-plugin": "^8.62.1",
90+
"@typescript-eslint/parser": "^8.62.1",
9191
"@umijs/fabric": "^4.0.1",
9292
"cross-env": "^10.1.0",
93-
"dumi": "^2.4.35",
93+
"dumi": "^2.4.38",
9494
"eslint": "^9.39.4",
9595
"eslint-config-prettier": "^10.1.8",
96-
"eslint-plugin-jest": "^29.15.3",
96+
"eslint-plugin-jest": "^29.15.4",
9797
"eslint-plugin-react": "^7.37.5",
9898
"eslint-plugin-react-hooks": "^7.1.1",
9999
"eslint-plugin-unicorn": "^65.0.1",
100-
"father": "^4.6.23",
100+
"father": "^4.6.24",
101101
"gh-pages": "^6.3.0",
102102
"glob": "^13.0.6",
103103
"husky": "^9.1.7",
104104
"identity-obj-proxy": "^3.0.0",
105105
"less": "^4.6.7",
106106
"lint-staged": "^17.0.8",
107-
"prettier": "^3.9.0",
107+
"prettier": "^3.9.4",
108108
"rc-test": "^7.1.3",
109109
"react": "^19.2.7",
110110
"react-dom": "^19.2.7",
111111
"typescript": "^6.0.3"
112112
},
113113
"peerDependencies": {
114-
"react": ">=16.9.0",
115-
"react-dom": ">=16.9.0"
114+
"react": "^19.2.7",
115+
"react-dom": "^19.2.7"
116116
},
117117
"cnpm": {
118118
"mode": "npm"

react-compat.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"module": "ESNext"
2222
},
2323
"include": [
24-
"react-compat.d.ts",
2524
"global.d.ts",
2625
".dumirc.ts",
2726
".fatherrc.ts",

0 commit comments

Comments
 (0)