Update dependencies.md about deprecation of dependencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric NGUYEN 2022-08-17 15:52:20 +02:00
parent e96e4f123b
commit 0bbf999838

View file

@ -13,8 +13,8 @@ It depends on Vite in order to build the project.
Others dependencies: Others dependencies:
- [react-dom](https://reactjs.org/docs/react-dom.html): library used to inject the app to `#root` html element. - [react-dom](https://reactjs.org/docs/react-dom.html): library used to inject the app to `#root` html element.
- [react-window](https://www.npmjs.com/package/react-windows): component that offers component dynamic loading over scroll (very useful++) - [react-window](https://www.npmjs.com/package/react-window): component that offers component dynamic loading over scroll (very useful++)
- [react-svg-pan-zoom](https://www.npmjs.com/package/react-svg-pan-zoom): component that offers pan + zoom to a svg element - [react-svg-pan-zoom](https://www.npmjs.com/package/react-svg-pan-zoom): component that offers pan + zoom to a svg element (if this gets deprecated, please try to migrate to HTML Canvas before trying a new library)
# [Vite](https://vitejs.dev/) # [Vite](https://vitejs.dev/)
@ -49,6 +49,12 @@ Other dependencies:
SVG Icons that can be used as JSX elements with Tailwind CSS SVG Icons that can be used as JSX elements with Tailwind CSS
# [Interweave](https://interweave.dev/)
React library to render HTML from string.
In this project, it is particularly used for the CustomSVG property.
If this dependencies gets deprecated please revert [PR#18 e96e4f12](https://dev.azure.com/enguyen0660/SVGLayoutDesignerReact/_git/SVGLayoutDesignerReact/commit/e96e4f123b4aa4c9cdb327d4d617ab0e63dc4d0f?refName=refs%2Fheads%2Fdev)
# Testing # Testing