Skip to content

Commit

Permalink
Bumping dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Jun 9, 2017
1 parent ad02c9b commit ac48e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"homepage": "https://github.com/GoogleChrome/selenium-assistant#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.0.2",
"chromedriver": "^2.26.1",
"coveralls": "^2.11.12",
"eslint": "^3.12.1",
"eslint-config-google": "^0.7.1",
"eslint-config-google": "^0.8.0",
"express": "^4.14.0",
"firebase": "^3.5.1",
"firebase": "^4.1.2",
"geckodriver": "^1.6.0",
"glob": "^7.1.1",
"istanbul": "^0.4.5",
Expand All @@ -47,9 +47,9 @@
},
"dependencies": {
"chalk": "^1.1.3",
"del": "^2.2.0",
"del": "^3.0.0",
"dmg": "^0.1.0",
"fs-extra": "^2.1.2",
"fs-extra": "^3.0.1",
"mkdirp": "^0.5.1",
"node-localstorage": "^1.3.0",
"request": "^2.78.0",
Expand Down
2 changes: 1 addition & 1 deletion test/browser-usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('Test Usage of Browsers', function() {
prettyName.length.should.gt(1);

const options = specificBrowser.getSeleniumOptions();
expect(options).to.be.defined;
expect(options).to.exist;

const executablePath = specificBrowser.getExecutablePath();
(typeof executablePath).should.equal('string');
Expand Down

0 comments on commit ac48e5d

Please sign in to comment.