chore(ws): remove unused libraries `react-axe` and `react-docgen-typescript-loader` (#24)

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
This commit is contained in:
Eder Ignatowicz 2024-07-18 12:39:57 -04:00 committed by GitHub
parent 0cacff77ee
commit 574ed81e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3812 deletions

File diff suppressed because it is too large Load Diff

View File

@ -49,8 +49,6 @@
"prettier": "^3.3.0",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react-axe": "^3.5.4",
"react-docgen-typescript-loader": "^3.7.2",
"react-router-dom": "^5.3.4",
"regenerator-runtime": "^0.13.11",
"rimraf": "^5.0.7",

View File

@ -11,9 +11,6 @@ if (process.env.NODE_ENV !== 'production') {
}
]
};
// eslint-disable-next-line @typescript-eslint/no-var-requires, no-undef
const axe = require('react-axe');
axe(React, ReactDOM, 1000, config);
}
const root = ReactDOM.createRoot(document.getElementById('root') as Element);