-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade to useQuery in explore page (#360)
- Loading branch information
1 parent
9c451b0
commit a1bf2a9
Showing
4 changed files
with
133 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
{ | ||
"name": "parseable-console", | ||
"version": "0.1.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --host --port 3001", | ||
"build": "tsc && vite build", | ||
"build:test": "tsc && vite build --mode test", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"start": "vite preview --host --port 3002", | ||
"tsCheck": "tsc --noEmit", | ||
"pq": "pretty-quick" | ||
}, | ||
"dependencies": { | ||
"@apache-arrow/ts": "^14.0.2", | ||
"@emotion/react": "^11.11.1", | ||
"@mantine/carousel": "^7.8.1", | ||
"@mantine/charts": "^7.8.1", | ||
"@mantine/code-highlight": "^7.8.1", | ||
"@mantine/core": "^7.8.1", | ||
"@mantine/dates": "^7.8.1", | ||
"@mantine/form": "^7.8.1", | ||
"@mantine/hooks": "^7.8.1", | ||
"@mantine/notifications": "^7.8.1", | ||
"@monaco-editor/react": "^4.5.1", | ||
"@tabler/icons-react": "^3.3.0", | ||
"@types/js-cookie": "^3.0.3", | ||
"axios": "^1.4.0", | ||
"dayjs": "^1.11.10", | ||
"embla-carousel-react": "7.1.0", | ||
"html2canvas": "^1.4.1", | ||
"http-status-codes": "^2.2.0", | ||
"immer": "^10.0.2", | ||
"jq-web": "^0.5.1", | ||
"js-cookie": "^3.0.5", | ||
"just-compare": "^2.3.0", | ||
"lodash": "^4.17.21", | ||
"long": "^5.2.3", | ||
"mantine-react-table": "2.0.0-beta.6", | ||
"moment-timezone": "^0.5.45", | ||
"ms": "^2.1.3", | ||
"nice-grpc-common": "^2.0.2", | ||
"nice-grpc-web": "^3.3.2", | ||
"protobufjs": "^7.2.5", | ||
"react": "^18.2.0", | ||
"react-beautiful-dnd": "^13.1.1", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.10", | ||
"react-grid-layout": "^1.4.4", | ||
"react-query": "^3.39.3", | ||
"react-querybuilder": "^6.5.5", | ||
"react-resizable": "^3.0.5", | ||
"react-resizable-panels": "^0.0.53", | ||
"react-router-dom": "^6.14.0", | ||
"react-window": "^1.8.9" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.48.2", | ||
"@types/lodash": "^4.17.0", | ||
"@types/ms": "^0.7.31", | ||
"@types/node": "^20.3.2", | ||
"@types/react": "^18.2.14", | ||
"@types/react-beautiful-dnd": "^13.1.4", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/react-grid-layout": "^1.3.5", | ||
"@types/react-resizable": "^3.0.8", | ||
"@types/react-window": "^1.8.5", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.1", | ||
"postcss": "^8.4.33", | ||
"postcss-preset-mantine": "^1.13.0", | ||
"postcss-simple-vars": "^7.0.1", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.3.9" | ||
} | ||
"name": "parseable-console", | ||
"version": "0.1.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --host --port 3001", | ||
"build": "tsc && vite build", | ||
"build:test": "tsc && vite build --mode test", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"start": "vite preview --host --port 3002", | ||
"tsCheck": "tsc --noEmit", | ||
"pq": "pretty-quick" | ||
}, | ||
"dependencies": { | ||
"@apache-arrow/ts": "^14.0.2", | ||
"@emotion/react": "^11.11.1", | ||
"@mantine/carousel": "^7.8.1", | ||
"@mantine/charts": "^7.8.1", | ||
"@mantine/code-highlight": "^7.8.1", | ||
"@mantine/core": "^7.8.1", | ||
"@mantine/dates": "^7.8.1", | ||
"@mantine/form": "^7.8.1", | ||
"@mantine/hooks": "^7.8.1", | ||
"@mantine/notifications": "^7.8.1", | ||
"@monaco-editor/react": "^4.5.1", | ||
"@tabler/icons-react": "^3.3.0", | ||
"@types/js-cookie": "^3.0.3", | ||
"axios": "^1.4.0", | ||
"dayjs": "^1.11.10", | ||
"embla-carousel-react": "7.1.0", | ||
"html2canvas": "^1.4.1", | ||
"http-status-codes": "^2.2.0", | ||
"immer": "^10.0.2", | ||
"jq-web": "^0.5.1", | ||
"js-cookie": "^3.0.5", | ||
"just-compare": "^2.3.0", | ||
"lodash": "^4.17.21", | ||
"long": "^5.2.3", | ||
"mantine-react-table": "2.0.0-beta.6", | ||
"moment-timezone": "^0.5.45", | ||
"ms": "^2.1.3", | ||
"nice-grpc-common": "^2.0.2", | ||
"nice-grpc-web": "^3.3.2", | ||
"protobufjs": "^7.2.5", | ||
"react": "^18.2.0", | ||
"react-beautiful-dnd": "^13.1.1", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.10", | ||
"react-grid-layout": "^1.4.4", | ||
"react-query": "^3.39.3", | ||
"react-querybuilder": "^6.5.5", | ||
"react-resizable": "^3.0.5", | ||
"react-resizable-panels": "^0.0.53", | ||
"react-router-dom": "^6.14.0", | ||
"react-window": "^1.8.9" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.48.2", | ||
"@types/lodash": "^4.17.0", | ||
"@types/ms": "^0.7.31", | ||
"@types/node": "^20.3.2", | ||
"@types/react": "^18.2.14", | ||
"@types/react-beautiful-dnd": "^13.1.4", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/react-grid-layout": "^1.3.5", | ||
"@types/react-resizable": "^3.0.8", | ||
"@types/react-window": "^1.8.5", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.1", | ||
"postcss": "^8.4.33", | ||
"postcss-preset-mantine": "^1.13.0", | ||
"postcss-simple-vars": "^7.0.1", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.3.9" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters