Skip to content

Commit

Permalink
Minecraft.net status works again, dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Dec 10, 2020
1 parent c93d492 commit 8723a19
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 63 deletions.
4 changes: 2 additions & 2 deletions app/assets/js/scripts/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ const refreshMojangStatuses = async function(){
for(let i=0; i<statuses.length; i++){
const service = statuses[i]

// Mojang API is broken for these two. https://bugs.mojang.com/browse/WEB-2303
if(service.service === 'sessionserver.mojang.com' || service.service === 'minecraft.net') {
// Mojang API is broken for sessionserver. https://bugs.mojang.com/browse/WEB-2303
if(service.service === 'sessionserver.mojang.com') {
service.status = 'green'
}

Expand Down
103 changes: 47 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": "12.x.x"
},
"dependencies": {
"adm-zip": "^0.4.16",
"adm-zip": "^0.5.1",
"async": "^3.2.0",
"discord-rpc": "^3.1.4",
"ejs": "^3.1.5",
Expand All @@ -35,15 +35,15 @@
"github-syntax-dark": "^0.5.0",
"jquery": "^3.5.1",
"request": "^2.88.2",
"semver": "^7.3.2",
"semver": "^7.3.4",
"tar-fs": "^2.1.1",
"winreg": "^1.2.4"
},
"devDependencies": {
"cross-env": "^7.0.2",
"electron": "^11.0.0",
"cross-env": "^7.0.3",
"electron": "^11.0.4",
"electron-builder": "^22.9.1",
"eslint": "^7.13.0"
"eslint": "^7.15.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8723a19

Please sign in to comment.