Skip to content

Commit

Permalink
chore(deps): upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Oct 29, 2024
1 parent 8c044ea commit aa54f29
Show file tree
Hide file tree
Showing 3 changed files with 813 additions and 781 deletions.
3 changes: 3 additions & 0 deletions apps/themes-service/src/themes-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export class ThemesServiceService {
consola.success(
`合法主题检测完毕,共检测到 ${this.dir.length} 个合法主题`,
);
})
.catch((e) => {
consola.error(`从配置中心获取主题失败: ${e.message}`);
});
}

Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@nestjs/schedule": "3.0.4",
"@typegoose/typegoose": "11.7.1",
"@vercel/ncc": "0.38.1",
"adm-zip": "^0.5.10",
"adm-zip": "^0.5.16",
"axios": "1.6.0",
"axios-retry": "3.9.1",
"bcrypt": "5.1.1",
Expand All @@ -69,17 +69,17 @@
"camelcase-keys": "7.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"commander": "^11.1.0",
"commander": "^12.1.0",
"consola": "2.15.3",
"cron": "2.4.4",
"dayjs": "1.11.10",
"ejs": "^3.1.9",
"jsdom": "^22.1.0",
"ejs": "^3.1.10",
"jsdom": "^25.0.1",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"moment": "^2.30.1",
"mongoose": "7.6.5",
"mongoose-aggregate-paginate-v2": "1.0.6",
"mongoose-lean-id": "0.5.0",
Expand All @@ -92,7 +92,7 @@
"rxjs": "7.8.1",
"slugify": "1.6.6",
"snakecase-keys": "5.5.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"zx-cjs": "7.0.7-0"
},
"devDependencies": {
Expand All @@ -106,15 +106,14 @@
"@types/cache-manager-ioredis": "2.0.6",
"@types/ejs": "^3.1.5",
"@types/js-yaml": "4.0.9",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "4.14.202",
"@types/mime": "^3.0.4",
"@types/mime-types": "^2.1.4",
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
"@types/node": "18.18.11",
"@types/supertest": "2.0.16",
"@types/uuid": "^9.0.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"concurrently": "8.2.2",
Expand All @@ -123,10 +122,10 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"ioredis": "5.3.2",
"pm2": "^5.3.0",
"pm2": "^5.4.2",
"prettier": "3.1.0",
"typescript": "5.2.2",
"vitest": "^0.34.6",
"vitest": "^2.1.2",
"webpack": "5.89.0",
"xml2js": "0.6.2"
},
Expand Down
Loading

0 comments on commit aa54f29

Please sign in to comment.