diff options
Diffstat (limited to 'packages/instant/package.json')
-rw-r--r-- | packages/instant/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index d15f1ad38..befedfc17 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -44,6 +44,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "dependencies": { "@0xproject/asset-buyer": "^2.0.0", + "@0xproject/order-utils": "^1.0.7", "@0xproject/types": "^1.1.4", "@0xproject/typescript-typings": "^2.0.2", "@0xproject/utils": "^2.0.2", @@ -55,7 +56,8 @@ "react-dom": "^16.5.2", "react-redux": "^5.0.7", "redux": "^4.0.0", - "styled-components": "^3.4.9" + "styled-components": "^3.4.9", + "ts-optchain": "^0.1.1" }, "devDependencies": { "@0xproject/tslint-config": "^1.0.8", |