@xapp/chat-widget 1.81.0 → 1.81.1

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": "@xapp/chat-widget",
3
- "version": "1.81.0",
3
+ "version": "1.81.1",
4
4
  "description": "XAPP Chat Widget",
5
5
  "scripts": {
6
6
  "clean": "rm -rf ./dist/*",
@@ -59,7 +59,6 @@
59
59
  "@types/enzyme": "3.10.19",
60
60
  "@types/jest": "27.5.2",
61
61
  "@types/react": "19.2.4",
62
- "@types/react-redux": "7.1.34",
63
62
  "@types/react-transition-group": "4.4.12",
64
63
  "@types/socket.io-client": "1.4.36",
65
64
  "@types/store": "2.0.5",
@@ -84,7 +83,7 @@
84
83
  "prettier": "2.8.8",
85
84
  "react": "19.2.0",
86
85
  "react-dom": "19.2.0",
87
- "react-redux": "7.2.9",
86
+ "react-redux": "9.2.0",
88
87
  "rollup": "4.52.5",
89
88
  "rollup-plugin-inject-process-env": "1.3.1",
90
89
  "rollup-plugin-peer-deps-external": "2.2.4",
@@ -105,19 +104,19 @@
105
104
  "peerDependencies": {
106
105
  "react": "^18.0.0 || ^19.0.0",
107
106
  "react-dom": "^18.0.0 || ^19.0.0",
108
- "react-redux": "^7.0.0",
107
+ "react-redux": "^9.0.0",
109
108
  "stentor-models": "^1.0.0"
110
109
  },
111
110
  "dependencies": {
112
111
  "@cfaester/enzyme-adapter-react-18": "0.8.0",
113
112
  "@rollup/plugin-replace": "5.0.7",
114
- "@xapp/chat-widget-core": "1.81.0",
115
- "@xapp/stentor-chat-widget": "1.81.0",
113
+ "@xapp/chat-widget-core": "1.81.1",
114
+ "@xapp/stentor-chat-widget": "1.81.1",
116
115
  "date-fns": "2.30.0",
117
116
  "react-transition-group": "4.4.5",
118
117
  "socket.io-client": "4.8.1",
119
118
  "store": "2.0.12",
120
119
  "tslib": "2.8.1"
121
120
  },
122
- "gitHead": "a568a993d4a16b6f87eea5c8870e0888f883959b"
121
+ "gitHead": "1eafcfcfabed5d6d2f22a16e3a2317e478898df7"
123
122
  }