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

Commit 4d9cbe0

Browse files
authored
Merge pull request #7 from slamdata/bump
Update dependencies, remove unused vendor files
2 parents bf569de + a4d2d5b commit 4d9cbe0

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
## Disclaimer
77

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

1110
## Purescript W3C webdriver protocol bindings
1211

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"vendor"
2626
],
2727
"dependencies": {
28-
"purescript-xpath": "cryogenian/purescript-xpath#compiler/0.12",
29-
"purescript-argonaut-core": "^4.0.0",
30-
"purescript-argonaut-codecs": "^5.1.2",
31-
"purescript-affjax": "^8.0.0",
28+
"purescript-affjax": "^9.0.0",
29+
"purescript-argonaut-codecs": "^6.0.0",
30+
"purescript-argonaut-core": "^5.0.0",
3231
"purescript-css": "^4.0.0",
3332
"purescript-node-fs-aff": "^6.0.0",
34-
"purescript-run": "cryogenian/purescript-run#compiler/0.12"
33+
"purescript-run": "^3.0.0",
34+
"purescript-xpath": "cryogenian/purescript-xpath#compiler/0.12"
3535
}
3636
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"chromedriver": "^2.37.0",
1212
"pulp": "^12.2.0",
13-
"purescript": "slamdata/node-purescript#0.12",
14-
"purescript-psa": "^0.6.0",
13+
"purescript": "^0.12.3",
14+
"purescript-psa": "^0.7.3",
1515
"xhr2": "^0.1.4"
1616
}
1717
}

vendor/chromedriver.exe

-6.06 MB
Binary file not shown.

vendor/edgedriver.exe

-139 KB
Binary file not shown.

vendor/geckodriver.exe

-10.3 MB
Binary file not shown.

vendor/selenium-3.11.0.jar

-22.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)