fix(backend): Bump maybe vulnerable esbuild (#9155)

* fix(backend): Bump vulnerable vanilla-extract

* bump deps futher

* remove @types/dompurify

* bump @lingui

* use more modern image
20.04 ships with node 18 as default, 24.04 with 20

* bump rest of image deps

* bump deps

* bump base deps

* bump resolution

* lower resolution

* fix resolution

* update lingui

* switch to build-in macro

* fix imports
This commit is contained in:
Matthias Mair
2025-03-26 09:30:59 +11:00
committed by GitHub
parent 5d4b587bf7
commit d8f5a56064
250 changed files with 954 additions and 945 deletions
@@ -1,4 +1,4 @@
import { t } from '@lingui/macro';
import { t } from '@lingui/core/macro';
import { notifications } from '@mantine/notifications';
import { useQuery } from '@tanstack/react-query';
import DOMPurify from 'dompurify';