依赖库升级

This commit is contained in:
linfaxin 2023-09-12 21:33:46 +08:00
parent b8fa470013
commit c55e8e5579
4 changed files with 5307 additions and 4678 deletions

5070
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,8 @@
"description": "轻量级全功能论坛,移动/PC双端适配无依赖一键启动",
"bin": "./bin/mbbs",
"scripts": {
"start": "npm run build-web && ts-node ./server/index",
"start": "npm run build-web && npm run start-server",
"start-server": "ts-node ./server/index",
"build-web": "cd web && npm i --no-save && npm run build",
"dev": "concurrently \"cd web && npm i --no-save && npm run start\" \"wait-on http://localhost:8841/ && nodemon -e ts --exec cross-env ENV=dev ts-node ./server/index\"",
"prepublishOnly": "npm run build-web && tsc",
@ -41,8 +42,8 @@
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"compression": "^1.7.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
@ -50,7 +51,7 @@
"dayjs": "^1.11.3",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express": "~4.18.2",
"fs-extra": "^10.1.0",
"http-errors": "~1.6.3",
"jsdom": "^16.7.0",
@ -68,7 +69,7 @@
"readline-sync": "^1.4.10",
"reflect-metadata": "^0.1.13",
"rotating-file-stream": "^2.1.6",
"routing-controllers": "^0.9.0",
"routing-controllers": "^0.10.4",
"sequelize": "^6.21.3",
"sqlite3": "^5.0.8",
"svg-captcha": "^1.4.0",

4902
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"@mui/styles": "^5.9.0",
"@types/lodash.debounce": "^4.0.7",
"@umijs/plugin-model": "^2.6.2",
"ahooks": "^2.10.14",
"ahooks": "^3.7.8",
"compressorjs": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.3",