@moveo-ai/web-client 0.94.1 → 0.95.0-true.2

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": "@moveo-ai/web-client",
3
- "version": "0.94.1",
3
+ "version": "0.95.0-true.2",
4
4
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
5
5
  "main": "dist/web-client.min.js",
6
6
  "scripts": {
@@ -36,91 +36,90 @@
36
36
  "author": "Moveo.ai (TM)",
37
37
  "license": "MIT",
38
38
  "devDependencies": {
39
- "@babel/core": "^7.28.4",
40
- "@babel/preset-env": "^7.28.3",
41
- "@babel/preset-react": "^7.27.1",
42
- "@babel/preset-typescript": "^7.27.1",
43
- "@chromatic-com/storybook": "^4.1.1",
44
- "@commitlint/cli": "^20.2.0",
45
- "@commitlint/config-conventional": "^20.2.0",
39
+ "@babel/core": "^7.29.0",
40
+ "@babel/preset-env": "^7.29.0",
41
+ "@babel/preset-react": "^7.28.5",
42
+ "@babel/preset-typescript": "^7.28.5",
43
+ "@chromatic-com/storybook": "^4.1.3",
44
+ "@commitlint/cli": "^20.4.3",
45
+ "@commitlint/config-conventional": "^20.4.3",
46
46
  "@heroicons/react": "^2.2.0",
47
- "@playwright/test": "^1.56.0",
47
+ "@playwright/test": "^1.58.2",
48
48
  "@radix-ui/react-checkbox": "^1.3.3",
49
49
  "@radix-ui/react-dialog": "^1.1.15",
50
50
  "@radix-ui/react-popover": "^1.1.15",
51
51
  "@radix-ui/react-scroll-area": "^1.2.10",
52
52
  "@radix-ui/react-select": "^2.2.6",
53
- "@radix-ui/react-slot": "^1.2.3",
54
- "@storybook/addon-docs": "^9.1.10",
55
- "@storybook/addon-links": "^9.1.10",
56
- "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
57
- "@storybook/addons": "^7.6.20",
53
+ "@radix-ui/react-slot": "^1.2.4",
54
+ "@storybook/addon-docs": "^9.1.20",
55
+ "@storybook/addon-links": "^9.1.20",
56
+ "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
57
+ "@storybook/addons": "^7.6.24",
58
58
  "@storybook/preset-scss": "^1.0.3",
59
- "@storybook/react-webpack5": "^9.1.10",
60
- "@tailwindcss/postcss": "^4.1.14",
59
+ "@storybook/react-webpack5": "^9.1.20",
60
+ "@tailwindcss/postcss": "^4.2.1",
61
61
  "@testing-library/dom": "^10.4.1",
62
- "@testing-library/react": "^16.3.0",
62
+ "@testing-library/react": "^16.3.2",
63
63
  "@testing-library/user-event": "^14.6.1",
64
- "@twilio/voice-sdk": "^2.17.0",
64
+ "@twilio/voice-sdk": "^2.18.0",
65
65
  "@types/debug": "^4.1.12",
66
66
  "@types/ejs": "^3.1.5",
67
67
  "@types/lodash-es": "^4.17.12",
68
- "@types/node": "^24.3.0",
69
- "@types/react": "^18.3.26",
70
- "@types/ua-parser-js": "^0.7.39",
71
- "@vitejs/plugin-react": "^5.0.1",
72
- "@vitest/coverage-v8": "^3.2.4",
73
- "@vitest/ui": "^3.2.4",
68
+ "@types/node": "^24.12.0",
69
+ "@types/react": "^18.3.28",
70
+ "@vitejs/plugin-react": "^5.1.4",
71
+ "@vitest/coverage-v8": "^4.0.18",
72
+ "@vitest/ui": "^4.0.18",
74
73
  "anchorme": "^3.0.8",
75
- "autoprefixer": "^10.4.21",
76
- "babel-loader": "^10.0.0",
74
+ "autoprefixer": "^10.4.27",
75
+ "babel-loader": "^10.1.1",
77
76
  "class-variance-authority": "^0.7.1",
78
77
  "classnames": "^2.5.1",
79
78
  "clean-webpack-plugin": "^4.0.0",
80
- "copy-webpack-plugin": "^13.0.1",
81
- "css-loader": "^7.1.2",
79
+ "copy-webpack-plugin": "^14.0.0",
80
+ "css-loader": "^7.1.4",
82
81
  "css-modules-typescript-loader": "^4.0.1",
83
82
  "debug": "^4.4.3",
84
- "dompurify": "^3.3.0",
85
- "dotenv": "^16.6.1",
86
- "ejs": "^3.1.10",
83
+ "dompurify": "^3.3.3",
84
+ "dotenv": "^17.3.1",
85
+ "ejs": "^5.0.1",
87
86
  "embla-carousel-react": "^8.6.0",
88
- "emoji-picker-react": "^4.14.0",
89
- "eslint": "^9.33.0",
87
+ "emoji-picker-react": "^4.18.0",
88
+ "eslint": "^9.39.4",
90
89
  "eslint-config-prettier": "^10.1.8",
91
90
  "eslint-import-resolver-typescript": "^4.4.4",
92
91
  "eslint-plugin-import": "^2.32.0",
93
92
  "eslint-plugin-jsx-a11y": "^6.10.2",
94
- "eslint-plugin-prettier": "^5.5.4",
93
+ "eslint-plugin-prettier": "^5.5.5",
95
94
  "eslint-plugin-react": "^7.37.5",
96
95
  "eslint-plugin-react-hooks": "^7.0.1",
97
- "eslint-plugin-storybook": "^9.1.10",
98
- "eslint-plugin-testing-library": "^7.15.1",
99
- "globals": "^16.3.0",
96
+ "eslint-plugin-storybook": "^9.1.20",
97
+ "eslint-plugin-testing-library": "^7.16.0",
98
+ "globals": "^17.4.0",
100
99
  "he": "^1.2.0",
101
- "html-webpack-plugin": "^5.6.4",
100
+ "html-webpack-plugin": "^5.6.6",
102
101
  "husky": "^9.1.7",
103
- "i18next": "^25.3.6",
104
- "i18next-browser-languagedetector": "^8.2.0",
102
+ "i18next": "^25.8.18",
103
+ "i18next-browser-languagedetector": "^8.2.1",
105
104
  "i18next-http-backend": "^3.0.2",
106
- "isbot": "^5.1.31",
107
- "jsdom": "^26.1.0",
105
+ "isbot": "^5.1.36",
106
+ "jsdom": "^28.1.0",
108
107
  "keen-slider": "^6.8.6",
109
- "lint-staged": "^16.1.5",
110
- "lodash-es": "^4.17.22",
111
- "lucide-react": "^0.561.0",
112
- "marked": "^15.0.12",
108
+ "lint-staged": "^16.3.3",
109
+ "lodash-es": "^4.17.23",
110
+ "lucide-react": "^0.577.0",
111
+ "marked": "^17.0.4",
113
112
  "mkcert": "^3.2.0",
114
113
  "nanoid": "^5.1.6",
115
- "postcss": "^8.5.6",
116
- "postcss-loader": "^8.2.0",
117
- "prettier": "^3.6.2",
118
- "prettier-plugin-sort-json": "^4.1.1",
114
+ "postcss": "^8.5.8",
115
+ "postcss-loader": "^8.2.1",
116
+ "prettier": "^3.8.1",
117
+ "prettier-plugin-sort-json": "^4.2.0",
119
118
  "prettier-plugin-tailwindcss": "^0.7.2",
120
119
  "react": "^18.3.1",
121
120
  "react-dom": "^18.3.1",
122
- "react-dropzone": "^14.3.8",
123
- "react-hook-form": "^7.64.0",
121
+ "react-dropzone": "^15.0.0",
122
+ "react-hook-form": "^7.71.2",
124
123
  "react-i18next": "^15.7.4",
125
124
  "react-modal": "^3.16.3",
126
125
  "react-page-visibility": "^7.0.0",
@@ -128,44 +127,44 @@
128
127
  "react-use": "^17.6.0",
129
128
  "recoil": "^0.7.7",
130
129
  "redux": "^5.0.1",
131
- "sass": "^1.97.0",
132
- "sass-embedded": "^1.97.0",
133
- "sass-loader": "^16.0.5",
134
- "semantic-release": "^25.0.2",
135
- "serve": "^14.2.5",
130
+ "sass": "^1.98.0",
131
+ "sass-embedded": "^1.98.0",
132
+ "sass-loader": "^16.0.7",
133
+ "semantic-release": "^25.0.3",
134
+ "serve": "^14.2.6",
136
135
  "shader": "^1.0.0",
137
136
  "smooth-scroll-into-view-if-needed": "^2.0.2",
138
- "socket.io": "^4.8.1",
139
- "socket.io-client": "^4.8.1",
137
+ "socket.io": "^4.8.3",
138
+ "socket.io-client": "^4.8.3",
140
139
  "source-map-loader": "^5.0.0",
141
- "storybook": "^9.1.10",
142
- "storybook-react-i18next": "^4.0.11",
140
+ "storybook": "^9.1.20",
141
+ "storybook-react-i18next": "^4.0.12",
143
142
  "style-loader": "^4.0.0",
144
- "stylelint": "^16.25.0",
145
- "stylelint-config-standard-scss": "^14.0.0",
146
- "stylelint-declaration-strict-value": "^1.10.11",
147
- "tailwind-merge": "^3.3.1",
148
- "tailwindcss": "^4.1.14",
143
+ "stylelint": "^17.4.0",
144
+ "stylelint-config-standard-scss": "^17.0.0",
145
+ "stylelint-declaration-strict-value": "^1.11.1",
146
+ "tailwind-merge": "^3.5.0",
147
+ "tailwindcss": "^4.2.1",
149
148
  "tailwindcss-animate": "^1.0.7",
150
149
  "ts-deepmerge": "^7.0.3",
151
150
  "ts-loader": "^9.5.4",
152
151
  "tsconfig-paths-webpack-plugin": "^4.2.0",
153
- "type-fest": "^4.41.0",
152
+ "type-fest": "^5.4.4",
154
153
  "typescript": "^5.9.3",
155
- "typescript-eslint": "^8.40.0",
156
- "ua-parser-js": "^1.0.41",
154
+ "typescript-eslint": "^8.57.0",
155
+ "ua-parser-js": "^2.0.9",
157
156
  "url-loader": "^4.1.1",
158
- "uuid": "^11.1.0",
159
- "vitest": "^3.2.4",
157
+ "uuid": "^13.0.0",
158
+ "vitest": "^4.0.18",
160
159
  "vitest-dom": "^0.1.1",
161
- "webpack": "^5.104.0",
162
- "webpack-bundle-analyzer": "^4.10.2",
160
+ "webpack": "^5.105.4",
161
+ "webpack-bundle-analyzer": "^5.2.0",
163
162
  "webpack-cli": "^6.0.1",
164
- "webpack-dev-server": "^5.2.2",
163
+ "webpack-dev-server": "^5.2.3",
165
164
  "webpack-merge": "^6.0.1",
166
165
  "webpack-visualizer-plugin2": "^2.0.0",
167
- "wrangler": "^4.55.0",
168
- "yet-another-react-lightbox": "^3.25.0"
166
+ "wrangler": "^4.72.0",
167
+ "yet-another-react-lightbox": "^3.29.1"
169
168
  },
170
169
  "repository": {
171
170
  "url": "https://github.com/moveo-ai/web-client"