Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Oct 14, 2024
2 parents 35f3963 + 43f419a commit ec52d6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/canyon-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.0",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
Expand All @@ -36,6 +36,6 @@
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
8 changes: 4 additions & 4 deletions packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-typed-document-node/core": "^3.2.0",
"@monaco-editor/react": "^4.6.0",
"ahooks": "^3.8.1",
"antd": "^5.21.3",
"antd": "^5.21.4",
"axios": "^1.7.7",
"canyon-data": "^0.1.1-alpha.8",
"clsx": "^2.1.1",
Expand All @@ -26,7 +26,7 @@
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"graphql": "^16.9.0",
"i18next": "^23.15.2",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"monaco-editor": "^0.52.0",
"query-string": "^9.1.1",
Expand All @@ -38,7 +38,7 @@
"react-i18next": "^15.0.3",
"react-router-dom": "^6.27.0",
"shiki": "^1.22.0",
"tailwind-merge": "^2.5.3"
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-auto-import-antd": "^0.0.2",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-pages": "^0.32.3"
}
}
2 changes: 1 addition & 1 deletion packages/canyon-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.5.1",
"antd": "^5.21.3",
"antd": "^5.21.4",
"axios": "^1.7.7",
"canyon-data": "0.1.1-alpha.8",
"commander": "^12.1.0",
Expand Down

0 comments on commit ec52d6c

Please sign in to comment.