Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from slamdata/bump
Browse files Browse the repository at this point in the history
Update dependencies, remove unused vendor files
  • Loading branch information
garyb authored Mar 15, 2019
2 parents bf569de + a4d2d5b commit 4d9cbe0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
## Disclaimer

+ This is WIP: some things weren't implemented, some might have bugs. Filling issues and prs are welcomed!
+ All files in `vendor` folders: three drivers and selenium jar -- are subjects of appropriate copyrights.

## Purescript W3C webdriver protocol bindings

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"vendor"
],
"dependencies": {
"purescript-xpath": "cryogenian/purescript-xpath#compiler/0.12",
"purescript-argonaut-core": "^4.0.0",
"purescript-argonaut-codecs": "^5.1.2",
"purescript-affjax": "^8.0.0",
"purescript-affjax": "^9.0.0",
"purescript-argonaut-codecs": "^6.0.0",
"purescript-argonaut-core": "^5.0.0",
"purescript-css": "^4.0.0",
"purescript-node-fs-aff": "^6.0.0",
"purescript-run": "cryogenian/purescript-run#compiler/0.12"
"purescript-run": "^3.0.0",
"purescript-xpath": "cryogenian/purescript-xpath#compiler/0.12"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"chromedriver": "^2.37.0",
"pulp": "^12.2.0",
"purescript": "slamdata/node-purescript#0.12",
"purescript-psa": "^0.6.0",
"purescript": "^0.12.3",
"purescript-psa": "^0.7.3",
"xhr2": "^0.1.4"
}
}
Binary file removed vendor/chromedriver.exe
Binary file not shown.
Binary file removed vendor/edgedriver.exe
Binary file not shown.
Binary file removed vendor/geckodriver.exe
Binary file not shown.
Binary file removed vendor/selenium-3.11.0.jar
Binary file not shown.

0 comments on commit 4d9cbe0

Please sign in to comment.