@2uinc/frontend-component-xpert-chatbot 1.21.2 → 1.21.3

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.
Files changed (2) hide show
  1. package/dist/lib/index.min.js +5893 -5618
  2. 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.2",
3
+ "version": "1.21.3",
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 . --ext js,jsx",
25
- "lint:fix": "eslint . --ext js,jsx --fix",
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.4.1",
54
- "@commitlint/config-conventional": "^19.4.1",
55
- "@fullhuman/postcss-purgecss": "^6.0.0",
56
- "@iconify/react": "^5.0.2",
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": "^10.3.1",
62
+ "@semantic-release/github": "^11.0.1",
60
63
  "@semantic-release/npm": "^12.0.1",
61
- "@testing-library/jest-dom": "^6.5.0",
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.1",
66
- "@vitest/coverage-istanbul": "^2.0.5",
67
- "@vitest/ui": "^2.0.5",
68
- "commitlint-plugin-function-rules": "^4.0.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": "^8.47.0",
73
+ "eslint": "^9.17.0",
71
74
  "eslint-config-prettier": "^9.1.0",
72
- "eslint-plugin-jsx-a11y": "^6.9.0",
75
+ "eslint-plugin-jsx-a11y": "^6.10.2",
73
76
  "eslint-plugin-prettier": "^5.2.1",
74
- "eslint-plugin-react": "^7.35.1",
75
- "eslint-plugin-react-hooks": "^4.6.2",
76
- "eslint-plugin-react-refresh": "^0.4.11",
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
- "husky": "^9.1.5",
79
- "jsdom": "^25.0.0",
80
- "lint-staged": "^15.2.10",
81
- "msw": "^2.4.2",
82
- "prettier": "3.3.3",
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.78.0",
87
- "vite": "^5.4.3",
88
- "vitest": "^2.0.5",
89
- "zod": "^3.23.8"
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.2.3",
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": "^3.0.0"
102
+ "react-use-websocket": "^4.11.1"
99
103
  },
100
104
  "release": {
101
105
  "branches": [