From 9d11028fce50748d69db5c3b867b1ea063bf2b52 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 23 May 2018 13:56:52 -0700 Subject: Bump all dependencies on json-schemas down a patch version so that they don't auto-magically get upgraded to the next version during the next publish --- packages/order-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/order-utils') diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 117b57f45..c0be3a26f 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "@0xproject/assert": "^0.2.10", - "@0xproject/json-schemas": "^0.7.24", + "@0xproject/json-schemas": "^0.7.23", "@0xproject/types": "^0.7.0", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", -- cgit v1.2.3 From 2c70162beed505bfccb4acf154d3a693f9a5ce7f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 23 May 2018 17:28:03 -0700 Subject: Remove the caret so it actually installs this version --- packages/order-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/order-utils') diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index c0be3a26f..114c1fd35 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "@0xproject/assert": "^0.2.10", - "@0xproject/json-schemas": "^0.7.23", + "@0xproject/json-schemas": "0.7.23", "@0xproject/types": "^0.7.0", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", -- cgit v1.2.3 From 5c88f43e15f4cf087b0c3fee6344b1a8724874b1 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 23 May 2018 21:26:17 -0700 Subject: Revert to an earlier version that works --- packages/order-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/order-utils') diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 114c1fd35..19e3d5668 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "@0xproject/assert": "^0.2.10", - "@0xproject/json-schemas": "0.7.23", + "@0xproject/json-schemas": "0.7.22", "@0xproject/types": "^0.7.0", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", -- cgit v1.2.3