Page MenuHomePhabricator

[Cashtab] Add used dependency to dev dependencies
ClosedPublic

Authored by bytesofman on Jan 24 2024, 00:20.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC6a2d5513b1f6: [Cashtab] Add used dependency to dev dependencies
Summary

We use prop-types to throw warnings in dev environment if components have props of the wrong type

This used to be bundled with React by default. It isn't anymore. Import is still working as it is a dependency of other things like eslint. But it should be specified as a dev dependency of Cashtab.

Test Plan

npm test, npm run build

Diff Detail

Repository
rABC Bitcoin ABC
Branch
add-prop-types
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26605
Build 52780: Build Diffcashtab-tests
Build 52779: arc lint + arc unit