Skip to content

Commit

Permalink
Fix keystonejs#38: Resolve npm package warnings and deprecations for …
Browse files Browse the repository at this point in the history
…keystone-nightwatch-e2e v0.15
  • Loading branch information
stennie committed Jun 13, 2018
1 parent 97bf845 commit 9410308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/keystonejs/keystone-nightwatch-e2e/issues"
},
"engines": {
"node": ">= 0.12.0",
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
Expand All @@ -34,17 +34,17 @@
"keystone-utils": "^0.4.0",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"nightwatch": "^0.9.12",
"nightwatch": "^0.9.21",
"path": "^0.12.7",
"sauce-connect-launcher": "^1.1.1",
"selenium-server-standalone-jar": "^3.0.1",
"superagent": "3.4.1"
"superagent": "^3.8.3"
},
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "^3.4.0",
"eslint-config-keystone": "^2.4.0",
"eslint-plugin-react": "^6.2.0",
"eslint": "^3.10.0",
"eslint-config-keystone": "^3.0.0",
"eslint-plugin-react": "^6.6.0",
"jsdoc": "^3.4.1"
},
"scripts": {
Expand Down

0 comments on commit 9410308

Please sign in to comment.