Skip to content

Commit

Permalink
celo-devchain not needed anymore but it was accidentally providing bn…
Browse files Browse the repository at this point in the history
… types so those must be added
  • Loading branch information
aaronmgdr committed Jun 26, 2024
1 parent c516e46 commit 421ce15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-starfishes-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@celo/dev-utils': patch
---

Fix jest force exits,Set default timeout to 1 second
5 changes: 5 additions & 0 deletions .changeset/wise-weeks-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@celo/transactions-uri': patch
---

Bump bn.js
4 changes: 2 additions & 2 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dependencies": {
"@celo/base": "^6.0.1",
"@celo/connect": "^5.3.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"@types/qrcode": "^1.3.4",
"bn.js": "4.11.9",
"bn.js": "^5.1.0",
"qrcode": "1.4.4",
"web3-eth-abi": "1.10.4"
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/contractkit": "^8.0.0",
"@celo/dev-utils": "0.0.3",
"@celo/typescript": "workspace:^",
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1991,14 +1991,14 @@ __metadata:
resolution: "@celo/transactions-uri@workspace:packages/sdk/transactions-uri"
dependencies:
"@celo/base": "npm:^6.0.1"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/connect": "npm:^5.3.0"
"@celo/contractkit": "npm:^8.0.0"
"@celo/dev-utils": "npm:0.0.3"
"@celo/typescript": "workspace:^"
"@types/bn.js": "npm:^5.1.0"
"@types/debug": "npm:^4.1.5"
"@types/qrcode": "npm:^1.3.4"
bn.js: "npm:4.11.9"
bn.js: "npm:^5.1.0"
cross-fetch: "npm:3.1.5"
dotenv: "npm:^8.2.0"
fetch-mock: "npm:^10.0.7"
Expand Down Expand Up @@ -7498,13 +7498,6 @@ __metadata:
languageName: node
linkType: hard

"bn.js@npm:4.11.9":
version: 4.11.9
resolution: "bn.js@npm:4.11.9"
checksum: c5a2342f0bc3d0bbe53361d57aa51c489589ad2d7c726c1337e9af7f37b6bc2d2d1b63cfb1972a7aacbc053367832037f699f973c81d9c5844af247650968691
languageName: node
linkType: hard

"bn.js@npm:^4.11.6, bn.js@npm:^4.11.8, bn.js@npm:^4.11.9":
version: 4.12.0
resolution: "bn.js@npm:4.12.0"
Expand Down

0 comments on commit 421ce15

Please sign in to comment.