Skip to content

Commit

Permalink
removed dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit committed Oct 24, 2024
1 parent dc5d79b commit 23dd387
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions js/apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"admin-ui": "file:",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"file-selector": "^1.1.0",
"flat": "^6.0.1",
"i18next": "^23.16.2",
"i18next-http-backend": "^2.6.2",
Expand All @@ -92,7 +91,6 @@
"p-debounce": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.10",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-router-dom": "^6.27.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { CodeEditor, Language } from "@patternfly/react-code-editor";
import {
Button,
DropEvent,
FileUpload,
FileUploadProps,
FormGroup,
Expand All @@ -16,7 +17,6 @@ import {
MouseEvent as ReactMouseEvent,
useState,
} from "react";
import { DropEvent } from "react-dropzone";
import { useTranslation } from "react-i18next";

type FileUploadType = {
Expand Down
16 changes: 0 additions & 16 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 23dd387

Please sign in to comment.