Skip to content

Commit aaac87f

Browse files
mpodlasinP0lip
authored andcommitted
fix: bump json-schema-tree to 2.0.1 (#144)
1 parent 30b8a5a commit aaac87f

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
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@fortawesome/free-solid-svg-icons": "^5.15.2",
4545
"@stoplight/json": "^3.10.0",
46-
"@stoplight/json-schema-tree": "^2.0.0",
46+
"@stoplight/json-schema-tree": "^2.0.1",
4747
"@stoplight/mosaic": "1.0.0-beta.46",
4848
"@stoplight/react-error-boundary": "^1.0.0",
4949
"@types/json-schema": "^7.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,10 +2365,10 @@
23652365
json-schema-compare "^0.2.2"
23662366
lodash "^4.17.4"
23672367

2368-
"@stoplight/json-schema-tree@^2.0.0":
2369-
version "2.0.0"
2370-
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.0.0.tgz#00d54cb6aa2a791c34be91fc30cc92e6d448258c"
2371-
integrity sha512-vnzcb0TC07xh89lAVGjBTJ2CWvCqmDJDIs3u+gvgvjDPY86CQ0Wl4D2Cmb0iuqd986aiDPc8vDQf1N0dSq5+9A==
2368+
"@stoplight/json-schema-tree@^2.0.1":
2369+
version "2.0.1"
2370+
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.0.1.tgz#0affbc2c71b7cffab275385b367332fe0eaaf04e"
2371+
integrity sha512-K+NP7dNbcwoA3OUuGsG0uZ6PJjVSP9kq0QN5+j9uHCshbLfUHwtgx9JXCX64HFWyew6HhF9wUTnzFGw/vvo+5g==
23722372
dependencies:
23732373
"@stoplight/json" "^3.12.0"
23742374
"@stoplight/json-schema-merge-allof" "^0.7.5"

0 commit comments

Comments
 (0)