Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
deps(dev): bump aegir from 39.0.13 to 40.0.2
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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent c5026ae commit c1b57c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8"
"aegir": "^40.0.2"
},
"type": "module",
"workspaces": [
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 @@
"@helia/unixfs": "^1.0.0",
"@libp2p/tcp": "^7.0.1",
"@libp2p/websockets": "^6.0.1",
"aegir": "^39.0.8",
"aegir": "^40.0.2",
"blockstore-core": "^4.0.1",
"datastore-core": "^9.0.3",
"go-ipfs": "^0.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"sparse-array": "^1.3.2"
},
"devDependencies": {
"aegir": "^39.0.8",
"aegir": "^40.0.2",
"blockstore-core": "^4.0.1",
"delay": "^6.0.0",
"iso-url": "^1.2.1",
Expand Down

0 comments on commit c1b57c4

Please sign in to comment.