Skip to content

Commit

Permalink
build: update protractor to version ~5.3.0 (sparkles-dev#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dherges committed Jan 25, 2018
1 parent d7400d4 commit 95f742c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.2.0",
"protractor": "~5.3.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.0",
"typescript": "~2.6.1"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,7 @@ jasmine-spec-reporter@~4.2.0:
dependencies:
colors "1.1.2"

jasmine@^2.5.3:
jasmine@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-2.8.0.tgz#6b089c0a11576b1f16df11b80146d91d4e8b8a3e"
dependencies:
Expand Down Expand Up @@ -4848,17 +4848,17 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"

protractor@~5.2.0:
version "5.2.2"
resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.2.2.tgz#80eff170761455eff6e2f111088a03c438844a41"
protractor@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.3.0.tgz#5df98201cbdaeb50826af6d05630ef1945bf9c32"
dependencies:
"@types/node" "^6.0.46"
"@types/q" "^0.0.32"
"@types/selenium-webdriver" "~2.53.39"
blocking-proxy "^1.0.0"
chalk "^1.1.3"
glob "^7.0.3"
jasmine "^2.5.3"
jasmine "2.8.0"
jasminewd2 "^2.1.0"
optimist "~0.6.0"
q "1.4.1"
Expand Down

0 comments on commit 95f742c

Please sign in to comment.