Skip to content

Commit

Permalink
refactor: upgarded and removed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Oct 17, 2024
1 parent 6d39f85 commit 9d9ce7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/web/src/components/ConsoleCombinedLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import moment from 'moment';
import Cookies from 'universal-cookie';
import ReactJson from 'react-json-view';
import ReactJson from '@microlink/react-json-view';

/* Ante UI */
import { Layout, Collapse, Dropdown, Button, Spin, notification, Modal, Menu, message } from 'antd';
Expand Down
2 changes: 1 addition & 1 deletion lib/web/src/components/ConsoleLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import withRouter from '../hoc/WithRouter';
import { bindActionCreators } from 'redux';
import moment from 'moment';
import Cookies from 'universal-cookie';
import ReactJson from 'react-json-view';
import ReactJson from '@microlink/react-json-view';
import dayjs from 'dayjs';

/* import components */
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
},
"dependencies": {
"@hapi/h2o2": "^10.0.4",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"dompurify": "^3.1.7",
Expand Down Expand Up @@ -71,7 +69,7 @@
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-json-view": "^1.21.3",
"@microlink/react-json-view": "^1.23.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"redux": "^5.0.1",
Expand Down

0 comments on commit 9d9ce7d

Please sign in to comment.