@2uinc/frontend-component-xpert-chatbot 1.13.1 → 1.13.2-alpha.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/dist/lib/index.min.js +2782 -2769
- package/package.json +22 -22
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
3
|
-
"version": "1.13.
|
3
|
+
"version": "1.13.2-alpha.2",
|
4
4
|
"homepage": "/app/plugins/xpert-chatbot/frontend/build/",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -51,14 +51,14 @@
|
|
51
51
|
"react-dom": "^17.0.2"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@commitlint/cli": "^
|
55
|
-
"@commitlint/config-conventional": "^
|
56
|
-
"@fullhuman/postcss-purgecss": "^
|
57
|
-
"@iconify/react": "^
|
54
|
+
"@commitlint/cli": "^19.3.0",
|
55
|
+
"@commitlint/config-conventional": "^19.2.2",
|
56
|
+
"@fullhuman/postcss-purgecss": "^6.0.0",
|
57
|
+
"@iconify/react": "^5.0.1",
|
58
58
|
"@semantic-release/exec": "^6.0.3",
|
59
59
|
"@semantic-release/git": "^10.0.1",
|
60
|
-
"@semantic-release/github": "^
|
61
|
-
"@semantic-release/npm": "^
|
60
|
+
"@semantic-release/github": "^10.0.6",
|
61
|
+
"@semantic-release/npm": "^12.0.1",
|
62
62
|
"@testing-library/jest-dom": "^6.1.3",
|
63
63
|
"@testing-library/react": "^12.1.5",
|
64
64
|
"@testing-library/react-hooks": "^8.0.1",
|
@@ -66,32 +66,32 @@
|
|
66
66
|
"@vitejs/plugin-react": "^4.1.0",
|
67
67
|
"@vitest/coverage-istanbul": "^0.34.6",
|
68
68
|
"@vitest/ui": "^0.34.6",
|
69
|
-
"commitlint-plugin-function-rules": "^
|
69
|
+
"commitlint-plugin-function-rules": "^4.0.0",
|
70
70
|
"cz-conventional-changelog": "^3.3.0",
|
71
71
|
"eslint": "^8.47.0",
|
72
72
|
"eslint-config-prettier": "^9.1.0",
|
73
|
-
"eslint-plugin-jsx-a11y": "^6.
|
74
|
-
"eslint-plugin-prettier": "^5.1.
|
75
|
-
"eslint-plugin-react": "^7.
|
76
|
-
"eslint-plugin-react-hooks": "^4.6.
|
77
|
-
"eslint-plugin-react-refresh": "^0.4.
|
78
|
-
"eslint-plugin-vitest-globals": "^1.
|
73
|
+
"eslint-plugin-jsx-a11y": "^6.9.0",
|
74
|
+
"eslint-plugin-prettier": "^5.1.3",
|
75
|
+
"eslint-plugin-react": "^7.34.3",
|
76
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
77
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
78
|
+
"eslint-plugin-vitest-globals": "^1.5.0",
|
79
79
|
"husky": "^9.0.11",
|
80
|
-
"jsdom": "^
|
81
|
-
"lint-staged": "^15.2.
|
82
|
-
"msw": "^2.1
|
83
|
-
"prettier": "3.
|
80
|
+
"jsdom": "^24.1.0",
|
81
|
+
"lint-staged": "^15.2.7",
|
82
|
+
"msw": "^2.3.1",
|
83
|
+
"prettier": "3.3.2",
|
84
84
|
"prop-types": "^15.8.1",
|
85
85
|
"react": "^17.0.2",
|
86
86
|
"react-dom": "^17.0.2",
|
87
|
-
"sass": "^1.
|
87
|
+
"sass": "^1.77.6",
|
88
88
|
"vite": "^4.4.9",
|
89
89
|
"vitest": "^0.34.6",
|
90
|
-
"zod": "^3.
|
90
|
+
"zod": "^3.23.8"
|
91
91
|
},
|
92
92
|
"dependencies": {
|
93
|
-
"classnames": "^2.
|
94
|
-
"focus-trap-react": "^10.2.
|
93
|
+
"classnames": "^2.5.1",
|
94
|
+
"focus-trap-react": "^10.2.3",
|
95
95
|
"js-cookie": "^3.0.5",
|
96
96
|
"lodash.merge": "^4.6.2",
|
97
97
|
"react-markdown": "^8.0.7"
|