Skip to content

Commit eafeb7a

Browse files
author
Jakub Jankowski
authored
fix: merge allof titles (#171)
1 parent 4c0b4b6 commit eafeb7a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@fortawesome/free-solid-svg-icons": "^5.15.2",
4949
"@stoplight/json": "^3.10.0",
50-
"@stoplight/json-schema-tree": "^2.1.1",
50+
"@stoplight/json-schema-tree": "^2.1.2",
5151
"@stoplight/react-error-boundary": "^2.0.0",
5252
"@types/json-schema": "^7.0.7",
5353
"classnames": "^2.2.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,22 +2441,22 @@
24412441
dependencies:
24422442
eslint-config-prettier "^6.14.0"
24432443

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

2453-
"@stoplight/json-schema-tree@^2.1.1":
2454-
version "2.1.1"
2455-
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.1.1.tgz#d4f157a32081f579fddfd2d3d598c79a591e94b7"
2456-
integrity sha512-NAO3vHHnEzNy4oShzHS6RVuyks4FBhleRVsz9r3o1aGRYqZxkjVo4ICihldB3zr2Q/8L4i1NucT60JlBYU09RQ==
2453+
"@stoplight/json-schema-tree@^2.1.2":
2454+
version "2.1.2"
2455+
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.1.2.tgz#8896de9ac86a50349b1b18680dd72dfd18fe3f87"
2456+
integrity sha512-vku6rfILxyQOYlWT2pd+mAQuoA4apzvzGrZY9CEhgu0U2dvuZwtYMAcaSN4TL+UuiJdUsD345QrXNv4gxcabVg==
24572457
dependencies:
24582458
"@stoplight/json" "^3.12.0"
2459-
"@stoplight/json-schema-merge-allof" "^0.7.5"
2459+
"@stoplight/json-schema-merge-allof" "^0.7.7"
24602460
"@stoplight/lifecycle" "^2.3.2"
24612461
"@types/json-schema" "^7.0.7"
24622462
magic-error "0.0.1"

0 commit comments

Comments
 (0)