-
-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.
Description
Description
The axios dependency is currently listed in package.json but is not used in the application code.
Context
A search of the codebase reveals that axios only appears in a markdown file (pages/blog/posts/oracle-case-study.md) as part of a code snippet example. It is not imported or used in any .ts or .tsx files for the actual website functionality.
Proposed Change
- Remove
axiosfrom package.json - Run
yarn(or appropriate package manager command) to update yarn.lock
Benefits
- Reduces
node_modulessize. - Removes potential security surface area from an unused dependency.
Participation
I am available to work on this. If this issue is accepted/triaged, please assign it to me.
Metadata
Metadata
Assignees
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.