Skip to content

Commit

Permalink
chore: bump ably-ui to 14.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Nov 4, 2024
1 parent 460af97 commit 89d9894
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"no-githooks": "git config --unset core.hooksPath"
},
"dependencies": {
"@ably/ui": "^14.0.1",
"@ably/ui": "^14.7.8",
"@codesandbox/sandpack-react": "^2.9.0",
"@mdx-js/react": "^2.3.0",
"@react-hook/media-query": "^1.1.1",
Expand Down
25 changes: 20 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@ably/ui@^14.0.1":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-14.2.0.tgz#63499e18fe7a67227b1b5a497eb1d2b32563c650"
integrity sha512-C9z1TjIVLzu1P9Mc42RVj94nVYDLc1gbDdPrwi+IjPxv4INA178FICdGdsrFnXxTo4YRPyKhYlfnUlESFdkglQ==
"@ably/ui@^14.7.8":
version "14.7.8"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-14.7.8.tgz#ece5f76d8c33890a1e187b91a2a845444ee85ca0"
integrity sha512-AI8mOljcWGSBi/waEL00z/fe88cKfVfEGSvW3Rtp2jSrD4u+E3Hg85d0nxajWfsuYA1SHmAv8slQgchmaWh+1A==
dependencies:
addsearch-js-client "^0.8.11"
array-flat-polyfill "^1.0.1"
Expand All @@ -20,7 +20,7 @@
js-cookie "^3.0.5"
lodash.throttle "^4.1.1"
react "^18.2.0"
react-dom "^18.2.0"
react-dom "^18.3.1"
redux "^4.0.5"
scroll-lock "^2.1.4"

Expand Down Expand Up @@ -12893,6 +12893,14 @@ react-dom@^18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-dom@^18.3.1:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
dependencies:
loose-envify "^1.1.0"
scheduler "^0.23.2"

react-error-overlay@^6.0.11:
version "6.0.11"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
Expand Down Expand Up @@ -13532,6 +13540,13 @@ scheduler@^0.23.0:
dependencies:
loose-envify "^1.1.0"

scheduler@^0.23.2:
version "0.23.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
dependencies:
loose-envify "^1.1.0"

schema-utils@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
Expand Down

0 comments on commit 89d9894

Please sign in to comment.