Update deps, fix build errors
This commit is contained in:
parent
c47514d2f0
commit
e9379fd1fb
20 changed files with 5120 additions and 2012 deletions
|
|
@ -17,20 +17,20 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.5",
|
||||
"@fontsource/poppins": "^5.0.5",
|
||||
"@fontsource/roboto": "^5.0.5",
|
||||
"@fontsource/playfair-display": "^5.0.8",
|
||||
"@fontsource/poppins": "^5.0.8",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.137",
|
||||
"@mui/lab": "^5.0.0-alpha.138",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.10.1",
|
||||
"@mui/x-date-pickers-pro": "^6.10.1",
|
||||
"@mui/x-data-grid-pro": "^6.11.0",
|
||||
"@mui/x-date-pickers-pro": "^6.11.0",
|
||||
"@opensearch-project/opensearch": "^2.3.1",
|
||||
"date-fns": "^2.30.0",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.4.12",
|
||||
"next-auth": "^4.22.3",
|
||||
"next-auth": "^4.22.4",
|
||||
"next-http-proxy-middleware": "^1.2.5",
|
||||
"nodemailer": "^6.9.4",
|
||||
"react": "18.2.0",
|
||||
|
|
@ -47,18 +47,18 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@types/node": "^20.4.4",
|
||||
"@types/react": "18.2.15",
|
||||
"@types/node": "^20.4.8",
|
||||
"@types/react": "18.2.18",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^13.4.12",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.28.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-react": "^7.33.0",
|
||||
"eslint-plugin-react": "^7.33.1",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue