Merge commit '6aeb162927' 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
commit 1a664560cc
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,