@moveo-ai/web-client 0.16.0 → 0.16.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
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": {
|
|
@@ -33,31 +33,31 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/core": "^7.16.7",
|
|
36
|
-
"@commitlint/cli": "^16.0.
|
|
36
|
+
"@commitlint/cli": "^16.0.2",
|
|
37
37
|
"@commitlint/config-conventional": "^16.0.0",
|
|
38
38
|
"@semantic-release/changelog": "^6.0.1",
|
|
39
39
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
40
40
|
"@semantic-release/git": "^10.0.1",
|
|
41
41
|
"@semantic-release/npm": "^8.0.3",
|
|
42
42
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
43
|
-
"@storybook/addon-actions": "^6.4.
|
|
44
|
-
"@storybook/addon-essentials": "^6.4.
|
|
45
|
-
"@storybook/addon-links": "^6.4.
|
|
46
|
-
"@storybook/builder-webpack5": "^6.4.
|
|
47
|
-
"@storybook/manager-webpack5": "^6.4.
|
|
43
|
+
"@storybook/addon-actions": "^6.4.13",
|
|
44
|
+
"@storybook/addon-essentials": "^6.4.13",
|
|
45
|
+
"@storybook/addon-links": "^6.4.13",
|
|
46
|
+
"@storybook/builder-webpack5": "^6.4.13",
|
|
47
|
+
"@storybook/manager-webpack5": "^6.4.13",
|
|
48
48
|
"@storybook/preset-scss": "^1.0.3",
|
|
49
|
-
"@storybook/react": "^6.4.
|
|
50
|
-
"@testing-library/dom": "^8.11.
|
|
49
|
+
"@storybook/react": "^6.4.13",
|
|
50
|
+
"@testing-library/dom": "^8.11.2",
|
|
51
51
|
"@testing-library/jest-dom": "^5.16.1",
|
|
52
52
|
"@testing-library/react": "^12.1.2",
|
|
53
53
|
"@testing-library/user-event": "^13.5.0",
|
|
54
54
|
"@types/debug": "^4.1.7",
|
|
55
55
|
"@types/jest": "^27.4.0",
|
|
56
|
-
"@types/node": "^17.0.
|
|
56
|
+
"@types/node": "^17.0.9",
|
|
57
57
|
"@types/react": "^17.0.38",
|
|
58
58
|
"@types/ua-parser-js": "^0.7.36",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
60
|
-
"@typescript-eslint/parser": "^5.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
60
|
+
"@typescript-eslint/parser": "^5.10.0",
|
|
61
61
|
"anchorme": "^2.1.2",
|
|
62
62
|
"babel-loader": "^8.2.3",
|
|
63
63
|
"bundlesize": "^0.18.1",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"css-modules-typescript-loader": "^4.0.1",
|
|
68
68
|
"debug": "^4.3.3",
|
|
69
69
|
"dompurify": "^2.3.4",
|
|
70
|
-
"dotenv": "^
|
|
71
|
-
"eslint": "^8.
|
|
70
|
+
"dotenv": "^14.2.0",
|
|
71
|
+
"eslint": "^8.7.0",
|
|
72
72
|
"eslint-config-prettier": "^8.3.0",
|
|
73
73
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
74
74
|
"eslint-plugin-import": "^2.25.4",
|
|
@@ -77,48 +77,48 @@
|
|
|
77
77
|
"eslint-plugin-prettier": "^4.0.0",
|
|
78
78
|
"eslint-plugin-react": "^7.28.0",
|
|
79
79
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
80
|
-
"eslint-plugin-testing-library": "^5.0.
|
|
81
|
-
"focus-trap-react": "^8.
|
|
80
|
+
"eslint-plugin-testing-library": "^5.0.3",
|
|
81
|
+
"focus-trap-react": "^8.9.1",
|
|
82
82
|
"html-webpack-plugin": "^5.5.0",
|
|
83
83
|
"husky": "^7.0.4",
|
|
84
|
-
"i18next": "^21.6.
|
|
84
|
+
"i18next": "^21.6.6",
|
|
85
85
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
86
|
-
"jest": "^27.4.
|
|
87
|
-
"keen-slider": "^6.6.
|
|
88
|
-
"lint-staged": "^12.1.
|
|
89
|
-
"nanoid": "^3.
|
|
86
|
+
"jest": "^27.4.7",
|
|
87
|
+
"keen-slider": "^6.6.3",
|
|
88
|
+
"lint-staged": "^12.1.7",
|
|
89
|
+
"nanoid": "^3.2.0",
|
|
90
90
|
"preact": "^10.6.4",
|
|
91
91
|
"prettier": "^2.5.1",
|
|
92
92
|
"react": "^17.0.2",
|
|
93
93
|
"react-dom": "^17.0.2",
|
|
94
|
-
"react-hook-form": "^7.
|
|
94
|
+
"react-hook-form": "^7.24.0",
|
|
95
95
|
"react-i18next": "^11.15.3",
|
|
96
96
|
"react-modal": "^3.14.4",
|
|
97
97
|
"react-page-visibility": "^6.4.0",
|
|
98
98
|
"react-test-renderer": "^17.0.2",
|
|
99
99
|
"react-transition-group": "^4.4.2",
|
|
100
100
|
"recoil": "^0.5.2",
|
|
101
|
-
"sass": "^1.
|
|
101
|
+
"sass": "^1.48.0",
|
|
102
102
|
"sass-loader": "^12.4.0",
|
|
103
103
|
"semantic-release": "^18.0.1",
|
|
104
|
-
"socket.io": "^4.4.
|
|
105
|
-
"socket.io-client": "^4.4.
|
|
106
|
-
"source-map-loader": "^3.0.
|
|
104
|
+
"socket.io": "^4.4.1",
|
|
105
|
+
"socket.io-client": "^4.4.1",
|
|
106
|
+
"source-map-loader": "^3.0.1",
|
|
107
107
|
"style-loader": "^3.3.1",
|
|
108
108
|
"stylelint": "^14.2.0",
|
|
109
109
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
110
110
|
"stylelint-declaration-strict-value": "^1.8.0",
|
|
111
|
-
"ts-jest": "^27.1.
|
|
111
|
+
"ts-jest": "^27.1.3",
|
|
112
112
|
"ts-loader": "^9.2.6",
|
|
113
113
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
114
|
-
"type-fest": "^2.
|
|
114
|
+
"type-fest": "^2.9.0",
|
|
115
115
|
"typescript": "^4.5.4",
|
|
116
116
|
"ua-parser-js": "^1.0.2",
|
|
117
117
|
"url-loader": "^4.1.1",
|
|
118
|
-
"webpack": "^5.
|
|
118
|
+
"webpack": "^5.66.0",
|
|
119
119
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
120
120
|
"webpack-cli": "^4.9.1",
|
|
121
|
-
"webpack-dev-server": "^4.7.
|
|
121
|
+
"webpack-dev-server": "^4.7.3",
|
|
122
122
|
"webpack-merge": "^5.8.0",
|
|
123
123
|
"webpack-visualizer-plugin2": "^1.0.0"
|
|
124
124
|
},
|