This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Resolve: Update npm dependencies (06-23-2021) #1579
Merged
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.
Notes
yarn.lock
has been created from scratch (by removing it before runningyarn
)14.17
(as same as Electron@13 is using - see https://www.electronjs.org/releases/stable?version=13&page=2#13.0.0).storybook/main.js
definesreactDocgen: 'react-docgen'
temporary (just as a workaround as mentioned in TypeError: (tag.text || "").trim is not a function styleguidist/react-docgen-typescript#356 (comment))PoolDetailsChart*.ts
[email protected]
(even a minor update to@0.39.13
breaks tests - see https://github.com/thorchain/asgardex-electron/pull/1579/checks?check_run_id=2903609210#step:8:27)Some info about
@storybook/react
issuesCheck of dependencies for
babel-loader
That's why we stick on @storybook/[email protected] for now.
Closes #1565