mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(monorepo/client): solve some type errors
This commit is contained in:
parent
17c7d7d908
commit
c02a006c67
@ -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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user