Build and type fixes

This commit is contained in:
Darren Clarke 2023-05-24 20:27:57 +00:00
parent d5bd58ac3e
commit 656f3fbe71
64 changed files with 1878 additions and 1501 deletions

View file

@ -13,51 +13,50 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@fontsource/playfair-display": "^4.5.12",
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/playfair-display": "^5.0.1",
"@fontsource/poppins": "^5.0.1",
"@fontsource/roboto": "^5.0.1",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5",
"@mui/styles": "^5",
"@mui/x-data-grid-pro": "^5.17.5",
"@mui/x-date-pickers-pro": "^5.0.3",
"@mui/x-data-grid-pro": "^6.5.0",
"@mui/x-date-pickers-pro": "^6.5.0",
"@opensearch-project/opensearch": "^2.0.0",
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^4.1.0",
"next": "^12.3",
"next-auth": "^4.12.2",
"next-http-proxy-middleware": "^1.2.4",
"nodemailer": "^6.8.0",
"react": "^17",
"material-ui-popup-state": "^5.0.8",
"next": "^13.4",
"next-auth": "^4.22.1",
"next-http-proxy-middleware": "^1.2.5",
"nodemailer": "^6.9.2",
"react": "^18",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1",
"react-dom": "^17",
"react-iframe": "^1.8.4",
"react-markdown": "^8.0.3",
"react-dom": "^18",
"react-iframe": "^1.8.5",
"react-markdown": "^8.0.7",
"react-polyglot": "^0.7.2",
"sharp": "^0.31.3",
"swr": "^1.3.0",
"sharp": "^0.32.1",
"swr": "^2.1.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "^17",
"@types/uuid": "^8.3.4",
"babel-loader": "^8.2.5",
"eslint": "^8.24.0",
"@babel/core": "^7.21.8",
"@types/react": "^18",
"@types/uuid": "^9.0.1",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-config-next": "^13.4.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"typescript": "^4.9.5"
"eslint-plugin-react": "^7.32.2",
"typescript": "^5.0.4"
}
}