chore: upgrade react packages

This commit is contained in:
Carlos Valente
2026-06-20 09:02:17 +02:00
committed by Carlos Valente
parent b946b245c2
commit 66292bc0cf
5 changed files with 124 additions and 101 deletions
+1 -1
View File
@@ -82,5 +82,5 @@ export const initializeSentry = () => {
},
});
return Sentry.withSentryReactRouterV6Routing(Routes);
return Sentry.withSentryReactRouterV7Routing(Routes);
};