GraphQL and MUI license updates

This commit is contained in:
Darren Clarke 2023-07-17 12:23:12 +00:00 committed by GitHub
parent 90143e5e41
commit 21db95a8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 811 additions and 207 deletions

View file

@ -19,14 +19,15 @@
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.135",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.9.2",
"@mui/x-date-pickers-pro": "^6.9.2",
"@mui/x-data-grid-pro": "^6.10.0",
"@mui/x-date-pickers-pro": "^6.10.0",
"date-fns": "^2.30.0",
"graphql-request": "^6.1.0",
"material-ui-popup-state": "^5.0.9",
"next": "13.4.9",
"mui-chips-input": "^2.0.2",
"next": "13.4.10",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-cookie": "^4.1.1",
@ -34,17 +35,17 @@
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
"swr": "^2.2.0",
"tss-react": "^4.8.6"
"tss-react": "^4.8.8"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@types/node": "^20.4.1",
"@types/react": "18.2.14",
"@babel/core": "^7.22.9",
"@types/node": "^20.4.2",
"@types/react": "18.2.15",
"@types/uuid": "^9.0.2",
"babel-loader": "^9.1.3",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.9",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",