chore(deps): bump the minor-and-patch group with 4 updates (#274)
Bumps the minor-and-patch group with 4 updates: i18next, react-i18next, react-hook-form and jsdom.
Updates
i18nextfrom 25.8.18 to 25.10.9Updates
react-i18nextfrom 16.5.8 to 16.6.6Updates
react-hook-formfrom 7.71.2 to 7.72.0Updates
jsdomfrom 29.0.0 to 29.0.1
updated-dependencies:
- dependency-name: i18next dependency-version: 25.10.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch
- dependency-name: react-i18next dependency-version: 16.6.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch
- dependency-name: react-hook-form dependency-version: 7.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch
- dependency-name: jsdom dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
FossFLOW - Isometric Diagramming Tool
English | 简体中文 | Español | Português | Français | हिन्दी | বাংলা | Русский | Bahasa Indonesia | Deutsch
Hey! Stan here, if you’ve used FossFLOW and it’s helped you, I’d really appreciate if you could donate something small :) I work full time, and finding the time to work on this project is challenging enough. If you’ve had a feature that I’ve implemented for you, or fixed a bug it’d be great if you could :) if not, that’s not a problem, this software will always remain free!
Also! If you haven’t yet, please check out the underlying library this is built on by @markmanx I truly stand on the shoulders of a giant here 🫡
Thanks,
-Stan
Try it online
Go to --> https://stan-smith.github.io/FossFLOW/ <--
Check out my latest project: SlingShot - Dead easy video streaming over QUIC
FossFLOW is a powerful, open-source Progressive Web App (PWA) for creating beautiful isometric diagrams. Built with React and the Isoflow (Now forked and published to NPM as fossflow) library, it runs entirely in your browser with offline support.
🐳 Quick Deploy with Docker
Server storage is enabled by default in Docker. Your diagrams will be saved to
./diagramson the host.To disable server storage, set
ENABLE_SERVER_STORAGE=false:HTTP Basic Authentication (Optional)
Protect your FossFLOW instance with HTTP Basic Auth:
Quick Start (Local Development)
Open http://localhost:3000 in your browser.
Monorepo Structure
This is a monorepo containing two packages:
packages/fossflow-lib- React component library for drawing network diagrams (built with Webpack)packages/fossflow-app- Progressive Web App which wraps the lib and presents it (built with RSBuild)Development Commands
How to Use
Creating Diagrams
Add Items:
Connect Items:
Save Your Work:
Storage Options
Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Documentation
License
MIT