Page MenuHomePhabricator

[Cashtab] Upgrade webpack
ClosedPublic

Authored by bytesofman on Feb 1 2024, 17:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC6365e967b97f: [Cashtab] Upgrade webpack
Summary

5.90.0 version was already being used as it is a peer dependency of another Cashtab dependency

No point in also specifically installing the older one.

Go ahead and update to the latest, 5.90.1.

Test Plan

npm run build, npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman published this revision for review.Feb 1 2024, 17:47
Fabien added a subscriber: Fabien.
Fabien added inline comments.
cashtab/package.json
3 ↗(On Diff #44863)

Beware this conflicts with another diff.
You can use depends on Dxxx to avoid this.

This revision is now accepted and ready to land.Feb 1 2024, 20:04
This revision was automatically updated to reflect the committed changes.