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

Commit a06df23

Browse files
authored
chore: fix examples (#3491)
The ipfs version bump was missed.
1 parent f0038a1 commit a06df23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser-service-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"webpack-dev-server": "3.11.0"
2323
},
2424
"dependencies": {
25-
"ipfs": "^0.52.0",
25+
"ipfs": "^0.53.0",
2626
"ipfs-message-port-client": "^0.4.4",
2727
"ipfs-message-port-protocol": "^0.5.0",
2828
"ipfs-message-port-server": "^0.5.0",

ipfs-client-add-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"execa": "^4.0.3",
18-
"ipfs": "^0.52.0",
18+
"ipfs": "^0.53.0",
1919
"ipfsd-ctl": "^7.2.0",
2020
"parcel-bundler": "^1.12.4",
2121
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)