@kindly/react-chat 2.87.1 → 2.87.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kindly/react-chat",
3
- "version": "2.87.1",
3
+ "version": "2.87.2",
4
4
  "description": "Kindly Chat react component",
5
5
  "repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
6
6
  "license": "MIT",
@@ -26,74 +26,74 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@reduxjs/toolkit": "^2.11.2",
30
- "dompurify": "^3.4.2",
29
+ "@reduxjs/toolkit": "^2.12.0",
30
+ "dompurify": "^3.4.8",
31
31
  "lodash.merge": "^4.6.2",
32
32
  "matcher": "^6.0.0",
33
33
  "prop-types": "^15.8.1",
34
34
  "react-children-utilities": "^2.10.0",
35
- "react-hook-form": "^7.75.0",
35
+ "react-hook-form": "^7.78.0",
36
36
  "react-idle-timer": "^5.7.3",
37
- "react-redux": "^9.2.0",
37
+ "react-redux": "^9.3.0",
38
38
  "react-textarea-autosize": "^8.5.9",
39
39
  "redux-localstorage": "^0.4.1",
40
40
  "stream-browserify": "^3.0.0",
41
- "styled-components": "^6.4.1",
42
- "ua-parser-js": "^2.0.9",
41
+ "styled-components": "^6.4.2",
42
+ "ua-parser-js": "^2.0.10",
43
43
  "uuid": "^14.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@babel/core": "^7.28.4",
46
+ "@babel/core": "^7.29.0",
47
47
  "@babel/plugin-proposal-class-properties": "^7.18.6",
48
- "@babel/plugin-transform-runtime": "^7.28.3",
49
- "@babel/preset-env": "^7.28.3",
50
- "@babel/preset-react": "^7.27.1",
51
- "@babel/runtime-corejs3": "^7.28.4",
52
- "@storybook/addon-a11y": "10.2.7",
53
- "@storybook/addon-docs": "10.2.7",
54
- "@storybook/addon-links": "10.2.7",
55
- "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
48
+ "@babel/plugin-transform-runtime": "^7.29.0",
49
+ "@babel/preset-env": "^7.29.5",
50
+ "@babel/preset-react": "^7.28.5",
51
+ "@babel/runtime-corejs3": "^7.29.2",
52
+ "@storybook/addon-a11y": "10.4.1",
53
+ "@storybook/addon-docs": "10.4.1",
54
+ "@storybook/addon-links": "10.4.1",
55
+ "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
56
56
  "@storybook/jest": "^0.2.3",
57
- "@storybook/react-webpack5": "10.2.7",
58
- "@storybook/test-runner": "^0.24.2",
57
+ "@storybook/react-webpack5": "10.4.1",
58
+ "@storybook/test-runner": "^0.24.4",
59
59
  "@storybook/testing-library": "^0.2.2",
60
- "@swc/core": "^1.15.1",
60
+ "@swc/core": "^1.15.40",
61
61
  "@testing-library/dom": "^10.4.1",
62
- "@testing-library/jest-dom": "^6.9.0",
63
- "@testing-library/react": "^16.3.0",
64
- "@types/react": "^19.2.2",
65
- "@types/react-dom": "^19.2.2",
62
+ "@testing-library/jest-dom": "^6.9.1",
63
+ "@testing-library/react": "^16.3.2",
64
+ "@types/react": "^19.2.15",
65
+ "@types/react-dom": "^19.2.3",
66
66
  "axe-playwright": "^2.2.2",
67
- "babel-jest": "^30.2.0",
68
- "babel-loader": "^10.0.0",
67
+ "babel-jest": "^30.4.1",
68
+ "babel-loader": "^10.1.1",
69
69
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
70
70
  "babel-plugin-transform-remove-console": "^6.9.4",
71
- "chromatic": "^15.0.0",
71
+ "chromatic": "^17.3.0",
72
72
  "clean-webpack-plugin": "^4.0.0",
73
- "dotenv": "17.2.3",
74
- "express": "^5.1.0",
73
+ "dotenv": "17.4.2",
74
+ "express": "^5.2.1",
75
75
  "file-loader": "^6.2.0",
76
- "html-webpack-plugin": "^5.6.4",
77
- "jest": "^30.2.0",
78
- "jest-environment-jsdom": "^30.2.0",
76
+ "html-webpack-plugin": "^5.6.7",
77
+ "jest": "^30.4.2",
78
+ "jest-environment-jsdom": "^30.4.1",
79
79
  "jest-junit": "^16.0.0",
80
80
  "jest-webpack-resolver": "^0.3.0",
81
81
  "lodash.clonedeep": "^4.5.0",
82
82
  "lodash.set": "^4.3.2",
83
83
  "mockdate": "^3.0.5",
84
- "msw": "^2.11.3",
85
- "msw-storybook-addon": "^2.0.5",
84
+ "msw": "^2.14.6",
85
+ "msw-storybook-addon": "^2.0.7",
86
86
  "process": "^0.11.10",
87
- "pusher-js": "^8.4.0",
88
- "react": "^19.2.0",
89
- "react-dom": "^19.2.0",
90
- "react-test-renderer": "^19.2.0",
87
+ "pusher-js": "^8.5.0",
88
+ "react": "^19.2.6",
89
+ "react-dom": "^19.2.6",
90
+ "react-test-renderer": "^19.2.6",
91
91
  "resolve-url-loader": "^5.0.0",
92
- "storybook": "^10.2.10",
93
- "type-fest": "^5.4.1",
92
+ "storybook": "^10.4.1",
93
+ "type-fest": "^5.6.0",
94
94
  "url-loader": "^4.1.1",
95
95
  "webpack": "^5.105.2",
96
- "webpack-bundle-analyzer": "^5.2.0",
96
+ "webpack-bundle-analyzer": "^5.3.0",
97
97
  "webpack-cli": "^6.0.1",
98
98
  "webpack-dev-server": "^5.2.4",
99
99
  "webpack-merge": "^6.0.1",
@@ -104,6 +104,11 @@
104
104
  "react": "^18 || ^19",
105
105
  "react-dom": "^18 || ^19"
106
106
  },
107
+ "optionalDependencies": {
108
+ "@swc/core-darwin-arm64": "1.15.5",
109
+ "@swc/core-darwin-x64": "1.15.5",
110
+ "@swc/core-linux-x64-gnu": "1.15.5"
111
+ },
107
112
  "engines": {
108
113
  "npm": ">=10"
109
114
  },