From ac881d149ca8185bd8a712f34d1c97b2752c9b04 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 00:13:19 +0100 Subject: Fix packages that aren't working as expected --- packages/react-docs/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/react-docs/package.json') diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index b303c702b..cb5360871 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -24,19 +24,19 @@ "@0xproject/dev-utils": "^0.3.0", "@0xproject/monorepo-scripts": "^0.1.13", "@0xproject/tslint-config": "^0.4.11", - "@types/lodash": "^4.14.86", - "@types/material-ui": "0.18.0", - "@types/node": "^8.0.53", - "@types/react": "^15.0.15", - "@types/react-dom": "^0.14.23", - "@types/react-scroll": "0.0.31", - "@types/react-tap-event-plugin": "0.0.30", "copyfiles": "^1.2.0", "shx": "^0.2.2", "tslint": "^5.9.1", "typescript": "2.7.1" }, "dependencies": { + "@types/lodash": "^4.14.86", + "@types/node": "^8.0.53", + "@types/material-ui": "0.18.0", + "@types/react": "^15.0.15", + "@types/react-dom": "^0.14.23", + "@types/react-scroll": "0.0.31", + "@types/react-tap-event-plugin": "0.0.30", "@0xproject/react-shared": "^0.0.2", "@0xproject/utils": "^0.4.2", "basscss": "^8.0.3", -- cgit