Updating packages to newest version and opting to use gotjs for requests

This commit is contained in:
shockrah 2021-02-11 15:08:06 -08:00
parent fb36f70d95
commit 90563b3214
2 changed files with 434 additions and 351 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,15 +8,16 @@
},
"dependencies": {
"argparse": "^2.0.1",
"bootstrap": "^4.5.3",
"bootstrap": "^4.6.0",
"got": "^11.8.1",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"popper.js": "^1.14.4",
"socket.io": "^3.0.3",
"socket.io-client": "^3.0.3",
"ws": "^7.4.0"
"popper.js": "^1.16.1",
"socket.io": "^3.1.1",
"socket.io-client": "^3.1.1",
"ws": "^7.4.3"
},
"devDependencies": {
"electron": "^7.1.2"
"electron": "^7.3.3"
}
}