diff --git a/package.json b/package.json index eb6512d1..c6da9de0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@stoplight/json": "1.9.x", "classnames": "^2.2.6", - "json-schema-merge-allof": "^0.6.0", + "json-schema-merge-allof": "https://github.com/stoplightio/json-schema-merge-allof", "mobx-react-lite": "^1.3.1", "pluralize": "^7.0.0" }, diff --git a/yarn.lock b/yarn.lock index 82393424..ae447293 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8575,10 +8575,9 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" -json-schema-merge-allof@^0.6.0: +"json-schema-merge-allof@https://github.com/stoplightio/json-schema-merge-allof": version "0.6.0" - resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" - integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ== + resolved "https://github.com/stoplightio/json-schema-merge-allof#d5e714101a1106d1804c4e6c1a4f1c8083855d90" dependencies: compute-lcm "^1.1.0" json-schema-compare "^0.2.2"