Merge commit '6aeb162927e6f9bbfd597632a10d82d9656c2385' into glitch-soc/merge-upstream

Conflicts:
- `.github/dependabot.yml`:
  We deleted it.
  Kept it removed.
- `app/javascript/packs/public.jsx`:
  Upstream changed an import, we have slightly different ones.
  Ported upstream changes.
This commit is contained in:
Claire
2023-05-09 23:12:48 +02:00
22 changed files with 216 additions and 206 deletions

View File

@ -2,6 +2,7 @@
"compilerOptions": {
"jsx": "react",
"target": "esnext",
"module": "CommonJS",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true,