Skip to content

Commit

Permalink
chore: replace react-json-view (#17713)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Oct 3, 2023
1 parent 60fd4e4 commit b9e358c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion frontend/src/queries/nodes/DataTable/renderColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { isEventsQuery, isHogQLQuery, isPersonsNode, isTimeToSeeDataSessionsQuer
import { combineUrl, router } from 'kea-router'
import { CopyToClipboardInline } from 'lib/components/CopyToClipboard'
import { DeletePersonButton } from '~/queries/nodes/PersonsNode/DeletePersonButton'
import ReactJson from 'react-json-view'
import ReactJson from '@microlink/react-json-view'
import { errorColumn, loadingColumn } from '~/queries/nodes/DataTable/dataTableLogic'
import { Spinner } from 'lib/lemon-ui/Spinner/Spinner'
import { LemonTag } from 'lib/lemon-ui/LemonTag/LemonTag'
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/scenes/events/EventDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { dayjs } from 'lib/dayjs'
import { LemonButton } from 'lib/lemon-ui/LemonButton'
import { pluralize } from 'lib/utils'
import { LemonTableProps } from 'lib/lemon-ui/LemonTable'
import ReactJson from 'react-json-view'
import ReactJson from '@microlink/react-json-view'
import { ErrorDisplay } from 'lib/components/Errors/ErrorDisplay'
import { LemonTabs } from 'lib/lemon-ui/LemonTabs'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"react-draggable": "^4.2.0",
"react-grid-layout": "^1.3.0",
"react-intersection-observer": "^9.4.3",
"react-json-view": "^1.21.3",
"@microlink/react-json-view": "^1.21.3",
"react-markdown": "^5.0.3",
"react-modal": "^3.15.1",
"react-resizable": "^3.0.5",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit b9e358c

Please sign in to comment.