Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
We still support Node 8.
  • Loading branch information
ksathyanm committed Aug 19, 2020
1 parent 090ba3d commit 256abc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test": "mocha ./test.js --timeout 10000"
},
"dependencies": {
"chrome-launcher": "^0.12.0",
"chrome-remote-interface": "^0.28.1"
"chrome-launcher": "^0.13.4",
"chrome-remote-interface": "^0.28.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.7.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"mocha": "^8.1.1"
"mocha": "^7.2.0"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 256abc0

Please sign in to comment.