diff --git a/.gitignore b/.gitignore index 21c570d..80d0c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ yarn.lock /app/src/contracts # Logs +/log npm-debug.log* yarn-debug.log* yarn-error.log* diff --git a/app/package.json b/app/package.json index 26f5578..d784355 100644 --- a/app/package.json +++ b/app/package.json @@ -7,7 +7,7 @@ "url": "https://gitlab.com/Ezerous/Apella.git" }, "dependencies": { - "connected-react-router": "6.3.2", + "connected-react-router": "6.4.0", "drizzle": "1.4.0", "history": "4.9.0", "ipfs": "github:ipfs/js-ipfs#e849dbcab4a313f7ffc1532a389097ee76344067", @@ -18,17 +18,17 @@ "react": "16.8.6", "react-content-loader": "4.2.1", "react-dom": "16.8.6", - "react-markdown": "4.0.6", - "react-redux": "7.0.1", + "react-markdown": "4.0.8", + "react-redux": "7.0.3", "react-router-dom": "5.0.0", - "react-scripts": "2.1.8", + "react-scripts": "3.0.1", "react-timeago": "4.4.0", "react-user-avatar": "1.10.0", "redux": "4.0.1", "redux-saga": "0.16.2", - "semantic-ui-react": "0.86.0", + "semantic-ui-react": "0.87.1", "uuid": "3.3.2", - "web3": "1.0.0-beta.52" + "web3": "1.0.0-beta.54" }, "devDependencies": { "libp2p-websocket-star-rendezvous": "0.3.0" diff --git a/contracts/Forum.sol b/contracts/Forum.sol index b81fa59..e6dcba2 100644 --- a/contracts/Forum.sol +++ b/contracts/Forum.sol @@ -1,4 +1,4 @@ -pragma solidity >=0.5.7 <0.6.0; +pragma solidity >=0.5.8 <0.6.0; contract Forum { diff --git a/contracts/Migrations.sol b/contracts/Migrations.sol index c2f001e..613b894 100644 --- a/contracts/Migrations.sol +++ b/contracts/Migrations.sol @@ -1,4 +1,4 @@ -pragma solidity >=0.5.7 <0.6.0; +pragma solidity >=0.5.8 <0.6.0; contract Migrations { address public owner; diff --git a/package.json b/package.json index eb85fae..69b4f83 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "openzeppelin-solidity": "^2.2.0" }, "devDependencies": { - "eslint": "5.12.0", + "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", - "eslint-plugin-import": "2.16.0", + "eslint-plugin-import": "2.17.2", "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4" + "eslint-plugin-react": "7.13.0" }, "scripts": { "lint": "eslint app/src --format table" diff --git a/truffle-config.js b/truffle-config.js index 9d4e039..9b49594 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -13,7 +13,7 @@ module.exports = { }, compilers: { solc: { - version: '0.5.7', + version: '0.5.8', settings: { optimizer: { enabled: true,