Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 26, 2024
2 parents 23fd824 + fb57da3 commit 3764ed6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.13.0",
"@types/node": "^22.7.9",
"@types/node": "^22.8.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 @@ -59,7 +59,7 @@
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.7.9",
"@types/node": "^22.8.1",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.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.7.9",
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.48.1",
"@types/node": "^22.7.9"
"@playwright/test": "^1.48.2",
"@types/node": "^22.8.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.3",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"monaco-editor": "^0.52.0",
"query-string": "^9.1.1",
Expand Down

0 comments on commit 3764ed6

Please sign in to comment.