Update deps
This commit is contained in:
parent
aeb9aedf84
commit
4c8140d46a
12 changed files with 2293 additions and 867 deletions
|
|
@ -20,9 +20,9 @@
|
|||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.170",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^7.6.2",
|
||||
"@mui/x-date-pickers-pro": "^7.6.2",
|
||||
"@opensearch-project/opensearch": "^2.9.0",
|
||||
"@mui/x-data-grid-pro": "^7.7.1",
|
||||
"@mui/x-date-pickers-pro": "^7.7.1",
|
||||
"@opensearch-project/opensearch": "^2.10.0",
|
||||
"cryptr": "^6.3.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"http-proxy-middleware": "^3.0.0",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"next-auth": "^4.24.7",
|
||||
"next-http-proxy-middleware": "^1.2.6",
|
||||
"@link-stack/opensearch-common": "*",
|
||||
"nodemailer": "^6.9.13",
|
||||
"nodemailer": "^6.9.14",
|
||||
"react": "18.3.1",
|
||||
"react-cookie": "^7.1.4",
|
||||
"react-cookie-consent": "^9.0.0",
|
||||
|
|
@ -47,17 +47,17 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/react": "18.3.3",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.0.0",
|
||||
"eslint-config-next": "^14.2.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.9.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"typescript": "5.4.5"
|
||||
"eslint-plugin-react": "^7.34.3",
|
||||
"typescript": "5.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue