Skip to content

Commit 0c94476

Browse files
AndyTWFsplindsay-92
authored andcommitted
chat: bump @ably/chat to 0.14.0
1 parent b441cfc commit 0c94476

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"spaces-member-location-react": "yarn workspace spaces-member-location-react dev"
101101
},
102102
"dependencies": {
103-
"@ably/chat": "^0.13.0",
103+
"@ably/chat": "^0.14.0",
104104
"@ably/chat-react-ui-components": "^0.1.1",
105105
"@ably/spaces": "^0.4.0",
106106
"ably": "^2.9.0",

examples/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
clsx "^2.1.1"
1111

12-
"@ably/chat@^0.13.0":
13-
version "0.13.0"
14-
resolved "https://registry.yarnpkg.com/@ably/chat/-/chat-0.13.0.tgz#5b6391fd22b684c3ce896dac3d1b821de14f1de8"
15-
integrity sha512-YbTzSn6H821qP6XkqQZwUe4+3IclHuLn15hXBl+fFnu0bHeh9hT4JQyB7t/nGlv4gvCCQpHIRhkksxqGLWiTBg==
12+
"@ably/chat@^0.14.0":
13+
version "0.14.0"
14+
resolved "https://registry.yarnpkg.com/@ably/chat/-/chat-0.14.0.tgz#8a7d7be46301977bd2cbd01021f67be8980d0370"
15+
integrity sha512-9QsJdHVcyYDP0cTHXh7towHI9tM+SbmEMMVK10+0y1N1epl6FBSEeBDMn1fH5i73nxbKleUxjBltWiXlQz4InA==
1616
dependencies:
1717
async-mutex "^0.5.0"
1818
dequal "^2.0.3"

src/components/Examples/ExamplesRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getDependencies = (id: string, products: string[], activeLanguage: Languag
4242
minifaker: '1.34.1',
4343
...(products.includes('auth') ? { cors: '^2.8.5' } : {}),
4444
...(products.includes('chat')
45-
? { '@ably/chat': '^0.13.0', '@ably/chat-react-ui-components': '^0.1.1', clsx: '^2.1.1' }
45+
? { '@ably/chat': '^0.14.0', '@ably/chat-react-ui-components': '^0.1.1', clsx: '^2.1.1' }
4646
: {}),
4747
...(products.includes('spaces') ? { '@ably/spaces': '^0.4.0' } : {}),
4848
...(id === 'spaces-component-locking' ? { 'usehooks-ts': '^3.1.0' } : {}),

src/data/languages/languageData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export default {
2424
laravel: '1.0',
2525
},
2626
chat: {
27-
javascript: '0.13',
28-
react: '0.13',
27+
javascript: '0.14',
28+
react: '0.14',
2929
swift: '0.6',
3030
kotlin: '0.7',
3131
},

0 commit comments

Comments
 (0)