Update web-ext version to support latest firefox #22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The script doesn't work with the latest Firefox since it's using an older version of
web-ext
(v2.9.3). Relevant issue in theweb-ext
repo.Solution
Update the version of
web-ext
to the latest (v5.5.0). Since in this project,web-ext
is only used to launch Firefox, it shouldn't cause any other issues.Thanks for this awesome project! Let me know if this doesn't make sense or some other changes/tests are required 👍