fix: build errors fix attempt

This commit is contained in:
2024-05-19 15:51:33 +02:00
parent c635186b56
commit 25ed8c05c4
2 changed files with 234 additions and 240 deletions

View File

@@ -67,8 +67,8 @@
"@types/html-escaper": "^3.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "~20.12.12",
"@types/react": "npm:types-react@19.0.0-beta.1",
"@types/react-dom": "npm:types-react-dom@beta",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
@@ -87,11 +87,5 @@
"serve": "^14.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}
}