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 19, 2024
1 parent a53c4d1 commit ae71ad9
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 @@ -23,7 +23,7 @@
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
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 @@ -60,7 +60,7 @@
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitest/coverage-istanbul": "^2.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.0"
"@types/node": "^22.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"graphql": "^16.9.0",
"i18next": "^23.16.5",
"i18next": "^23.16.6",
"i18next-browser-languagedetector": "^8.0.0",
"monaco-editor": "^0.52.0",
"query-string": "^9.1.1",
Expand Down

0 comments on commit ae71ad9

Please sign in to comment.