Skip to content

Commit

Permalink
fixup! fixup! chore: update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Nadezhda Popova <nadezhda.popova@limechain.tech>
  • Loading branch information
nadezhdapopovaa committed Feb 3, 2025
1 parent 8244ffa commit 82489c6
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 102 deletions.
143 changes: 46 additions & 97 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
Expand Up @@ -25,14 +25,14 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"ethereum-waffle": "^4.0.10",
"ethereum-waffle": "^4.0.7",
"husky": "^8.0.3",
"ioredis": "^5.3.2",
"lint-staged": "^15.2.9",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi-reporters": "^1.5.1",
"nodemon": "^2.0.15",
"nyc": "^17.1.0",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"replace": "^1.2.2",
"ts-node": "^10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('@ethSendRawTransaction eth_sendRawTransaction spec', async function ()
sdkClientStub.hbarLimitService = hbarLimiterMock;

const txResponseMock = sinon.createStubInstance(TransactionResponse);
sdkClientStub.executeTransaction.resolves(txResponseMock);
sinon.stub(SDKClient.prototype, 'executeTransaction').resolves(txResponseMock);

txResponseMock.getReceipt.restore();
sinon.stub(txResponseMock, 'getReceipt').onFirstCall().resolves({ fileId: FILE_ID });
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"koa-router": "^13.0.1",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
"uuid": "^11.0.5"
"uuid": "^3.3.2"
},
"devDependencies": {
"@hashgraph/sdk": "^2.54.0-beta.1",
Expand All @@ -40,7 +40,7 @@
"shelljs": "^0.8.5",
"ts-mocha": "^9.0.2",
"ts-node": "^10.8.1",
"typescript": "^5.7.3"
"typescript": "^4.5.5"
},
"scripts": {
"build": "pnpm clean && pnpm compile",
Expand Down

0 comments on commit 82489c6

Please sign in to comment.