@2uinc/frontend-component-xpert-chatbot 1.40.23 → 1.40.25
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/dist/lib/index.min.js +12412 -11926
- package/dist/lib/mockServiceWorker.js +1 -1
- package/package.json +32 -33
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* - Please do NOT modify this file.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
const PACKAGE_VERSION = '2.
|
|
10
|
+
const PACKAGE_VERSION = '2.14.6'
|
|
11
11
|
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
|
12
12
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
13
13
|
const activeClientIds = new Set()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.25",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"
|
|
@@ -46,66 +46,65 @@
|
|
|
46
46
|
]
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"react": ">=17.0.0 <
|
|
50
|
-
"react-dom": ">=17.0.0 <
|
|
49
|
+
"react": ">=17.0.0 <20.0.0",
|
|
50
|
+
"react-dom": ">=17.0.0 <20.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@commitlint/cli": "^
|
|
54
|
-
"@commitlint/config-conventional": "^
|
|
55
|
-
"@eslint/compat": "^2.
|
|
56
|
-
"@eslint/eslintrc": "^3.3.
|
|
53
|
+
"@commitlint/cli": "^21.0.2",
|
|
54
|
+
"@commitlint/config-conventional": "^21.0.2",
|
|
55
|
+
"@eslint/compat": "^2.1.0",
|
|
56
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
57
57
|
"@eslint/js": "^9.39.1",
|
|
58
|
-
"@fullhuman/postcss-purgecss": "^
|
|
58
|
+
"@fullhuman/postcss-purgecss": "^8.0.0",
|
|
59
59
|
"@iconify/react": "^6.0.2",
|
|
60
|
-
"@playwright/test": "^1.
|
|
60
|
+
"@playwright/test": "^1.60.0",
|
|
61
61
|
"@semantic-release/exec": "^7.1.0",
|
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@semantic-release/github": "^12.0.
|
|
64
|
-
"@semantic-release/npm": "^13.1.
|
|
65
|
-
"@testing-library/jest-dom": "^6.
|
|
66
|
-
"@testing-library/react": "^
|
|
67
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
63
|
+
"@semantic-release/github": "^12.0.8",
|
|
64
|
+
"@semantic-release/npm": "^13.1.5",
|
|
65
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
66
|
+
"@testing-library/react": "^16.3.2",
|
|
68
67
|
"@testing-library/user-event": "^14.6.1",
|
|
69
68
|
"@vitejs/plugin-react": "^5.1.2",
|
|
70
69
|
"@vitest/coverage-istanbul": "^2.1.9",
|
|
71
70
|
"@vitest/ui": "^2.1.9",
|
|
72
|
-
"commitlint-plugin-function-rules": "^
|
|
71
|
+
"commitlint-plugin-function-rules": "^5.0.1",
|
|
73
72
|
"cz-conventional-changelog": "^3.3.0",
|
|
74
73
|
"eslint": "^9.39.1",
|
|
75
74
|
"eslint-config-prettier": "^10.1.8",
|
|
76
75
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
77
|
-
"eslint-plugin-prettier": "^5.5.
|
|
76
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
78
77
|
"eslint-plugin-react": "^7.37.5",
|
|
79
|
-
"eslint-plugin-react-hooks": "^7.
|
|
80
|
-
"eslint-plugin-react-refresh": "^0.
|
|
81
|
-
"eslint-plugin-vitest-globals": "^1.
|
|
82
|
-
"globals": "^
|
|
78
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
79
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
80
|
+
"eslint-plugin-vitest-globals": "^1.6.1",
|
|
81
|
+
"globals": "^17.6.0",
|
|
83
82
|
"husky": "^9.1.7",
|
|
84
83
|
"jsdom": "^27.3.0",
|
|
85
|
-
"lint-staged": "^
|
|
86
|
-
"msw": "^2.
|
|
87
|
-
"prettier": "3.
|
|
84
|
+
"lint-staged": "^17.0.7",
|
|
85
|
+
"msw": "^2.14.6",
|
|
86
|
+
"prettier": "3.8.3",
|
|
88
87
|
"prop-types": "^15.8.1",
|
|
89
|
-
"react": "^
|
|
90
|
-
"react-dom": "^
|
|
91
|
-
"sass": "^1.
|
|
88
|
+
"react": "^19.2.7",
|
|
89
|
+
"react-dom": "^19.2.7",
|
|
90
|
+
"sass": "^1.100.0",
|
|
92
91
|
"vite": "^7.2.7",
|
|
93
92
|
"vitest": "^2.1.9",
|
|
94
|
-
"zod": "^
|
|
93
|
+
"zod": "^4.4.3"
|
|
95
94
|
},
|
|
96
95
|
"dependencies": {
|
|
97
96
|
"classnames": "^2.5.1",
|
|
98
|
-
"dayjs": "^1.11.
|
|
99
|
-
"focus-trap
|
|
100
|
-
"js-cookie": "^3.0.
|
|
101
|
-
"katex": "^0.
|
|
97
|
+
"dayjs": "^1.11.21",
|
|
98
|
+
"focus-trap": "^7.8.0",
|
|
99
|
+
"js-cookie": "^3.0.8",
|
|
100
|
+
"katex": "^0.17.0",
|
|
102
101
|
"lodash.merge": "^4.6.2",
|
|
103
102
|
"react-markdown": "^8.0.7",
|
|
104
103
|
"react-use-websocket": "^4.13.0",
|
|
105
104
|
"rehype-katex": "^7.0.1",
|
|
106
105
|
"rehype-raw": "^7.0.0",
|
|
107
106
|
"remark-math": "^5.1.1",
|
|
108
|
-
"uuid": "^
|
|
107
|
+
"uuid": "^14.0.0"
|
|
109
108
|
},
|
|
110
109
|
"release": {
|
|
111
110
|
"branches": [
|
|
@@ -150,7 +149,7 @@
|
|
|
150
149
|
]
|
|
151
150
|
},
|
|
152
151
|
"engines": {
|
|
153
|
-
"node": "22.
|
|
152
|
+
"node": "22.22.1"
|
|
154
153
|
},
|
|
155
154
|
"msw": {
|
|
156
155
|
"workerDirectory": [
|