chore: upgrade dependencies

This commit is contained in:
beatz174-bit
2025-11-24 19:59:04 +10:00
parent c3f234076b
commit 955366b511
20 changed files with 957 additions and 1100 deletions
+3 -3
View File
@@ -92,7 +92,7 @@ beforeEach(() => {
describe('StartPickListScreen', () => {
it('shows category selection controls', () => {
render(
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<MemoryRouter>
<StartPickListScreen />
</MemoryRouter>,
);
@@ -108,7 +108,7 @@ describe('StartPickListScreen', () => {
const user = userEvent.setup();
render(
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<MemoryRouter>
<StartPickListScreen />
</MemoryRouter>,
);
@@ -149,7 +149,7 @@ describe('StartPickListScreen', () => {
]);
render(
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<MemoryRouter>
<StartPickListScreen />
</MemoryRouter>,
);