Skip to content

Commit

Permalink
build(front): upgrade deps and remove unnecessary loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Jan 7, 2025
1 parent 02a9bd8 commit 124636a
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 169 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^94.5.0",
"@elastic/eui": "^98.2.1",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@tanstack/react-query": "^5.36.2",
Expand All @@ -35,7 +35,6 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
1 change: 0 additions & 1 deletion src/main/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { EuiProvider } from "@elastic/eui";
import React from "react";

import "@elastic/eui/dist/eui_theme_light.css";
import ReportApp from "./administration/reports/ReportApp";

const queryClient = new QueryClient();
Expand Down
4 changes: 0 additions & 4 deletions src/main/frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ module.exports = {
test: /\.(js|ts)x?$/,
use: ["babel-loader"],
},
{
test: /\.css$/,
use: ["style-loader", "css-loader"],
},
{
test: /\.(png|svg|jpg|gif)$/,
use: ["file-loader"],
Expand Down
Loading

0 comments on commit 124636a

Please sign in to comment.