Skip to content

Commit

Permalink
deps(dev): bump aegir from 39.0.13 to 40.0.8 (#198)
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.8.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v39.0.13...v40.0.8)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Aug 5, 2023
1 parent beb10b5 commit 4d75ecf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": "npm run docs:no-publish && aegir run release && npm run docs"
},
"devDependencies": {
"aegir": "^39.0.4",
"aegir": "^40.0.8",
"typedoc-plugin-mdn-links": "^3.0.3"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@ipld/dag-json": "^10.0.1",
"@multiformats/mafmt": "^12.1.5",
"@types/sinon": "^10.0.14",
"aegir": "^39.0.4",
"aegir": "^40.0.8",
"delay": "^6.0.0",
"sinon": "^15.0.2",
"sinon-ts": "^1.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/helia/src/utils/bootstrappers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// this list comes from https://github.com/ipfs/kubo/blob/da28fbc65a2e0f1ce59f9923823326ae2bc4f713/config/bootstrap_peers.go#L17
export const bootstrapConfig = {
list: [
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"aegir": "^39.0.4"
"aegir": "^40.0.8"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@libp2p/tcp": "^7.0.1",
"@libp2p/websockets": "^6.0.1",
"@multiformats/sha3": "^2.0.15",
"aegir": "^39.0.4",
"aegir": "^40.0.8",
"blockstore-core": "^4.0.0",
"datastore-core": "^9.0.0",
"go-ipfs": "^0.20.0",
Expand Down

0 comments on commit 4d75ecf

Please sign in to comment.