Skip to content

Commit

Permalink
deps(dev): bump aegir from 38.1.8 to 39.0.6 (#152)
Browse files Browse the repository at this point in the history
* deps(dev): bump aegir from 38.1.8 to 39.0.6

Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.6.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v38.1.8...v39.0.6)

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

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

* chore: fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain committed May 15, 2023
1 parent 1b2922c commit 72bdf8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"multiaddr"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -142,8 +142,7 @@
"@multiformats/multiaddr": "^12.0.0"
},
"devDependencies": {
"aegir": "^38.1.7",
"uint8arrays": "^4.0.3",
"util": "^0.12.3"
"aegir": "^39.0.6",
"uint8arrays": "^4.0.3"
}
}
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env mocha */
import { expect } from 'aegir/chai'
import { multiaddr } from '@multiformats/multiaddr'
import { expect } from 'aegir/chai'
import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string'
import * as mafmt from '../src/index.js'
import type { Mafmt } from '../src/index.js'
Expand Down

0 comments on commit 72bdf8e

Please sign in to comment.