fix
Showing
... | @@ -11,7 +11,6 @@ | ... | @@ -11,7 +11,6 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"@alicloud/pop-core": "^1.7.7", | "@alicloud/pop-core": "^1.7.7", | ||
"md5": "^2.3.0", | |||
"after": "^0.8.2", | "after": "^0.8.2", | ||
"ali-oss": "^4.12.2", | "ali-oss": "^4.12.2", | ||
"amqplib": "^0.8.0", | "amqplib": "^0.8.0", | ||
... | @@ -39,6 +38,7 @@ | ... | @@ -39,6 +38,7 @@ |
"jsonwebtoken": "^8.5.1", | "jsonwebtoken": "^8.5.1", | ||
"log4js": "^2.11.0", | "log4js": "^2.11.0", | ||
"marked": "^1.1.1", | "marked": "^1.1.1", | ||
"md5": "^2.3.0", | |||
"method-override": "^2.3.10", | "method-override": "^2.3.10", | ||
"moment": "^2.26.0", | "moment": "^2.26.0", | ||
"morgan": "^1.9.0", | "morgan": "^1.9.0", | ||
... | @@ -50,6 +50,7 @@ | ... | @@ -50,6 +50,7 @@ |
"pdfcrowd": "^4.2.0", | "pdfcrowd": "^4.2.0", | ||
"pinyin": "^2.8.3", | "pinyin": "^2.8.3", | ||
"qr-image": "^3.2.0", | "qr-image": "^3.2.0", | ||
"request": "^2.88.2", | |||
"sequelize": "^4.37.8", | "sequelize": "^4.37.8", | ||
"sequelize-cli": "^4.1.1", | "sequelize-cli": "^4.1.1", | ||
"serve-favicon": "^2.4.5", | "serve-favicon": "^2.4.5", | ||
... | ... |
Please
register
or
sign in
to comment