Skip to content

Commit 782c33f

Browse files
authored
chore(orchestrator): replace unmaintained dependencies (#1735)
* chore(orchestrator): replace unmaintained dependencies This fixes https://issues.redhat.com/browse/RHIDP-9514 * squash: for the carrot
1 parent 06bc4ea commit 782c33f

4 files changed

Lines changed: 10 additions & 304 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator-common': minor
3+
'@red-hat-developer-hub/backstage-plugin-orchestrator': minor
4+
---
5+
6+
Removal and updating outdated and unmaintained dependencies

workspaces/orchestrator/plugins/orchestrator-common/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"devDependencies": {
6868
"@backstage/cli": "^0.34.4",
6969
"@openapitools/openapi-generator-cli": "2.25.0",
70-
"@types/json-schema": "7.0.15",
71-
"js-yaml-cli": "0.6.0"
70+
"@types/json-schema": "7.0.15"
7271
},
7372
"maintainers": [
7473
"@mlibra",

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"json-schema": "^0.4.0",
7272
"lodash": "^4.17.21",
7373
"moment": "^2.29.4",
74-
"react-json-view": "^1.21.3",
7574
"react-moment": "^1.1.3",
7675
"react-use": "^17.4.0",
7776
"swr": "^2.0.0",

0 commit comments

Comments
 (0)