Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
130724: cluster-ui: add swr r=xinhaoz a=xinhaoz

Add the SWR package for data fetching utils.

Epic: none
Release note: None

Co-authored-by: Xin Hao Zhang <[email protected]>
  • Loading branch information
craig[bot] and xinhaoz committed Sep 16, 2024
2 parents c4b04cb + aa67695 commit a50d588
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
25 changes: 25 additions & 0 deletions pkg/ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions pkg/ui/workspaces/cluster-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"@cockroachlabs/icons": "0.5.2",
"@cockroachlabs/ui-components": "0.4.3",
"@popperjs/core": "^2.4.0",
"@reduxjs/toolkit": "^1.5.0",
"@redux-saga/core": "1.1.3",
"@redux-saga/is": "1.1.2",
"@redux-saga/symbols": "1.1.2",
"@redux-saga/types": "1.1.0",
"@reduxjs/toolkit": "^1.5.0",
"antd": "5.6.1",
"astroturf": "^0.10.2",
"classnames": "2.3.2",
"copy-to-clipboard": "3.3.1",
"connected-react-router": "^6.8.0",
"copy-to-clipboard": "3.3.1",
"css-loader": "3.6.0",
"d3-array": "^2.8.0",
"d3-format": "^2.0.0",
"d3-scale": "^3.2.3",
"highlight.js": "^10.2.0",
"history": "4.10.1",
"immer": "^9.0.3",
"highlight.js": "^10.2.0",
"lodash": "4.17.21",
"long": "^4.0.0",
"moment": "^2.29.4",
Expand All @@ -65,15 +65,16 @@
"rc-progress": "2.5.3",
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"react-helmet": "^5.2.0",
"react-popper": "^2.2.3",
"react-redux": ">=7.1.3",
"react-router": "5.3.1",
"react-router-dom": ">=5.1.2",
"react-select": "^4.3.0",
"redux": ">=4.0.5",
"redux-saga": ">=1.1.3",
"react-router": "5.3.1",
"react-helmet": "^5.2.0",
"react-popper": "^2.2.3",
"react-select": "^4.3.0",
"reselect": "^4.0.0",
"swr": "2.2.5",
"uplot": "^1.6.19"
},
"devDependencies": {
Expand Down

0 comments on commit a50d588

Please sign in to comment.