Update deps, fix Docker build errors

This commit is contained in:
Darren Clarke 2024-05-14 09:40:58 +02:00
parent 162390008b
commit c62bfd2a4c
31 changed files with 832 additions and 1227 deletions

View file

@ -1,6 +1,7 @@
{
"name": "link",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -18,12 +19,13 @@
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.3.2",
"@mui/x-date-pickers-pro": "^7.3.2",
"@mui/x-data-grid-pro": "^7.4.0",
"@mui/x-date-pickers-pro": "^7.4.0",
"bridge-common": "*",
"bridge-ui": "*",
"date-fns": "^3.6.0",
"graphql-request": "^6.1.0",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"leafcutter-ui": "*",
"material-ui-popup-state": "^5.1.0",
"mui-chips-input": "^2.1.4",
@ -43,8 +45,8 @@
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@types/node": "^20.12.10",
"@types/react": "18.3.1",
"@types/node": "^20.12.11",
"@types/react": "18.3.2",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"eslint": "^8.0.0",