Skip to content

Commit

Permalink
fix(package.json): bump json-schema-tree version (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulatulis authored Aug 9, 2023
1 parent 97eab08 commit 5f2bbef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@stoplight/json": "^3.20.1",
"@stoplight/json-schema-tree": "^2.2.4",
"@stoplight/json-schema-tree": "^2.2.5",
"@stoplight/react-error-boundary": "^2.0.0",
"@types/json-schema": "^7.0.7",
"classnames": "^2.2.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2392,10 +2392,10 @@
json-schema-compare "^0.2.2"
lodash "^4.17.4"

"@stoplight/json-schema-tree@^2.2.4":
version "2.2.4"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.4.tgz#60e41ffc454a60225a45450bfac711ec31bd7766"
integrity sha512-UW+ubBHgh1QIGvhA3tFlDLBwWyq4vAxlln/rDwPcaSFjP9PKlJu7d19RT6WJyg247FwbSqsTTqS7n4Y7aLz63A==
"@stoplight/json-schema-tree@^2.2.5":
version "2.2.5"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.5.tgz#a3f78f3d475b74338f6d2da7ec6733a96cb9819f"
integrity sha512-H2d5EHbWJwbu4h7Eh3R4He4SGlfA5ScucpMqylVTgPwQImvikIyrI+v6oqzpl9fFZ6SkidfTcUs3z1+IKwxWdA==
dependencies:
"@stoplight/json" "^3.12.0"
"@stoplight/json-schema-merge-allof" "^0.7.8"
Expand Down

0 comments on commit 5f2bbef

Please sign in to comment.