We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c395c commit 7e218a6Copy full SHA for 7e218a6
examples/package.json
@@ -87,7 +87,7 @@
87
},
88
"dependencies": {
89
"cors": "^2.8.5",
90
- "@ably/chat": "^0.4.0",
+ "@ably/chat": "^0.5.0",
91
"@ably/spaces": "^0.4.0",
92
"ably": "^2.5.0",
93
"next": "^15",
src/data/languages/languageData.ts
@@ -22,8 +22,8 @@ export default {
22
go: 1.2,
23
24
chat: {
25
- javascript: 0.4,
26
- react: 0.4,
+ javascript: 0.5,
+ react: 0.5,
27
swift: 0.2,
28
kotlin: 0.2,
29
0 commit comments