Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 39dbf70

Browse files
authoredAug 17, 2022
deps!: update to libp2p@0.38.x (#4151)
Updates all dependencies to allow use of `libp2p@0.38.x`. See the [release issue](libp2p/js-libp2p#1253) for what's new!
1 parent 7a7e091 commit 39dbf70

File tree

183 files changed

+2291
-1980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+2291
-1980
lines changed
 

‎.github/dependabot.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
time: "11:00"
7+
time: "10:00"
88
open-pull-requests-limit: 10
9+
commit-message:
10+
prefix: "deps"
11+
prefix-development: "deps(dev)"

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tsconfig-types.aegir.json
88

99
# Coverage directory used by tools like istanbul
1010
coverage
11+
.coverage
1112
.nyc_output
1213
tests_output
1314
cache

0 commit comments

Comments
 (0)
This repository has been archived.