Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all (#622)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 12, 2020
1 parent b475db9 commit 08d6908
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 373 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.11",
"openpgp": "^4.10.8",
"pg": "8.4.0",
"pg": "8.4.1",
"randomstring": "^1.1.5",
"reconnecting-websocket": "^4.4.0",
"sequelize": "^5.21.10",
Expand All @@ -75,7 +75,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-string": "1.5.0",
"eslint": "7.10.0",
"eslint": "7.11.0",
"mocha": "8.1.3",
"prettier": "2.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@pinata/sdk": "1.1.11",
"babel-eslint": "10.1.0",
"commander": "6.1.0",
"eslint": "7.10.0",
"eslint": "7.11.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.3",
"eslint-plugin-react": "7.21.4",
"eslint-plugin-standard": "4.0.1",
"husky": "4.3.0",
"mocha": "8.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mocha": "8.1.3",
"prettier-eslint-cli": "5.0.0",
"solc": "0.7.1",
"solidity-coverage": "0.7.10",
"solidity-coverage": "0.7.11",
"solium": "1.2.5",
"web3-provider-engine": "16.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@origin/utils": "^0.1.0",
"bs58": "4.0.1",
"cross-fetch": "3.0.6",
"eslint": "7.10.0",
"eslint": "7.11.0",
"prettier": "2.1.2",
"form-data": "3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"commander": "^6.1.0",
"ganache-core": "2.12.1",
"ganache-core": "2.13.0",
"ipfs": "^0.49.0",
"memdown": "^5.1.0"
},
"devDependencies": {
"eslint": "7.10.0",
"eslint": "7.11.0",
"prettier": "2.1.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"logplease": "^1.2.15"
},
"devDependencies": {
"eslint": "7.10.0",
"eslint": "7.11.0",
"prettier": "2.1.2"
},
"prettier": {
Expand Down
10 changes: 5 additions & 5 deletions shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
"bootstrap": "4.5.2",
"clean-webpack-plugin": "3.0.0",
"css-loader": "4.3.0",
"eslint": "7.10.0",
"eslint": "7.11.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.21.3",
"file-loader": "6.1.0",
"eslint-plugin-react": "7.21.4",
"file-loader": "6.1.1",
"html-webpack-plugin": "4.5.0",
"ignore-loader": "0.1.2",
"inquirer": "7.3.3",
Expand All @@ -132,10 +132,10 @@
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.4",
"react-router-dom": "5.2.0",
"sass-loader": "10.0.2",
"sass-loader": "10.0.3",
"style-loader": "1.3.0",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.0",
"url-loader": "4.1.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
Expand Down
Loading

0 comments on commit 08d6908

Please sign in to comment.