bump version

pull/651/head
undefined 1 year ago
parent 7687b99f07
commit 9f472dea74
No known key found for this signature in database

@ -105,6 +105,15 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
<details>
<summary><h2>更新日志(点击展开)</h2></summary>
### Hydro 4.9.23 / UI 4.48.23
- migrate: hustoj: 导入时忽略不存在的图片
- core: oauth: 使用 OpenID 进行账号关联
- core: 支持根据显示名搜索用户
- core: 支持根据题目难度搜索题目
- ui: 优化首页比赛作业过滤逻辑
- core: 优化测试点识别
- ui: 禁用自测输入的拼写检查
### Hydro 4.9.22 / UI 4.48.22
- ui: 在线IDE添加设置页面
- core: 导出题目时添加难度信息

@ -31,13 +31,13 @@
"version": "1.0.0",
"license": "AGPL-3.0-only",
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/autocannon": "^7.9.1",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.17.1",
"@types/node": "^20.5.6",
"@types/semver": "^7.5.0",
"@types/supertest": "^2.0.12",
"autocannon": "^7.11.0",
"autocannon": "^7.12.0",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
@ -47,17 +47,17 @@
"css-loader": "^6.8.1",
"esbuild": "0.17.10",
"esbuild-loader": "^2.21.0",
"eslint": "^8.44.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-webpack": "^0.13.7",
"fs-extra": "^11.1.1",
"globby": "13.1.4",
"globby": "13.2.2",
"inspectpack": "^4.7.1",
"latest-version": "7.0.0",
"mini-css-extract-plugin": "^2.7.6",
"monaco-editor-webpack-plugin": "^7.1.0",
"mongodb": "^5.7.0",
"mongodb-memory-server": "^8.13.0",
"mongodb-memory-server": "^8.15.1",
"nyc": "^15.1.0",
"ora": "^6.3.1",
"postcss-loader": "7.3.2",

@ -4,13 +4,13 @@
"license": "MIT",
"main": "react.yaml",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.2",
"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.1"
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/xml2js": "^0.4.11"

@ -1,7 +1,7 @@
{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "3.1.28",
"version": "3.1.29",
"main": "package.json",
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.9.22",
"version": "4.9.23",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
@ -19,15 +19,15 @@
"@aws-sdk/s3-request-presigner": "3.357.0",
"@graphql-tools/schema": "^10.0.0",
"@hydrooj/utils": "workspace:*",
"@simplewebauthn/server": "^7.3.1",
"@simplewebauthn/server": "^7.4.0",
"adm-zip": "0.5.5",
"cac": "^6.7.14",
"cordis": "^2.8.6",
"cordis": "^2.8.7",
"detect-browser": "^5.3.0",
"emoji-regex": "^10.2.1",
"emojis-list": "2.1.0",
"fs-extra": "^11.1.1",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"graphql-scalars": "^1.22.2",
"js-yaml": "^4.1.0",
"koa": "^2.14.2",
@ -60,11 +60,11 @@
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^11.0.1",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.7",
"@types/koa": "^2.13.8",
"@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/lodash": "^4.14.197",
"@types/mime-types": "^2.1.1",
"@types/nodemailer": "^6.4.9",
"@types/notp": "^2.0.2",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/migrate",
"version": "0.3.1",
"version": "0.3.2",
"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.1"
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/turndown": "^5.0.1",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.48.22",
"version": "4.48.23",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
@ -16,39 +16,39 @@
"devDependencies": {
"@blueprintjs/core": "^4.20.2",
"@blueprintjs/popover2": "^1.14.11",
"@fontsource/dm-mono": "^5.0.5",
"@fontsource/fira-code": "^5.0.5",
"@fontsource/inconsolata": "^5.0.5",
"@fontsource/jetbrains-mono": "^5.0.5",
"@fontsource/pt-mono": "^5.0.5",
"@fontsource/roboto-mono": "^5.0.5",
"@fontsource/source-code-pro": "^5.0.5",
"@fontsource/ubuntu-mono": "^5.0.5",
"@fontsource/dm-mono": "^5.0.9",
"@fontsource/fira-code": "^5.0.8",
"@fontsource/inconsolata": "^5.0.8",
"@fontsource/jetbrains-mono": "^5.0.9",
"@fontsource/pt-mono": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.8",
"@fontsource/source-code-pro": "^5.0.8",
"@fontsource/ubuntu-mono": "^5.0.8",
"@hydrooj/utils": "workspace:*",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/browser": "^7.4.0",
"@svgr/webpack": "^8.0.1",
"@types/gulp-if": "^0.0.34",
"@types/jquery": "^3.5.16",
"@types/jquery": "^3.5.17",
"@types/json-schema": "^7.0.12",
"@types/katex": "^0.16.1",
"@types/katex": "^0.16.2",
"@types/markdown-it": "^12.2.3",
"@types/pickadate": "^3.5.32",
"@types/qrcode": "^1.5.1",
"@types/react": "^18.2.16",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/redux-logger": "^3.0.9",
"@types/serviceworker": "^0.0.72",
"@types/sharedworker": "^0.0.101",
"@types/serviceworker": "^0.0.73",
"@types/sharedworker": "^0.0.102",
"@types/webpack-env": "^1.18.1",
"@vscode/codicons": "^0.0.33",
"ajv": "^8.12.0",
"allotment": "^1.19.2",
"autoprefixer": "^10.4.14",
"allotment": "^1.19.3",
"autoprefixer": "^10.4.15",
"browser-update": "^3.3.44",
"chalk": "^5.3.0",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"cordis": "^2.8.6",
"cordis": "^2.8.7",
"diff": "^5.1.0",
"diff-dom": "^5.0.7",
"echarts": "^5.4.3",
@ -89,7 +89,7 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.1",
"react-redux": "^8.1.2",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",

@ -1,6 +1,6 @@
{
"name": "@hydrooj/utils",
"version": "1.4.13",
"version": "1.4.14",
"description": "hydrooj utils",
"main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
@ -17,10 +17,10 @@
"reggol": "^1.4.4",
"search-query-parser": "^1.6.0",
"source-map-support": "^0.5.21",
"systeminformation": "^5.18.8"
"systeminformation": "^5.20.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/source-map-support": "^0.5.6"
"@types/source-map-support": "^0.5.7"
}
}

Loading…
Cancel
Save