aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/package.json')
-rw-r--r--packages/instant/package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json
index 147a47da8..3b7055595 100644
--- a/packages/instant/package.json
+++ b/packages/instant/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/instant",
- "version": "1.0.8",
+ "version": "1.0.9",
"engines": {
"node": ">=6.12"
},
@@ -42,19 +42,19 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
- "@0x/assert": "^1.0.23",
- "@0x/asset-buyer": "^4.0.2",
- "@0x/json-schemas": "^2.1.7",
- "@0x/order-utils": "^3.1.2",
- "@0x/subproviders": "^2.1.11",
- "@0x/types": "^1.5.2",
- "@0x/typescript-typings": "^3.0.8",
- "@0x/utils": "^3.0.1",
- "@0x/web3-wrapper": "^3.2.4",
+ "@0x/assert": "^2.0.0",
+ "@0x/asset-buyer": "^5.0.0",
+ "@0x/json-schemas": "^3.0.0",
+ "@0x/order-utils": "^4.0.0",
+ "@0x/subproviders": "^3.0.0",
+ "@0x/types": "^2.0.0",
+ "@0x/typescript-typings": "^4.0.0",
+ "@0x/utils": "^4.0.1",
+ "@0x/web3-wrapper": "^4.0.0",
"babel-runtime": "^6.26.0",
"bowser": "^1.9.4",
"copy-to-clipboard": "^3.0.8",
- "ethereum-types": "^1.1.6",
+ "ethereum-types": "^2.0.0",
"lodash": "^4.17.11",
"polished": "^1.9.2",
"react": "^16.5.2",
@@ -67,7 +67,7 @@
"ts-optchain": "^0.1.1"
},
"devDependencies": {
- "@0x/tslint-config": "^2.0.2",
+ "@0x/tslint-config": "^3.0.0",
"@static/discharge": "https://github.com/0xProject/discharge.git",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
@@ -81,11 +81,11 @@
"@types/styled-components": "4.0.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^7.1.5",
- "babel-preset-env": "^1.7.0",
- "babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
+ "babel-plugin-transform-runtime": "^6.23.0",
+ "babel-preset-env": "^1.7.0",
"dotenv-cli": "^1.4.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",