Skip to content

Commit

Permalink
fix: bump json-schema-viewer and json-schema-tree version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed Dec 14, 2023
1 parent dd78f4f commit df9d8bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/elements-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@stoplight/json": "^3.18.1",
"@stoplight/json-schema-ref-parser": "^9.0.5",
"@stoplight/json-schema-sampler": "0.2.3",
"@stoplight/json-schema-tree": "^2.3.0",
"@stoplight/json-schema-viewer": "^4.14.0",
"@stoplight/json-schema-tree": "^3.0.0",
"@stoplight/json-schema-viewer": "^4.14.1",
"@stoplight/markdown-viewer": "^5.6.0",
"@stoplight/mosaic": "^1.46.1",
"@stoplight/mosaic-code-editor": "^1.46.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3995,10 +3995,10 @@
mkdirp "0.5.x"
pretty-data "0.40.x"

"@stoplight/json-schema-merge-allof@^0.7.8":
version "0.7.8"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.8.tgz#7efe5e0086dff433eb011f617e82f7295c3de061"
integrity sha512-JTDt6GYpCWQSb7+UW1P91IAp/pcLWis0mmEzWVFcLsrNgtUYK7JLtYYz0ZPSR4QVL0fJ0YQejM+MPq5iNDFO4g==
"@stoplight/json-schema-merge-allof@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.8.0.tgz#62f8116f59d9df5a910d037b1965decd2efab472"
integrity sha512-g8e0s43v96Xbzvd8d6KKUuJTO16CS2oJglJrviUi8ASIUxzFvAJqTHWLtGmpTryisQopqg1evXGJfi0+164+Qw==
dependencies:
compute-lcm "^1.1.0"
json-schema-compare "^0.2.2"
Expand All @@ -4025,24 +4025,24 @@
"@types/json-schema" "^7.0.7"
json-pointer "^0.6.1"

"@stoplight/json-schema-tree@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.3.0.tgz#cdad7f7571700016d8e0e5bad59d287e9bb782d0"
integrity sha512-IH4SYuvV0C4maYQEPftduDBG1qVV4hy5ZXzS9rgq3V7zCT34I7xVwX9Vmpl0mOQTh2IZaTcyPWXkngt21ShJaQ==
"@stoplight/json-schema-tree@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-3.0.0.tgz#967cecda59b0dd8efa2275e580d5a8c71868cc3c"
integrity sha512-lxALWJtl7ev+iTNbW+QHDr66+nmspwrDyVEhNSIjWjp8Vd6+qYxqk3r9zr8Ktfrx4pREfG7iTq6rwNSxYdP+Nw==
dependencies:
"@stoplight/json" "^3.12.0"
"@stoplight/json-schema-merge-allof" "^0.7.8"
"@stoplight/json-schema-merge-allof" "^0.8.0"
"@stoplight/lifecycle" "^2.3.2"
"@types/json-schema" "^7.0.7"
magic-error "0.0.1"

"@stoplight/json-schema-viewer@^4.14.0":
version "4.14.0"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-viewer/-/json-schema-viewer-4.14.0.tgz#45c1c7f6dcd686cefc4948648ec58e90573de8db"
integrity sha512-cI7HmlsCFAXcKKYDsLJsA7g5PyF1xgM0pe4qOxH6p63UKxnFuhS1mDANURAzWiNTECVz+DfFmWqcLdfpCJoEQw==
"@stoplight/json-schema-viewer@^4.14.1":
version "4.14.1"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-viewer/-/json-schema-viewer-4.14.1.tgz#39472c8a11d39654457bef98bf9e9d1b5daeb55f"
integrity sha512-Igjdf4n5JaPRKVbPL+UKgw6hwwjskEwCDzi/ch47nNBFKFyX3TSshB5PfyJQZ72mpYZFbt1rF1Y0vtk24oFoew==
dependencies:
"@stoplight/json" "^3.20.1"
"@stoplight/json-schema-tree" "^2.3.0"
"@stoplight/json-schema-tree" "^3.0.0"
"@stoplight/react-error-boundary" "^2.0.0"
"@types/json-schema" "^7.0.7"
classnames "^2.2.6"
Expand Down

0 comments on commit df9d8bc

Please sign in to comment.