Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Jul 30, 2024
1 parent b698da9 commit 2978daf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
15 changes: 6 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@filen/web",
"private": false,
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"description": "Filen Web App",
"scripts": {
Expand All @@ -25,7 +25,6 @@
"@filen/desktop": "^0.1.25",
"@filen/sdk": "^0.1.134",
"@filen/sync": "^0.1.8",
"@million/lint": "^1.0.0-rc.7",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down Expand Up @@ -55,7 +54,6 @@
"@uiw/codemirror-theme-vscode": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"@uiw/react-markdown-preview": "^5.1.1",
"@virtual-grid/react": "^2.0.2",
"@xterm/xterm": "^5.5.0",
"@zip.js/zip.js": "github:gildas-lormeau/zip.js",
"axios": "^1.6.8",
Expand Down Expand Up @@ -92,9 +90,8 @@
"react-quill": "^2.0.0",
"react-resizable-panels": "^2.0.12",
"react-twitter-embed": "^4.0.4",
"react-virtuoso": "^4.7.11",
"react-virtuoso": "^4.7.13",
"regexify-string": "^1.0.19",
"register-service-worker": "^1.7.2",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-react": "^0.102.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/noteHistory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const NoteHistoryDialog = memo(() => {
{note && (
<div className="absolute w-screen h-[100dvh] flex flex-col">
<div
className="flex flex-row border-b h-12 bg-secondary w-full items-center justify-between px-4 z-50 gap-10"
className="flex flex-row border-b h-[49px] -mt-[1px] bg-secondary w-full items-center justify-between px-4 z-50 gap-10"
style={{
// @ts-expect-error not typed
WebkitAppRegion: "drag"
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/previewDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export const PreviewDialog = memo(() => {
{item && (
<div className="absolute w-screen h-[100dvh] flex flex-col">
<div
className="flex flex-row h-12 bg-secondary w-full items-center justify-between px-4 z-50 gap-10"
className="flex flex-row h-[49px] -mt-[1px] bg-secondary w-full items-center justify-between px-4 z-50 gap-10"
style={{
// @ts-expect-error not typed
WebkitAppRegion: "drag"
Expand Down

0 comments on commit 2978daf

Please sign in to comment.