Skip to content

Commit

Permalink
Merge pull request #158 from fleet-sdk/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
arobsn authored Dec 12, 2024
2 parents 7925a23 + eb59e57 commit d313eda
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 658 deletions.
6 changes: 6 additions & 0 deletions .changeset/unlucky-turkeys-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fleet-sdk/crypto": patch
"@fleet-sdk/wallet": patch
---

Bump dependencies
22 changes: 11 additions & 11 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.9",
"@edge-runtime/vm": "^4.0.3",
"@changesets/cli": "^2.27.10",
"@edge-runtime/vm": "^5.0.0",
"@fleet-sdk/common": "workspace:^",
"@fleet-sdk/crypto": "workspace:^",
"@types/diff": "^5.2.3",
"@vitest/coverage-v8": "^2.1.3",
"@types/diff": "^6.0.0",
"@vitest/coverage-v8": "^2.1.8",
"ergo-lib-wasm-nodejs": "^0.28.0",
"fast-check": "^3.22.0",
"happy-dom": "^15.7.4",
"fast-check": "^3.23.1",
"happy-dom": "^15.11.7",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"sigmastate-js": "0.4.6",
"tsup": "^8.3.4",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
"tsup": "^8.3.5",
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"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.5.0",
"@scure/base": "^1.1.9"
"@noble/hashes": "^1.6.1",
"@scure/base": "^1.2.1"
},
"files": [
"dist",
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.6.0",
"@scure/bip32": "^1.5.0",
"@scure/bip39": "^1.4.0"
"@noble/curves": "^1.7.0",
"@scure/bip32": "^1.6.0",
"@scure/bip39": "^1.5.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit d313eda

Please sign in to comment.