Skip to content

Commit

Permalink
Downgrade Cypress
Browse files Browse the repository at this point in the history
Work around #4808
  • Loading branch information
paulmelnikow committed Apr 6, 2020
1 parent da29c92 commit 785dd1a
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 152 deletions.
7 changes: 4 additions & 3 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ update_configs:
- match:
dependency_name: 'chai*'
update_type: 'semver:minor'
- match:
dependency_name: 'cypress'
update_type: 'semver:minor'
# https://github.com/badges/shields/issues/4808
# - match:
# dependency_name: 'cypress'
# update_type: 'semver:minor'
- match:
dependency_name: 'eslint*'
update_type: 'semver:minor'
Expand Down
245 changes: 97 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"child-process-promise": "^2.2.1",
"clipboard-copy": "^3.1.0",
"concurrently": "^5.1.0",
"cypress": "^4.3.0",
"cypress": "4.1.0",
"danger": "^10.0.0",
"danger-plugin-no-test-shortcuts": "^2.0.0",
"enzyme": "^3.11.0",
Expand Down

0 comments on commit 785dd1a

Please sign in to comment.