File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 105105 "@ably/chat" : " ^0.14.0" ,
106106 "@ably/chat-react-ui-components" : " ^0.1.2" ,
107107 "@ably/spaces" : " ^0.4.0" ,
108- "ably" : " ^2.9 .0" ,
108+ "ably" : " ^2.13 .0" ,
109109 "cors" : " ^2.8.5" ,
110110 "franken-ui" : " ^2.0.0" ,
111111 "minifaker" : " ^1.34.1" ,
Original file line number Diff line number Diff line change 703703 magic-string "^0.27.0"
704704 react-refresh "^0.14.0"
705705
706- ably@^2.9 .0 :
707- version "2.9 .0"
708- resolved "https://registry.npmjs.org /ably/-/ably-2.9 .0.tgz"
709- integrity sha512-ddaurgvYHGmVVZkd5U2xJgLrbVdtAIw1RunfuZroE/ZTsmK2+vUnAZ7aKhR20cwOFP3QyLFYs6IfvwaijnIPlA ==
706+ ably@^2.13 .0 :
707+ version "2.13 .0"
708+ resolved "https://registry.yarnpkg.com /ably/-/ably-2.13 .0.tgz#f9e1aebdf1f69700b5b20f0029ff1c383c2ed123 "
709+ integrity sha512-fgrzWlUWRCOCqCNq1szMZNsa/VXYwS3DParDpMuhCBPxmsDL2Y1fMpppfHtQiFRvNFcInY9bPQXuPFjJpmqSHw ==
710710 dependencies :
711711 " @ably/msgpack-js" " ^0.4.0"
712712 dequal "^2.0.3"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const UserIndicator = ({ user }: { user: string }) => {
3737
3838const getDependencies = ( id : string , products : string [ ] , activeLanguage : LanguageKey ) => {
3939 return {
40- ably : '^2.9 .0' ,
40+ ably : '^2.13 .0' ,
4141 nanoid : '^5.0.7' ,
4242 minifaker : '1.34.1' ,
4343 'franken-ui' : '^2.0.0' ,
You can’t perform that action at this time.
0 commit comments