File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ globalConfig.json
1717* .out
1818.clinic /
1919.direnv /
20+ .omc /
2021.yarn /cache
2122.yarn /build-state.yml
2223.yarn /unplugged
Original file line number Diff line number Diff line change 1414 "eslint-plugin-react-hooks" : " ^7.1.1" ,
1515 "eslint-plugin-react-refresh" : " ^0.5.2" ,
1616 "eslint-plugin-simple-import-sort" : " ^12.1.1" ,
17- "globals" : " ^17.5 .0"
17+ "globals" : " ^17.6 .0"
1818 },
1919 "peerDependencies" : {
2020 "eslint" : " >= 9"
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@hydrooj/utils" : " workspace:^" ,
1212 "@koa/router" : " ^15.4.0" ,
13- "@mongodb-js/saslprep" : " ^1.4.9 " ,
13+ "@mongodb-js/saslprep" : " ^1.4.10 " ,
1414 "emoji-regex" : " ^10.6.0" ,
1515 "fs-extra" : " ^11.3.4" ,
1616 "koa" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hydrooj/components" ,
3- "version" : " 1.0.0-beta.11 " ,
3+ "version" : " 1.0.0" ,
44 "main" : " ./frontend/index.ts" ,
55 "repository" : " https://github.com/hydro-dev/Hydro" ,
66 "sideEffects" : [
99 ],
1010 "dependencies" : {
1111 "allotment" : " ^1.20.5" ,
12- "diff" : " ^8 .0.4 " ,
12+ "diff" : " ^9 .0.0 " ,
1313 "js-yaml" : " ^4.1.1" ,
1414 "lodash" : " ^4.18.1" ,
1515 "react-dnd" : " ^16.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hydrooj/hydrojudge" ,
33 "bin" : " bin/hydrojudge.js" ,
4- "version" : " 4.0.1 " ,
4+ "version" : " 4.0.2 " ,
55 "main" : " ./src/index.ts" ,
66 "author" : " undefined <i@undefined.moe>" ,
77 "repository" : " https://github.com/hydro-dev/Hydro.git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hydrooj" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "bin" : " bin/hydrooj.js" ,
55 "main" : " src/plugin-api" ,
66 "module" : " src/plugin-api" ,
2222 "@hydrooj/common" : " workspace:^" ,
2323 "@hydrooj/framework" : " workspace:^" ,
2424 "@hydrooj/utils" : " workspace:^" ,
25- "@mongodb-js/saslprep" : " ^1.4.9 " ,
25+ "@mongodb-js/saslprep" : " ^1.4.10 " ,
2626 "@simplewebauthn/server" : " 13.2.2" ,
2727 "@undefined-moe/require-resolve-hook" : " ^1.1.0" ,
2828 "@zip.js/zip.js" : " ^2.8.26" ,
4242 "moment-timezone" : " ^0.6.2" ,
4343 "mongodb" : " ^7.2.0" ,
4444 "mongodb-uri" : " ^0.9.7" ,
45- "nanoid" : " ^5.1.9 " ,
45+ "nanoid" : " ^5.1.11 " ,
4646 "nodemailer" : " ^8.0.7" ,
4747 "notp" : " ^2.0.3" ,
4848 "p-queue" : " ^9.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hydrooj/ui-default" ,
3- "version" : " 4.58.0 " ,
3+ "version" : " 4.58.1 " ,
44 "author" : " undefined <i@undefined.moe>" ,
55 "license" : " AGPL-3.0" ,
66 "main" : " index.ts" ,
5555 "core-js" : " ^3.49.0" ,
5656 "core-js-compat" : " ^3.49.0" ,
5757 "css-loader" : " ^7.1.4" ,
58- "diff" : " ^8 .0.4 " ,
58+ "diff" : " ^9 .0.0 " ,
5959 "diff-dom" : " ^5.2.1" ,
6060 "echarts" : " ^6.0.0" ,
6161 "emojis-keywords" : " 2.0.0" ,
7676 "monaco-editor-webpack-plugin" : " ^7.1.1" ,
7777 "monaco-themes" : " 0.4.7" ,
7878 "monaco-yaml" : " 5.4.1" ,
79- "nanoid" : " ^5.1.9 " ,
79+ "nanoid" : " ^5.1.11 " ,
8080 "normalize.css" : " ^8.0.1" ,
8181 "nprogress" : " ^0.2.0" ,
8282 "p-queue" : " ^9.2.0" ,
125125 "cssfilter" : " ^0.0.11" ,
126126 "esbuild" : " 0.25.2" ,
127127 "fs-extra" : " ^11.3.4" ,
128- "html-to-text" : " ^9 .0.5 " ,
128+ "html-to-text" : " ^10 .0.0 " ,
129129 "js-yaml" : " ^4.1.1" ,
130130 "jsesc" : " ^3.1.0" ,
131131 "katex" : " ^0.16.45" ,
141141 "nunjucks" : " ^3.2.4" ,
142142 "schemastery-jsonschema" : " ^1.1.1" ,
143143 "streamsaver" : " ^2.0.6" ,
144- "uuid" : " ^13 .0.1 " ,
144+ "uuid" : " ^14 .0.0 " ,
145145 "xss" : " ^1.0.15"
146146 }
147147}
Original file line number Diff line number Diff line change 99 "preferUnplugged" : true ,
1010 "dependencies" : {
1111 "@hydrooj/utils" : " workspace:^" ,
12- "jsdom" : " ^29.1.0 " ,
12+ "jsdom" : " ^29.1.1 " ,
1313 "superagent-charset" : " ^1.2.0" ,
1414 "superagent-proxy" : " ^3.0.0"
1515 },
You can’t perform that action at this time.
0 commit comments