Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglinfei257 committed Oct 15, 2024
1 parent 9cbc23c commit db52015
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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,7 +25,7 @@
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"canyon-data": "workspace:*",
"canyon-data": "^0.1.1-alpha.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs": "^1.11.13",
Expand Down Expand Up @@ -71,4 +71,4 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
}
}
}
18 changes: 9 additions & 9 deletions packages/canyon-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"do-test": "vitest run --coverage"
},
"devDependencies": {
"@types/istanbul-lib-coverage": "^2.0.5",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^2.0.3",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "^3.5.3",
"vitest": "^2.0.3"
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4",
"vitest": "^2.1.3"
},
"dependencies": {
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-source-maps": "^4.0.1"
"istanbul-lib-source-maps": "^5.0.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ahooks": "^3.8.1",
"antd": "^5.21.4",
"axios": "^1.7.7",
"canyon-data": "workspace:*",
"canyon-data": "^0.1.1-alpha.9",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
Expand Down Expand Up @@ -71,4 +71,4 @@
"vite": "^5.4.9",
"vite-plugin-pages": "^0.32.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/canyon-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ant-design/icons": "^5.5.1",
"antd": "^5.21.4",
"axios": "^1.7.7",
"canyon-data": "workspace:*",
"canyon-data": "^0.1.1-alpha.9",
"commander": "^12.1.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
Expand Down Expand Up @@ -68,4 +68,4 @@
"webpack-dev-server": "^5.1.0",
"jest": "^29.7.0"
}
}
}

0 comments on commit db52015

Please sign in to comment.