Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 27, 2024
1 parent 0649367 commit 351f531
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@prisma/client": "5.16.1",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"canyon-data": "^2.0.0-beta.10",
"canyon-map": "^2.0.0-beta.6",
"canyon-data": "^2.0.0-beta.12",
"canyon-map": "^2.0.0-beta.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs": "^1.11.13",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from "@nestjs/common";
import { PrismaService } from "../../prisma/prisma.service";
import { percent } from "../../utils/utils";
import { percent } from "canyon-data";
@Injectable()
export class GetProjectRecordDetailByShaService {
constructor(private readonly prisma: PrismaService) {}
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-collect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@nestjs/platform-express": "^10.4.15",
"@nestjs/typeorm": "^10.0.2",
"@prisma/client": "5.16.1",
"canyon-data": "^2.0.0-beta.10",
"canyon-map": "^2.0.0-beta.6",
"canyon-data": "^2.0.0-beta.12",
"canyon-map": "^2.0.0-beta.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"diff": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ahooks": "^3.8.4",
"antd": "^5.22.6",
"axios": "^1.7.9",
"canyon-data": "^2.0.0-beta.10",
"canyon-data": "^2.0.0-beta.12",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"antd": "^5.22.6",
"axios": "^1.7.9",
"canyon-core": "^0.1.1-beta.3",
"canyon-data": "^2.0.0-beta.10",
"canyon-data": "^2.0.0-beta.12",
"commander": "^12.1.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
Expand Down

0 comments on commit 351f531

Please sign in to comment.