Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglinfei257 committed Nov 22, 2024
1 parent e679328 commit 891c4ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/node": "^22.9.1",
"@vitest/coverage-istanbul": "^2.1.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.5"
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 @@ -66,7 +66,7 @@
"swc-plugin-coverage-instrument": "^0.0.25",
"@swc/core": "1.7.40",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.5",
"unplugin-auto-import-antd": "^0.0.2",
"vite": "^5.4.11",
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 @@ -17,6 +17,6 @@
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

0 comments on commit 891c4ce

Please sign in to comment.