Cleanup dependencies

This commit is contained in:
Darren Clarke 2024-09-27 13:11:31 +02:00
parent d286207b9f
commit f86ce1e835
16 changed files with 416 additions and 4227 deletions

View file

@ -29,9 +29,9 @@ import {
import { usePathname } from "next/navigation";
import Link from "next/link";
import Image from "next/image";
import LinkLogo from "public/link-logo-small.png";
import LinkLogo from "@app/../public/link-logo-small.png";
import { useSession, signOut } from "next-auth/react";
import { getOverviewTicketCountsAction } from "app/_actions/overviews";
import { getOverviewTicketCountsAction } from "@/app/_actions/overviews";
import { SearchBox } from "./SearchBox";
import { fonts } from "@link-stack/ui";

View file

@ -1,5 +1,5 @@
import NextAuth from "next-auth";
import { authOptions } from "app/_lib/authentication";
import { authOptions } from "@/app/_lib/authentication";
const handler = NextAuth(authOptions);

View file

@ -25,11 +25,11 @@
"@mui/material": "^5",
"@mui/material-nextjs": "^5",
"@mui/x-data-grid-pro": "^7.18.0",
"@mui/x-date-pickers": "^7.18.0",
"@mui/x-date-pickers-pro": "^7.18.0",
"@mui/x-license": "^7.18.0",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"material-ui-popup-state": "^5.3.1",
"mui-chips-input": "^2.1.5",
"next": "14.2.13",
"next-auth": "^4.24.8",
@ -41,18 +41,9 @@
"sharp": "^0.33.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@link-stack/eslint-config": "*",
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.2.1",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"typescript": "5.6.2"
"@types/uuid": "^10.0.0"
}
}