More build fixes
This commit is contained in:
parent
8cee269811
commit
57ddcd64ea
4 changed files with 32 additions and 238 deletions
14
package.json
14
package.json
|
|
@ -52,19 +52,21 @@
|
|||
"author": "Darren Clarke",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"dotenv-cli": "latest",
|
||||
"eslint": "^9",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"turbo": "^2.4.4",
|
||||
"typescript": "latest"
|
||||
},
|
||||
"overrides": {
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"@types/react": "^19.0.12",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@mui/material": "^6.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue