Skip to content

Commit

Permalink
Fix build (websocket issue) and upgrade dependencies (#122)
Browse files Browse the repository at this point in the history
removed package-lock.json from version control (issue with invalid websocket dependency)
fixed dependencies of the js lib to exact version
upgraded dependencies to latest, except Typescript that has breaking changes
web3 1.0.0-beta.34 => - 1.0.0-beta.35
lerna: 2.8.0 => 3.2.1
truffle 4.0.5 => 4.1.14
  • Loading branch information
romaric-juniet committed Sep 5, 2018
1 parent 5a0e440 commit 193971a
Show file tree
Hide file tree
Showing 6 changed files with 749 additions and 6,402 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ install:
- npm install -g lerna
- lerna bootstrap
- npm install -g ganache-cli@6.1.3
- npm install -g truffle@4.0.5
- npm install -g truffle@4.1.14
- npm install -g solium@1.1.8
- npm install -g @compodoc/compodoc
- brew install ipfs
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"lerna": "2.8.0",
"lerna": "3.2.1",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"homepage": "https://github.com/RequestNetwork/requestNetwork",
"devDependencies": {
"lerna": "^2.8.0"
"lerna": "3.2.1"
}
}
}

0 comments on commit 193971a

Please sign in to comment.