From c6f21b0ae54cb9dca83b939fd271bbb72974ed72 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 18 Mar 2019 20:31:09 +0200 Subject: [PATCH] Up dependencies --- app/package.json | 4 ++-- contracts/Forum.sol | 2 +- contracts/Migrations.sol | 2 +- package.json | 2 +- truffle-config.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/package.json b/app/package.json index 9823b9e..af810b1 100644 --- a/app/package.json +++ b/app/package.json @@ -9,7 +9,7 @@ "dependencies": { "connected-react-router": "6.3.2", "drizzle": "1.3.3", - "history": "4.7.2", + "history": "4.9.0", "ipfs": "github:ipfs/js-ipfs#e849dbcab4a313f7ffc1532a389097ee76344067", "orbit-db": "0.19.9", "orbit-db-keystore": "0.1.0", @@ -19,7 +19,7 @@ "react-dom": "16.8.4", "react-markdown": "4.0.6", "react-redux": "6.0.1", - "react-router-dom": "4.3.1", + "react-router-dom": "5.0.0", "react-scripts": "2.1.8", "react-timeago": "4.4.0", "react-user-avatar": "1.10.0", diff --git a/contracts/Forum.sol b/contracts/Forum.sol index c932606..add5f3c 100644 --- a/contracts/Forum.sol +++ b/contracts/Forum.sol @@ -1,4 +1,4 @@ -pragma solidity >=0.5.5 <0.6.0; +pragma solidity >=0.5.6 <0.6.0; contract Forum { diff --git a/contracts/Migrations.sol b/contracts/Migrations.sol index 753015d..f0af7df 100644 --- a/contracts/Migrations.sol +++ b/contracts/Migrations.sol @@ -1,4 +1,4 @@ -pragma solidity >=0.5.5 <0.6.0; +pragma solidity >=0.5.6 <0.6.0; contract Migrations { address public owner; diff --git a/package.json b/package.json index 3f39bb1..eb85fae 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "test" }, "dependencies": { - "openzeppelin-solidity": "^2.1.2" + "openzeppelin-solidity": "^2.2.0" }, "devDependencies": { "eslint": "5.12.0", diff --git a/truffle-config.js b/truffle-config.js index 33de110..e7c33db 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -13,7 +13,7 @@ module.exports = { }, compilers: { solc: { - version: '0.5.5', + version: '0.5.6', settings: { optimizer: { enabled: true,