Update Cypress to v13 and other test deps

This commit is contained in:
Felipe Knorr Kuhn
2023-09-22 18:51:29 -07:00
parent d0696628b2
commit 593e72f905
2 changed files with 77 additions and 112 deletions

View File

@@ -111,9 +111,9 @@
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"@types/cypress": "^1.1.3",
"cypress": "^12.17.2",
"cypress-fail-on-console-error": "~4.0.3",
"cypress-wait-until": "^2.0.0",
"cypress": "^13.2.0",
"cypress-fail-on-console-error": "~5.0.0",
"cypress-wait-until": "^2.0.1",
"mock-socket": "~9.2.1",
"start-server-and-test": "~2.0.0"
},