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

Commit 794d210

Browse files
committed
chore: use final uint8arrays
1 parent 6d32935 commit 794d210

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/browser-exchange-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"execa": "^5.0.0",
1616
"http-server": "^0.12.3",
1717
"ipfs-http-client": "^52.0.0",
18-
"uint8arrays": "^3.0.0-rc.1"
18+
"uint8arrays": "^3.0.0"
1919
},
2020
"dependencies": {
2121
"ipfs": "^0.57.0",

examples/browser-ipns-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ipns": "^0.13.3",
2121
"it-last": "^1.0.4",
2222
"p-retry": "^4.2.0",
23-
"uint8arrays": "^3.0.0-rc.1"
23+
"uint8arrays": "^3.0.0"
2424
},
2525
"browserslist": [
2626
"last 2 versions and not dead and > 2%"

examples/circuit-relaying/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ipfs": "^0.57.0",
1919
"ipfs-pubsub-room": "^2.0.1",
2020
"libp2p-websockets": "^0.16.1",
21-
"uint8arrays": "^3.0.0-rc.1"
21+
"uint8arrays": "^3.0.0"
2222
},
2323
"devDependencies": {
2424
"execa": "^5.0.0",

examples/custom-ipld-formats/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"ipfs-core": "^0.10.0",
1717
"ipfs-http-client": "^52.0.0",
1818
"multiformats": "^9.4.1",
19-
"uint8arrays": "^3.0.0-rc.1"
19+
"uint8arrays": "^3.0.0"
2020
}
2121
}

examples/ipfs-101/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"ipfs": "^0.57.0",
1414
"it-all": "^1.0.4",
15-
"uint8arrays": "^3.0.0-rc.1"
15+
"uint8arrays": "^3.0.0"
1616
},
1717
"devDependencies": {
1818
"test-ipfs-example": "^3.0.0"

examples/test-ipfs-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fs-extra": "^9.0.1",
1313
"http-server": "^0.12.3",
1414
"nightwatch": "^1.2.4",
15-
"uint8arrays": "^3.0.0-rc.1",
15+
"uint8arrays": "^3.0.0",
1616
"which": "^2.0.1"
1717
}
1818
}

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"peer-id": "^0.15.1",
7979
"readable-stream": "^3.4.0",
8080
"sinon": "^11.1.1",
81-
"uint8arrays": "^3.0.0-rc.1"
81+
"uint8arrays": "^3.0.0"
8282
},
8383
"contributors": [
8484
"Alan Shaw <[email protected]>",

0 commit comments

Comments
 (0)