Skip to content

Commit

Permalink
replaced colors with chalk
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto committed Sep 13, 2023
1 parent 4e15bbb commit 03f6896
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 19 deletions.
255 changes: 238 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@snapshot-labs/snapshot.js": "0.5.5",
"@tanstack/react-query": "^4.29.7",
"autoprefixer": "^10.4.4",
"chalk": "^5.3.0",
"chart.js": "^3.8.2",
"classnames": "^2.3.2",
"clipboard-copy": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/entities/Committee/isDAOCommittee.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { yellow } from 'colors/safe'
import yellow from 'chalk'
import env from 'decentraland-gatsby/dist/utils/env'
import isEthereumAddress from 'validator/lib/isEthereumAddress'

Expand Down
2 changes: 1 addition & 1 deletion src/entities/Debug/isDebugAddress.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { magenta } from 'colors/safe'
import magenta from 'chalk'
import env from 'decentraland-gatsby/dist/utils/env'
import isEthereumAddress from 'validator/lib/isEthereumAddress'

Expand Down

0 comments on commit 03f6896

Please sign in to comment.