Skip to content

Commit

Permalink
fix: mosaic version updated (#2571)
Browse files Browse the repository at this point in the history
* fix: mosaic version updated

* fix: elements version updated
  • Loading branch information
SB-akshaythakar committed Apr 23, 2024
1 parent 1c6de4c commit 2d82202
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 33 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@stoplight/elements": "^8.0.3",
"@stoplight/mosaic": "^1.52.0",
"@stoplight/mosaic": "^1.52.1",
"history": "^5.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "8.1.2",
"sideEffects": [
"web-components.min.js",
"src/web-components/**",
Expand Down Expand Up @@ -64,9 +64,9 @@
"@stoplight/json-schema-tree": "^4.0.0",
"@stoplight/json-schema-viewer": "^4.15.1",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.52.0",
"@stoplight/mosaic-code-editor": "^1.51.3",
"@stoplight/mosaic-code-viewer": "^1.51.3",
"@stoplight/mosaic": "^1.52.1",
"@stoplight/mosaic-code-editor": "^1.52.1",
"@stoplight/mosaic-code-viewer": "^1.52.1",
"@stoplight/path": "^1.3.2",
"@stoplight/react-error-boundary": "^3.0.0",
"@stoplight/types": "^14.1.1",
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.1.3",
"version": "2.1.4",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -64,9 +64,9 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.1",
"@stoplight/elements-core": "~8.1.2",
"@stoplight/markdown-viewer": "^5.7.0",
"@stoplight/mosaic": "^1.52.0",
"@stoplight/mosaic": "^1.52.1",
"@stoplight/path": "^1.3.2",
"@stoplight/types": "^14.0.0",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-dev-portal/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// auto-updated during build
export const appVersion = '2.0.4';
export const appVersion = '2.1.3';
6 changes: 3 additions & 3 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.0",
"version": "8.1.1",
"description": "UI components for composing beautiful developer documentation.",
"keywords": [],
"sideEffects": [
Expand Down Expand Up @@ -63,10 +63,10 @@
]
},
"dependencies": {
"@stoplight/elements-core": "~8.1.1",
"@stoplight/elements-core": "~8.1.2",
"@stoplight/http-spec": "^7.0.3",
"@stoplight/json": "^3.18.1",
"@stoplight/mosaic": "^1.52.0",
"@stoplight/mosaic": "^1.52.1",
"@stoplight/types": "^14.1.1",
"@stoplight/yaml": "^4.2.3",
"classnames": "^2.2.6",
Expand Down
64 changes: 43 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4049,10 +4049,10 @@
unist-util-select "^4.0.0"
unist-util-visit "^3.1.0"

"@stoplight/mosaic-code-editor@^1.51.3":
version "1.52.0"
resolved "https://registry.yarnpkg.com/@stoplight/mosaic-code-editor/-/mosaic-code-editor-1.52.0.tgz#84bbf733f57468a91454b7fb14d0ea890ab28fe1"
integrity sha512-T5pqblBp/FvrA63Ihvt6pXN2F6S10UY++HvMs6/AYs93oACrcn0ZhikOoIDP2xkLr8V7l5nSEyurOVjd7Je8+w==
"@stoplight/mosaic-code-editor@^1.52.1":
version "1.52.1"
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-editor/-/mosaic-code-editor-1.52.1.tgz#be2d2a568ca5cdccf7c8c8a7997185d3f5ab073f"
integrity sha512-TATPcjzoyXL7xdjQCyFYeaTbCgo1/pDMfxPVPPHd/UABKrL0s7ajAGkUok4TLsJVoZHy/BKchbU/JJm/+53NEQ==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/react-fontawesome" "^0.2.0"
Expand All @@ -4061,8 +4061,8 @@
"@react-types/radio" "3.1.2"
"@react-types/shared" "3.9.0"
"@react-types/switch" "3.1.2"
"@stoplight/mosaic" "1.52.0"
"@stoplight/mosaic-code-viewer" "1.52.0"
"@stoplight/mosaic" "1.52.1"
"@stoplight/mosaic-code-viewer" "1.52.1"
"@stoplight/types" "^13.7.0"
clsx "^1.1.1"
copy-to-clipboard "^3.3.1"
Expand All @@ -4079,10 +4079,10 @@
use-resize-observer "^9.0.2"
zustand "^3.5.2"

"@stoplight/mosaic-code-viewer@1.52.0", "@stoplight/mosaic-code-viewer@^1.51.3":
version "1.52.0"
resolved "https://registry.yarnpkg.com/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.52.0.tgz#0f0d50c9b608a43a753167fedeeccfd543402bbc"
integrity sha512-gadCSJhyE5a05OUhmH+zrvERbGd3NmLIzTKt28FcLejcImKcccsG4ezJpLualY2q/kMm2jkR8eJ+SwF8yfNR9A==
"@stoplight/mosaic-code-viewer@1.52.1", "@stoplight/mosaic-code-viewer@^1.52.1":
version "1.52.1"
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.52.1.tgz#2ab185704dafb82d9c8ccea7c88b7a3bc4fddf84"
integrity sha512-vVEA25E5e3O8iFli7Z69LPH06DiBUSkvifZnjBEJp5+xg9ttVWQgY19uRZMn5AEubpSlSgN417z3u3/qUNL3eg==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/react-fontawesome" "^0.2.0"
Expand All @@ -4091,7 +4091,7 @@
"@react-types/radio" "3.1.2"
"@react-types/shared" "3.9.0"
"@react-types/switch" "3.1.2"
"@stoplight/mosaic" "1.52.0"
"@stoplight/mosaic" "1.52.1"
"@stoplight/types" "^13.7.0"
clsx "^1.1.1"
copy-to-clipboard "^3.3.1"
Expand All @@ -4108,10 +4108,10 @@
use-resize-observer "^9.0.2"
zustand "^3.5.2"

"@stoplight/mosaic@1.52.0", "@stoplight/mosaic@^1.52.0":
version "1.52.0"
resolved "https://registry.yarnpkg.com/@stoplight/mosaic/-/mosaic-1.52.0.tgz#cd5490fea902966f57f1e48710ed82042001a27d"
integrity sha512-9gUSmjEK6KWnSBLGgwEW7fOWXLbKew+lEAJKuoIk0EfNdTwJ6IJrK+Fy4r1Wp/7nRkTwpP1QL1cd4wcxi8EK/A==
"@stoplight/mosaic@1.52.1", "@stoplight/mosaic@^1.52.1":
version "1.52.1"
resolved "https://registry.npmjs.org/@stoplight/mosaic/-/mosaic-1.52.1.tgz#c75c51e64cec996cabee44c65a09d8344acb6b8c"
integrity sha512-jiN6tOPD4R+Zdxn3Z82XBGUMm5TnXeTc1Pfo+mUbYulUqmNtGOl7cQUJlsjuY95b2vH/AMIwShC5YcTA199R0w==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/react-fontawesome" "^0.2.0"
Expand Down Expand Up @@ -18839,8 +18839,7 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
name string-width-cjs
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -18858,6 +18857,15 @@ string-width@^1.0.1:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
Expand Down Expand Up @@ -18946,8 +18954,7 @@ stringify-object@3.3.0, stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -18975,6 +18982,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -20700,8 +20714,7 @@ wordwrap@^1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down Expand Up @@ -20736,6 +20749,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 2d82202

Please sign in to comment.