Skip to content

Commit

Permalink
refactor: Update file browsing logic to support "browse" view
Browse files Browse the repository at this point in the history
  • Loading branch information
divyam234 committed Jul 11, 2024
1 parent f4e6e15 commit 5e2df0f
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 344 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@react-aria/i18n": "^3.11.1",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-router": "1.43.4",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-router": "1.44.2",
"@tw-material/file-browser": "^1.0.20",
"@tw-material/framer-transitions": "^1.1.4",
"@tw-material/react": "^1.1.21",
"@tw-material/system": "^1.1.1",
"@tw-material/theme": "^1.1.12",
"apexcharts": "^3.49.2",
"apexcharts": "^3.50.0",
"artplayer": "^5.1.6",
"clsx": "^2.1.1",
"epubjs": "^0.3.93",
"feaxios": "^0.0.18",
"filesize": "^10.1.2",
"framer-motion": "^11.2.12",
"filesize": "^10.1.4",
"framer-motion": "^11.3.2",
"immer": "^10.1.1",
"libphonenumber-js": "^1.11.4",
"lodash.debounce": "^4.0.8",
"md5": "^2.3.0",
"monaco-editor": "^0.50.0",
"p-limit": "^5.0.0",
"p-limit": "^6.1.0",
"qr-code-styling": "1.6.0-rc.1",
"react-apexcharts": "^1.4.1",
"react-colorful": "^5.6.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-reader": "^2.0.10",
"react-top-loading-bar": "^2.3.1",
Expand All @@ -40,14 +40,14 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@iconify/json": "^2.2.224",
"@iconify/json": "^2.2.226",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/react-query-devtools": "^5.49.2",
"@tanstack/router-vite-plugin": "^1.43.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/router-vite-plugin": "^1.44.2",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -65,10 +65,10 @@
"react-dom": "^18.3.1",
"react-virtuoso": "^4.7.11",
"tailwindcss": "^3.4.4",
"terser": "^5.31.1",
"typescript": "^5.5.2",
"terser": "^5.31.2",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-bundle-analyzer": "^0.10.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit 5e2df0f

Please sign in to comment.