Skip to content

Commit ca2fb94

Browse files
committed
bump version
1 parent aea095b commit ca2fb94

8 files changed

Lines changed: 15 additions & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

framework/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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"

framework/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -9,7 +9,7 @@
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",

packages/hydrojudge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/hydrooj/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -22,7 +22,7 @@
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",
@@ -42,7 +42,7 @@
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",

packages/ui-default/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -55,7 +55,7 @@
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",
@@ -76,7 +76,7 @@
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",
@@ -125,7 +125,7 @@
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",
@@ -141,7 +141,7 @@
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
}

packages/vjudge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
},

0 commit comments

Comments
 (0)