Skip to content

Commit

Permalink
Remove @testing-library/cypress dep, as it breaks builds if the inter… (
Browse files Browse the repository at this point in the history
#1018)

* Remove @testing-library/cypress dep, as it breaks builds if the internal cypress release is different than the one in this package

* Changelog
  • Loading branch information
sneridagh authored Nov 27, 2019
1 parent f177ea9 commit dc78521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 57 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Fix toolbar collapsed color @sneridagh
- Minor CSS fixes @sneridagh

### Internal

- Remove @testing-library/cypress dep, as it breaks builds if the internal cypress release is different than the one in this package @sneridagh

## 4.0.0-alpha.14 (2019-11-24)

### Internal
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/preset-stage-0": "7.0.0",
"@testing-library/cypress": "5.0.2",
"@testing-library/jest-dom": "4.2.0",
"@testing-library/react": "9.3.0",
"autoprefixer": "9.7.1",
Expand Down
57 changes: 1 addition & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1182,16 +1182,7 @@
dependencies:
defer-to-connect "^1.0.1"

"@testing-library/[email protected]":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-5.0.2.tgz#68746fc9db11dabcc4bf883e25b64316f637be71"
integrity sha512-AmvBLE+isA/vpdBTXpJ5tu+UYMDgqNW015RVa0nBPJHrv5UXNlmDZyu8tpkxGTFhcf+iFSA2pHuK1jUCQ8PnXQ==
dependencies:
"@babel/runtime" "^7.5.5"
"@testing-library/dom" "^6.0.0"
"@types/testing-library__cypress" "^5.0.0"

"@testing-library/dom@^6.0.0", "@testing-library/dom@^6.3.0":
"@testing-library/dom@^6.3.0":
version "6.8.1"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.8.1.tgz#47b4e0cc0742302fc9d122ac43010e6fc60bee65"
integrity sha512-b+Q4wryafqsSTFBV14cc5xqhN/OVB9oMeUQvZwy1kVx+kdqs4zQAcyvCsFkdcqx7NxibWpUN/fBIUaqyAEhitw==
Expand Down Expand Up @@ -1319,14 +1310,6 @@
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
integrity sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==

"@types/testing-library__cypress@^5.0.0":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.1.tgz#d05a264eb5d5a45659699a4e0309a7cebe57b344"
integrity sha512-z2JKxVTh3PDeLbATRofwDUImEwuytsBeu8Si6YLzxwc2HK4xGIDs50HFlwYD9MPlclGDQRm0QL7ynnaIjRtCGg==
dependencies:
"@types/testing-library__dom" "*"
cypress "^3.5.0"

"@types/testing-library__dom@*", "@types/testing-library__dom@^6.0.0":
version "6.5.3"
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-6.5.3.tgz#4a33e91055994c9f08981253edec44c85f4dd7f0"
Expand Down Expand Up @@ -3925,44 +3908,6 @@ [email protected]:
url "0.11.0"
yauzl "2.10.0"

cypress@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.5.0.tgz#e188bc8f48782953f6865d8830a4dc342334b81c"
integrity sha512-I1iSReD2C8CTP6s4BvQky4gEqHBnKLmhBIqFyCUZdj6BQ6ZDxGnmIbQPM5g79E2iP60KTIbTK99ZPSDVtsNUUg==
dependencies:
"@cypress/listr-verbose-renderer" "0.4.1"
"@cypress/xvfb" "1.2.4"
"@types/sizzle" "2.3.2"
arch "2.1.1"
bluebird "3.5.0"
cachedir "1.3.0"
chalk "2.4.2"
check-more-types "2.24.0"
commander "2.15.1"
common-tags "1.8.0"
debug "3.2.6"
execa "0.10.0"
executable "4.1.1"
extract-zip "1.6.7"
fs-extra "5.0.0"
getos "3.1.1"
is-ci "1.2.1"
is-installed-globally "0.1.0"
lazy-ass "1.6.0"
listr "0.12.0"
lodash "4.17.15"
log-symbols "2.2.0"
minimist "1.2.0"
moment "2.24.0"
ramda "0.24.1"
request "2.88.0"
request-progress "3.0.0"
supports-color "5.5.0"
tmp "0.1.0"
untildify "3.0.3"
url "0.11.0"
yauzl "2.10.0"

damerau-levenshtein@^1.0.4:
version "1.0.5"
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz#780cf7144eb2e8dbd1c3bb83ae31100ccc31a414"
Expand Down

0 comments on commit dc78521

Please sign in to comment.