Skip to content

chore: remove unused 'axios' dependency #2061

@Sahil-Shadwal

Description

@Sahil-Shadwal

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 axios from package.json
  • Run yarn (or appropriate package manager command) to update yarn.lock

Benefits

  • Reduces node_modules size.
  • 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

No one assigned

    Labels

    Status: TriageThis is the initial status for an issue that requires triage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions