Chore/dependency updates #196

Merged
bumi merged 4 commits from chore/dependency-updates into master 2020-05-27 14:22:41 +00:00
bumi commented 2020-05-27 08:57:43 +00:00 (Migrated from github.com)

Updated the npm dependencies to the latest versions

missing:

  • ipfs-http-client - which has some breaking changes. I think it is not a problem for us but needs to be tested
  • solhint - wich also has a breaking change and now needs pretier for codestyle linting. I did not want that additional dependency now. Also we probably needs to improve the linting of the solidity files
Updated the npm dependencies to the latest versions missing: - [ ] ipfs-http-client - which has some breaking changes. I think it is not a problem for us but needs to be tested - [ ] solhint - wich also has a breaking change and now needs pretier for codestyle linting. I did not want that additional dependency now. Also we probably needs to improve the linting of the solidity files
raucao (Migrated from github.com) approved these changes 2020-05-27 09:06:17 +00:00
raucao (Migrated from github.com) left a comment

LGTM (didn't test locally)

LGTM (didn't test locally)
bumi commented 2020-05-27 12:05:18 +00:00 (Migrated from github.com)

the new IPFS package now returns a Object [AsyncGenerator] {} and no longer just a promise.
we should update that package in an separate pull request. same for the solhint package.

I've tested all the scripts (bootstrap, etc.) and seems to work fine.

the new IPFS package now returns a `Object [AsyncGenerator] {} ` and no longer just a promise. we should update that package in an separate pull request. same for the solhint package. I've tested all the scripts (bootstrap, etc.) and seems to work fine.
bumi commented 2020-05-27 12:09:23 +00:00 (Migrated from github.com)

those warnings: https://github.com/67P/kredits-contracts/network/alerts should be fine now, too.
they are all from within the app/ package-lock.json

those warnings: https://github.com/67P/kredits-contracts/network/alerts should be fine now, too. they are all from within the app/ package-lock.json
raucao commented 2020-05-27 12:53:10 +00:00 (Migrated from github.com)

utACK

utACK
Sign in to join this conversation.
No description provided.