mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: Remove unused dependencies (#417)
This commit is contained in:
parent
ded8a77633
commit
4af680283a
3 changed files with 15 additions and 865 deletions
5
.changeset/neat-peaches-visit.md
Normal file
5
.changeset/neat-peaches-visit.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hyperdx/app': patch
|
||||
---
|
||||
|
||||
chore: Remove unused dependencies
|
||||
|
|
@ -25,34 +25,28 @@
|
|||
"@mantine/notifications": "^7.9.2",
|
||||
"@mantine/spotlight": "7.9.2",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@monaco-editor/react": "^4.3.1",
|
||||
"@tanstack/react-table": "^8.7.9",
|
||||
"@tanstack/react-virtual": "^3.0.1",
|
||||
"@uiw/codemirror-themes": "^4.21.24",
|
||||
"@uiw/react-codemirror": "^4.21.24",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bootstrap": "^5.1.3",
|
||||
"chrono-node": "^2.5.0",
|
||||
"classnames": "^2.3.1",
|
||||
"date-fns": "^2.28.0",
|
||||
"date-fns-tz": "^2.0.0",
|
||||
"esbuild": "^0.14.47",
|
||||
"fuse.js": "^6.6.2",
|
||||
"immer": "^9.0.21",
|
||||
"jotai": "^2.5.1",
|
||||
"ky": "^0.30.0",
|
||||
"ky-universal": "^0.10.1",
|
||||
"lodash": "^4.17.21",
|
||||
"monaco-editor": "^0.31.1",
|
||||
"next": "13",
|
||||
"next-query-params": "^4.1.0",
|
||||
"next-seo": "^4.28.1",
|
||||
"nextra": "2.0.1",
|
||||
"nextra-theme-docs": "^2.0.2",
|
||||
"normalize-url": "4",
|
||||
"numbro": "^2.4.0",
|
||||
"nuqs": "^1.17.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-bootstrap": "^2.4.0",
|
||||
"react-bootstrap-range-slider": "^3.0.8",
|
||||
|
|
@ -61,34 +55,21 @@
|
|||
"react-datepicker": "^4.10.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-fast-marquee": "^1.3.5",
|
||||
"react-grid-layout": "^1.3.4",
|
||||
"react-hook-form": "^7.43.8",
|
||||
"react-hotkeys-hook": "^4.3.7",
|
||||
"react-intersection-observer": "^9.3.4",
|
||||
"react-json-tree": "^0.17.0",
|
||||
"react-markdown": "^8.0.4",
|
||||
"react-merge-refs": "^2.0.1",
|
||||
"react-modern-drawer": "^1.2.0",
|
||||
"react-query": "^3.39.1",
|
||||
"react-reflex": "^4.0.9",
|
||||
"react-select": "^5.7.0",
|
||||
"react-sliding-pane": "^7.3.0",
|
||||
"react-sortable-hoc": "^2.0.0",
|
||||
"react-syntax-highlighter": "^15.4.5",
|
||||
"react-table": "^7.8.0",
|
||||
"react-use": "^17.4.0",
|
||||
"react-useportal": "^1.0.18",
|
||||
"react-virtual": "^2.10.4",
|
||||
"react-virtualized-auto-sizer": "^1.0.7",
|
||||
"recharts": "^2.5.0",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-prism": "^1.3.6",
|
||||
"rrweb": "2.0.0-alpha.8",
|
||||
"sass": "^1.54.8",
|
||||
"serialize-query-params": "^2.0.2",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"swr": "^1.3.0",
|
||||
"timestamp-nano": "^1.0.1",
|
||||
"use-query-params": "^2.1.2"
|
||||
},
|
||||
|
|
@ -110,7 +91,6 @@
|
|||
"@types/react-grid-layout": "^1.3.2",
|
||||
"@types/react-syntax-highlighter": "^13.5.2",
|
||||
"@types/react-table": "^7.7.14",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
||||
"@typescript-eslint/parser": "^5.52.0",
|
||||
"eslint": "^8.57.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue