Skip to content

Commit 35a74e8

Browse files
authored
feat: Allow Cypress 6.0 in peer dependencies (#78)
1 parent 9249d2a commit 35a74e8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"dependencies": {},
3131
"peerDependencies": {
3232
"axe-core": "^3 || ^4",
33-
"cypress": "^3 || ^4 || ^5"
33+
"cypress": "^3 || ^4 || ^5 || ^6"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^14.14.8",
3737
"@typescript-eslint/eslint-plugin": "^4.8.1",
3838
"@typescript-eslint/parser": "^4.8.1",
3939
"axe-core": "^4.0.2",
40-
"cypress": "^5.5.0",
40+
"cypress": "^6.0.0",
4141
"eslint": "^7.12.0",
4242
"eslint-config-tamia": "^7.2.6",
4343
"http-server": "^0.12.3",

0 commit comments

Comments
 (0)