Skip to content

Commit

Permalink
Update the peerDependencies for taquito RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
skubarenko committed Mar 7, 2024
1 parent 30aebec commit 7e95191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baking-bad/tezos-etherlink-bridge-sdk",
"version": "0.1.2",
"version": "0.1.3",
"description": "SDK designed for building token bridge applications between Tezos (L1) and Etherlink (L2)",
"license": "MIT",
"author": "Baking Bad (https://bakingbad.dev)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"web3-validator": "^2.0.4"
},
"peerDependencies": {
"@taquito/taquito": ">=19.0.0",
"@taquito/taquito": "^19.1.0-RC.1",
"web3": "^4.4.0",
"ws": "^8.16.0"
},
Expand Down

0 comments on commit 7e95191

Please sign in to comment.