1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/send/send-content
Mark Stacey 583b404e02
Switch to full lodash package, and update lodash (#7907)
* Update lodash

All versions of the full `lodash` package have been updated to 4.17.15.
The only exception is v4.17.14 which is pinned by `ganache-core`.

* Switch to using `lodash` instead of per-method packages

We have the full lodash package _ten times_ as a production transitive
dependency, so including per-method packages is not saving space (it
might instead result in slightly more space being used).
2020-01-27 12:45:48 -04:00
..
add-recipient Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
send-amount-row Switch to full lodash package, and update lodash (#7907) 2020-01-27 12:45:48 -04:00
send-asset-row yarn lint --fix 2019-12-03 17:20:55 -03:30
send-dropdown-list Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-from-row Remove unused fromDropdownOpen state in send reducer (#7700) 2019-12-12 19:26:18 -04:00
send-gas-row Fix prop types for SendGasRow component tests (#7833) 2020-01-15 17:44:47 -03:30
send-hex-data-row Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-row-wrapper Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
tests Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
send-content.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
send-content.container.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30