Skip to content

Commit

Permalink
Add and export react-query
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
Andrea Rosci authored and JSReds committed Jan 13, 2025
1 parent 4abd89a commit fa1bfec
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 17 deletions.
156 changes: 140 additions & 16 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.0",
"react-query": "^4.0.0-beta.23",
"react-router-dom": "^6.10.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ export * as MaterialDataGrid from '@mui/x-data-grid';
export { enqueueSnackbar, closeSnackbar } from 'notistack';
export { useRandomUUID } from './hooks/useRandomUUID';
export * as designTokens from '@balena/design-tokens';
export * as ReactQuery from 'react-query';

0 comments on commit fa1bfec

Please sign in to comment.