mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(ui): replace react-json-view (#4892)
This commit is contained in:
parent
76dfcf1a66
commit
c4e88752fb
4 changed files with 221 additions and 144 deletions
5
.changeset/serious-apes-rule.md
Normal file
5
.changeset/serious-apes-rule.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@verdaccio/ui-components': patch
|
||||
---
|
||||
|
||||
chore(ui): replace react-json-view
|
|
@ -25,6 +25,7 @@
|
|||
"@emotion/styled": "11.10.6",
|
||||
"@fontsource/material-icons": "^4.5.4",
|
||||
"@fontsource/roboto": "^4.5.8",
|
||||
"@microlink/react-json-view": "^1.23.3",
|
||||
"@mui/icons-material": "5.16.5",
|
||||
"@mui/material": "5.16.5",
|
||||
"@mui/styles": "5.16.5",
|
||||
|
@ -48,7 +49,6 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.52.1",
|
||||
"react-i18next": "15.0.0",
|
||||
"react-json-view": "1.21.3",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-redux": "8.1.3",
|
||||
"react-router": "5.3.4",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import ReactJson from '@microlink/react-json-view';
|
||||
import CloseIcon from '@mui/icons-material/Close';
|
||||
import Dialog from '@mui/material/Dialog';
|
||||
import DialogContent from '@mui/material/DialogContent';
|
||||
|
@ -6,7 +7,6 @@ import IconButton from '@mui/material/IconButton';
|
|||
import { useTheme } from '@mui/styles';
|
||||
import React from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import ReactJson from 'react-json-view';
|
||||
|
||||
import { Theme } from '../../Theme';
|
||||
|
||||
|
|
356
pnpm-lock.yaml
356
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue