chore: removed unused libraries (#3330)

* chore: posthog-node lib version upgrade

* chore: removed github button

* chore: removed lossless-json and json-bignt lib

* chore: updated package lock

* chore: removed unused libraries
This commit is contained in:
lohit
2024-10-21 18:31:42 +05:30
committed by GitHub
parent ac67c4c0d8
commit f43775e245
7 changed files with 70 additions and 145 deletions

View File

@@ -9,7 +9,6 @@ import StyledWrapper from './StyledWrapper';
import { updateRequestBody } from 'providers/ReduxStore/slices/collections/index';
import { toastError } from 'utils/common/error';
import { format, applyEdits } from 'jsonc-parser';
import { parse, stringify } from 'lossless-json';
import xmlFormat from 'xml-formatter';
const RequestBodyMode = ({ item, collection }) => {