Skip to content

Commit

Permalink
feat: streamsaver fallback, ipc file types, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Feb 3, 2025
1 parent ff52b2e commit 983a947
Show file tree
Hide file tree
Showing 17 changed files with 568 additions and 269 deletions.
104 changes: 65 additions & 39 deletions package-lock.json

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

8 changes: 5 additions & 3 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.85",
"version": "0.1.86",
"type": "module",
"description": "Filen Web & Desktop app",
"scripts": {
Expand All @@ -23,10 +23,10 @@
"@alptugidin/react-circular-progress-bar": "^1.1.2",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@filen/desktop": "^3.0.41",
"@filen/desktop": "^3.0.42",
"@filen/network-drive": "^0.9.40",
"@filen/sdk": "^0.1.192",
"@filen/sync": "^0.1.96",
"@filen/sync": "^0.1.97",
"@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 @@ -99,6 +99,7 @@
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-react": "^0.102.0",
"streamsaver": "^2.0.6",
"striptags": "^3.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -124,6 +125,7 @@
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/streamsaver": "^2.0.5",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
Expand Down
Loading

0 comments on commit 983a947

Please sign in to comment.