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

Commit

Permalink
chore: use final uint8arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 17, 2021
1 parent 6d32935 commit 794d210
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/browser-exchange-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"execa": "^5.0.0",
"http-server": "^0.12.3",
"ipfs-http-client": "^52.0.0",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
},
"dependencies": {
"ipfs": "^0.57.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-ipns-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ipns": "^0.13.3",
"it-last": "^1.0.4",
"p-retry": "^4.2.0",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
},
"browserslist": [
"last 2 versions and not dead and > 2%"
Expand Down
2 changes: 1 addition & 1 deletion examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ipfs": "^0.57.0",
"ipfs-pubsub-room": "^2.0.1",
"libp2p-websockets": "^0.16.1",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"execa": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-ipld-formats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"ipfs-core": "^0.10.0",
"ipfs-http-client": "^52.0.0",
"multiformats": "^9.4.1",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/ipfs-101/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"ipfs": "^0.57.0",
"it-all": "^1.0.4",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"test-ipfs-example": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/test-ipfs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fs-extra": "^9.0.1",
"http-server": "^0.12.3",
"nightwatch": "^1.2.4",
"uint8arrays": "^3.0.0-rc.1",
"uint8arrays": "^3.0.0",
"which": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"peer-id": "^0.15.1",
"readable-stream": "^3.4.0",
"sinon": "^11.1.1",
"uint8arrays": "^3.0.0-rc.1"
"uint8arrays": "^3.0.0"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
Expand Down

0 comments on commit 794d210

Please sign in to comment.