Skip to content

Commit

Permalink
bump headless-react version for the type:module fix (#37)
Browse files Browse the repository at this point in the history
bump version for this update: #36

J=CLIP-450
TEST=manual

see that test-site is still ok
  • Loading branch information
yen-tt authored Aug 30, 2023
1 parent d096034 commit 1fc5e8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chat-headless-react/THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following npm packages may be included in this product:

- @yext/[email protected]
- @yext/[email protected].0
- @yext/[email protected].1

These packages each contain the following license and notice below:

Expand Down
4 changes: 2 additions & 2 deletions packages/chat-headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/chat-headless-react",
"version": "0.5.10",
"version": "0.5.11",
"description": "the official React UI Bindings layer for Chat Headless",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/yext/chat-headless#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@yext/chat-headless": "^0.6.0",
"@yext/chat-headless": "^0.6.1",
"react-redux": "^8.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 1fc5e8a

Please sign in to comment.