Skip to content

Commit

Permalink
deps: update deps
Browse files Browse the repository at this point in the history
chore: update helia, other deps; remove unused ts-expect-error
  • Loading branch information
SgtPooki authored Feb 7, 2024
2 parents f5df7e6 + a3e3c78 commit 72e9755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,26 +158,26 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/logger": "^3.0.2",
"@multiformats/multiaddr": "^12.1.7",
"@multiformats/multiaddr-matcher": "^1.0.1",
"multiformats": "^12.1.1",
"p-retry": "^6.0.0"
"@libp2p/logger": "^4.0.1",
"@multiformats/multiaddr": "^12.1.11",
"@multiformats/multiaddr-matcher": "^1.1.0",
"multiformats": "^12.1.3",
"p-retry": "^6.1.0"
},
"devDependencies": {
"@helia/interface": "^2.0.0",
"@helia/unixfs": "^1.4.1",
"@helia/interface": "^2.1.0",
"@helia/unixfs": "^1.4.3",
"@ipfs-shipyard/pinning-service-client": "^1.0.3",
"@types/express": "^4.17.17",
"aegir": "^40.0.12",
"aegir": "^41.1.14",
"get-port": "^7.0.0",
"mock-ipfs-pinning-service": "^0.4.2",
"nyc": "^15.1.0",
"sinon": "^15.2.0"
"sinon": "^17.0.1"
},
"peerDependencies": {
"@ipfs-shipyard/pinning-service-client": "^1.0.3",
"helia": "^1.3.11"
"helia": "^2.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('@helia/remote-pinning', function () {

beforeEach(async function () {
sinonSandbox = sinon.createSandbox()
// @ts-expect-error - broken types
helia = await createHelia()
heliaFs = unixfs(helia)
dialStub = sinonSandbox.stub(helia.libp2p, 'dial')
Expand Down

0 comments on commit 72e9755

Please sign in to comment.