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

delete 3 unused dev dependencies #1438

Merged
merged 1 commit into from
Aug 30, 2022
Merged

delete 3 unused dev dependencies #1438

merged 1 commit into from
Aug 30, 2022

Conversation

megahirt
Copy link
Collaborator

@megahirt megahirt commented Aug 29, 2022

Description

This deletes three obsolete/unused devDependencies, all of which were preventing a proper npm install from completing. With this change, there are no peer dependency issues/errors.

I did a search in vscode for each of these dependencies and none of them appear in actual code (one had a type definition but that was it). These were likely left over from a previous refactor but the dependency wasn't removed from packages.json

I also regenerate the package-lock.json from scratch (delete and recreate)

Fixes #1436

Type of Change

Only keep lines below that describe this change, then delete the rest.

  • Bug fix (non-breaking change which fixes an issue)

Screenshots

image

This change gets npm working again (It's unclear to me how it stopped working for new installs).

Checklist

  • I have performed a self-review of my own code
  • I have reviewed the title/description of this PR which will be used as the squashed PR commit message

This deletes three obsolete/unused devDependencies, all of which were preventing a proper npm install from completing.  With this change, there are no peer dependency issues.

I also regenerate the package-lock.json from scratch (delete and recreate)
@github-actions
Copy link

Unit Test Results

368 tests   368 ✔️  15s ⏱️
    1 suites      0 💤
    1 files        0

Results for commit 5e5c16a.

Copy link
Contributor

@longrunningprocess longrunningprocess left a comment

Choose a reason for hiding this comment

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

Excellent!!! yes, please remove things

@megahirt megahirt merged commit ea687a2 into develop Aug 30, 2022
@megahirt megahirt deleted the bugfix/removeDeps branch August 30, 2022 00:00
@megahirt megahirt self-assigned this Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused dependencies
2 participants