chore(adr): remove unused deps

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2024-02-27 09:56:32 -05:00
parent 19d3cb9d12
commit 669efc6f7c
4 changed files with 6 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-adr': patch
---
Remove unused package dependencies
-7
View File
@@ -1,12 +1,5 @@
# Knip report
## Unused dependencies (2)
| Name | Location | Severity |
| :------------- | :----------- | :------- |
| react-markdown | package.json | error |
| remark-gfm | package.json | error |
## Unused devDependencies (2)
| Name | Location | Severity |
+1 -3
View File
@@ -58,9 +58,7 @@
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"lodash": "^4.17.21",
"react-markdown": "^8.0.0",
"react-use": "^17.2.4",
"remark-gfm": "^3.0.1"
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
-2
View File
@@ -4272,9 +4272,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0
lodash: ^4.17.21
react-markdown: ^8.0.0
react-use: ^17.2.4
remark-gfm: ^3.0.1
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0