Skip to content

Commit

Permalink
chore(package): update cypress to version 3.1.2 🚀 (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and asbiin committed Nov 20, 2018
1 parent 862a171 commit 19363e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"cross-env": "^5.1.4",
"cypress": "3.1.1",
"cypress": "3.1.2",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,10 @@ commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"

compare-versions@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.4.0.tgz#e0747df5c9cb7f054d6d3dc3e1dbc444f9e92b26"

component-emitter@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
Expand Down Expand Up @@ -2010,9 +2014,9 @@ cyclist@~0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"

cypress@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.1.1.tgz#ba5da8c1afb8a4d9a4951d5353095d6feeb346d9"
cypress@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.1.2.tgz#d1adbb48afecad54a84adf25f30536b400aa0f18"
dependencies:
"@cypress/listr-verbose-renderer" "0.4.1"
"@cypress/xvfb" "1.2.3"
Expand All @@ -2032,6 +2036,7 @@ cypress@3.1.1:
check-more-types "2.24.0"
commander "2.11.0"
common-tags "1.4.0"
compare-versions "3.4.0"
debug "3.1.0"
execa "0.10.0"
executable "4.1.1"
Expand All @@ -2046,7 +2051,7 @@ cypress@3.1.1:
lodash "4.17.10"
log-symbols "2.2.0"
minimist "1.2.0"
progress "1.1.8"
moment "2.22.2"
ramda "0.24.1"
request "2.87.0"
request-progress "0.3.1"
Expand Down Expand Up @@ -5364,7 +5369,7 @@ moment-timezone@^0.5.21:
dependencies:
moment ">= 2.9.0"

"moment@>= 2.9.0":
moment@2.22.2, "moment@>= 2.9.0":
version "2.22.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"

Expand Down Expand Up @@ -6429,10 +6434,6 @@ process@^0.11.10:
version "0.11.10"
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"

progress@1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"

promise-inflight@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
Expand Down Expand Up @@ -7728,7 +7729,6 @@ symbol-observable@1.0.1:
tachyons@^4.9.1:
version "4.11.1"
resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.11.1.tgz#4e3666e7299e47aea7d820e0580dd4dc07cf3feb"
integrity sha512-n5zIZ8i8kZ8vz05vX1BdvkP8b9ufsMeSRmdqTuUtz5rlNxr03nntiZMc/HTADIsPYZj/wZJDJglxV0/yvvaiZA==

tapable@^0.2.7:
version "0.2.8"
Expand Down

0 comments on commit 19363e3

Please sign in to comment.