Skip to content

Commit

Permalink
chore: upgrade yup version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Jan 13, 2025
1 parent 6b10704 commit 48aa0ca
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 94 deletions.
159 changes: 68 additions & 91 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/chat-sdk",
"version": "1.3.1-alpha.8",
"version": "1.3.1-alpha.9",
"description": "Extension of @xmtp/xmtp-js with support for chat threads and further message types.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,8 +34,10 @@
"dependencies": {
"@xmtp/xmtp-js": "^8.2.0",
"ethers": "^5.7.2",
"valid-data-url": "^4.0.1",
"yup": "^0.32.11"
"valid-data-url": "^4.0.1"
},
"peerDependencies": {
"yup": "^1.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand Down

0 comments on commit 48aa0ca

Please sign in to comment.