Bump dependencies (#639)

This commit is contained in:
Mikhail Mikheev 2020-03-06 14:49:08 +01:00 committed by GitHub
parent 5401978bb2
commit 0a987c29bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1820 additions and 1437 deletions

View File

@ -43,20 +43,20 @@
"dependencies": { "dependencies": {
"@gnosis.pm/safe-contracts": "1.1.1-dev.1", "@gnosis.pm/safe-contracts": "1.1.1-dev.1",
"@gnosis.pm/util-contracts": "2.0.6", "@gnosis.pm/util-contracts": "2.0.6",
"@material-ui/core": "4.8.0", "@material-ui/core": "4.9.5",
"@material-ui/icons": "4.5.1", "@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.39", "@material-ui/lab": "4.0.0-alpha.39",
"@testing-library/jest-dom": "5.0.0", "@testing-library/jest-dom": "5.1.1",
"@welldone-software/why-did-you-render": "3.4.1", "@welldone-software/why-did-you-render": "4.0.5",
"axios": "0.19.0", "axios": "0.19.2",
"bignumber.js": "9.0.0", "bignumber.js": "9.0.0",
"bnc-onboard": "1.3.0", "bnc-onboard": "1.3.3",
"connected-react-router": "6.6.1", "connected-react-router": "6.7.0",
"currency-flags": "^2.1.1", "currency-flags": "^2.1.1",
"date-fns": "2.9.0", "date-fns": "2.10.0",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"ethereum-ens": "0.8.0", "ethereum-ens": "0.8.0",
"final-form": "4.18.6", "final-form": "4.18.7",
"history": "4.10.1", "history": "4.10.1",
"immortal-db": "^1.0.2", "immortal-db": "^1.0.2",
"immutable": "^4.0.0-rc.9", "immutable": "^4.0.0-rc.9",
@ -67,16 +67,16 @@
"optimize-css-assets-webpack-plugin": "5.0.3", "optimize-css-assets-webpack-plugin": "5.0.3",
"polished": "^3.4.2", "polished": "^3.4.2",
"qrcode.react": "1.0.0", "qrcode.react": "1.0.0",
"query-string": "6.10.1", "query-string": "6.11.1",
"react": "16.12.0", "react": "16.13.0",
"react-dev-utils": "^10.0.0", "react-dev-utils": "^10.0.0",
"react-dom": "16.12.0", "react-dom": "16.13.0",
"react-final-form": "6.3.3", "react-final-form": "6.3.5",
"react-final-form-listeners": "^1.0.2", "react-final-form-listeners": "^1.0.2",
"react-ga": "^2.7.0", "react-ga": "^2.7.0",
"react-hot-loader": "4.12.18", "react-hot-loader": "4.12.19",
"react-qr-reader": "^2.2.1", "react-qr-reader": "^2.2.1",
"react-redux": "7.1.3", "react-redux": "7.2.0",
"react-router-dom": "5.1.2", "react-router-dom": "5.1.2",
"react-window": "^1.8.5", "react-window": "^1.8.5",
"recompose": "^0.30.0", "recompose": "^0.30.0",
@ -86,11 +86,11 @@
"reselect": "^4.0.0", "reselect": "^4.0.0",
"semver": "^7.1.1", "semver": "^7.1.1",
"styled-components": "^5.0.1", "styled-components": "^5.0.1",
"web3": "1.2.4" "web3": "1.2.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.8.3", "@babel/cli": "7.8.4",
"@babel/core": "7.8.3", "@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3", "@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-do-expressions": "7.8.3", "@babel/plugin-proposal-do-expressions": "7.8.3",
@ -109,15 +109,15 @@
"@babel/plugin-syntax-import-meta": "7.8.3", "@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/plugin-transform-member-expression-literals": "7.8.3", "@babel/plugin-transform-member-expression-literals": "7.8.3",
"@babel/plugin-transform-property-literals": "7.8.3", "@babel/plugin-transform-property-literals": "7.8.3",
"@babel/polyfill": "7.8.3", "@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.8.3", "@babel/preset-env": "7.8.7",
"@babel/preset-flow": "7.8.3", "@babel/preset-flow": "7.8.3",
"@babel/preset-react": "7.8.3", "@babel/preset-react": "7.8.3",
"@testing-library/react": "9.4.0", "@testing-library/react": "9.5.0",
"autoprefixer": "9.7.4", "autoprefixer": "9.7.4",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.3", "babel-eslint": "10.1.0",
"babel-jest": "24.9.0", "babel-jest": "25.1.0",
"babel-loader": "8.0.6", "babel-loader": "8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
@ -137,13 +137,13 @@
"eslint-plugin-sort-destructure-keys": "^1.3.3", "eslint-plugin-sort-destructure-keys": "^1.3.3",
"ethereumjs-abi": "0.6.8", "ethereumjs-abi": "0.6.8",
"extract-text-webpack-plugin": "^4.0.0-beta.0", "extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "5.0.2", "file-loader": "5.1.0",
"flow-bin": "0.116.1", "flow-bin": "0.120.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"html-loader": "^0.5.5", "html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"husky": "^4.2.2", "husky": "^4.2.2",
"jest": "24.9.0", "jest": "25.1.0",
"jest-dom": "4.0.0", "jest-dom": "4.0.0",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"mini-css-extract-plugin": "0.9.0", "mini-css-extract-plugin": "0.9.0",
@ -153,15 +153,15 @@
"prettier": "^1.19.1", "prettier": "^1.19.1",
"run-with-testrpc": "0.3.1", "run-with-testrpc": "0.3.1",
"style-loader": "1.1.3", "style-loader": "1.1.3",
"terser-webpack-plugin": "2.3.2", "terser-webpack-plugin": "2.3.5",
"truffle": "5.1.9", "truffle": "5.1.16",
"truffle-contract": "4.0.31", "truffle-contract": "4.0.31",
"truffle-solidity-loader": "0.1.32", "truffle-solidity-loader": "0.1.32",
"url-loader": "3.0.0", "url-loader": "3.0.0",
"webpack": "4.41.5", "webpack": "4.42.0",
"webpack-bundle-analyzer": "3.6.0", "webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.10", "webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.1", "webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0" "webpack-manifest-plugin": "2.2.0"
} }
} }

3193
yarn.lock

File diff suppressed because it is too large Load Diff