Skip to content

Commit cbef9e1

Browse files
MohsinHashmi-DataInnmohsin-wiserclaudenazia-datainn
authored
chore(frontend): remove unused coreui packages (#337)
* chore(frontend): remove unused coreui packages - Remove @coreui/coreui-plugin-chartjs-custom-tooltips (only commented code) - Remove @coreui/react (not used, reactstrap used instead) - Clean up commented imports in profit_loss component Part of deprecated dependency cleanup initiative. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: regenerate package-lock.json after CoreUI removal Sync package-lock.json with package.json changes to ensure npm ci works. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: nazia-datainn <nazia@datainn.io>
1 parent 9c5f895 commit cbef9e1

3 files changed

Lines changed: 0 additions & 70 deletions

File tree

apps/frontend/package-lock.json

Lines changed: 0 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/frontend/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "simpleaccounts-frontend",
33
"private": true,
44
"dependencies": {
5-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
65
"@coreui/coreui-pro": "^2.1.14",
7-
"@coreui/react": "^5.9.2",
86
"@hookform/resolvers": "^5.2.2",
97
"@progress/kendo-drawing": "^1.6.0",
108
"@progress/kendo-react-pdf": "^3.11.0",

apps/frontend/src/screens/dashboard/sections/profit_loss/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React, { Component } from 'react';
22
import { Currency } from 'components';
3-
// import { HorizontalBar } from 'react-chartjs-2'
4-
// import { CustomTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips'
53
import { Nav, NavItem, NavLink, TabContent, TabPane, Card, CardBody } from 'reactstrap';
64
import './style.scss';
75
// Use import instead of require for Vite compatibility

0 commit comments

Comments
 (0)