Skip to content

Commit

Permalink
chore: update deps (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jun 15, 2022
1 parent 92bb2fe commit 2bfaa37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/daemon-protocol": "^1.0.0",
"@libp2p/daemon-protocol": "^2.0.0",
"@libp2p/interface-peer-id": "^1.0.2",
"@libp2p/interface-peer-info": "^1.0.1",
"@libp2p/logger": "^2.0.0",
Expand All @@ -143,7 +143,7 @@
},
"devDependencies": {
"@libp2p/components": "^1.0.0",
"@libp2p/daemon-server": "^1.0.0",
"@libp2p/daemon-server": "^2.0.0",
"@libp2p/interface-compliance-tests": "^3.0.1",
"@libp2p/interface-dht": "^1.0.0",
"@libp2p/interface-mocks": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/daemon-protocol": "^1.0.0",
"@libp2p/daemon-protocol": "^2.0.0",
"@libp2p/interface-connection": "^1.0.1",
"@libp2p/interface-dht": "^1.0.0",
"@libp2p/interface-peer-id": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/daemon-server": "^1.0.0",
"@libp2p/daemon-server": "^2.0.0",
"@multiformats/multiaddr": "^10.1.8",
"es-main": "^1.0.2",
"yargs": "^17.3.1",
Expand Down

0 comments on commit 2bfaa37

Please sign in to comment.