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 26, 2024
1 parent e381ff8 commit 4613c30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.4.0",
"prettier": "^3.4.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/node": "^22.10.0",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/coverage-istanbul": "^2.1.6",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"dependencies": {
"istanbul-lib-coverage": "^3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"prettier": "^3.4.0",
"prettier": "^3.4.1",
"swc-plugin-canyon": "0.0.2-alpha.25",
"swc-plugin-coverage-instrument": "^0.0.25",
"@swc/core": "1.7.40",
Expand All @@ -70,6 +70,6 @@
"unplugin-auto-import": "^0.18.5",
"unplugin-auto-import-antd": "^0.0.2",
"vite": "^6.0.0",
"vite-plugin-pages": "^0.32.3"
"vite-plugin-pages": "^0.32.4"
}
}

0 comments on commit 4613c30

Please sign in to comment.