chore(deps): update dependency react-router-dom to v7 (#1644)

* chore(deps): update dependency react-router-dom to v7

* chore: additions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
renovate[bot]
2024-12-27 14:54:55 +01:00
committed by GitHub
parent f095e5da36
commit 5cde83c607
19 changed files with 58 additions and 45 deletions

View File

@@ -1,3 +1,6 @@
import '@testing-library/jest-dom';
import 'whatwg-fetch';
import 'jest-location-mock';
import { TextEncoder, TextDecoder } from 'util';
Object.assign(global, { TextDecoder, TextEncoder });