Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,18 @@
"@types/react-dom": "^18.0.0",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^3.0.0",
"cross-env": "^7.0.0",
"dumi": "^2.0.0",
"eslint": "^7.18.0",
"father": "^4.0.0",
"glob": "^10.0.0",
"husky": "^8.0.3",
"jest-environment-jsdom": "^29.5.0",
"jquery": "^3.3.1",
"less": "^4.1.1",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"rc-test": "^7.0.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"regenerator-runtime": "^0.13.9",
Comment on lines 64 to -78

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While removing these dependencies is a good step, I noticed a couple of others in this same block that also appear to be unused and could be removed as part of this cleanup:

  • @types/warning: The warning package is not a direct dependency, and I couldn't find any imports for it in the codebase.
  • glob: This package doesn't seem to be used in any of the scripts, and tools like eslint or lint-staged typically have built-in support for glob patterns.

Removing these would make this dependency cleanup more complete.

"typescript": "^5.0.0"
},
"peerDependencies": {
Expand Down