Skip to content

Commit 2138238

Browse files
Merge pull request #1997 from kamalqureshi/chat_component
Chat component
2 parents 0e765e3 + 0eb7dd2 commit 2138238

24 files changed

+7549
-20
lines changed

client/packages/lowcoder/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@types/react-signature-canvas": "^1.0.2",
4747
"@types/react-test-renderer": "^18.0.0",
4848
"@types/react-virtualized": "^9.21.21",
49+
"@y/websocket-server": "^0.1.1",
4950
"ai": "^4.3.16",
5051
"alasql": "^4.6.6",
5152
"animate.css": "^4.1.1",
@@ -122,7 +123,11 @@
122123
"ua-parser-js": "^1.0.33",
123124
"uuid": "^9.0.0",
124125
"web-vitals": "^2.1.0",
125-
"xlsx": "^0.18.5"
126+
"ws": "^8.18.3",
127+
"xlsx": "^0.18.5",
128+
"y-protocols": "^1.0.6",
129+
"y-websocket": "^3.0.0",
130+
"yjs": "^13.6.27"
126131
},
127132
"scripts": {
128133
"supportedBrowsers": "yarn dlx browserslist-useragent-regexp --allowHigherVersions '>0.2%,not dead,not op_mini all,chrome >=69'",

0 commit comments

Comments
 (0)