Skip to content

Commit 62cbd5e

Browse files
P0lipmarbemac
authored andcommitted
fix: use forked json-schema-merge-allof (#29)
1 parent cf8af7b commit 62cbd5e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@stoplight/json": "1.9.x",
4848
"classnames": "^2.2.6",
49-
"json-schema-merge-allof": "^0.6.0",
49+
"json-schema-merge-allof": "https://github.com/stoplightio/json-schema-merge-allof",
5050
"mobx-react-lite": "^1.3.1",
5151
"pluralize": "^7.0.0"
5252
},

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8575,10 +8575,9 @@ json-schema-compare@^0.2.2:
85758575
dependencies:
85768576
lodash "^4.17.4"
85778577

8578-
json-schema-merge-allof@^0.6.0:
8578+
"json-schema-merge-allof@https://github.com/stoplightio/json-schema-merge-allof":
85798579
version "0.6.0"
8580-
resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5"
8581-
integrity sha512-LEw4VMQVRceOPLuGRWcxW5orTTiR9ZAtqTAe4rQUjNADTeR81bezBVFa0MqIwp0YmHIM1KkhSjZM7o+IQhaPbQ==
8580+
resolved "https://github.com/stoplightio/json-schema-merge-allof#d5e714101a1106d1804c4e6c1a4f1c8083855d90"
85828581
dependencies:
85838582
compute-lcm "^1.1.0"
85848583
json-schema-compare "^0.2.2"

0 commit comments

Comments
 (0)