Skip to content

Commit

Permalink
Moved webdriverio and nodegit to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Apr 23, 2018
1 parent 7a1be14 commit 9304c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"jquery": "^3.2.1",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"nodegit": "^0.22.0",
"numeral": "^2.0.6",
"prettier": "^1.11.1",
"prop-types": "^15.6.0",
Expand All @@ -52,8 +51,7 @@
"react-input-autosize": "^2.2.1",
"serve": "^6.3.1",
"tabbable": "^1.1.0",
"uuid": "^3.1.0",
"webdriverio": "^4.12.0"
"uuid": "^3.1.0"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.15.0",
Expand Down Expand Up @@ -102,6 +100,7 @@
"mocha": "^5.0.4",
"moment": "^2.20.1",
"node-sass": "^4.5.3",
"nodegit": "^0.22.0",
"npm-run": "^4.1.2",
"pegjs": "^0.10.0",
"postcss-cli": "^4.1.1",
Expand Down Expand Up @@ -134,6 +133,7 @@
"wdio-selenium-standalone-service": "^0.0.10",
"wdio-spec-reporter": "^0.1.4",
"wdio-visual-regression-service": "silne30/wdio-visual-regression-service#Add_Filename_To_Result",
"webdriverio": "^4.12.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2",
"yeoman-generator": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2760,8 +2760,8 @@ ejs@^2.3.1:
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"

ejs@~2.5.6:
version "2.5.8"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.8.tgz#2ab6954619f225e6193b7ac5f7c39c48fefe4380"
version "2.5.9"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.9.tgz#7ba254582a560d267437109a68354112475b0ce5"

electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
version "1.3.31"
Expand Down

0 comments on commit 9304c4b

Please sign in to comment.