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

Commit

Permalink
chore: update chromedriver (#3319)
Browse files Browse the repository at this point in the history
Turns out Chrome has got a lot more picky about the kinds of videos it will play.
  • Loading branch information
achingbrain authored Oct 7, 2020
1 parent 2ff7ca5 commit 8e44e52
Show file tree
Hide file tree
Showing 11 changed files with 728 additions and 209 deletions.
2 changes: 1 addition & 1 deletion examples/browser-browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"browserify": "^16.2.3",
"concat-stream": "^2.0.0",
"execa": "^4.0.0",
"execa": "^4.0.3",
"http-server": "^0.12.3",
"ipfs": "^0.50.1",
"test-ipfs-example": "^2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-exchange-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.3",
"execa": "^4.0.0",
"execa": "^4.0.3",
"http-server": "^0.12.3",
"ipfs-http-client": "^47.0.0",
"uint8arrays": "^1.1.0"
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 @@ -26,7 +26,7 @@
],
"devDependencies": {
"delay": "^4.4.0",
"execa": "^4.0.0",
"execa": "^4.0.3",
"ipfsd-ctl": "^7.0.0",
"go-ipfs": "^0.7.0",
"parcel-bundler": "^1.12.4",
Expand Down
909 changes: 714 additions & 195 deletions examples/browser-readablestream/test.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"uint8arrays": "^1.1.0"
},
"devDependencies": {
"execa": "^4.0.0",
"execa": "^4.0.3",
"ipfs-css": "^0.13.1",
"ipfs-http-client": "^47.0.0",
"parcel-bundler": "^1.12.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-ipfs-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"it-all": "^1.0.4"
},
"devDependencies": {
"execa": "^4.0.0",
"execa": "^4.0.3",
"test-ipfs-example": "^2.0.3"
}
}
8 changes: 4 additions & 4 deletions examples/custom-libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"dependencies": {
"ipfs": "^0.50.1",
"libp2p": "^0.29.0",
"libp2p-bootstrap": "^0.12.0",
"libp2p-kad-dht": "^0.20.0",
"libp2p-bootstrap": "^0.12.1",
"libp2p-kad-dht": "^0.20.1",
"libp2p-mdns": "^0.15.0",
"libp2p-mplex": "^0.10.0",
"libp2p-noise": "^2.0.1",
"libp2p-tcp": "^0.15.0"
"libp2p-tcp": "^0.15.1"
},
"devDependencies": {
"execa": "^4.0.0",
"execa": "^4.0.3",
"test-ipfs-example": "^2.0.3"
}
}
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 @@ -18,7 +18,7 @@
"last 2 versions and not dead and > 2%"
],
"devDependencies": {
"execa": "^4.0.0",
"execa": "^4.0.3",
"go-ipfs": "^0.7.0",
"ipfs": "^0.50.1",
"ipfsd-ctl": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/http-client-bundle-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.4",
"execa": "^4.0.0",
"execa": "^4.0.3",
"ipfs": "^0.50.1",
"ipfsd-ctl": "^7.0.0",
"react-hot-loader": "^4.12.21",
Expand Down
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 @@ -16,7 +16,7 @@
"ipfs-http-client": "^47.0.0"
},
"devDependencies": {
"execa": "^4.0.0",
"execa": "^4.0.3",
"go-ipfs": "^0.7.0",
"ipfsd-ctl": "^7.0.0",
"parcel-bundler": "^1.12.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/test-ipfs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"license": "MIT",
"dependencies": {
"chromedriver": "^84.0.1",
"execa": "^4.0.0",
"chromedriver": "latest",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"http-server": "^0.12.3",
"nightwatch": "^1.2.4",
Expand Down

0 comments on commit 8e44e52

Please sign in to comment.