@kindly/react-chat 2.48.6 → 2.50.0

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.48.6",
3
+ "version": "2.50.0",
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",
@@ -27,21 +27,20 @@
27
27
  "last 4 years",
28
28
  "not dead",
29
29
  "not OperaMini all",
30
- "not Edge < 20"
30
+ "not Edge < 20",
31
+ "not opera < 63",
32
+ "not safari < 13"
31
33
  ],
32
34
  "dependencies": {
33
- "classnames": "^2.3.2",
34
- "dompurify": "^2.4.5",
35
- "lodash.debounce": "4.0.8",
35
+ "dompurify": "^2.4.7",
36
36
  "lodash.merge": "^4.6.2",
37
- "lodash.pick": "^4.4.0",
38
37
  "phoenix-socket": "^1.2.3",
39
38
  "prop-types": "^15.8.1",
40
39
  "react-children-utilities": "^2.9.0",
41
- "react-hook-form": "^7.45.0",
40
+ "react-hook-form": "^7.45.1",
42
41
  "react-idle-timer": "^5.7.2",
43
42
  "react-redux": "^8.1.1",
44
- "react-textarea-autosize": "^8.5.0",
43
+ "react-textarea-autosize": "^8.5.2",
45
44
  "redux": "^4.2.1",
46
45
  "redux-localstorage": "^0.4.1",
47
46
  "redux-logger": "^3.0.6",
@@ -51,59 +50,58 @@
51
50
  "uuid": "^9.0.0"
52
51
  },
53
52
  "devDependencies": {
54
- "@babel/core": "^7.22.8",
53
+ "@babel/core": "^7.22.9",
55
54
  "@babel/plugin-proposal-class-properties": "^7.18.6",
56
- "@babel/plugin-transform-runtime": "^7.22.7",
57
- "@babel/preset-env": "^7.22.7",
55
+ "@babel/plugin-transform-runtime": "^7.22.9",
56
+ "@babel/preset-env": "^7.22.9",
58
57
  "@babel/preset-react": "^7.22.5",
59
- "@storybook/addon-a11y": "^7.0.26",
60
- "@storybook/addon-actions": "^7.0.26",
61
- "@storybook/addon-essentials": "^7.0.26",
62
- "@storybook/addon-interactions": "^7.0.26",
63
- "@storybook/addon-links": "^7.0.26",
64
- "@storybook/addon-mdx-gfm": "^7.0.26",
58
+ "@storybook/addon-a11y": "^7.1.1",
59
+ "@storybook/addon-actions": "^7.1.1",
60
+ "@storybook/addon-essentials": "^7.1.1",
61
+ "@storybook/addon-interactions": "^7.1.1",
62
+ "@storybook/addon-links": "^7.1.1",
63
+ "@storybook/addon-mdx-gfm": "^7.1.1",
65
64
  "@storybook/jest": "^0.1.0",
66
- "@storybook/react": "^7.0.26",
67
- "@storybook/react-webpack5": "^7.0.26",
68
- "@storybook/test-runner": "^0.11.0",
65
+ "@storybook/react": "^7.1.1",
66
+ "@storybook/react-webpack5": "^7.1.1",
67
+ "@storybook/test-runner": "^0.12.0",
69
68
  "@storybook/testing-library": "^0.2.0",
70
- "@testing-library/jest-dom": "^5.16.5",
69
+ "@testing-library/jest-dom": "^5.17.0",
71
70
  "@testing-library/react": "^11.2.7",
72
- "@types/react": "^18.2.14",
73
- "@types/react-dom": "^18.2.6",
71
+ "@types/react": "^18.2.18",
72
+ "@types/react-dom": "^18.2.7",
74
73
  "axe-playwright": "^1.2.3",
75
- "babel-jest": "^29.6.1",
76
- "babel-loader": "^9.1.2",
74
+ "babel-jest": "^29.6.2",
75
+ "babel-loader": "^9.1.3",
77
76
  "babel-plugin-styled-components": "^1.13.3",
78
77
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
79
78
  "babel-plugin-transform-remove-console": "^6.9.4",
80
- "browserslist": "^4.21.9",
81
- "chromatic": "^6.19.9",
79
+ "browserslist": "^4.21.10",
80
+ "chromatic": "^6.20.0",
82
81
  "clean-webpack-plugin": "^4.0.0",
83
82
  "dotenv": "8.6.0",
84
83
  "express": "^4.18.2",
85
84
  "file-loader": "^6.2.0",
86
85
  "html-webpack-plugin": "^5.5.3",
87
86
  "husky": "3.1.0",
88
- "jest": "^29.6.1",
89
- "jest-each": "^29.6.1",
90
- "jest-environment-jsdom": "^29.6.1",
87
+ "jest": "^29.6.2",
88
+ "jest-environment-jsdom": "^29.6.2",
91
89
  "jest-junit": "^15.0.0",
92
90
  "jest-webpack-resolver": "^0.3.0",
93
91
  "lodash.clonedeep": "^4.5.0",
94
92
  "lodash.set": "^4.3.2",
95
93
  "mockdate": "^3.0.5",
96
94
  "process": "^0.11.10",
97
- "pusher-js": "^8.2.0",
95
+ "pusher-js": "^8.3.0",
98
96
  "pusher-redux": "^0.5.0",
99
97
  "react": "^18.2.0",
100
98
  "react-dom": "^18.2.0",
101
99
  "react-test-renderer": "^18.2.0",
102
100
  "resolve-url-loader": "^5.0.0",
103
- "storybook": "^7.0.26",
101
+ "storybook": "^7.1.1",
104
102
  "storybook-addon-mock": "^4.1.0",
105
103
  "url-loader": "^4.1.1",
106
- "webpack": "^5.88.1",
104
+ "webpack": "^5.88.2",
107
105
  "webpack-bundle-analyzer": "^4.9.0",
108
106
  "webpack-cli": "^5.1.4",
109
107
  "webpack-dev-server": "^4.15.1",
@@ -144,5 +142,5 @@
144
142
  "scriptsComments": {
145
143
  "test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
146
144
  },
147
- "gitHead": "b3f1c870bc8ddb40b9f3a77148207f4dce24d224"
145
+ "gitHead": "955084d7470ec573d6e53b16a1d4946d2911c0fe"
148
146
  }