Skip to content

Commit

Permalink
fix: correct cypress peer dependency (#10)
Browse files Browse the repository at this point in the history
* fix: correct cypress peer dependency

* chore: update example snapshots
  • Loading branch information
odai-alali authored Apr 1, 2023
1 parent 8009df0 commit cfb6961
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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 @@ -23,7 +23,7 @@
"typescript": "4.7.3"
},
"peerDependencies": {
"cypress": "^10.0.3"
"cypress": ">=10.0.3"
},
"dependencies": {
"odiff-bin": "2.5.0"
Expand Down

0 comments on commit cfb6961

Please sign in to comment.