Skip to content

Commit

Permalink
[INLONG-9516][Dashboard] Remove useless dependencies (#9639)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezng authored Jan 31, 2024
1 parent 55ae3f8 commit 13a918c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 118 deletions.
166 changes: 50 additions & 116 deletions inlong-dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion inlong-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"vite": "^3.2.7",
"vite-plugin-dynamic-import": "^1.1.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imp": "^2.2.0",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0"
}
Expand Down
1 change: 0 additions & 1 deletion inlong-dashboard/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import path from 'path';
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import tsConfigPaths from 'vite-tsconfig-paths';
import vitePluginImp from 'vite-plugin-imp';
import dynamicImport from 'vite-plugin-dynamic-import';
import svgr from 'vite-plugin-svgr';
import eslintPlugin from 'vite-plugin-eslint';
Expand Down

0 comments on commit 13a918c

Please sign in to comment.