bump version

pull/630/head
undefined 1 year ago
parent 2dabe3194e
commit 89b294c60e
No known key found for this signature in database

@ -105,6 +105,16 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
<details>
<summary><h2>更新日志(点击展开)</h2></summary>
### Hydro 4.9.22 / UI 4.48.22
- ui: 在线IDE添加设置页面
- core: 导出题目时添加难度信息
- ui: 修复特定情况下 markdown 标签补全出错的问题
- import-qduoj: 检查 pid 合法性
- core: 排序作业列表
- ui: 修复讨论编辑显示
- core: 导出 pwsh 函数
- vjudge: codeforces: 修复比赛 921 爬取异常
### Hydro 4.9.21 / UI 4.48.21
- core: 修复 strictioi 比赛计分
- ui: 修复已参加训练列表显示

@ -34,7 +34,7 @@
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/autocannon": "^7.9.1",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.16.16",
"@types/node": "^18.17.1",
"@types/semver": "^7.5.0",
"@types/supertest": "^2.0.12",
"autocannon": "^7.11.0",
@ -55,7 +55,7 @@
"inspectpack": "^4.7.1",
"latest-version": "7.0.0",
"mini-css-extract-plugin": "^2.7.6",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"mongodb": "^5.7.0",
"mongodb-memory-server": "^8.13.0",
"nyc": "^15.1.0",
@ -69,7 +69,7 @@
"supertest": "^6.3.3",
"ts-loader": "^9.4.4",
"typescript": "5.0.2",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0",
@ -77,9 +77,9 @@
"wtfnode": "^0.9.1"
},
"resolutions": {
"@types/node": "18.16.1",
"@types/react": "18.2.9",
"schemastery": "3.10.0",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"schemastery": "3.11.1",
"prettier": "npm:not-installable-package@1.0.0"
}
}

@ -4,13 +4,13 @@
"license": "MIT",
"main": "react.yaml",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0"
},

@ -9,7 +9,7 @@
"preferUnplugged": true,
"dependencies": {
"decode-html": "^2.0.0",
"xml2js": "^0.6.0"
"xml2js": "^0.6.1"
},
"devDependencies": {
"@types/xml2js": "^0.4.11"

@ -10,7 +10,7 @@
"cac": "^6.7.14",
"mongodb": "^5.7.0",
"p-queue": "^7.3.4",
"schemastery": "^3.10.1",
"schemastery": "^3.11.1",
"shell-quote": "^1.8.1",
"superagent": "^8.0.9",
"ws": "^8.13.0"

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.9.21",
"version": "4.9.22",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
@ -22,7 +22,7 @@
"@simplewebauthn/server": "^7.3.1",
"adm-zip": "0.5.5",
"cac": "^6.7.14",
"cordis": "^2.8.2",
"cordis": "^2.8.6",
"detect-browser": "^5.3.0",
"emoji-regex": "^10.2.1",
"emojis-list": "2.1.0",
@ -42,13 +42,13 @@
"moment-timezone": "^0.5.43",
"mongodb": "^5.7.0",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.4",
"notp": "^2.0.3",
"p-queue": "^7.3.4",
"path-to-regexp": "^6.2.1",
"require-resolve-hook": "^1.1.0",
"saslprep": "^1.0.3",
"schemastery": "^3.10.1",
"schemastery": "^3.11.1",
"semver": "^7.5.4",
"serialize-javascript": "^6.0.1",
"superagent": "^8.0.9",
@ -60,13 +60,13 @@
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^11.0.1",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.6",
"@types/koa": "^2.13.7",
"@types/koa-compress": "^4.0.3",
"@types/koa-router": "^7.4.4",
"@types/koa-static-cache": "^5.1.1",
"@types/lodash": "^4.14.195",
"@types/mime-types": "^2.1.1",
"@types/nodemailer": "^6.4.8",
"@types/nodemailer": "^6.4.9",
"@types/notp": "^2.0.2",
"@types/saslprep": "^1.0.1",
"@types/semver": "^7.5.0",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/import-qduoj",
"version": "1.5.4",
"version": "1.5.5",
"description": "Import QDUOJ problem export",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/migrate",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.ts",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
@ -9,7 +9,7 @@
"mariadb": "^3.2.0",
"mongodb": "^5.7.0",
"turndown": "^7.1.2",
"xml2js": "^0.6.0"
"xml2js": "^0.6.1"
},
"devDependencies": {
"@types/turndown": "^5.0.1",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.48.21",
"version": "4.48.22",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
@ -30,28 +30,28 @@
"@types/gulp-if": "^0.0.34",
"@types/jquery": "^3.5.16",
"@types/json-schema": "^7.0.12",
"@types/katex": "^0.16.0",
"@types/katex": "^0.16.1",
"@types/markdown-it": "^12.2.3",
"@types/pickadate": "^3.5.32",
"@types/qrcode": "^1.5.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/redux-logger": "^3.0.9",
"@types/serviceworker": "^0.0.69",
"@types/sharedworker": "^0.0.98",
"@types/serviceworker": "^0.0.72",
"@types/sharedworker": "^0.0.101",
"@types/webpack-env": "^1.18.1",
"@vscode/codicons": "^0.0.33",
"ajv": "^8.12.0",
"allotment": "^1.19.0",
"allotment": "^1.19.2",
"autoprefixer": "^10.4.14",
"browser-update": "^3.3.44",
"chalk": "^5.3.0",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"cordis": "^2.8.2",
"cordis": "^2.8.6",
"diff": "^5.1.0",
"diff-dom": "^5.0.4",
"echarts": "^5.4.2",
"diff-dom": "^5.0.7",
"echarts": "^5.4.3",
"emojis-keywords": "2.0.0",
"emojis-list": "2.1.0",
"fancy-log": "^2.0.0",
@ -96,7 +96,7 @@
"redux-promise-middleware": "^6.1.3",
"redux-thunk": "^2.4.2",
"rupture": "^0.7.1",
"schemastery": "^3.10.1",
"schemastery": "^3.11.1",
"slideout": "^1.0.1",
"sticky-kit": "^1.1.3",
"tether": "1.4.7",

@ -16,7 +16,7 @@
"mongodb": "^5.7.0",
"reggol": "^1.4.4",
"source-map-support": "^0.5.21",
"systeminformation": "^5.18.6"
"systeminformation": "^5.18.8"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/vjudge",
"version": "1.8.10",
"version": "1.8.11",
"description": "Submit problems to remote oj",
"main": "src/model.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",

Loading…
Cancel
Save