@voxket-ai/voxket-live 1.1.50 → 1.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.1.50",
3
+ "version": "1.1.52",
4
4
  "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -82,7 +82,6 @@
82
82
  "@phosphor-icons/react": "~2.1.10",
83
83
  "@radix-ui/react-select": "~2.2.5",
84
84
  "@radix-ui/react-toggle": "~1.1.9",
85
- "@tailwindcss/vite": "~4.1.10",
86
85
  "@voxket-ai/voxket-live": "~1.1.38",
87
86
  "ajv": "~8.17.1",
88
87
  "ajv-draft-04": "~1.0.0",
@@ -103,12 +102,11 @@
103
102
  },
104
103
  "devDependencies": {
105
104
  "@eslint/js": "^9.25.0",
106
- "@tailwindcss/postcss": "~4.1.11",
107
105
  "@types/node": "~24.0.3",
108
106
  "@types/react": "^18.3.12",
109
107
  "@types/react-dom": "^18.3.1",
110
108
  "@vitejs/plugin-react": "^4.4.1",
111
- "autoprefixer": "~10.4.21",
109
+ "autoprefixer": "~10.4.23",
112
110
  "eslint": "^9.25.0",
113
111
  "eslint-plugin-react-hooks": "^5.2.0",
114
112
  "eslint-plugin-react-refresh": "^0.4.19",
@@ -116,7 +114,7 @@
116
114
  "postcss": "~8.5.6",
117
115
  "react": "18.3.1",
118
116
  "react-dom": "18.3.1",
119
- "tailwindcss": "~4.1.10",
117
+ "tailwindcss": "~3.4.19",
120
118
  "typescript": "~5.8.3",
121
119
  "typescript-eslint": "^8.30.1",
122
120
  "vite": "^6.3.5",