@moveo-ai/web-client 0.55.0 → 0.56.0

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,24 +1,24 @@
1
1
  {
2
2
  "name": "@moveo-ai/web-client",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
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": {
7
- "start": "webpack serve",
8
- "prepare": "npm run build",
9
- "watch": "webpack --watch",
10
- "build": "webpack --config webpack.prod.js",
7
+ "autofix": "eslint --fix .",
8
+ "build-storybook": "storybook build",
11
9
  "build:dev": "webpack --config webpack.config.js",
12
- "bundlewatch": "bundlewatch",
13
- "test": "jest --runInBand",
14
- "test:ci": "npx playwright test",
15
- "lint": "npm run lint:js && npm run lint:scss",
10
+ "build": "webpack --config webpack.prod.js",
16
11
  "lint:js": "eslint .",
17
- "lint:scss": "npx stylelint \"**/*.{css,scss}\"",
12
+ "lint:scss": "npx stylelint \"{src,test}/**/*.{css,scss}\"",
13
+ "lint": "npm run lint:js && npm run lint:scss",
14
+ "prepare": "npm run build",
18
15
  "prettier": "prettier --write \"{src,test}/**/*.{ts,tsx,json}\"",
19
- "autofix": "eslint --fix .",
16
+ "start": "webpack serve",
20
17
  "storybook": "storybook dev -p 6006",
21
- "build-storybook": "storybook build"
18
+ "test:ci": "npx playwright test",
19
+ "test": "jest --runInBand",
20
+ "type-check": "tsc --pretty --noEmit",
21
+ "watch": "webpack --watch"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"
@@ -33,115 +33,114 @@
33
33
  "author": "Moveo.ai (TM)",
34
34
  "license": "MIT",
35
35
  "devDependencies": {
36
- "@babel/core": "^7.22.5",
37
- "@babel/preset-env": "^7.22.5",
38
- "@commitlint/cli": "^17.6.5",
39
- "@commitlint/config-conventional": "^17.6.5",
40
- "@playwright/test": "^1.35.1",
41
- "@storybook/addon-actions": "^7.0.22",
42
- "@storybook/addon-essentials": "^7.0.22",
43
- "@storybook/addon-interactions": "^7.0.22",
44
- "@storybook/addon-links": "^7.0.22",
36
+ "@babel/core": "^7.23.5",
37
+ "@babel/preset-env": "^7.23.5",
38
+ "@commitlint/cli": "^18.4.3",
39
+ "@commitlint/config-conventional": "^18.4.3",
40
+ "@playwright/test": "^1.40.1",
41
+ "@storybook/addon-actions": "^7.6.4",
42
+ "@storybook/addon-essentials": "^7.6.4",
43
+ "@storybook/addon-interactions": "^7.6.4",
44
+ "@storybook/addon-links": "^7.6.4",
45
45
  "@storybook/preset-scss": "^1.0.3",
46
- "@storybook/react": "^7.0.22",
47
- "@storybook/react-webpack5": "^7.0.22",
48
- "@storybook/testing-library": "^0.1.0",
49
- "@testing-library/dom": "^9.3.1",
50
- "@testing-library/jest-dom": "^5.16.5",
51
- "@testing-library/react": "^14.0.0",
52
- "@testing-library/user-event": "^14.4.3",
53
- "@types/debug": "^4.1.8",
54
- "@types/jest": "^29.5.2",
55
- "@types/node": "^20.3.1",
56
- "@types/react": "^18.2.13",
57
- "@types/ua-parser-js": "^0.7.36",
58
- "@typescript-eslint/eslint-plugin": "^5.60.0",
59
- "@typescript-eslint/parser": "^5.60.0",
46
+ "@storybook/react": "^7.6.4",
47
+ "@storybook/react-webpack5": "^7.6.4",
48
+ "@storybook/testing-library": "^0.2.2",
49
+ "@testing-library/dom": "^9.3.3",
50
+ "@testing-library/jest-dom": "^6.1.5",
51
+ "@testing-library/react": "^14.1.2",
52
+ "@testing-library/user-event": "^14.5.1",
53
+ "@types/debug": "^4.1.12",
54
+ "@types/jest": "^29.5.11",
55
+ "@types/node": "^20.10.4",
56
+ "@types/react": "^18.2.42",
57
+ "@types/ua-parser-js": "^0.7.39",
58
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
59
+ "@typescript-eslint/parser": "^6.13.2",
60
60
  "anchorme": "^2.1.2",
61
- "babel-jest": "^29.5.0",
62
- "babel-loader": "^9.1.2",
63
- "bundlewatch": "^0.3.3",
61
+ "babel-jest": "^29.7.0",
62
+ "babel-loader": "^9.1.3",
64
63
  "classnames": "^2.3.2",
65
64
  "clean-webpack-plugin": "^4.0.0",
66
65
  "copy-webpack-plugin": "^11.0.0",
67
66
  "css-loader": "^6.8.1",
68
67
  "css-modules-typescript-loader": "^4.0.1",
69
68
  "debug": "^4.3.4",
70
- "dompurify": "^3.0.3",
69
+ "dompurify": "^3.0.6",
71
70
  "dotenv": "^16.3.1",
72
- "eslint": "^8.43.0",
73
- "eslint-config-prettier": "^8.8.0",
74
- "eslint-import-resolver-typescript": "^3.5.5",
75
- "eslint-plugin-import": "^2.27.5",
76
- "eslint-plugin-jest-dom": "^5.0.1",
77
- "eslint-plugin-jsx-a11y": "^6.7.1",
78
- "eslint-plugin-prettier": "^4.2.1",
79
- "eslint-plugin-react": "^7.32.2",
71
+ "eslint": "^8.55.0",
72
+ "eslint-config-prettier": "^9.1.0",
73
+ "eslint-import-resolver-typescript": "^3.6.1",
74
+ "eslint-plugin-import": "^2.29.0",
75
+ "eslint-plugin-jest-dom": "^5.1.0",
76
+ "eslint-plugin-jsx-a11y": "^6.8.0",
77
+ "eslint-plugin-prettier": "^5.0.1",
78
+ "eslint-plugin-react": "^7.33.2",
80
79
  "eslint-plugin-react-hooks": "^4.6.0",
81
- "eslint-plugin-storybook": "^0.6.12",
82
- "eslint-plugin-testing-library": "^5.11.0",
80
+ "eslint-plugin-storybook": "^0.6.15",
81
+ "eslint-plugin-testing-library": "^6.2.0",
83
82
  "he": "^1.2.0",
84
- "html-webpack-plugin": "^5.5.3",
83
+ "html-webpack-plugin": "^5.5.4",
85
84
  "husky": "^8.0.3",
86
- "i18next": "^23.2.0",
87
- "i18next-browser-languagedetector": "^7.0.2",
88
- "i18next-http-backend": "^2.2.1",
89
- "isbot": "^3.6.10",
90
- "jest": "^29.5.0",
91
- "jest-environment-jsdom": "^29.5.0",
92
- "keen-slider": "^6.8.5",
93
- "lint-staged": "^13.2.2",
85
+ "i18next": "^23.7.8",
86
+ "i18next-browser-languagedetector": "^7.2.0",
87
+ "i18next-http-backend": "^2.4.2",
88
+ "isbot": "^3.7.1",
89
+ "jest": "^29.7.0",
90
+ "jest-environment-jsdom": "^29.7.0",
91
+ "keen-slider": "^6.8.6",
92
+ "lint-staged": "^15.2.0",
94
93
  "lodash.capitalize": "^4.2.1",
95
94
  "lodash.debounce": "^4.0.8",
96
95
  "lodash.throttle": "^4.1.1",
97
96
  "nanoid": "^4.0.2",
98
- "postcss": "^8.4.24",
99
- "prettier": "^2.8.8",
97
+ "postcss": "^8.4.32",
98
+ "prettier": "^3.1.0",
100
99
  "react": "^18.2.0",
101
100
  "react-dom": "^18.2.0",
102
101
  "react-dropzone": "^14.2.3",
103
- "react-hook-form": "^7.45.0",
104
- "react-i18next": "^13.0.0",
102
+ "react-hook-form": "^7.48.2",
103
+ "react-i18next": "^13.5.0",
105
104
  "react-modal": "^3.16.1",
106
105
  "react-page-visibility": "^7.0.0",
107
106
  "react-transition-group": "^4.4.5",
108
- "react-use": "^17.4.0",
107
+ "react-use": "^17.4.2",
109
108
  "recoil": "^0.7.7",
110
109
  "redux": "^4.2.1",
111
110
  "rehype-stringify": "^9.0.3",
112
111
  "remark-breaks": "^3.0.3",
113
112
  "remark-parse": "^10.0.2",
114
113
  "remark-rehype": "^10.1.0",
115
- "sass": "^1.63.4",
114
+ "sass": "^1.69.5",
116
115
  "sass-loader": "^13.3.2",
117
- "semantic-release": "^21.0.5",
116
+ "semantic-release": "^22.0.10",
118
117
  "shader": "^1.0.0",
119
- "smooth-scroll-into-view-if-needed": "^2.0.0",
120
- "socket.io": "^4.6.2",
121
- "socket.io-client": "^4.6.2",
118
+ "smooth-scroll-into-view-if-needed": "^2.0.2",
119
+ "socket.io": "^4.7.2",
120
+ "socket.io-client": "^4.7.2",
122
121
  "source-map-loader": "^4.0.1",
123
- "storybook": "^7.0.22",
124
- "storybook-react-i18next": "^2.0.6",
122
+ "storybook": "^7.6.4",
123
+ "storybook-react-i18next": "^2.0.9",
125
124
  "style-loader": "^3.3.3",
126
- "stylelint": "^15.8.0",
127
- "stylelint-config-standard-scss": "^9.0.0",
125
+ "stylelint": "^15.11.0",
126
+ "stylelint-config-standard-scss": "^11.1.0",
128
127
  "stylelint-declaration-strict-value": "^1.9.2",
129
- "ts-deepmerge": "^6.0.3",
130
- "ts-jest": "^29.1.0",
131
- "ts-loader": "^9.4.3",
132
- "tsconfig-paths-webpack-plugin": "^4.0.1",
128
+ "ts-deepmerge": "^6.2.0",
129
+ "ts-jest": "^29.1.1",
130
+ "ts-loader": "^9.5.1",
131
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
133
132
  "type-fest": "^3.12.0",
134
- "typescript": "^5.1.3",
135
- "ua-parser-js": "^1.0.35",
133
+ "typescript": "^5.3.3",
134
+ "ua-parser-js": "^1.0.37",
136
135
  "unified": "^10.1.2",
137
136
  "url-loader": "^4.1.1",
138
- "webpack": "^5.87.0",
139
- "webpack-bundle-analyzer": "^4.9.0",
137
+ "webpack": "^5.89.0",
138
+ "webpack-bundle-analyzer": "^4.10.1",
140
139
  "webpack-cli": "^5.1.4",
141
140
  "webpack-dev-server": "^4.15.1",
142
- "webpack-merge": "^5.9.0",
143
- "webpack-visualizer-plugin2": "^1.0.0",
144
- "yet-another-react-lightbox": "^3.11.1"
141
+ "webpack-merge": "^5.10.0",
142
+ "webpack-visualizer-plugin2": "^1.1.0",
143
+ "yet-another-react-lightbox": "^3.15.6"
145
144
  },
146
145
  "repository": {
147
146
  "url": "https://github.com/moveo-ai/web-client"