diff options
author | Xianny <8582774+xianny@users.noreply.github.com> | 2019-02-05 18:58:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 18:58:30 +0800 |
commit | 703aa38a17dac2b1ff39cbee012956d36baa4e62 (patch) | |
tree | b8fabbd91234f3c1d4ea9a8c13620081534beee9 /packages/react-shared/package.json | |
parent | b2f35057a56faa82f31d8c5ef09249171dc130d2 (diff) | |
download | dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.tar.gz dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.tar.zst dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.zip |
CI test for dependencies to have the same version (#1556)
* add failing CI for dependencies with multiple versions
* update dependencies
* increase bundlewatch maxsize for 0x.js
Diffstat (limited to 'packages/react-shared/package.json')
-rw-r--r-- | packages/react-shared/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 4be4742b0..b527e51a3 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -29,7 +29,7 @@ "@0x/tslint-config": "^2.0.2", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", - "tslint": "^5.9.1", + "tslint": "5.11.0", "typescript": "3.0.1" }, "dependencies": { @@ -37,7 +37,7 @@ "@material-ui/core": "^3.0.1", "@types/is-mobile": "0.3.0", "@types/lodash": "4.14.104", - "@types/material-ui": "0.18.0", + "@types/material-ui": "^0.20.0", "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", @@ -48,15 +48,15 @@ "basscss": "^8.0.3", "change-case": "^3.0.2", "is-mobile": "^0.2.2", - "lodash": "^4.17.5", + "lodash": "^4.17.11", "material-ui": "^0.20.0", "react": "^16.5.2", "react-dom": "^16.5.2", - "react-highlight": "0xproject/react-highlight#fix/react-version", + "react-highlight": "0xproject/react-highlight", "react-markdown": "^3.2.2", - "react-router-dom": "^4.1.1", + "react-router-dom": "^4.3.1", "react-scroll": "0xproject/react-scroll#pr-330-and-replace-state", - "styled-components": "^4.0.1", + "styled-components": "^4.1.1", "valid-url": "^1.0.9" }, "publishConfig": { |