Skip to content

Commit ba2b4d4

Browse files
authoredAug 16, 2021
fix: uint8arrays is a dep (#964)
1 parent 06c3a6d commit ba2b4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: gozala/typescript-error-reporter-action@v1.0.8
2121
- run: npx aegir build
2222
- run: npx aegir dep-check
23-
- uses: ipfs/aegir/actions/bundle-size@master
23+
- uses: ipfs/aegir/actions/bundle-size@v32.1.0
2424
name: size
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"set-delayed-interval": "^1.0.0",
125125
"streaming-iterables": "^6.0.0",
126126
"timeout-abort-controller": "^1.1.1",
127+
"uint8arrays": "^2.1.3",
127128
"varint": "^6.0.0",
128129
"wherearewe": "^1.0.0",
129130
"xsalsa20": "^1.1.0"
@@ -165,7 +166,6 @@
165166
"p-wait-for": "^3.2.0",
166167
"rimraf": "^3.0.2",
167168
"sinon": "^11.1.1",
168-
"uint8arrays": "^2.1.3",
169169
"util": "^0.12.3"
170170
},
171171
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.