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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json
index c5238f416..b6b6c6c7d 100644
--- a/packages/react-docs-example/package.json
+++ b/packages/react-docs-example/package.json
@@ -1,10 +1,10 @@
{
"private": true,
"name": "@0xproject/react-docs-example",
- "version": "0.0.8",
+ "version": "0.0.11",
"description": "An example app using react-docs",
"scripts": {
- "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
+ "lint": "tslint --project .",
"build": "tsc",
"build:example": "NODE_ENV=production webpack",
"build:watch": "tsc -w",
@@ -23,11 +23,11 @@
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"devDependencies": {
- "@0xproject/tslint-config": "^0.4.16",
+ "@0xproject/tslint-config": "^0.4.17",
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "^8.0.53",
- "@types/react": "16.0.41",
+ "@types/react": "16.3.13",
"@types/react-dom": "^16.0.3",
"@types/react-tap-event-plugin": "0.0.30",
"awesome-typescript-loader": "^3.1.3",
@@ -46,7 +46,7 @@
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
- "@0xproject/react-docs": "^0.0.8",
+ "@0xproject/react-docs": "^0.0.11",
"basscss": "^8.0.3",
"lodash": "^4.17.4",
"material-ui": "^0.17.1",