Skip to content

Commit

Permalink
Merge pull request #165 from fleet-sdk/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
arobsn authored Jan 24, 2025
2 parents c18b8e5 + 5451d5f commit e59bbd5
Show file tree
Hide file tree
Showing 5 changed files with 758 additions and 690 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.12",
"@edge-runtime/vm": "^5.0.0",
"@fleet-sdk/common": "workspace:^",
"@fleet-sdk/crypto": "workspace:^",
"@types/diff": "^6.0.0",
"@vitest/coverage-v8": "^2.1.8",
"@types/diff": "^7.0.0",
"@vitest/coverage-v8": "^3.0.4",
"ergo-lib-wasm-nodejs": "^0.28.0",
"fast-check": "^3.23.1",
"happy-dom": "^15.11.7",
"fast-check": "^3.23.2",
"happy-dom": "^16.7.2",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"sigmastate-js": "0.4.6",
"tsup": "^8.3.5",
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
"vitest": "^3.0.4"
},
"engines": {
"node": ">=18",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@fleet-sdk/common": "workspace:^",
"@noble/hashes": "^1.6.1",
"@scure/base": "^1.2.1"
"@noble/hashes": "^1.7.1",
"@scure/base": "^1.2.4"
},
"files": [
"dist",
Expand Down
4 changes: 4 additions & 0 deletions packages/mock-chain/src/mockChain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@ describe("Contract execution and chain mocking", () => {
});

it("Should fail with wrong keys", () => {
const consoleMock = vi.spyOn(console, "log").mockImplementation(() => {
return;
});

const params = { height: 38478, timestamp: new Date().getTime() };
const chain = new MockChain(params);
const bob = chain.newParty().withBalance({ nanoergs: 1000000000n });
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@fleet-sdk/core": "workspace:^",
"@fleet-sdk/crypto": "workspace:^",
"@fleet-sdk/serializer": "workspace:^",
"@noble/curves": "^1.7.0",
"@scure/bip32": "^1.6.0",
"@scure/bip39": "^1.5.0"
"@noble/curves": "^1.8.1",
"@scure/bip32": "^1.6.2",
"@scure/bip39": "^1.5.4"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit e59bbd5

Please sign in to comment.