diff options
Diffstat (limited to 'packages/react-shared/package.json')
-rw-r--r-- | packages/react-shared/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index ac1d05f38..d9a4bf085 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@0xproject/dev-utils": "^0.2.1", "@0xproject/monorepo-scripts": "^0.1.12", - "@0xproject/tslint-config": "^0.4.9", + "@0xproject/tslint-config": "^0.4.10", "@types/lodash": "^4.14.86", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", @@ -32,7 +32,7 @@ "@types/react-scroll": "0.0.31", "copyfiles": "^1.2.0", "shx": "^0.2.2", - "tslint": "^5.9.1", + "tslint": "5.8.0", "typescript": "2.7.1" }, "dependencies": { |