Skip to content

Commit

Permalink
feat(deps): upgrade markdown viewer with new mermaid version (#2524)
Browse files Browse the repository at this point in the history
* feat(deps): upgrade markdown viewer with new mermaid version

* chore(release): publish

 - @stoplight/[email protected]
 - @stoplight/[email protected]
 - @stoplight/[email protected]

* fix: ^ to ~ for elements-core
  • Loading branch information
Daniel A. White authored Feb 21, 2024
1 parent 8d49821 commit 9afaa8b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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.0.5",
"version": "8.1.0",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@stoplight/json-schema-sampler": "0.2.3",
"@stoplight/json-schema-tree": "^4.0.0",
"@stoplight/json-schema-viewer": "^4.14.2",
"@stoplight/markdown-viewer": "^5.6.0",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.51.3",
"@stoplight/mosaic-code-editor": "^1.51.3",
"@stoplight/mosaic-code-viewer": "^1.51.3",
Expand Down
6 changes: 3 additions & 3 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.0.4",
"version": "2.1.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,8 +64,8 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.0.5",
"@stoplight/markdown-viewer": "^5.5.0",
"@stoplight/elements-core": "~8.1.0",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.51.3",
"@stoplight/path": "^1.3.2",
"@stoplight/types": "^14.0.0",
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.0.5",
"version": "8.1.0",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -63,7 +63,7 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.0.5",
"@stoplight/elements-core": "~8.1.0",
"@stoplight/http-spec": "^7.0.2",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.51.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4067,10 +4067,10 @@
dependencies:
wolfy87-eventemitter "~5.2.8"

"@stoplight/markdown-viewer@^5.5.0", "@stoplight/markdown-viewer@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@stoplight/markdown-viewer/-/markdown-viewer-5.6.0.tgz#92857360038e2c7204955936f6a7273e7300beaf"
integrity sha512-vKHn1Bv9nafBYQWtNLlrRZ1aKqFRTOdfWUAhCSV1ZH4iqxGa+O1OWWTBbeOF5du8vcrWu1tTrXoCXkZjmq1NlA==
"@stoplight/markdown-viewer@^5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@stoplight/markdown-viewer/-/markdown-viewer-5.7.0.tgz#939b38e4d7092418607b53cee7182e2492bd782c"
integrity sha512-SOFmEapj/RAJ6fUqgZO41diB9ocEFxhrSL7C8aJKNoYoHme0xxk5DK53DvFNBayEEXnf9e/YmKPfwJjFdKUilA==
dependencies:
"@rehooks/component-size" "^1.0.3"
"@stoplight/markdown" "^3.1.3"
Expand Down

0 comments on commit 9afaa8b

Please sign in to comment.