Skip to content

Commit 792d860

Browse files
committed
upgrade deps
1 parent a96d665 commit 792d860

10 files changed

Lines changed: 34 additions & 34 deletions

File tree

framework/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "base.mjs",
66
"repository": "https://github.com/hydro-dev/Hydro",
77
"dependencies": {
8-
"@antfu/eslint-config": "^6.7.3",
9-
"@eslint-react/eslint-plugin": "^2.6.2",
10-
"@typescript-eslint/eslint-plugin": "^8.53.0",
11-
"@typescript-eslint/parser": "^8.53.0",
8+
"@antfu/eslint-config": "^7.2.0",
9+
"@eslint-react/eslint-plugin": "^2.7.4",
10+
"@typescript-eslint/eslint-plugin": "^8.53.1",
11+
"@typescript-eslint/parser": "^8.53.1",
1212
"eslint-plugin-de-morgan": "^2.0.0",
1313
"eslint-plugin-github": "^6.0.0",
1414
"eslint-plugin-react-hooks": "^7.0.1",

framework/framework/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@hydrooj/utils": "workspace:^",
12-
"@koa/router": "^15.2.0",
13-
"@mongodb-js/saslprep": "^1.4.4",
12+
"@koa/router": "^15.3.0",
13+
"@mongodb-js/saslprep": "^1.4.5",
1414
"emoji-regex": "^10.6.0",
1515
"fs-extra": "^11.3.3",
1616
"koa": "^3.1.1",

framework/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.1",
1919
"reggol": "^2.1.0",
2020
"search-query-parser": "^1.6.0",
21-
"systeminformation": "^5.30.3"
21+
"systeminformation": "^5.30.6"
2222
},
2323
"devDependencies": {
2424
"@types/fs-extra": "^11.0.4"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"inspectpack": "^4.7.1",
5353
"mongodb-memory-server": "11.0.1",
5454
"nyc": "^17.1.0",
55-
"ora": "^9.0.0",
56-
"oxlint": "^1.39.0",
55+
"ora": "^9.1.0",
56+
"oxlint": "^1.41.0",
5757
"package-json": "^10.0.1",
5858
"semver": "^7.7.3",
5959
"simple-git": "^3.30.0",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"allotment": "^1.20.5",
1212
"diff": "^8.0.3",
1313
"js-yaml": "^4.1.1",
14-
"lodash": "^4.17.21",
14+
"lodash": "^4.17.23",
1515
"react-dnd": "^16.0.1",
1616
"react-dnd-html5-backend": "^16.0.1",
1717
"react-toastify": "^11.0.5",
@@ -21,7 +21,7 @@
2121
"@types/diff": "^8.0.0",
2222
"@types/js-yaml": "^4.0.9",
2323
"@types/lodash": "^4.17.23",
24-
"sass": "^1.97.2"
24+
"sass": "^1.97.3"
2525
},
2626
"peerDependencies": {
2727
"react": "*",

packages/hydrojudge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@hydrooj/common": "workspace:^",
1010
"@hydrooj/utils": "workspace:^",
1111
"@opentelemetry/api": "^1.9.0",
12-
"@opentelemetry/exporter-trace-otlp-http": "^0.209.0",
13-
"@opentelemetry/sdk-node": "^0.209.0",
12+
"@opentelemetry/exporter-trace-otlp-http": "^0.211.0",
13+
"@opentelemetry/sdk-node": "^0.211.0",
1414
"@zip.js/zip.js": "^2.8.15",
1515
"cac": "^6.7.14",
1616
"p-queue": "^9.1.0",

packages/hydrooj/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@hydrooj/common": "workspace:^",
2222
"@hydrooj/framework": "workspace:^",
2323
"@hydrooj/utils": "workspace:^",
24-
"@mongodb-js/saslprep": "^1.4.4",
24+
"@mongodb-js/saslprep": "^1.4.5",
2525
"@simplewebauthn/server": "13.2.2",
2626
"@undefined-moe/require-resolve-hook": "^1.1.0",
2727
"@zip.js/zip.js": "^2.8.15",
@@ -35,7 +35,7 @@
3535
"js-yaml": "^4.1.1",
3636
"koa-proxies": "^0.12.4",
3737
"koa-static-cache": "^5.1.4",
38-
"lodash": "^4.17.21",
38+
"lodash": "^4.17.23",
3939
"lru-cache": "^11.2.4",
4040
"mime-types": "^3.0.2",
4141
"moment-timezone": "^0.6.0",

packages/scoreboard-xcpcio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"postinstall": "node -r @hydrooj/register install.ts"
99
},
1010
"dependencies": {
11-
"@xcpcio/board-app": "^0.76.9"
11+
"@xcpcio/board-app": "^0.84.0"
1212
},
1313
"devDependencies": {
14-
"@xcpcio/types": "^0.76.9"
14+
"@xcpcio/types": "^0.84.0"
1515
}
1616
}

packages/ui-default/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@fontsource/source-code-pro": "^5.2.7",
2121
"@fontsource/ubuntu-mono": "^5.2.8",
2222
"@hydrooj/utils": "workspace:^",
23-
"@mantine/core": "^8.3.12",
24-
"@mantine/hooks": "^8.3.12",
25-
"@mantine/notifications": "^8.3.12",
26-
"@sentry/browser": "^10.33.0",
27-
"@sentry/webpack-plugin": "^4.6.1",
23+
"@mantine/core": "^8.3.13",
24+
"@mantine/hooks": "^8.3.13",
25+
"@mantine/notifications": "^8.3.13",
26+
"@sentry/browser": "^10.36.0",
27+
"@sentry/webpack-plugin": "^4.7.0",
2828
"@simplewebauthn/browser": "13.2.2",
2929
"@svgr/webpack": "^8.1.0",
3030
"@types/html-to-text": "^9.0.4",
@@ -36,7 +36,7 @@
3636
"@types/nunjucks": "^3.2.6",
3737
"@types/pickadate": "^3.5.35",
3838
"@types/qrcode": "^1.5.6",
39-
"@types/react": "^19.2.8",
39+
"@types/react": "^19.2.9",
4040
"@types/react-dom": "^19.2.3",
4141
"@types/redux-logger": "^3.0.13",
4242
"@types/uuid": "^11.0.0",
@@ -52,8 +52,8 @@
5252
"clipboard": "^2.0.11",
5353
"copy-webpack-plugin": "^13.0.1",
5454
"cordis": "4.0.0-beta.5",
55-
"core-js": "^3.47.0",
56-
"core-js-compat": "^3.47.0",
55+
"core-js": "^3.48.0",
56+
"core-js-compat": "^3.48.0",
5757
"css-loader": "^7.1.2",
5858
"diff": "^8.0.3",
5959
"diff-dom": "^5.2.1",
@@ -63,14 +63,14 @@
6363
"esbuild-loader": "^4.4.2",
6464
"flatpickr": "^4.6.13",
6565
"idb": "^8.0.3",
66-
"jquery": "^3.7.1",
66+
"jquery": "^4.0.0",
6767
"jquery-scroll-lock": "^3.1.3",
6868
"jquery.easing": "^1.4.1",
6969
"jquery.transit": "^0.9.12",
70-
"mantine-contextmenu": "^8.3.11",
70+
"mantine-contextmenu": "^8.3.13",
7171
"matchmedia-polyfill": "^0.3.2",
7272
"md-editor-rt": "^6.3.1",
73-
"mini-css-extract-plugin": "^2.9.4",
73+
"mini-css-extract-plugin": "^2.10.0",
7474
"moment": "^2.30.1",
7575
"monaco-editor": "0.52.2",
7676
"monaco-editor-nls": "^3.1.0",
@@ -101,7 +101,7 @@
101101
"redux-promise-middleware": "^6.2.0",
102102
"redux-thunk": "^3.1.0",
103103
"rupture": "^0.7.1",
104-
"sass": "^1.97.2",
104+
"sass": "^1.97.3",
105105
"sass-loader": "^16.0.6",
106106
"schemastery": "^3.17.2",
107107
"shorty.js": "^1.0.1",
@@ -110,15 +110,15 @@
110110
"style-loader": "^4.0.0",
111111
"stylus": "^0.64.0",
112112
"stylus-loader": "7.1.2",
113-
"svgtofont": "^6.5.0",
113+
"svgtofont": "^6.5.1",
114114
"tether": "1.4.7",
115115
"tether-drop": "^1.4.2",
116116
"timeago-react": "^3.0.7",
117117
"timeago.js": "^4.0.2",
118118
"ts-loader": "^9.5.4",
119119
"web-streams-polyfill": "^4.2.0",
120120
"webpack": "^5.104.1",
121-
"webpack-bundle-analyzer": "^5.1.1",
121+
"webpack-bundle-analyzer": "^5.2.0",
122122
"webpack-dev-server": "^5.2.3",
123123
"webpack-manifest-plugin": "^6.0.1",
124124
"webpackbar": "^7.0.0"
@@ -133,7 +133,7 @@
133133
"js-yaml": "^4.1.1",
134134
"jsesc": "^3.1.0",
135135
"katex": "^0.16.27",
136-
"lodash": "^4.17.21",
136+
"lodash": "^4.17.23",
137137
"markdown-it": "^14.1.0",
138138
"markdown-it-anchor": "^9.2.0",
139139
"markdown-it-attrs": "^4.3.1",

packages/ui-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"react-dom": "^19.2.3"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^19.2.8",
16+
"@types/react": "^19.2.9",
1717
"@types/react-dom": "^19.2.3",
1818
"@vitejs/plugin-react-swc": "^4.2.2",
19-
"vite": "^8.0.0-beta.7"
19+
"vite": "^8.0.0-beta.10"
2020
}
2121
}

0 commit comments

Comments
 (0)