Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Nov 24, 2024
1 parent 29556f9 commit 25e26e9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions framework/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "MIT",
"main": "react.yaml",
"dependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-github": "^5.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cac": "^6.7.14",
"chai": "^5.1.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.5",
"cross-spawn": "^7.0.6",
"esbuild": "0.24.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -59,7 +59,7 @@
"simple-git": "^3.27.0",
"supertest": "^7.0.0",
"typescript": "5.6.2",
"wtfnode": "^0.9.3"
"wtfnode": "^0.9.4"
},
"resolutions": {
"cosmokit": "1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@elastic/elasticsearch": "^8.16.0"
"@elastic/elasticsearch": "^8.16.2"
}
}
18 changes: 9 additions & 9 deletions packages/hydrooj/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "hydrooj",
"version": "4.18.0",
"version": "4.18.1",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"license": "AGPL-3.0-or-later OR Proprietary",
"engines": {
"node": ">=18"
},
"preferUnplugged": true,
"dependencies": {
"@aws-sdk/client-s3": "3.693.0",
"@aws-sdk/lib-storage": "3.693.0",
"@aws-sdk/s3-presigned-post": "3.693.0",
"@aws-sdk/s3-request-presigner": "3.693.0",
"@graphql-tools/schema": "^10.0.8",
"@aws-sdk/client-s3": "3.699.0",
"@aws-sdk/lib-storage": "3.699.0",
"@aws-sdk/s3-presigned-post": "3.699.0",
"@aws-sdk/s3-request-presigner": "3.699.0",
"@graphql-tools/schema": "^10.0.9",
"@hydrooj/framework": "workspace:^",
"@hydrooj/utils": "workspace:^",
"@simplewebauthn/server": "9.0.3",
Expand All @@ -25,7 +25,7 @@
"adm-zip": "0.5.14",
"cac": "^6.7.14",
"cordis": "3.18.1",
"csv-stringify": "^6.5.1",
"csv-stringify": "^6.5.2",
"emoji-regex": "^10.4.0",
"emojis-list": "2.1.0",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/lodash": "^4.17.13",
"@types/mime-types": "^2.1.4",
"@types/mongodb-uri": "^0.9.4",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer": "^6.4.17",
"@types/notp": "^2.0.5",
"@types/saslprep": "^1.0.3",
"@types/semver": "^7.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-qduoj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/import-qduoj",
"version": "1.5.6",
"version": "1.5.7",
"description": "Import QDUOJ problem export",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/onsite-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/onsite-toolkit",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@react-spring/web": "^9.7.5",
"react-use": "^17.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/scoreboard-xcpcio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrooj/scoreboard-xcpcio",
"license": "AGPL-3.0-or-later",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.ts",
"scripts": {
"postinstall": "node -r @hydrooj/register install.ts"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.56.0",
"version": "4.56.1",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
Expand All @@ -14,7 +14,7 @@
"cli": false
},
"devDependencies": {
"@blueprintjs/core": "^5.14.2",
"@blueprintjs/core": "^5.15.0",
"@cordisjs/core": "3.18.1",
"@fontsource/dm-mono": "^5.1.0",
"@fontsource/fira-code": "^5.1.0",
Expand All @@ -25,7 +25,7 @@
"@fontsource/source-code-pro": "^5.1.0",
"@fontsource/ubuntu-mono": "^5.1.0",
"@hydrooj/utils": "workspace:^",
"@sentry/browser": "^8.38.0",
"@sentry/browser": "^8.40.0",
"@sentry/webpack-plugin": "^2.22.6",
"@simplewebauthn/browser": "9.0.1",
"@svgr/webpack": "^8.1.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"jquery.easing": "^1.4.1",
"jquery.transit": "^0.9.12",
"matchmedia-polyfill": "^0.3.2",
"md-editor-rt": "^5.0.1",
"md-editor-rt": "^5.0.2",
"mini-css-extract-plugin": "^2.9.2",
"moment": "^2.30.1",
"monaco-editor": "0.50.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"style-loader": "^3.3.4",
"stylus": "^0.64.0",
"stylus-loader": "7.1.2",
"svgtofont": "^6.1.0",
"svgtofont": "^6.1.1",
"tether": "1.4.7",
"tether-drop": "^1.4.2",
"timeago-react": "^3.0.6",
Expand Down

0 comments on commit 25e26e9

Please sign in to comment.