Skip to content

Commit

Permalink
Merge pull request #150 from fleet-sdk/bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
arobsn authored Oct 25, 2024
2 parents b0f25d5 + 8a007a8 commit 63be464
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 768 deletions.
7 changes: 7 additions & 0 deletions .changeset/two-ants-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fleet-sdk/mock-chain": patch
"@fleet-sdk/crypto": patch
"@fleet-sdk/wallet": patch
---

Upgrade external dependencies
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,24 @@
"snapshot:publish": "pnpm clear && pnpm -r build && changeset publish --no-git-tag --tag snapshot"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@edge-runtime/vm": "^4.0.1",
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@edge-runtime/vm": "^4.0.3",
"@fleet-sdk/common": "workspace:^",
"@fleet-sdk/crypto": "workspace:^",
"@types/diff": "^5.2.1",
"@vitest/coverage-v8": "^2.0.5",
"ergo-lib-wasm-nodejs": "^0.26.0",
"fast-check": "^3.20.0",
"happy-dom": "^14.12.3",
"@types/diff": "^5.2.3",
"@vitest/coverage-v8": "^2.1.3",
"ergo-lib-wasm-nodejs": "^0.28.0",
"fast-check": "^3.22.0",
"happy-dom": "^15.7.4",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"sigmastate-js": "0.4.6",
"tsup": "^8.2.4",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5"
"tsup": "^8.3.4",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
},
"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.4.0",
"@scure/base": "^1.1.7"
"@noble/hashes": "^1.5.0",
"@scure/base": "^1.1.9"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/mock-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@fleet-sdk/crypto": "workspace:^",
"@fleet-sdk/serializer": "workspace:^",
"@fleet-sdk/wallet": "workspace:^",
"diff": "^5.2.0",
"picocolors": "^1.0.1",
"diff": "^7.0.0",
"picocolors": "^1.1.1",
"sigmastate-js": "0.4.6"
},
"engines": {
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.4.2",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0"
"@noble/curves": "^1.6.0",
"@scure/bip32": "^1.5.0",
"@scure/bip39": "^1.4.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 63be464

Please sign in to comment.