@2uinc/frontend-component-xpert-chatbot 1.21.1 → 1.21.3-beta.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/dist/lib/index.min.js +5894 -5619
- package/package.json +33 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
|
3
|
-
"version": "1.21.1",
|
|
3
|
+
"version": "1.21.3-beta.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"build": "npm run build:app && npm run build:lib",
|
|
22
22
|
"build:app": "vite build --config ./vite.app.config.js",
|
|
23
23
|
"build:lib": "vite build --config ./vite.lib.config.js",
|
|
24
|
-
"lint": "eslint .
|
|
25
|
-
"lint:fix": "eslint . --
|
|
24
|
+
"lint": "eslint .",
|
|
25
|
+
"lint:fix": "eslint . --fix",
|
|
26
26
|
"preview": "vite preview",
|
|
27
27
|
"commit": "git cz",
|
|
28
28
|
"prepare": "husky"
|
|
@@ -50,52 +50,56 @@
|
|
|
50
50
|
"react-dom": "^17.0.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@commitlint/cli": "^19.
|
|
54
|
-
"@commitlint/config-conventional": "^19.
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
53
|
+
"@commitlint/cli": "^19.6.1",
|
|
54
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
55
|
+
"@eslint/compat": "^1.2.4",
|
|
56
|
+
"@eslint/eslintrc": "^3.2.0",
|
|
57
|
+
"@eslint/js": "^9.17.0",
|
|
58
|
+
"@fullhuman/postcss-purgecss": "^7.0.2",
|
|
59
|
+
"@iconify/react": "^5.1.0",
|
|
57
60
|
"@semantic-release/exec": "^6.0.3",
|
|
58
61
|
"@semantic-release/git": "^10.0.1",
|
|
59
|
-
"@semantic-release/github": "^
|
|
62
|
+
"@semantic-release/github": "^11.0.1",
|
|
60
63
|
"@semantic-release/npm": "^12.0.1",
|
|
61
|
-
"@testing-library/jest-dom": "^6.
|
|
64
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
62
65
|
"@testing-library/react": "^12.1.5",
|
|
63
66
|
"@testing-library/react-hooks": "^8.0.1",
|
|
64
67
|
"@testing-library/user-event": "^14.5.2",
|
|
65
|
-
"@vitejs/plugin-react": "^4.3.
|
|
66
|
-
"@vitest/coverage-istanbul": "^2.
|
|
67
|
-
"@vitest/ui": "^2.
|
|
68
|
-
"commitlint-plugin-function-rules": "^4.0.
|
|
68
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
69
|
+
"@vitest/coverage-istanbul": "^2.1.8",
|
|
70
|
+
"@vitest/ui": "^2.1.8",
|
|
71
|
+
"commitlint-plugin-function-rules": "^4.0.1",
|
|
69
72
|
"cz-conventional-changelog": "^3.3.0",
|
|
70
|
-
"eslint": "^
|
|
73
|
+
"eslint": "^9.17.0",
|
|
71
74
|
"eslint-config-prettier": "^9.1.0",
|
|
72
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
75
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
73
76
|
"eslint-plugin-prettier": "^5.2.1",
|
|
74
|
-
"eslint-plugin-react": "^7.
|
|
75
|
-
"eslint-plugin-react-hooks": "^
|
|
76
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
77
|
+
"eslint-plugin-react": "^7.37.3",
|
|
78
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
79
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
77
80
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
81
|
+
"globals": "^15.14.0",
|
|
82
|
+
"husky": "^9.1.7",
|
|
83
|
+
"jsdom": "^25.0.1",
|
|
84
|
+
"lint-staged": "^15.3.0",
|
|
85
|
+
"msw": "^2.7.0",
|
|
86
|
+
"prettier": "3.4.2",
|
|
83
87
|
"prop-types": "^15.8.1",
|
|
84
88
|
"react": "^17.0.2",
|
|
85
89
|
"react-dom": "^17.0.2",
|
|
86
|
-
"sass": "^1.
|
|
87
|
-
"vite": "^
|
|
88
|
-
"vitest": "^2.
|
|
89
|
-
"zod": "^3.
|
|
90
|
+
"sass": "^1.83.0",
|
|
91
|
+
"vite": "^6.0.7",
|
|
92
|
+
"vitest": "^2.1.8",
|
|
93
|
+
"zod": "^3.24.1"
|
|
90
94
|
},
|
|
91
95
|
"dependencies": {
|
|
92
96
|
"classnames": "^2.5.1",
|
|
93
97
|
"dayjs": "^1.11.13",
|
|
94
|
-
"focus-trap-react": "^10.
|
|
98
|
+
"focus-trap-react": "^10.3.1",
|
|
95
99
|
"js-cookie": "^3.0.5",
|
|
96
100
|
"lodash.merge": "^4.6.2",
|
|
97
101
|
"react-markdown": "^8.0.7",
|
|
98
|
-
"react-use-websocket": "^
|
|
102
|
+
"react-use-websocket": "^4.11.1"
|
|
99
103
|
},
|
|
100
104
|
"release": {
|
|
101
105
|
"branches": [
|