pull/15/head
undefined 4 years ago
parent 0867f2ff2d
commit cf6e314071

@ -20,25 +20,25 @@
"@shelf/jest-mongodb": "^1.2.3",
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/node": "^14.14.5",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"globby": "^11.0.1",
"jest": "^26.4.2",
"jest": "^26.6.1",
"latest-version": "^5.1.0",
"ora": "^5.1.0",
"semver": "^7.3.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
},
"dependencies": {
"fs-extra": "^9.0.1",
"yargs": "^16.0.3"
}
}
}

@ -6,7 +6,7 @@
"author": "undefined <masnn0@outlook.com>",
"license": "MIT",
"dependencies": {
"maxmind": "^4.2.0"
"maxmind": "^4.3.1"
},
"scripts": {
"prepublish": "./prepublish.sh"
@ -14,4 +14,4 @@
"peerDependencies": {
"hydrooj": "^2.12.0||^2.13.0"
}
}
}

@ -1,3 +1,3 @@
#!/bin/env node
#!/usr/bin/env node
require('../dist/daemon')();

@ -1,11 +1,11 @@
{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "2.1.0",
"version": "2.1.1",
"main": "package.json",
"author": "masnn",
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.0",
"bson": "^4.1.0",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
@ -13,7 +13,7 @@
"p-queue": "^6.6.1",
"shell-quote": "^1.7.2",
"supports-color": "^7.2.0",
"systeminformation": "^4.27.6"
"systeminformation": "^4.27.11"
},
"peerDependencies": {
"hydrooj": "^2.13.3"
@ -29,4 +29,4 @@
"build": "tsc",
"lint": "eslint . --ext ts --fix"
}
}
}

@ -31,7 +31,7 @@
"sockjs": "^0.3.20",
"superagent": "^6.1.0",
"supports-color": "^7.2.0",
"systeminformation": "^4.27.6",
"systeminformation": "^4.27.11",
"yargs": "^16.0.3"
},
"devDependencies": {
@ -48,11 +48,11 @@
"@types/serialize-javascript": "^4.0.0",
"@types/sockjs": "^0.3.32",
"@types/superagent": "^4.1.8",
"@types/supports-color": "^5.3.0",
"@types/supports-color": "^7.2.0",
"@types/yargs": "^15.0.7"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
}
}
}

@ -16,6 +16,6 @@
"ws": "^7.3.1"
},
"devDependencies": {
"@types/ws": "^7.2.7"
"@types/ws": "^7.2.8"
}
}
}

Loading…
Cancel
Save