Skip to content

Commit 5f2bbef

Browse files
authored
fix(package.json): bump json-schema-tree version (#232)
1 parent 97eab08 commit 5f2bbef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@stoplight/json": "^3.20.1",
49-
"@stoplight/json-schema-tree": "^2.2.4",
49+
"@stoplight/json-schema-tree": "^2.2.5",
5050
"@stoplight/react-error-boundary": "^2.0.0",
5151
"@types/json-schema": "^7.0.7",
5252
"classnames": "^2.2.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,10 +2392,10 @@
23922392
json-schema-compare "^0.2.2"
23932393
lodash "^4.17.4"
23942394

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

0 commit comments

Comments
 (0)