-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused npm dependencies #620
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
used correct starting of services prepare for select key
fixed chiaformatter and use big numbers everywhere
added peak timestamp added unfinished blocks
fixed block fees
working on plotnfts added missing api
fixed farming data
fixed list of plots fixed farm values
fixed latest signage points
added ability to invalidate cache between services
fixed selecting of the keys
disabled main buttons when loading data
center title center window on close
…ckages are used for this
added throttle for plots queue
'This PR has been flagged as stale due to no activity for over 60 |
'This PR has been flagged as stale due to no activity for over 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #607 for detail.
Memo
@chia/gui
(1) Remove
@material-styles
byte-size
npm-audit-resolver
stream-browserify
frompackages/gui/package.json
by hand.(2)
npm run clean -- --scope @chia/gui
(3)
npm run bootstrap
# of dependencies in package-lock.json of @chia/gui before this PR: 1060
After this PR: 1043
@chia/wallet
(1) Remove
@material-styles
byte-size
npm-audit-resolver
polished
stream-browserify
stringify
tail
yarn
frompackages/wallet/package.json
by hand.(2)
npm run clean -- --scope @chia/wallet
(3)
npm run bootstrap
# of dependencies in package-lock.json of @chia/wallet before this PR: 1042
After this PR: 943
@chia/core
(1) Remove
cookie
core-js
isomorphic-fetch
qs
@types/core-js
@types/isomorphic-fetch
@types/qs
frompackages/core/package.json
by hand.(2)
npm run clean -- --scope @chia/core
(3)
npm run bootstrap
# of dependencies in package-lock.json of @chia/wallet before this PR: 368
After this PR: 354
Additional Note
@material-ui/lab
is not used in@chia/wallet
but removing it from@chia/wallet
's package.json results in an error because@chia/core
specifies@material-ui/lab
aspeerDependencies
.