Skip to content

Commit

Permalink
chore: update @TanStack@^5.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Jun 29, 2024
1 parent 0eab983 commit c14368d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 26 deletions.
4 changes: 2 additions & 2 deletions packages/@liexp/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui/styles": "^5.15.21",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^7.8.0",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query": "^5.49.0",
"@visx/axis": "^3.10.1",
"@visx/chord": "^3.3.0",
"@visx/clip-path": "^3.3.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
"waveform-data": "^4.5.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.47.0",
"@tanstack/eslint-plugin-query": "^5.49.0",
"@types/chroma-js": "^2.4.4",
"@types/d3": "^7.4.3",
"@types/d3-hierarchy": "^3.1.7",
Expand Down
53 changes: 34 additions & 19 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion services/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@liexp/ui": "workspace:*",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query": "^5.49.0",
"debug": "^4.3.4",
"final-form": "^4.20.10",
"fp-ts": "^2.16.6",
Expand Down
2 changes: 1 addition & 1 deletion services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@liexp/core": "workspace:*",
"@liexp/shared": "workspace:*",
"@liexp/ui": "workspace:*",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query": "^5.49.0",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
Expand Down
4 changes: 2 additions & 2 deletions services/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@storybook/react-dom-shim": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@tanstack/query-core": "^5.48.0",
"@tanstack/react-query": "^5.48.0",
"@tanstack/query-core": "^5.49.0",
"@tanstack/react-query": "^5.49.0",
"@visx/gradient": "^3.3.0",
"d3": "^7.9.0",
"date-fns": "^2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@mui/system": "^5.15.15",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query": "^5.49.0",
"@visx/axis": "^3.10.1",
"@visx/gradient": "^3.3.0",
"@visx/legend": "^3.5.0",
Expand Down

0 comments on commit c14368d

Please sign in to comment.