Skip to content

Commit 792ae4b

Browse files
mcanshMichaelDeBoey
authored andcommitted
chore: update internal versions
Signed-off-by: Logan McAnsh <logan@mcan.sh>
1 parent cf70871 commit 792ae4b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"devDependencies": {
3535
"@types/node": "15.0.2",
36-
"@web-std/fetch": "^4.1.2",
36+
"@web-std/fetch": "^4.2.1",
3737
"git-validate": "2.2.4",
3838
"husky": "^6.0.0",
3939
"lint-staged": "^11.0.0",

packages/fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
"xo": "^0.33.1"
9797
},
9898
"dependencies": {
99-
"@web-std/blob": "^3.0.3",
100-
"@web-std/file": "^3.0.2",
101-
"@web-std/form-data": "^3.0.2",
99+
"@web-std/blob": "^3.0.5",
100+
"@web-std/file": "^3.0.3",
101+
"@web-std/form-data": "^3.1.0",
102102
"@web-std/stream": "^1.0.3",
103103
"@web3-storage/multipart-parser": "^1.0.0",
104104
"abort-controller": "^3.0.0",

packages/file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@web-std/blob": "^3.0.3"
33+
"@web-std/blob": "^3.0.5"
3434
},
3535
"author": "Irakli Gozalishvili <dev@gozala.io> (https://gozala.io)",
3636
"repository": "https://github.com/web-std/io",
3737
"license": "MIT",
3838
"devDependencies": {
3939
"@types/node": "15.0.2",
40-
"@web-std/fetch": "^4.1.2",
40+
"@web-std/fetch": "^4.2.1",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",
4343
"lint-staged": "^11.0.0",

packages/form-data/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@types/node": "15.0.2",
38-
"@web-std/blob": "^3.0.0",
39-
"@web-std/fetch": "^4.1.2",
40-
"@web-std/file": "^3.0.0",
38+
"@web-std/blob": "^3.0.5",
39+
"@web-std/fetch": "^4.2.1",
40+
"@web-std/file": "^3.0.3",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",
4343
"lint-staged": "^11.0.0",

0 commit comments

Comments
 (0)