update dependencies & bump minimum node version (#1329)

- bump all dependences
- add github-actions reporter to jest
- convert (most) webpack configs to ESM
  - manifest.cjs cannot be converted since there is no native .json import until node 17
This commit is contained in:
Michael C
2022-05-24 21:14:36 -04:00
parent 4738c1897f
commit 2665327729
7 changed files with 3436 additions and 2793 deletions

View File

@@ -5,4 +5,5 @@ module.exports = {
"transform": {
"^.+\\.ts$": "ts-jest"
},
"reporters": ["github-actions"]
};