From a18d38ed0d866a732254f0fc91b9dbc602967be9 Mon Sep 17 00:00:00 2001 From: Jessica Sachs Date: Thu, 8 Oct 2020 11:49:52 -0400 Subject: [PATCH] chore: fixing the pinned cypress version with @cypress/vue (#8781) --- npm/vue/package.json | 2 +- yarn.lock | 44 -------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) diff --git a/npm/vue/package.json b/npm/vue/package.json index cf732efbd978..9cea65ab81a2 100644 --- a/npm/vue/package.json +++ b/npm/vue/package.json @@ -29,7 +29,7 @@ "babel-loader": "8.1.0", "ban-sensitive-files": "1.9.7", "css-loader": "3.4.2", - "cypress": "5.2.0", + "cypress": "*", "dependency-check": "3.4.1", "deps-ok": "1.4.1", "eslint-plugin-vue": "^6.2.2", diff --git a/yarn.lock b/yarn.lock index e651ca88ded8..b865ebb87a2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11351,50 +11351,6 @@ cypress-react-unit-test@4.11.2: mime-types "2.1.26" unfetch "4.1.0" -cypress@5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.2.0.tgz#6902efd90703242a2539f0623c6e1118aff01f95" - integrity sha512-9S2spcrpIXrQ+CQIKHsjRoLQyRc2ehB06clJXPXXp1zyOL/uZMM3Qc20ipNki4CcNwY0nBTQZffPbRpODeGYQg== - dependencies: - "@cypress/listr-verbose-renderer" "^0.4.1" - "@cypress/request" "^2.88.5" - "@cypress/xvfb" "^1.2.4" - "@types/sinonjs__fake-timers" "^6.0.1" - "@types/sizzle" "^2.3.2" - arch "^2.1.2" - blob-util "2.0.2" - bluebird "^3.7.2" - cachedir "^2.3.0" - chalk "^4.1.0" - check-more-types "^2.24.0" - cli-table3 "~0.6.0" - commander "^4.1.1" - common-tags "^1.8.0" - debug "^4.1.1" - eventemitter2 "^6.4.2" - execa "^4.0.2" - executable "^4.1.1" - extract-zip "^1.7.0" - fs-extra "^9.0.1" - getos "^3.2.1" - is-ci "^2.0.0" - is-installed-globally "^0.3.2" - lazy-ass "^1.6.0" - listr "^0.14.3" - lodash "^4.17.19" - log-symbols "^4.0.0" - minimist "^1.2.5" - moment "^2.27.0" - ospath "^1.2.2" - pretty-bytes "^5.3.0" - ramda "~0.26.1" - request-progress "^3.0.0" - supports-color "^7.1.0" - tmp "~0.2.1" - untildify "^4.0.0" - url "^0.11.0" - yauzl "^2.10.0" - d3-helpers@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/d3-helpers/-/d3-helpers-0.3.0.tgz#4b31dce4a2121a77336384574d893fbed5fb293d"