Skip to content

Commit

Permalink
Dep bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Mar 1, 2024
1 parent 79f4148 commit 7e03129
Show file tree
Hide file tree
Showing 3 changed files with 1,049 additions and 1,656 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,49 +50,49 @@
"tracer": "^1.1.6",
"json5": "^2.2.3",
"jsonschema": "^1.4.1",
"goban": "=0.7.26",
"goban": "=0.7.5",
"ws": "^8.13.0",
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3",
"source-map-support": "^0.5.21",
"yargs": "^17.7.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/split2": "^3.2.1",
"@types/ws": "^8.5.4",
"@types/yargs": "^17.0.23",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^45.0.2",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.8.4",
"gulp-eslint-new": "^1.7.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^28.1.3",
"jest-transform-stub": "^2.0.0",
"jest-websocket-mock": "^2.4.0",
"pkg": "^5.8.1",
"prettier": "3.1.1",
"prettier-eslint": "^16.1.2",
"prettier": "2.8.2",
"prettier-eslint": "^15.0.1",
"sinon": "^9.0.2",
"ts-jest": "^29.1.1",
"ts-jest": "^29.0.5",
"ts-json-schema-generator": "^1.2.0",
"tslint": "^6.1.3",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.28",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.9",
"typescript": "=5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
}
}
6 changes: 3 additions & 3 deletions schema/Config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"$ref": "#/definitions/TimeControlRanges"
}
],
"description": "Allowed blitz times for the bot. Blitz is disabled by default, but you can enable it by providing accetpable time settings.",
"description": "Allowed blitz times for the bot. Blitz is disabled by default, but you can enable it by providing acceptable time settings.",
"default": null
},
"allowed_live_settings": {
Expand Down Expand Up @@ -596,7 +596,7 @@
},
"minItems": 2,
"maxItems": 2,
"description": "Specify the low and high range of acceptable board widths. This value is inclusive, so [5,19] would include 5, 19, and everything inbetween."
"description": "Specify the low and high range of acceptable board widths. This value is inclusive, so [5,19] would include 5, 19, and everything in between."
},
"height_range": {
"type": "array",
Expand All @@ -605,7 +605,7 @@
},
"minItems": 2,
"maxItems": 2,
"description": "Specify the low and high range of acceptable board heights. This value is inclusive, so [5,19] would include 5, 19, and everything inbetween."
"description": "Specify the low and high range of acceptable board heights. This value is inclusive, so [5,19] would include 5, 19, and everything in between."
}
},
"required": [
Expand Down
Loading

0 comments on commit 7e03129

Please sign in to comment.