Skip to content

Commit

Permalink
Update dependency cypress to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2021
1 parent 3dfe594 commit 51f3e4e
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 245 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"chalk": "^4.1.1",
"chalk-cli": "^4.1.0",
"cross-env": "^7.0.3",
"cypress": "^5.6.0",
"cypress": "^9.0.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv": "^8.6.0",
"dotenv-safe": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"cypress": "^5.6.0",
"cypress": "^9.0.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"cypress": "^5.6.0",
"cypress": "^9.0.0",
"cypress-file-upload": "^5.0.7",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/client-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"cypress": "^5.6.0",
"cypress": "^9.0.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"cypress": "^5.6.0",
"cypress": "^9.0.0",
"cypress-multi-reporters": "^1.5.0",
"dotenv-safe": "^8.2.0",
"execa": "^5.1.1",
Expand Down
Loading

0 comments on commit 51f3e4e

Please sign in to comment.