Upgrade Cypress to fix CI errors (#897)

This upgrade should fix the error of Firefox tests failing. See this
issue for more details:
https://github.com/cypress-io/cypress/issues/29190
This commit is contained in:
Kevin Schaul
2024-04-16 00:26:13 -05:00
committed by GitHub
parent 95b5324fd3
commit 7591b031ce
2 changed files with 5 additions and 5 deletions

View File

@@ -120,7 +120,7 @@
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"cors": "^2.8.5",
"cypress": "^13.7.0",
"cypress": "^13.7.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",