Chore: Ignore cypress updates (#108496)

ignore cypress updates for now
This commit is contained in:
Ashley Harrison 2025-07-23 10:03:34 +01:00 committed by GitHub
parent ba2804bcfe
commit f093b3d620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
'react-refresh', 'react-refresh',
"@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly "@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly
"cypress", // cypress use is deprecated, we should not bump it anymore
"history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744) "history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744)
"react-router", // we should bump this together with history and react-router-dom "react-router", // we should bump this together with history and react-router-dom
"react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744) "react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744)