@connectycube/chat-widget 0.21.0 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.es.js +2317 -2317
- package/dist/index.umd.js +18 -18
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectycube/chat-widget",
|
|
3
3
|
"description": "A React component that seamlessly integrates ConnectyCube's real-time chat capabilities into your web applications. This widget offers an out-of-the-box solution for embedding chat features—such as instant messaging, user presence, and file sharing—without the overhead of building a complete chat system from scratch.",
|
|
4
|
-
"version": "0.21.
|
|
4
|
+
"version": "0.21.1",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -98,16 +98,16 @@
|
|
|
98
98
|
"zustand": "^5.0.3"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@eslint/js": "^9.
|
|
101
|
+
"@eslint/js": "^9.23.0",
|
|
102
102
|
"@tailwindcss/postcss": "^4.0.15",
|
|
103
103
|
"@tailwindcss/vite": "^4.0.15",
|
|
104
|
-
"@types/node": "^22.13.
|
|
105
|
-
"@types/react": "^18.3.
|
|
104
|
+
"@types/node": "^22.13.13",
|
|
105
|
+
"@types/react": "^18.3.20",
|
|
106
106
|
"@types/react-dom": "^18.3.5",
|
|
107
107
|
"@types/react-scroll": "^1.8.10",
|
|
108
108
|
"@vitejs/plugin-react": "^4.3.4",
|
|
109
109
|
"@vitest/coverage-v8": "^3.0.9",
|
|
110
|
-
"eslint": "^9.
|
|
110
|
+
"eslint": "^9.23.0",
|
|
111
111
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
112
112
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
113
113
|
"globals": "^16.0.0",
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
"tailwindcss-animate": "^1.0.7",
|
|
120
120
|
"typescript": "^5.8.2",
|
|
121
121
|
"typescript-eslint": "^8.27.0",
|
|
122
|
-
"vite": "^6.2.
|
|
122
|
+
"vite": "^6.2.3",
|
|
123
123
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
124
124
|
"vite-plugin-dts": "^4.5.3",
|
|
125
125
|
"vitest": "^3.0.9"
|
|
126
126
|
},
|
|
127
127
|
"optionalDependencies": {
|
|
128
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
128
|
+
"@rollup/rollup-linux-x64-gnu": "4.37.0",
|
|
129
129
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.15",
|
|
130
130
|
"lightningcss-linux-x64-gnu": "^1.29.3"
|
|
131
131
|
},
|