Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Nov 28, 2024
1 parent 7d8335f commit 1e3f053
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/dodoex-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
]
},
"peerDependencies": {
"@dodoex/contract-request": "^1.0.1",
"@dodoex/dodo-contract-request": "1.3.1",
"@dodoex/contract-request": "^1.2.0",
"@dodoex/dodo-contract-request": "1.5.0",
"bignumber.js": ">=9",
"lodash": ">=4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@babel/runtime": "^7.17.0",
"@dodoex/api": "3.0.1-taiko.2",
"@dodoex/components": "3.0.1-taiko.3",
"@dodoex/contract-request": "^1.0.1",
"@dodoex/dodo-contract-request": "1.3.1",
"@dodoex/contract-request": "^1.2.0",
"@dodoex/dodo-contract-request": "1.5.0",
"@dodoex/icons": "^2.0.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1865,18 +1865,18 @@
clsx "^1.2.1"
lottie-web "^5.12.2"

"@dodoex/contract-request@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@dodoex/contract-request/-/contract-request-1.0.1.tgz#dfe2a7dc9e8918950ef0b77a332e65f759d74567"
integrity sha512-oNgVHwxaeUIJmGcIl+CeV9zyj7z2YjdqRo7pj1aMGKKhFgKkgNxMQugmGfAWrXEkmdSH0+InE3O30KKubLxgBA==
"@dodoex/contract-request@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@dodoex/contract-request/-/contract-request-1.2.0.tgz#5387e2eda0a4ca3b1fdb2c04667819305254509d"
integrity sha512-AWXWWCUw9hlbgRKU3p9Y/13LiYUr60LHjVGM9c5A276wqz1kT1QaCq7U3F7Lqrathq9g4ynvpiY2rp0KV4GQzg==
dependencies:
ethers "^6.13.2"
https-proxy-agent "^7.0.5"

"@dodoex/dodo-contract-request@1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@dodoex/dodo-contract-request/-/dodo-contract-request-1.3.1.tgz#157f7c7aa630d831a14a4e116209452e8e04b783"
integrity sha512-+0BR2qvZpWHst/otwdHt4UQE13oVWjGaIuQk2e+k1EKJtSrNMZsgDjxrNzCj5X3GtYH/PHh+M6E8b62bozNcJw==
"@dodoex/dodo-contract-request@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@dodoex/dodo-contract-request/-/dodo-contract-request-1.5.0.tgz#66c92c26fbf06fc8ec7546209635363b04916ab2"
integrity sha512-54uqbheaVUBfBYbGeveli53ygGI+gVXpQe0JsCZpOEnDrUU9vEnRFGqyXDuATQLfyqu2ycr50llLkJ1VIHTnPg==
dependencies:
typescript "^5"

Expand Down

0 comments on commit 1e3f053

Please sign in to comment.