-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: replace @tableflip/react-inspector with react-inspector #407
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,6 @@ | |
"@libp2p/delegated-peer-routing": "^4.0.6", | ||
"@libp2p/ipni-content-routing": "^1.0.1", | ||
"@loadable/component": "^5.14.1", | ||
"@tableflip/react-inspector": "^2.3.0", | ||
"cytoscape": "^3.18.1", | ||
"cytoscape-dagre": "^2.3.2", | ||
"filesize": "^6.1.0", | ||
|
@@ -141,6 +140,7 @@ | |
"libp2p": "^0.45.1", | ||
"milliseconds": "^1.0.3", | ||
"multiformats": "^11.0.2", | ||
"react-inspector": "^6.0.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated 6 months ago. supports react 18 |
||
"react-joyride": "^2.3.0", | ||
"stream-to-it": "^0.2.4", | ||
"web-encoding": "^1.1.5" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import { ObjectInspector, chromeLight } from '@tableflip/react-inspector' | ||
import filesize from 'filesize' | ||
import { CID } from 'multiformats' | ||
import React from 'react' | ||
import { withTranslation } from 'react-i18next' | ||
import { ObjectInspector, chromeLight } from 'react-inspector' | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems to be a straight replacement with no issues testing locally. |
||
import LinksTable from './LinksTable' | ||
import getCodecNameFromCode from '../../lib/get-codec-name-from-code' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hasn't been updated in >5years.