@yext/chat-ui-react 0.7.0-alpha.38.4 → 0.7.0-alpha.38.5

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.
@@ -132,7 +132,7 @@ MIT License
132
132
 
133
133
  The following npm package may be included in this product:
134
134
 
135
- - @yext/analytics@0.6.2
135
+ - @yext/analytics@0.6.4
136
136
 
137
137
  This package contains the following license and notice below:
138
138
 
@@ -173,9 +173,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
173
173
 
174
174
  The following npm packages may be included in this product:
175
175
 
176
- - @yext/chat-core@0.5.3
177
- - @yext/chat-headless-react@0.5.6
178
- - @yext/chat-headless@0.5.6
176
+ - @yext/chat-core@0.7.0-alpha.23
177
+ - @yext/chat-headless-react@0.6.0-alpha.38.2
178
+ - @yext/chat-headless@0.7.0-alpha.38.2
179
179
 
180
180
  These packages each contain the following license and notice below:
181
181
 
@@ -830,7 +830,7 @@ THE SOFTWARE.
830
830
 
831
831
  The following npm package may be included in this product:
832
832
 
833
- - layerr@2.0.0
833
+ - layerr@2.0.1
834
834
 
835
835
  This package contains the following license and notice below:
836
836
 
@@ -1299,8 +1299,8 @@ SOFTWARE.
1299
1299
 
1300
1300
  The following npm packages may be included in this product:
1301
1301
 
1302
- - react-redux@8.1.1
1303
- - redux-thunk@2.4.2
1302
+ - react-redux@8.1.2
1303
+ - redux@4.2.1
1304
1304
 
1305
1305
  These packages each contain the following license and notice below:
1306
1306
 
@@ -1359,7 +1359,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1359
1359
 
1360
1360
  The following npm package may be included in this product:
1361
1361
 
1362
- - redux@4.2.1
1362
+ - redux-thunk@2.4.2
1363
1363
 
1364
1364
  This package contains the following license and notice below:
1365
1365
 
@@ -1786,7 +1786,7 @@ THE SOFTWARE.
1786
1786
 
1787
1787
  The following npm package may be included in this product:
1788
1788
 
1789
- - ulidx@2.0.0
1789
+ - ulidx@2.1.0
1790
1790
 
1791
1791
  This package contains the following license and notice below:
1792
1792
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.7.0-alpha.38.4";
3
+ var version = "0.7.0-alpha.38.5";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "0.7.0-alpha.38.4";
1
+ var version = "0.7.0-alpha.38.5";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.7.0-alpha.38.4",
3
+ "version": "0.7.0-alpha.38.5",
4
4
  "description": "A library of React Components for powering Yext Chat integrations.",
5
5
  "author": "clippy@yext.com",
6
6
  "main": "./lib/commonjs/src/index.js",
@@ -65,7 +65,7 @@
65
65
  "@testing-library/user-event": "^14.4.3",
66
66
  "@types/jest": "^29.5.1",
67
67
  "@types/react": "^18.2.7",
68
- "@yext/chat-headless-react": "^0.5.6",
68
+ "@yext/chat-headless-react": "0.6.0-alpha.38.2",
69
69
  "@yext/eslint-config": "^1.0.0",
70
70
  "babel-jest": "^29.5.0",
71
71
  "eslint": "^8.39.0",
@@ -87,7 +87,7 @@
87
87
  "typescript": "^5.0.4"
88
88
  },
89
89
  "peerDependencies": {
90
- "@yext/chat-headless-react": "^0.5.4",
90
+ "@yext/chat-headless-react": "0.6.0-alpha.38.2",
91
91
  "react": "^16.14 || ^17 || ^18",
92
92
  "react-dom": "^16.14 || ^17 || || ^18"
93
93
  },