Skip to content

Commit

Permalink
Merge branch 'render-comment-images'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Oct 27, 2023
2 parents f954ff6 + 39a597e commit 696dfcc
Show file tree
Hide file tree
Showing 42 changed files with 1,058 additions and 371 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Voyager works best added to the homescreen. There are certain features that only
- [React](https://react.dev/) - The library for web and native user interfaces
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling
- [Ionic](https://ionicframework.com/) - The mobile SDK for the Web
- [Virtuoso](https://virtuoso.dev/) - Display large data sets using virtualized rendering
- [Virtua](https://github.com/inokawa/virtua) - A zero-config, fast and small virtual list
- [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) - Prompt for update, Web Push Notifications and Web Share Target API

## 👨‍💻 Contributors
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"capacitor-plugin-safe-area": "^2.0.5",
"capacitor-set-version": "^2.2.0",
"capacitor-stash-media": "^0.0.7",
"compare-versions": "^6.1.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
Expand Down Expand Up @@ -104,13 +105,14 @@
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-intersection-observer": "^9.5.2",
"react-markdown": "^8.0.7",
"react-redux": "^8.1.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.3",
"react-transition-state": "^2.1.1",
"react-virtuoso": "^4.6.2",
"release-it": "^16.2.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
Expand All @@ -122,6 +124,7 @@
"use-long-press": "^3.2.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"virtua": "^0.15.4",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-svgr": "^4.1.0",
Expand Down
Loading

0 comments on commit 696dfcc

Please sign in to comment.