@kindly/react-chat 2.74.2 → 2.76.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.74.2",
3
+ "version": "2.76.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",
@@ -18,7 +18,7 @@
18
18
  "start:prod": "webpack-dev-server --env envConfig=production",
19
19
  "storybook": "storybook dev -p 6006",
20
20
  "test": "jest src",
21
- "test:storybook": "test-storybook --testTimeout=120000",
21
+ "test:storybook": "test-storybook",
22
22
  "update:browserslist": "npx browserslist@latest --update-db"
23
23
  },
24
24
  "browserslist": [
@@ -49,12 +49,12 @@
49
49
  "uuid": "^11.1.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@babel/core": "^7.25.8",
52
+ "@babel/core": "^7.27.4",
53
53
  "@babel/plugin-proposal-class-properties": "^7.18.6",
54
- "@babel/plugin-transform-runtime": "^7.25.7",
55
- "@babel/preset-env": "^7.25.8",
56
- "@babel/preset-react": "^7.25.7",
57
- "@babel/runtime-corejs3": "^7.25.7",
54
+ "@babel/plugin-transform-runtime": "^7.27.4",
55
+ "@babel/preset-env": "^7.27.2",
56
+ "@babel/preset-react": "^7.27.1",
57
+ "@babel/runtime-corejs3": "^7.27.6",
58
58
  "@storybook/addon-a11y": "^7.6.20",
59
59
  "@storybook/addon-actions": "^7.6.20",
60
60
  "@storybook/addon-essentials": "^7.6.20",
@@ -64,26 +64,27 @@
64
64
  "@storybook/jest": "^0.2.3",
65
65
  "@storybook/react": "^7.6.20",
66
66
  "@storybook/react-webpack5": "^7.6.20",
67
- "@storybook/test-runner": "^0.19.1",
67
+ "@storybook/test-runner": "^0.13.0",
68
68
  "@storybook/testing-library": "^0.2.2",
69
69
  "@testing-library/dom": "^10.4.0",
70
70
  "@testing-library/jest-dom": "^5.17.0",
71
- "@testing-library/react": "^16.0.1",
72
- "@types/react": "^18.3.11",
73
- "@types/react-dom": "^18.3.1",
74
- "axe-playwright": "^2.0.3",
71
+ "@testing-library/react": "^16.3.0",
72
+ "@types/react": "^18.3.23",
73
+ "@types/react-dom": "^18.3.7",
74
+ "@types/styled-components": "^5.1.34",
75
+ "axe-playwright": "^2.1.0",
75
76
  "babel-jest": "^29.7.0",
76
77
  "babel-loader": "^9.2.1",
77
78
  "babel-plugin-styled-components": "^1.13.3",
78
79
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
79
80
  "babel-plugin-transform-remove-console": "^6.9.4",
80
- "browserslist": "^4.24.0",
81
- "chromatic": "^11.27.0",
81
+ "browserslist": "^4.25.0",
82
+ "chromatic": "^13.0.1",
82
83
  "clean-webpack-plugin": "^4.0.0",
83
- "dotenv": "16.4.7",
84
+ "dotenv": "16.5.0",
84
85
  "express": "^5.1.0",
85
86
  "file-loader": "^6.2.0",
86
- "html-webpack-plugin": "^5.6.0",
87
+ "html-webpack-plugin": "^5.6.3",
87
88
  "husky": "3.1.0",
88
89
  "jest": "^29.7.0",
89
90
  "jest-environment-jsdom": "^29.7.0",
@@ -93,24 +94,24 @@
93
94
  "lodash.set": "^4.3.2",
94
95
  "mockdate": "^3.0.5",
95
96
  "process": "^0.11.10",
96
- "pusher-js": "^8.3.0",
97
+ "pusher-js": "^8.4.0",
97
98
  "react": "^18.3.1",
98
99
  "react-dom": "^18.3.1",
99
100
  "react-test-renderer": "^18.3.1",
100
101
  "resolve-url-loader": "^5.0.0",
101
102
  "storybook": "^7.6.20",
102
- "storybook-addon-fetch-mock": "^2.0.0",
103
- "type-fest": "^4.26.1",
103
+ "storybook-addon-fetch-mock": "^1.0.1",
104
+ "type-fest": "^4.41.0",
104
105
  "url-loader": "^4.1.1",
105
- "webpack": "^5.95.0",
106
+ "webpack": "^5.99.9",
106
107
  "webpack-bundle-analyzer": "^4.10.2",
107
108
  "webpack-cli": "^6.0.1",
108
- "webpack-dev-server": "^5.2.1",
109
+ "webpack-dev-server": "^5.2.2",
109
110
  "webpack-merge": "^6.0.1",
110
111
  "webpack-retry-chunk-load-plugin": "^3.1.1"
111
112
  },
112
113
  "peerDependencies": {
113
- "pusher-js": ">=8.0.0",
114
+ "pusher-js": ">=8.4.0",
114
115
  "react": "^16 || ^17 || ^18",
115
116
  "react-dom": "^16 || ^17 || ^18"
116
117
  },
@@ -120,25 +121,27 @@
120
121
  "overrides": {
121
122
  "@storybook/react": {
122
123
  "react-element-to-jsx-string": {
123
- "react": "18.2.0",
124
- "react-dom": "18.2.0"
124
+ "react": "^18",
125
+ "react-dom": "^18"
125
126
  }
126
127
  },
127
128
  "@storybook/addon-docs": {
128
129
  "@mdx-js/react": {
129
- "react": "18.2.0",
130
- "react-dom": "18.2.0"
130
+ "react": "^18",
131
+ "react-dom": "^18"
131
132
  }
132
133
  },
133
134
  "@storybook/addon-actions": {
134
135
  "react-inspector": {
135
- "react": "18.2.0",
136
- "react-dom": "18.2.0"
136
+ "react": "^18",
137
+ "react-dom": "^18"
137
138
  }
139
+ },
140
+ "jest-playwright-preset": {
141
+ "jest": "^29"
138
142
  }
139
143
  },
140
144
  "scriptsComments": {
141
145
  "test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
142
- },
143
- "gitHead": "57e3b4c9445c081067a13d203c33301611ef6aa9"
146
+ }
144
147
  }