mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-08 15:53:33 +00:00
* Upgrade dependencies without breaking changes * Upgrade react-scripts to v4 * Use import instead of require in icons * Update styles dependencies * Remove react-app-rewired as is deprecated and not needed anymore * Update prettier and testing-library/react dependencies * Upgrade @ledger for desktop app * Fix types in fetchSafeTokens test * Use rescripts to remove ESLint plugin from react-scripts webpack * Disable travis cache Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
15 lines
157 B
Plaintext
15 lines
157 B
Plaintext
/node_modules
|
|
/build
|
|
.DS_Store
|
|
yarn-error.log
|
|
.env*
|
|
.eslintcache
|
|
/.idea
|
|
dist
|
|
electron-builder.yml
|
|
/.yalc
|
|
yalc.lock
|
|
# testing
|
|
/coverage/
|
|
src/types/contracts/
|