Skip to content

Commit 51930f1

Browse files
fix: bump mosaic (#2572)
* fix: mosaic versions updated * fix: elements version updated
1 parent 2d82202 commit 51930f1

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@stoplight/elements": "^8.0.3",
14-
"@stoplight/mosaic": "^1.52.1",
14+
"@stoplight/mosaic": "^1.53.1",
1515
"history": "^5.0.0",
1616
"react": "16.14.0",
1717
"react-dom": "16.14.0",

packages/elements-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements-core",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"sideEffects": [
55
"web-components.min.js",
66
"src/web-components/**",
@@ -64,9 +64,9 @@
6464
"@stoplight/json-schema-tree": "^4.0.0",
6565
"@stoplight/json-schema-viewer": "^4.15.1",
6666
"@stoplight/markdown-viewer": "^5.7.0",
67-
"@stoplight/mosaic": "^1.52.1",
68-
"@stoplight/mosaic-code-editor": "^1.52.1",
69-
"@stoplight/mosaic-code-viewer": "^1.52.1",
67+
"@stoplight/mosaic": "^1.53.1",
68+
"@stoplight/mosaic-code-editor": "^1.53.1",
69+
"@stoplight/mosaic-code-viewer": "^1.53.1",
7070
"@stoplight/path": "^1.3.2",
7171
"@stoplight/react-error-boundary": "^3.0.0",
7272
"@stoplight/types": "^14.1.1",

packages/elements-dev-portal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements-dev-portal",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "UI components for composing beautiful developer documentation.",
55
"keywords": [],
66
"sideEffects": [
@@ -64,9 +64,9 @@
6464
]
6565
},
6666
"dependencies": {
67-
"@stoplight/elements-core": "~8.1.2",
67+
"@stoplight/elements-core": "~8.1.3",
6868
"@stoplight/markdown-viewer": "^5.7.0",
69-
"@stoplight/mosaic": "^1.52.1",
69+
"@stoplight/mosaic": "^1.53.1",
7070
"@stoplight/path": "^1.3.2",
7171
"@stoplight/types": "^14.0.0",
7272
"classnames": "^2.2.6",

packages/elements/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "UI components for composing beautiful developer documentation.",
55
"keywords": [],
66
"sideEffects": [
@@ -63,10 +63,10 @@
6363
]
6464
},
6565
"dependencies": {
66-
"@stoplight/elements-core": "~8.1.2",
66+
"@stoplight/elements-core": "~8.1.3",
6767
"@stoplight/http-spec": "^7.0.3",
6868
"@stoplight/json": "^3.18.1",
69-
"@stoplight/mosaic": "^1.52.1",
69+
"@stoplight/mosaic": "^1.53.1",
7070
"@stoplight/types": "^14.1.1",
7171
"@stoplight/yaml": "^4.2.3",
7272
"classnames": "^2.2.6",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -4049,10 +4049,10 @@
40494049
unist-util-select "^4.0.0"
40504050
unist-util-visit "^3.1.0"
40514051

4052-
"@stoplight/mosaic-code-editor@^1.52.1":
4053-
version "1.52.1"
4054-
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-editor/-/mosaic-code-editor-1.52.1.tgz#be2d2a568ca5cdccf7c8c8a7997185d3f5ab073f"
4055-
integrity sha512-TATPcjzoyXL7xdjQCyFYeaTbCgo1/pDMfxPVPPHd/UABKrL0s7ajAGkUok4TLsJVoZHy/BKchbU/JJm/+53NEQ==
4052+
"@stoplight/mosaic-code-editor@^1.53.1":
4053+
version "1.53.1"
4054+
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-editor/-/mosaic-code-editor-1.53.1.tgz#01d08f094e721320fd94c6c9efa8b81f8a2d2f94"
4055+
integrity sha512-xA6kgWTelz/oLphI+2pU1MId92zGG9ZLQb9mY1UoeqCZLxC7oH/UxIuNW7JGG5yCOEppgW4fiIBgLBDKGlt8wA==
40564056
dependencies:
40574057
"@fortawesome/fontawesome-svg-core" "^6.1.1"
40584058
"@fortawesome/react-fontawesome" "^0.2.0"
@@ -4061,8 +4061,8 @@
40614061
"@react-types/radio" "3.1.2"
40624062
"@react-types/shared" "3.9.0"
40634063
"@react-types/switch" "3.1.2"
4064-
"@stoplight/mosaic" "1.52.1"
4065-
"@stoplight/mosaic-code-viewer" "1.52.1"
4064+
"@stoplight/mosaic" "1.53.1"
4065+
"@stoplight/mosaic-code-viewer" "1.53.1"
40664066
"@stoplight/types" "^13.7.0"
40674067
clsx "^1.1.1"
40684068
copy-to-clipboard "^3.3.1"
@@ -4079,10 +4079,10 @@
40794079
use-resize-observer "^9.0.2"
40804080
zustand "^3.5.2"
40814081

4082-
"@stoplight/mosaic-code-viewer@1.52.1", "@stoplight/mosaic-code-viewer@^1.52.1":
4083-
version "1.52.1"
4084-
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.52.1.tgz#2ab185704dafb82d9c8ccea7c88b7a3bc4fddf84"
4085-
integrity sha512-vVEA25E5e3O8iFli7Z69LPH06DiBUSkvifZnjBEJp5+xg9ttVWQgY19uRZMn5AEubpSlSgN417z3u3/qUNL3eg==
4082+
"@stoplight/mosaic-code-viewer@1.53.1", "@stoplight/mosaic-code-viewer@^1.53.1":
4083+
version "1.53.1"
4084+
resolved "https://registry.npmjs.org/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.53.1.tgz#6de139524b6bba45fc16d84c6e966d53961216b9"
4085+
integrity sha512-SqIR1dEZaj+o7PDnT+nMy7AAWMyVZ4LV/9Y3xJ9AGBJiszyyBN0uJS/OHsYBXzZvD+I8I5NsZymmDiG7xEatSw==
40864086
dependencies:
40874087
"@fortawesome/fontawesome-svg-core" "^6.1.1"
40884088
"@fortawesome/react-fontawesome" "^0.2.0"
@@ -4091,7 +4091,7 @@
40914091
"@react-types/radio" "3.1.2"
40924092
"@react-types/shared" "3.9.0"
40934093
"@react-types/switch" "3.1.2"
4094-
"@stoplight/mosaic" "1.52.1"
4094+
"@stoplight/mosaic" "1.53.1"
40954095
"@stoplight/types" "^13.7.0"
40964096
clsx "^1.1.1"
40974097
copy-to-clipboard "^3.3.1"
@@ -4108,10 +4108,10 @@
41084108
use-resize-observer "^9.0.2"
41094109
zustand "^3.5.2"
41104110

4111-
"@stoplight/mosaic@1.52.1", "@stoplight/mosaic@^1.52.1":
4112-
version "1.52.1"
4113-
resolved "https://registry.npmjs.org/@stoplight/mosaic/-/mosaic-1.52.1.tgz#c75c51e64cec996cabee44c65a09d8344acb6b8c"
4114-
integrity sha512-jiN6tOPD4R+Zdxn3Z82XBGUMm5TnXeTc1Pfo+mUbYulUqmNtGOl7cQUJlsjuY95b2vH/AMIwShC5YcTA199R0w==
4111+
"@stoplight/mosaic@1.53.1", "@stoplight/mosaic@^1.53.1":
4112+
version "1.53.1"
4113+
resolved "https://registry.npmjs.org/@stoplight/mosaic/-/mosaic-1.53.1.tgz#b0d3951fc365c1bd66c7a0c793f5cb3bd8c74bdb"
4114+
integrity sha512-zLh81fUGHlUUFYI2JKTreOU9osIkJPAsWPPbVAQ8o1RQPCEdI+zZTIdzsFvZxnwVzSf+lEDfzBeT0ZxOAHVzww==
41154115
dependencies:
41164116
"@fortawesome/fontawesome-svg-core" "^6.1.1"
41174117
"@fortawesome/react-fontawesome" "^0.2.0"

0 commit comments

Comments
 (0)