aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-05 19:16:45 +0800
committerFabio Berger <me@fabioberger.com>2019-02-05 19:16:45 +0800
commitd7c9d733499d30d33d32a22703e49ea3ad66e7b2 (patch)
tree322e559e862a70fa4f95e4820635353af89ba6fc /packages/react-docs
parenta1bf5e8261ef24e3123832201f76ec6d12f4455b (diff)
parent09a5b6e7a3cc595249d8dac83b5a7e3fed9d7667 (diff)
downloaddexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.gz
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.bz2
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.lz
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.xz
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.zst
dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.zip
Merge branch 'development' into fix/preSignedSignatureBug
* development: update error msg for dependency version check CI test for dependencies to have the same version (#1556) Add missing comma Decode NULL as false Update blog link to not be /latest, and use constant in mobile nav
Diffstat (limited to 'packages/react-docs')
-rw-r--r--packages/react-docs/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json
index f8f2b6276..dc592f2a0 100644
--- a/packages/react-docs/package.json
+++ b/packages/react-docs/package.json
@@ -30,7 +30,7 @@
"@types/styled-components": "4.0.0",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
- "tslint": "^5.9.1",
+ "tslint": "5.11.0",
"typescript": "3.0.1"
},
"dependencies": {
@@ -45,7 +45,7 @@
"@types/react-scroll": "1.5.3",
"basscss": "^8.0.3",
"compare-versions": "^3.0.1",
- "lodash": "^4.17.5",
+ "lodash": "^4.17.11",
"material-ui": "^0.20.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
@@ -53,7 +53,7 @@
"react-scroll": "0xproject/react-scroll#pr-330-and-replace-state",
"react-tooltip": "^3.2.7",
"semver": "5.5.0",
- "styled-components": "^4.0.1"
+ "styled-components": "^4.1.1"
},
"publishConfig": {
"access": "public"