Dependency cleanup

This commit is contained in:
Darren Clarke 2024-08-07 12:02:33 +02:00
parent 2d892779bf
commit 2568547384
28 changed files with 170 additions and 482 deletions

View file

@ -9,7 +9,7 @@ import { I18n } from "react-polyglot";
import { AdapterDateFns } from "@mui/x-date-pickers-pro/AdapterDateFnsV3";
import { LocalizationProvider } from "@mui/x-date-pickers-pro";
import { LeafcutterProvider } from "@link-stack/leafcutter-ui/components/LeafcutterProvider";
import { NextAppDirEmotionCacheProvider } from "tss-react/next/appDir";
import { AppRouterCacheProvider } from "@mui/material-nextjs/v14-appRouter";
import en from "@link-stack/leafcutter-ui/locales/en.json";
import fr from "@link-stack/leafcutter-ui/locales/fr.json";
import { LicenseInfo } from "@mui/x-license";
@ -25,7 +25,7 @@ export const MultiProvider: FC<PropsWithChildren> = ({ children }: any) => {
const locale = "en";
return (
<NextAppDirEmotionCacheProvider options={{ key: "css" }}>
<AppRouterCacheProvider>
<SessionProvider>
<CookiesProvider>
<CssBaseline />
@ -38,6 +38,6 @@ export const MultiProvider: FC<PropsWithChildren> = ({ children }: any) => {
</LeafcutterProvider>
</CookiesProvider>
</SessionProvider>
</NextAppDirEmotionCacheProvider>
</AppRouterCacheProvider>
);
};

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter",
"version": "0.2.0",
"version": "2.1.0",
"scripts": {
"dev": "next dev -p 3001",
"login": "aws sso login --sso-session cdr",
@ -17,22 +17,20 @@
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@link-stack/leafcutter-ui": "*",
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5",
"@mui/material-nextjs": "^5.16.6",
"@mui/x-data-grid-pro": "^7.12.0",
"@mui/x-date-pickers-pro": "^7.12.0",
"@opensearch-project/opensearch": "^2.11.0",
"cryptr": "^6.3.0",
"date-fns": "^3.6.0",
"http-proxy-middleware": "^3.0.0",
"@link-stack/leafcutter-ui": "*",
"material-ui-popup-state": "^5.1.2",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-http-proxy-middleware": "^1.2.6",
"@link-stack/opensearch-common": "*",
"nodemailer": "^6.9.14",
"react": "18.3.1",
"react-cookie": "^7.2.0",
"react-cookie-consent": "^9.0.0",
@ -41,8 +39,6 @@
"react-markdown": "^9.0.1",
"react-polyglot": "^0.7.2",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tss-react": "^4.9.12",
"uuid": "^10.0.0"
},
"devDependencies": {