core&ui: upgrade deps version

pull/436/head
undefined 2 years ago
parent f2582344b9
commit dca4f46a2b

@ -33,7 +33,7 @@
"@types/autocannon": "^7.9.0",
"@types/cross-spawn": "^6.0.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.8.2",
"@types/node": "^18.8.3",
"@types/semver": "^7.3.12",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.39.0",

@ -6,7 +6,7 @@
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"maxmind": "^4.3.7"
"maxmind": "^4.3.8"
},
"preferUnplugged": true,
"scripts": {

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.0.8",
"version": "4.0.9",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
@ -12,15 +12,15 @@
},
"preferUnplugged": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.183.0",
"@aws-sdk/middleware-endpoint": "^3.183.0",
"@aws-sdk/s3-presigned-post": "^3.183.0",
"@aws-sdk/s3-request-presigner": "^3.183.0",
"@aws-sdk/client-s3": "^3.186.0",
"@aws-sdk/middleware-endpoint": "^3.186.0",
"@aws-sdk/s3-presigned-post": "^3.186.0",
"@aws-sdk/s3-request-presigner": "^3.186.0",
"@graphql-tools/schema": "^8.5.1",
"@hydrooj/utils": "workspace:*",
"adm-zip": "0.5.5",
"cac": "^6.7.14",
"cordis": "^2.4.3",
"cordis": "^2.5.0",
"detect-browser": "^5.3.0",
"emoji-regex": "^10.2.1",
"emojis-list": "2.1.0",

@ -3,7 +3,7 @@ import loadExternalModule from 'vj/utils/loadModule';
let loaded;
const loaders = {
i18n: async () => {
const { setLocaleData } = await import('vj/components/monaco/nls');
const { setLocaleData } = await import('./nls');
let resource;
const lang = UserContext.viewLang;
if (lang === 'zh') {

@ -14,6 +14,8 @@ function format(message, args) {
return result;
}
export const getConfiguredDefaultLocale = () => 'zh';
let CURRENT_LOCALE_DATA = {};
function find(path, message) {

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.41.5",
"version": "4.41.6",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "index.ts",
@ -10,8 +10,8 @@
"lint": "eslint"
},
"devDependencies": {
"@blueprintjs/core": "4.10.2",
"@blueprintjs/select": "4.7.0",
"@blueprintjs/core": "4.11.2",
"@blueprintjs/select": "4.8.2",
"@fontsource/dm-mono": "^4.5.10",
"@fontsource/fira-code": "^4.5.12",
"@fontsource/inconsolata": "^4.5.8",
@ -67,7 +67,7 @@
"matchmedia-polyfill": "^0.3.2",
"mini-css-extract-plugin": "^2.6.1",
"moment": "^2.29.4",
"monaco-editor": "^0.33.0",
"monaco-editor": "^0.34.0",
"monaco-editor-nls": "^2.0.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-graphql": "^1.1.2",
@ -100,7 +100,7 @@
"sticky-kit": "^1.1.3",
"style-loader": "^3.3.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"stylus-loader": "^7.1.0",
"tether": "1.4.7",
"tether-drop": "^1.4.2",
"through2": "^4.0.2",

Loading…
Cancel
Save