Skip to content

Commit

Permalink
update deps and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Oct 24, 2024
1 parent 984326b commit 8a3337d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
37 changes: 36 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
},
"devDependencies": {
"@libp2p/peer-id": "^5.0.1",
"@libp2p/interface": "^2.1.3",
"@multiformats/multiaddr": "^12.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sinon": "^18.0.0"
},
"peerDependencies": {
"@libp2p/interface": "2.0.1"
"@libp2p/interface": "^2.1.3"
},
"peerDependenciesMeta": {
"@libp2p/interface": {
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"libp2p": "2.1.8"
},
"devDependencies": {
"@libp2p/interface": "2.1.3",
"@types/chai": "^4.3.11",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.0",
Expand Down

0 comments on commit 8a3337d

Please sign in to comment.