Skip to content

Commit

Permalink
Merge branch 'main' into remove-unnecessary-rounded-style
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed May 16, 2024
2 parents 8da6ea2 + 0db1409 commit 8a7bb64
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@stoplight/elements": "^8.0.3",
"@stoplight/elements": "^8.1.3",
"@stoplight/mosaic": "^1.53.1",
"history": "^5.0.0",
"react": "16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-core",
"version": "8.1.3",
"version": "8.1.4",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@stoplight/json-schema-ref-parser": "^9.0.5",
"@stoplight/json-schema-sampler": "0.2.3",
"@stoplight/json-schema-tree": "^4.0.0",
"@stoplight/json-schema-viewer": "^4.15.1",
"@stoplight/json-schema-viewer": "4.16.1",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.53.1",
"@stoplight/mosaic-code-editor": "^1.53.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements-dev-portal",
"version": "2.1.5",
"version": "2.1.6",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.3",
"@stoplight/elements-core": "~8.1.4",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.53.1",
"@stoplight/path": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/elements",
"version": "8.1.2",
"version": "8.1.3",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.3",
"@stoplight/elements-core": "~8.1.4",
"@stoplight/http-spec": "^7.0.3",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.53.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3976,10 +3976,10 @@
"@types/json-schema" "^7.0.7"
magic-error "0.0.1"

"@stoplight/json-schema-viewer@^4.15.1":
version "4.15.1"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-viewer/-/json-schema-viewer-4.15.1.tgz#6ecfe2ce65cec7b1a2dac77de70c2029361f4637"
integrity sha512-xvu0ctzEce2FYSrgDNYYuENlWndiELJ4f7ng39xjyBw2hMl0QoBy8JlhCrAIiRM1tVs8cmBc/ENQk7GsdJ7Ejg==
"@stoplight/json-schema-viewer@4.16.1":
version "4.16.1"
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-viewer/-/json-schema-viewer-4.16.1.tgz#2e1ddb33afae9e5c46257d9bf58bb61eec9f43ca"
integrity sha512-gQ1v9/Dj1VP43zERuZoFMOr7RQDBZlgfF7QFh+R0sadP6W30oYFJtD7y2PG2gIQDohKElVuPjhFUbVH/81MnSg==
dependencies:
"@stoplight/json" "^3.20.1"
"@stoplight/json-schema-tree" "^4.0.0"
Expand Down

0 comments on commit 8a7bb64

Please sign in to comment.