Replace node-fetch with undici. Bump electron

This commit is contained in:
sayhiben
2024-08-20 19:48:59 -07:00
parent 6cc2d83083
commit d0f59e161f
3 changed files with 15 additions and 90 deletions

View File

@@ -15,6 +15,7 @@
"test": "jest",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=src/node/server.test.js --coverage",
"package": "electron-forge package",
"publish": "electron-forge publish",
"make": "electron-forge make"
},
"author": "Max Goodhart <c@chromakode.com>",
@@ -30,7 +31,7 @@
"color": "^4.2.3",
"dank-twitch-irc": "^4.3.0",
"ejs": "^3.1.10",
"electron": "^31.3.1",
"electron": "^32.0.0",
"electron-squirrel-startup": "^1.0.1",
"hls.js": "^1.5.14",
"jsondiffpatch": "^0.6.0",
@@ -41,13 +42,13 @@
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"node-fetch": "^3.3.2",
"node-simple-cert": "0.0.1",
"preact": "^10.23.2",
"react-hotkeys-hook": "^4.5.0",
"reconnecting-websocket": "^4.4.0",
"styled-components": "^6.1.12",
"svg-loaders-react": "^2.2.1",
"undici": "^6.19.8",
"webpack-dev-server": "^5.0.4",
"ws": "^8.18.0",
"xstate": "^4.37.1",