chore(monorepo/client): solve some type errors

This commit is contained in:
Elian Doran 2025-04-18 10:46:32 +03:00
parent 17c7d7d908
commit c02a006c67
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -158,8 +158,6 @@
"@types/mime-types": "2.1.4", "@types/mime-types": "2.1.4",
"@types/multer": "1.4.12", "@types/multer": "1.4.12",
"@types/node": "22.14.1", "@types/node": "22.14.1",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@types/safe-compare": "1.1.2", "@types/safe-compare": "1.1.2",
"@types/sanitize-html": "2.15.0", "@types/sanitize-html": "2.15.0",
"@types/sax": "1.2.7", "@types/sax": "1.2.7",

View File

@ -72,6 +72,8 @@
"bootstrap": "5.3.5", "bootstrap": "5.3.5",
"force-graph": "1.49.5", "force-graph": "1.49.5",
"@popperjs/core": "2.11.8", "@popperjs/core": "2.11.8",
"@electron/remote": "2.1.2" "@electron/remote": "2.1.2",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6"
} }
} }