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

Commit

Permalink
fix: fallout from parcel-bundler/parcel#5943
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Mar 4, 2021
1 parent 32b9aec commit 22ee531
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/browser-http-client-upload-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"ipfs": "^0.54.2",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^3.0.2",
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 @@ -29,7 +29,7 @@
"execa": "^4.0.3",
"ipfsd-ctl": "^7.2.0",
"go-ipfs": "0.8.0-rc2",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"path": "^0.12.7",
"test-ipfs-example": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-parceljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"rimraf": "^3.0.2",
"standard": "^13.1.0",
"test-ipfs-example": "^3.0.0"
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 @@ -24,7 +24,7 @@
"execa": "^4.0.3",
"ipfs-css": "^0.13.1",
"ipfs-http-client": "^49.0.2",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"rimraf": "^3.0.2",
"tachyons": "^4.11.1",
"test-ipfs-example": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-browser-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"go-ipfs": "0.8.0-rc2",
"ipfs": "^0.54.2",
"ipfsd-ctl": "^7.2.0",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"test-ipfs-example": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/http-client-name-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"execa": "^4.0.3",
"go-ipfs": "0.8.0-rc2",
"ipfsd-ctl": "^7.2.0",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"rimraf": "^3.0.2",
"test-ipfs-example": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-client-add-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"execa": "^4.0.3",
"ipfs": "^0.54.2",
"ipfsd-ctl": "^7.2.0",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"rimraf": "^3.0.2",
"test-ipfs-example": "^3.0.0"
},
Expand Down

0 comments on commit 22ee531

Please sign in to comment.