Skip to content

Commit

Permalink
fix: merge allof titles (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Jankowski authored Nov 5, 2021
1 parent 4c0b4b6 commit eafeb7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@stoplight/json": "^3.10.0",
"@stoplight/json-schema-tree": "^2.1.1",
"@stoplight/json-schema-tree": "^2.1.2",
"@stoplight/react-error-boundary": "^2.0.0",
"@types/json-schema": "^7.0.7",
"classnames": "^2.2.6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2441,22 +2441,22 @@
dependencies:
eslint-config-prettier "^6.14.0"

"@stoplight/json-schema-merge-allof@^0.7.5":
version "0.7.5"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.5.tgz#f844c41f8ae19dbf8e64578372ccb581cc8b97db"
integrity sha512-pbi/sfVKyezFhSTVzSQkDN3WanpoZFSjisYhTbpWMgTFoZz/pUPLLLZvBGUme4IfzQjFZweiKT3nl29h8Elsnw==
"@stoplight/json-schema-merge-allof@^0.7.7":
version "0.7.7"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.7.tgz#d79ca8729aa5d6420e40cc545b1854b518b9240f"
integrity sha512-3QrZ+2hhTvsPAjl8HD9rQI3MPHSCl/kCf0rEkKM4YjLumDsfX1TSrhESDIt4lSzpSdNyT2oXSJx0ADVGE2gTyA==
dependencies:
compute-lcm "^1.1.0"
json-schema-compare "^0.2.2"
lodash "^4.17.4"

"@stoplight/json-schema-tree@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.1.1.tgz#d4f157a32081f579fddfd2d3d598c79a591e94b7"
integrity sha512-NAO3vHHnEzNy4oShzHS6RVuyks4FBhleRVsz9r3o1aGRYqZxkjVo4ICihldB3zr2Q/8L4i1NucT60JlBYU09RQ==
"@stoplight/json-schema-tree@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.1.2.tgz#8896de9ac86a50349b1b18680dd72dfd18fe3f87"
integrity sha512-vku6rfILxyQOYlWT2pd+mAQuoA4apzvzGrZY9CEhgu0U2dvuZwtYMAcaSN4TL+UuiJdUsD345QrXNv4gxcabVg==
dependencies:
"@stoplight/json" "^3.12.0"
"@stoplight/json-schema-merge-allof" "^0.7.5"
"@stoplight/json-schema-merge-allof" "^0.7.7"
"@stoplight/lifecycle" "^2.3.2"
"@types/json-schema" "^7.0.7"
magic-error "0.0.1"
Expand Down

0 comments on commit eafeb7a

Please sign in to comment.