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/dev-tools-pages | |
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/dev-tools-pages')
-rw-r--r-- | packages/dev-tools-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/package.json b/packages/dev-tools-pages/package.json index feab72856..b4e93d6c6 100644 --- a/packages/dev-tools-pages/package.json +++ b/packages/dev-tools-pages/package.json @@ -46,7 +46,7 @@ "@types/node": "*", "@types/react": "^16.4.2", "@types/react-dom": "^16.0.7", - "@types/react-loadable": "^5.4.1", + "@types/react-loadable": "^5.4.2", "@types/react-lottie": "^1.2.0", "@types/react-router-dom": "^4.0.4", "@types/react-tabs": "^2.3.0", |