aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs-example/package.json')
-rw-r--r--packages/react-docs-example/package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json
index 4c26dd3bd..a0538b933 100644
--- a/packages/react-docs-example/package.json
+++ b/packages/react-docs-example/package.json
@@ -1,9 +1,9 @@
{
"private": true,
"name": "@0xproject/react-docs-example",
- "version": "0.0.11",
+ "version": "0.0.12",
"engines": {
- "node" : ">=6.12"
+ "node": ">=6.12"
},
"description": "An example app using react-docs",
"scripts": {
@@ -26,7 +26,7 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
- "@0xproject/tslint-config": "^0.4.17",
+ "@0xproject/tslint-config": "^0.4.18",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "^8.0.53",
@@ -39,6 +39,7 @@
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^2.2.3",
+ "make-promises-safe": "^1.1.0",
"raw-loader": "^0.5.1",
"shx": "^0.2.2",
"source-map-loader": "^0.2.3",
@@ -49,7 +50,7 @@
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
- "@0xproject/react-docs": "^0.0.11",
+ "@0xproject/react-docs": "^0.0.12",
"basscss": "^8.0.3",
"lodash": "^4.17.4",
"material-ui": "^0.17.1",