Fix: Cycle graphs refactor (#5745)

* fix: community changes for cycle graphs

* fix: added dependency from root package.json
This commit is contained in:
Akshita Goyal 2024-10-03 19:25:53 +05:30 committed by GitHub
parent ee0dce46de
commit f1a0a8d925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 91 additions and 176 deletions

View file

@ -65,7 +65,8 @@
"use-debounce": "^9.0.4",
"use-font-face-observer": "^1.2.2",
"uuid": "^9.0.0",
"zxcvbn": "^4.4.2"
"zxcvbn": "^4.4.2",
"recharts": "^2.12.7"
},
"devDependencies": {
"@plane/eslint-config": "*",