Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(deps): replaces axios with fetch #368

Merged
merged 2 commits into from
Aug 26, 2022
Merged

refactor(deps): replaces axios with fetch #368

merged 2 commits into from
Aug 26, 2022

Commits on Aug 26, 2022

  1. refactor(api): replaces axios with fetch

    Replaces axios with fetch for all API interactions.
    
    Signed-off-by: Philipp Rudloff <[email protected]>
    Philipp Rudloff committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bf69a7a View commit details
    Browse the repository at this point in the history
  2. chore(deps): unlocks tough-cookie dependency

    Removes the manual resolution for tough-cookie which was added because of salesforce/tough-cookie#246. Since that issue was now resolved, this is no longer needed.
    
    Signed-off-by: Philipp Rudloff <[email protected]>
    Philipp Rudloff committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c135e49 View commit details
    Browse the repository at this point in the history