Skip to content

Commit

Permalink
chore: bump the deps
Browse files Browse the repository at this point in the history
Bump the dependencies as the broken page is caused by the change in the
default behavior that's been fixed in the @patternfly/react-charts just
2 weeks ago.

Fixes #461

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko authored and Venefilyn committed Oct 1, 2024
1 parent e989730 commit 7cf622b
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 468 deletions.
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"type": "module",
"dependencies": {
"@imranbarbhuiya/duration": "^5.1.8",
"@patternfly/patternfly": "^5.4.0",
"@patternfly/react-charts": "^7.4.0",
"@patternfly/patternfly": "^5.4.1",
"@patternfly/react-charts": "^7.4.3",
"@patternfly/react-component-groups": "^5.2.0",
"@patternfly/react-core": "^5.4.0",
"@patternfly/react-core": "^5.4.1",
"@patternfly/react-icons": "^5.4.0",
"@patternfly/react-log-viewer": "^5.3.0",
"@patternfly/react-styles": "5.4.0",
"@patternfly/react-table": "5.4.0",
"@sentry/react": "^8.28.0",
"@sentry/react": "^8.32.0",
"@sentry/vite-plugin": "^2.22.4",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@tanstack/react-router": "^1.53.1",
"@tanstack/router-devtools": "^1.53.1",
"@tanstack/router-plugin": "^1.52.0",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/react-router": "^1.58.15",
"@tanstack/router-devtools": "^1.58.15",
"@tanstack/router-plugin": "^1.58.12",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-svgr": "^4.2.0",
Expand Down
Loading

0 comments on commit 7cf622b

Please sign in to comment.