Skip to content

Commit

Permalink
chore(deps-dev): bump aegir from 40.0.13 to 41.0.4 (#176)
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.4.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v40.0.13...v41.0.4)

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

---------

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 Oct 12, 2023
1 parent 96c0013 commit 6ed2e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/helia-jest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@helia/interface": "^1.2.2",
"helia": "^1.3.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-nestjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"moduleResolution": "Node16"
"moduleResolution": "Node"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/ipfs-examples/helia-examples#readme",
"devDependencies": {
"aegir": "^40.0.2",
"aegir": "^41.0.4",
"eslint-config-ipfs": "^5.0.1",
"eslint-plugin-react": "^7.32.2"
},
Expand Down

0 comments on commit 6ed2e8d

Please sign in to comment.