Override conflicting dependencies

This commit is contained in:
Darren Clarke 2023-05-25 13:02:29 +00:00
parent 495e8338b9
commit 291395f8d3
5 changed files with 703 additions and 703 deletions

View file

@ -16,5 +16,16 @@
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"author": "Darren Clarke",
"license": "ISC"
"license": "ISC",
"overrides": {
"@mui/styles": {
"react": "18.2.0"
},
"typeorm": {
"pg": "^8.11.0"
},
"hapi-postgraphile": {
"pg": "^8.11.0"
}
}
}